Feature : Tracking List of Shows

All your suggestions, requests and ideas for future development
Post Reply
ocdcsv
Posts: 2
Joined: 19 Aug 2012, 07:28

Feature : Tracking List of Shows

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Feature : Tracking List of Shows

Post by rednoah »

You can use the cmdline for that:

e.g.

Code: Select all

filebot -list --q "bones" > bones.txt
:idea: Please read the FAQ and How to Request Help.
ocdcsv
Posts: 2
Joined: 19 Aug 2012, 07:28

Re: Feature : Tracking List of Shows

Post 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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Feature : Tracking List of Shows

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply