Page 1 of 1

List all shows that are continuing

Posted: 01 Apr 2024, 07:40
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

Re: List all shows that are continuing

Posted: 01 Apr 2024, 07:59
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.

Re: List all shows that are continuing

Posted: 01 Apr 2024, 08:11
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