[RELEASE] Transmission-XBMC Addon - a Transmission BitTorrent Client Control for XBMC

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kimp93 Offline
Aeon Group
Posts: 156
Joined: Mar 2004
Post: #11
Looks great! Now I can monitor transmission in my NAS from XBMC. Laugh
Would you add Korean language xml to you addon?

Quote:<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<strings>
<string id="0">Transmission</string>

<!-- Buttons -->
<string id="101">추가</string>
<string id="102">삭제</string>
<string id="103">일시정지</string>
<string id="104">시작</string>
<string id="105">전체 일시정지</string>
<string id="106">전체 시작</string>
<string id="107">나가기</string>

<!-- Settings -->
<string id="1000">RPC 설정</string>
<string id="1001">호스트</string>
<string id="1002">포트</string>
<string id="1003">유저네임</string>
<string id="1004">패스워드</string>
</strings>
find quote
Hiram Offline
Member
Posts: 85
Joined: Jul 2010
Reputation: 0
Location: Brisbane, Australia
Post: #12
Nevermind, it connects fine now. After restarting X it works as I'd expect. Thanks!
find quote
redman5087 Offline
Junior Member
Posts: 12
Joined: Jul 2010
Reputation: 0
Post: #13
The script doesnt work for me.
It says : script failed

I adjusted the settings.xml file

Can you help me?
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #14
The debug log will have useful information in it. If you installed it via the addon manager it should work fine. If you installed it manually, then you may not have the required simplejson library.

EDIT: Note that you shouldn't alter settings.xml manually yourself - use the addon manager to set settings.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
redman5087 Offline
Junior Member
Posts: 12
Joined: Jul 2010
Reputation: 0
Post: #15
redman5087 Wrote:The script doesnt work for me.
It says : script failed

I adjusted the settings.xml file

Can you help me?

It's working now
find quote
spadge_2356 Offline
Junior Member
Posts: 18
Joined: Sep 2010
Reputation: 0
Location: Chester UK
Post: #16
correl Wrote:This'll clone the xbmc-svn branch directly into your addons folder:
Code:
git clone git://github.com/correl/Transmission-XBMC.git -b xbmc-svn ~/.xbmc/addons/script.transmission
Of course, if you've already cloned the repo and just need to switch branches, cd into the addon directory and run:
Code:
git checkout xbmc-svn

I'll likely get around to submitting it to the xbmc addon repository this weekend.

Hi All,

I'm Using Ubuntu tried the "git checkout xbmc-svn" but the command returned "Fatal: Not a git repository (or any of the parent directories): .git"

What am I doing wrong?
find quote
correl Offline
Junior Member
Posts: 13
Joined: Dec 2009
Reputation: 0
Location: Philadelphia, PA, USA
Post: #17
spadge_2356 Wrote:Hi All,

I'm Using Ubuntu tried the "git checkout xbmc-svn" but the command returned "Fatal: Not a git repository (or any of the parent directories): .git"

What am I doing wrong?

The git checkout command only works inside a git project directory. Also, those instructions are outdated, and that particular branch was merged into the master and no longer exists anyway.

Transmission is available in XBMC's addon browser, which is now the recommended installation method.
find quote
Krispy101 Offline
Member
Posts: 56
Joined: May 2010
Reputation: 0
Post: #18
Sorry for the Necropost, but I installed this today using the addon manager, with the port 9091, but nothing is appearing on my browser, does this require Transmission installed beforehand?

Thanks, Kris
find quote
correl Offline
Junior Member
Posts: 13
Joined: Dec 2009
Reputation: 0
Location: Philadelphia, PA, USA
Post: #19
Yes. The XBMC addon controls a transmission server, it does not contain one.
find quote
bigdawgte Offline
Junior Member
Posts: 20
Joined: Nov 2010
Reputation: 0
Post: #20
I am finding this add-in exceedingly buggy. If things are not configured exactly as it expects (and there is no configuration guidance) then it will freeze xbmc and possibly force you to reboot. This is unacceptable. Even after I got it configured, and it apparently connected to the transmission web daemon, it did not actually display any information, a column of bars, which may or may not be highlighted blue. I tried this add-on pre-dharma, and never got to do anything except crash my system. Usefulness to bother ratio is way low.
find quote