This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Based on my last problem, which is working quite nicely now, I've run into the next issue...
So the script is outputting the results properly, and says this:
* Total Movie Length: 8:04:50
* Filler Needed: 0:52:47
"Filler" is the short bits, trailers, cartoons, etc, between movies. According to this test run, I need to gather 52 minutes and 47 seconds of filler.
I have a database of all available filler, including their lengths (in the format of h:m:s).
Using that, how can I tell it to build a playlist of filler items 52 minutes and 47 seconds long minimum?
Going over by a minute or two is perfectly acceptable, but it can't be shorter than that amount.
Note: "efficiency" isn't really needed here. The computer running this has this one job to do. And it doesn't matter how long it takes (as long as it's done in less than a week), or how much memory it eats up doing it.
Thanks!
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/bash/commen...