Curious if there’s a way to program a sequence action or other method to advance to the next item based on a specific clock time. Here’s the scenario I run into: we program outdoor movies in our park, and the schedule needs to be pretty precise. We typically run a 30-minute block of trivia while people get situated, followed by a 9-minute theater intro, with the feature film starting right at 8:00 PM. That means I need to start the sequence at exactly 7:21 PM to keep everything on schedule. The
I am using tinymediamanager to scrape my movies and pull down trailers locally. However, each trailer is pulled down into the movies folder.
My current directory structure is this
NAS://media/Movies
NAS://media/preshow/Trailers
Trailers for each movie show up in
NAS://media/Movies/<MovieName>/trailers/trailer.mp4
Is there anyway to have the preshow experience display only these trailers, maybe recursively based off file format, or another syntax with wildcards?