uTorrent Automation

Any questions? Need some help?
Post Reply
chrissena
Posts: 1
Joined: 10 Jan 2013, 03:00

uTorrent Automation

Post by chrissena »

Hi FileBot team,

Thanks for making such a great tool! I am a complete newbie but I've managed to get the uTorrent automation to work well with Movies and TV shows. It currently creates well organised hardlinks for the TV shows and Movies in their respective folders (as i want to continue seeding).

I just now need to be able to create hardlinks for all my music downloads in a seperate Music folder too, using the uTorrent automation. I don't need to worry about sorting or renaming the music files though, I just want to create hardlinks to them in another folder.

This is the code i'm using

Code: Select all

filebot -script fn:utorrent-postprocess --output "E:/Media" --action hardlink --conflict override -non-strict --def subtitles=y artwork=y "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def myepisodes=*******:****** --def gmail=******:*****
So at the moment i have the folders TV Shows and Movies created in E:/Media, I just can't figure out how to get it to make a Music folder in E:/Media with all my music.

I'm sorry if this has been asked before (I did try and figure out how to do this from the forums with no luck).

Any help will be well recieved :) ! Thanks,
Chris
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent Automation

Post by rednoah »

Sorry, that's not supported by my script. If you don't mind a little bit of groovy coding you can add that yourself. Use the utorrent script as base and modify it and add stuff to fit your needs. For Java/Groovy devs that'd be easy, otherwise maybe not so easy.

FileBot can help with some issues like reading tags:
http://filebot.sourceforge.net/forums/v ... =280#p2498
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: uTorrent Automation

Post by rednoah »

Here's some info on the upcoming Music Mode for processing music/audio. You can already try it with the latest HEAD releases:
http://filebot.sourceforge.net/forums/v ... ?f=3&t=439
:idea: Please read the FAQ and How to Request Help.
Post Reply