Search found 15 matches

by Vinnie05
10 Oct 2016, 06:42
Forum: Windows
Topic: amc plex script
Replies: 2
Views: 3247

Re: amc plex script

perfect thanks
by Vinnie05
10 Oct 2016, 03:17
Forum: Windows
Topic: amc plex script
Replies: 2
Views: 3247

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" "...
by Vinnie05
23 Oct 2013, 22:52
Forum: Help and Support
Topic: MyEpisodes intergration has stopped working
Replies: 8
Views: 6616

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 [Pu...
by Vinnie05
22 Oct 2013, 06:52
Forum: Help and Support
Topic: MyEpisodes intergration has stopped working
Replies: 8
Views: 6616

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&quo...
by Vinnie05
27 Sep 2013, 04:58
Forum: Help and Support
Topic: MyEpisodes intergration has stopped working
Replies: 8
Views: 6616

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 hav...
by Vinnie05
21 Aug 2013, 07:41
Forum: Scripting and Automation
Topic: Setting up filebot with utorrent
Replies: 6
Views: 8256

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...
by Vinnie05
15 Jan 2013, 23:41
Forum: Scripting and Automation
Topic: Script for sorting movies and tv-shows
Replies: 24
Views: 18157

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"
by Vinnie05
15 Jan 2013, 22:55
Forum: Scripting and Automation
Topic: Script for sorting movies and tv-shows
Replies: 24
Views: 18157

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 µTorr...
by Vinnie05
15 Jan 2013, 22:25
Forum: Scripting and Automation
Topic: Script for sorting movies and tv-shows
Replies: 24
Views: 18157

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 describ...
by Vinnie05
15 Jan 2013, 22:06
Forum: Scripting and Automation
Topic: help with utorrent script
Replies: 8
Views: 9523

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 ...
by Vinnie05
15 Jan 2013, 02:52
Forum: Scripting and Automation
Topic: help with utorrent script
Replies: 8
Views: 9523

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 c...
by Vinnie05
14 Jan 2013, 11:50
Forum: Scripting and Automation
Topic: help with utorrent script
Replies: 8
Views: 9523

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}/{episod...
by Vinnie05
14 Jan 2013, 11:25
Forum: Scripting and Automation
Topic: help with utorrent script
Replies: 8
Views: 9523

Re: help with utorrent script

thanks that's exactly what I am struggling with, also what escape should I use for space?
by Vinnie05
14 Jan 2013, 09:36
Forum: Scripting and Automation
Topic: help with utorrent script
Replies: 8
Views: 9523

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 ...