Search found 15 matches
- 10 Oct 2016, 06:42
- Forum: Windows
- Topic: amc plex script
- Replies: 2
- Views: 3945
Re: amc plex script
perfect thanks
- 10 Oct 2016, 03:17
- Forum: Windows
- Topic: amc plex script
- Replies: 2
- Views: 3945
amc plex script
Hi, simple question, where do I put the {plex} binding into a basic script that runs from qBittorrent on completion: filebot -script fn:amc --output "C:/Media" --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes --def clean=y unsorted=y "ut_dir=%F" "ut_kind=multi" "ut_title ...
- 23 Oct 2013, 22:52
- Forum: Help and Support
- Topic: MyEpisodes intergration has stopped working
- Replies: 8
- Views: 8506
Re: MyEpisodes intergration has stopped working
Thanks again, I can confirm that it is working again in r1802 Update MyEpisodes [acquired] Marvel's Agents of S.H.I.E.L.D. 1x05 [Marvel's Agents of S.H.I.E.L.D..S01E05.Girl in the Flower Dress.720p.mkv] [mail] Sending email: [FileBot] Marvels.Agents.of.S.H.I.E.L.D.S01E05.720p.HDTV.X264-DIMENSION ...
- 23 Oct 2013, 01:17
- Forum: Help and Support
- Topic: MyEpisodes intergration has stopped working
- Replies: 8
- Views: 8506
Re: MyEpisodes intergration has stopped working
thanks rednoah
- 22 Oct 2013, 06:52
- Forum: Help and Support
- Topic: MyEpisodes intergration has stopped working
- Replies: 8
- Views: 8506
Re: MyEpisodes intergration has stopped working
I check my latest and it still did not mark as 'Aquired' on the MyEpisodes site. Everything works as planned except the myepisodes part. Its not a major concern but was good to have when it was working. filebot UT command: cmd /c filebot -script fn:amc --output "D:\ServerFolders\Media Files ...
- 27 Sep 2013, 04:58
- Forum: Help and Support
- Topic: MyEpisodes intergration has stopped working
- Replies: 8
- Views: 8506
MyEpisodes intergration has stopped working
Hi, i have been running a utorrent script for a long time now and recently i have noticed that it has stopped updating MyEpisodes. Log result doesn't error: Update MyEpisodes [mail] Sending email: [FileBot] 'insert TV name here' [mail] Sent email with 0 attachments Done ?(?????)? Is anybody else ...
- 21 Aug 2013, 07:41
- Forum: Scripting and Automation
- Topic: Setting up filebot with utorrent
- Replies: 6
- Views: 9560
Re: Setting up filebot with utorrent
Hi Mayzer, have a look at this post, it explains the sort by first letter which i think you will need in your script http://www.filebot.net/forums/viewtopic.php?f=5&t=809 My setup is very simular to yours, except for the first letter sorting, so have a look at my post from a while ago here: http ...
- 15 Jan 2013, 23:41
- Forum: Scripting and Automation
- Topic: Script for sorting movies and tv-shows
- Replies: 24
- Views: 26267
Re: Script for sorting movies and tv-shows
Im pretty sure filebot when run from utorrent will know the utorrent compleet directory using the variables "ut_dir=%D" "ut_file=%F"
- 15 Jan 2013, 22:55
- Forum: Scripting and Automation
- Topic: Script for sorting movies and tv-shows
- Replies: 24
- Views: 26267
Re: Script for sorting movies and tv-shows
that code looks correct, for testing your script you may wish to add an output to a log file at the end >> "D:/filebot.log" 2>&1 you can test in a cmd window if you wish but the code has to be modified for that, the way i went about testing was rather than putting the code in the µTorrent -> Run ...
- 15 Jan 2013, 22:25
- Forum: Scripting and Automation
- Topic: Script for sorting movies and tv-shows
- Replies: 24
- Views: 26267
Re: Script for sorting movies and tv-shows
Hi, Im new to FileBot as well, but i'll see if i can point you in the right direction.. You should be able to use the default settings for the 'Fully automated Media Center' from here http://filebot.sourceforge.net/forums/viewtopic.php?f=4&t=215 you would put the following in Utorrent as described ...
- 15 Jan 2013, 22:06
- Forum: Scripting and Automation
- Topic: help with utorrent script
- Replies: 8
- Views: 11498
Re: help with utorrent script
thanks again, yeah i thought the cleaner might clean up the folder and file created when the script automatically extracts rar files. I also tried using --action move but it doesn't quite work with complete torrents (not zipped) because the torrent file is still in use by utorrent. I will do as you ...
- 15 Jan 2013, 02:52
- Forum: Scripting and Automation
- Topic: help with utorrent script
- Replies: 8
- Views: 11498
Re: help with utorrent script
Thanks rednoah, that was the main problem. All working now with a few tweeks :) TV format: TV\name\season #\name.S00E00.title.video format - includes special folder if applicable Movies format: Movies\name (year) [source, video format, audio format, audio channels] - includes collection folder and ...
- 14 Jan 2013, 11:50
- Forum: Scripting and Automation
- Topic: help with utorrent script
- Replies: 8
- Views: 11498
Re: help with utorrent script
Ok I think im getting closer.. used \ in-front of the space to escape it and it seem to work. new code: filebot -script fn:utorrent-postprocess --output "D:/shares/Media Files" --action copy --conflict override -non-strict --def subtitles=n artwork=n "seriesFormat=TV Shows/{n}/{episode.special ...
- 14 Jan 2013, 11:25
- Forum: Scripting and Automation
- Topic: help with utorrent script
- Replies: 8
- Views: 11498
Re: help with utorrent script
thanks that's exactly what I am struggling with, also what escape should I use for space?
- 14 Jan 2013, 09:36
- Forum: Scripting and Automation
- Topic: help with utorrent script
- Replies: 8
- Views: 11498
help with utorrent script
Hi, would love some help in getting this script working in utorrent, basically I have it how I want it via the command line just don't know how to adjust it with 'escape' characters. filebot -script fn:utorrent-postprocess --output "D:/shares/Media Files" --action copy --conflict override -non ...