List all shows that are continuing

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
superm4n
Donor
Posts: 19
Joined: 30 Jun 2017, 14:27

List all shows that are continuing

Post by superm4n »

hi is there a script that can search all my tv shows nfo's and list the shows that have continuing as their status?

cheers
User avatar
rednoah
The Source
Posts: 23006
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: List all shows that are continuing

Post by rednoah »

If your files have xattr metadata (i.e. processed and tagged by FileBot) then you can do something like this:

Console Output: Select all

$ filebot -mediainfo -r /input --format "{ny} | {info.status}" | sort -u
Alias (2001) | Ended

:idea: The Find missing Episodes script is also somewhat akin to what you're trying to do.
:idea: Please read the FAQ and How to Request Help.
superm4n
Donor
Posts: 19
Joined: 30 Jun 2017, 14:27

Re: List all shows that are continuing

Post by superm4n »

Thanks yeah ive been using the missing episodes script the last couple of days, and have been getting the missing ones, now im just starting to set up my rutorrent to filter for the new episodes and thought would be handy to know which shows might be still running withought having to keep checking on TVDB
thanks for your help seems to be working
Post Reply