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
List all shows that are continuing
Re: List all shows that are continuing
If your files have xattr metadata (i.e. processed and tagged by FileBot) then you can do something like this:
The Find missing Episodes script is also somewhat akin to what you're trying to do.
Console Output: Select all
$ filebot -mediainfo -r /input --format "{ny} | {info.status}" | sort -u
Alias (2001) | Ended
The Find missing Episodes script is also somewhat akin to what you're trying to do.
Please read the FAQ and How to Request Help.
Re: List all shows that are continuing
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
thanks for your help seems to be working