Page 1 of 1

Feature : Tracking List of Shows

Posted: 19 Aug 2012, 07:37
by ocdcsv
For the episodes Tab would it be possible to have a list of TV Shows which I can add to so I can just click on that list.

I use this Episodes tab to grab the full episode listing and saving it out to text file so I can use Excel to search etc.
So It would be good to have a button that creates the text files automatically.
i.e. Bones -> c:\temp\Bones.txt

With the list its just saves looking up the same items each time they update with new episodes.

Re: Feature : Tracking List of Shows

Posted: 19 Aug 2012, 09:38
by rednoah
You can use the cmdline for that:

e.g.

Code: Select all

filebot -list --q "bones" > bones.txt

Re: Feature : Tracking List of Shows

Posted: 26 Aug 2012, 05:10
by ocdcsv
Tried the following
filebot_3.0.jar -list --q "NCIS" > NCIS.txt
on windows 7 commandline without luck even with administrator rights.

Any thought?

Re: Feature : Tracking List of Shows

Posted: 26 Aug 2012, 06:21
by rednoah
If you install the msi the "filebot" cmd will be in the path.

btw your cmdline doesn't work cause you'll need to run the jar with java, i.e. java -jar filebot.jar ... but that's all in filebot.cmd if you had installed the msi.