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=******:*****
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

Chris