uTorrent and XBMC library?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
barnis Offline
Junior Member
Posts: 6
Joined: May 2007
Reputation: 0
Post: #1
is there any simple way to have Utorrent place downloaded content in folders that are compatible with the XBMC scrappers? I am running webui and as far as I can tell there is no way to tell Utorrent where to save downloaded files using the webui. It just places them in the default downloads folder. Then I would have to manually move and organize torrents when they complete. is there any easier solution to this?
find quote
kricker Online
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #2
Set utorrent's default directory to a place XBMC uses to import from, and use utorrent's labels to categorize your downloads. That's about your only option without using other apps to move files around automatically for you.

Read this before using these builds.
XBMC win32 SVN builds
Changelog
find quote
ethan_9219 Offline
Fan
Posts: 346
Joined: Sep 2008
Reputation: 0
Location: Australia
Post: #3
kricker Wrote:Set utorrent's default directory to a place XBMC uses to import from, and use utorrent's labels to categorize your downloads. That's about your only option without using other apps to move files around automatically for you.

If one WERE to use other apps, what would be the best way of automating utorrent downloads into XBMC?
find quote
kricker Online
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #4
For TV shows I use utorrent labels. All my rss fed TV downloads go into a folder called \downloads\tv. That folder is then monitored by EvenGhost (You could also use Dirmon or some other folder monitoring utility). When a new file appears, EventGhost runs theRenamer which finds the proper naming info for the show and then moves it to the proper folder as specified in it's setup. After theRenamer closes, EvenGhost then triggers a library update for that folder in XBMC. The only time I have to intervene is for dated shows like "The Colbert Report" or "The Daily Show" and if the file is broken into .rar files that have to be uncompressed first. Just like many other media scrapers (XBMC included) theRenamer can't find the proper info for shows that are dated and don't use SxxExx in the name, the author says he'd add support for it though if more people asked for it.

Read this before using these builds.
XBMC win32 SVN builds
Changelog
(This post was last modified: 2009-05-12 02:01 by kricker.)
find quote
Dam0 Offline
Fan
Posts: 321
Joined: Jun 2008
Reputation: 0
Post: #5
Kricker,

your automated file system does sound impressive, the only problem i see for my useage is that i like to keep my content in *.rar format.(appears easier incase of corrupt files)

i prolly spend about half an hour a day moving files from incomming to xbmc shares, ill look into the renamer.

Dam0
find quote
kricker Online
Team-XBMC QA Specialist
Posts: 3,307
Joined: Apr 2004
Reputation: 16
Location: Knoxville, TN
Post: #6
Dam0 Wrote:Kricker,

your automated file system does sound impressive, the only problem i see for my useage is that i like to keep my content in *.rar format.(appears easier incase of corrupt files)

i prolly spend about half an hour a day moving files from incomming to xbmc shares, ill look into the renamer.

Dam0
I don't think it's gonna work with .rar files. I'm not sure how .rar protects against corrupt files. It's more likely a file gets corrupt when compressing to .rar.

Read this before using these builds.
XBMC win32 SVN builds
Changelog
find quote
rausch101 Offline
Fan
Posts: 580
Joined: Sep 2006
Reputation: 1
Location: Washington D.C.
Post: #7
For the reader's information and the forum's organization:

ethan_9219 Wrote:If one WERE to use other apps, what would be the best way of automating utorrent downloads into XBMC?

http://forum.xbmc.org/showthread.php?tid=48865


kricker Wrote:... Just like many other media scrapers (XBMC included) theRenamer can't find the proper info for shows that are dated and don't use SxxExx in the name ...

[url]http://forum.xbmc.org/showthread.php?tid=34485&highlight="daily+show"[/url]
find quote
yellowman Offline
Senior Member
Posts: 145
Joined: May 2008
Reputation: 0
Post: #8
I use µTorrents rss-downloader to download tv-shows, there I can specify which directory they should be downloaded to.

Htpc 1: Intel E8400@3GHz : Gigabyte GA-G33M-DS2 G33 : Nvidia 9400GT : Antec Fusion V2 : MCE Remote : Windows 7 64bit : Dharma : Confluence : 1920x1080
Htpc 2: Zotac Zbox HD-ID11 : MCE Remote : Windows 7 64bit : Dharma : Confluence : 1920x108
find quote
jballard Offline
Junior Member
Posts: 6
Joined: Jun 2009
Reputation: 0
Post: #9
Dam0 Wrote:Kricker,

your automated file system does sound impressive, the only problem i see for my useage is that i like to keep my content in *.rar format.(appears easier incase of corrupt files)

i prolly spend about half an hour a day moving files from incomming to xbmc shares, ill look into the renamer.

Dam0

Rar by itself will not help recover corrupt files, you need parity data for that. There are various methods to create the additional files containing parity info which is used to repair your corrupt file. Winrar will let you create and use .rev files that contain this data for rar archives. Alternatively the par2 format isn't tied to rars, and can do the same for an extracted file the same as it would for the rars. On Windows QuickPar works really well, or the Linux par2 package should be in your distro's repository.

The .rar files make it easier when downloading large files; if a single rar downloads wrong or is corrupted you only need to fetch that one file again or if you are on a slower connection and are unable to resume downloads you are more likely to complete the download of a smaller file.

I'm not saying either way is right or wrong, just want to make sure no one thinks their going to get more protection than they have.
find quote
MDPauley Offline
Senior Member
Posts: 264
Joined: Mar 2004
Reputation: 0
Location: Centreville, Va
Post: #10
here is a script that I ran from scheduler:

http://forum.xbmc.org/showpost.php?p=338...stcount=25
find quote
Post Reply