Board index Feature Requests and Bug Reports Feature : Tracking List of Shows

Feature : Tracking List of Shows

All your suggestions, requests and ideas for future development


Posts: 2
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.

rednoah User avatar
The Source

Posts: 2080
Location: 北京

You can use the cmdline for that:

e.g.
filebot -list --q "bones" > bones.txt
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Posts: 2
Tried the following
filebot_3.0.jar -list --q "NCIS" > NCIS.txt
on windows 7 commandline without luck even with administrator rights.

Any thought?

rednoah User avatar
The Source

Posts: 2080
Location: 北京

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.
FileBot is free software. Please help support FileBot by writing a review or considering a donation.
Image


Return to Feature Requests and Bug Reports