i use Plex and Filebot with AMC script..
is there a script available, to delete movies that are unwatched after 90 days with a low imdb score but keep unwatched movies witha higher score. is this something filebot could do?
movie deletion based on watch status and Imdb score
Re: movie deletion based on watch status and Imdb score


Re: movie deletion based on watch status and Imdb score
i dont know lol could it not query the sqlite database or something
thanks ill check out your link
thanks ill check out your link
Re: movie deletion based on watch status and Imdb score
Theoretically, yes.
But which database? How to read that database? Which tables? Which columns? That'll be the main challenge.
If you could write your own standalone tool that exports the watched / unwatched flag to something easy-to-read (e.g. xattr) then that would make the filebot bit fairly trivial.

