skadogg / personal-tv-guide

Python-based JustWatch scraper
GNU General Public License v3.0
6 stars 7 forks source link

🚸 Balance movie and TV runtime in final output #50

Closed skadogg closed 10 months ago

skadogg commented 10 months ago

In my case, I have ~900 movies and only ~60 TV shows. Movies are longer and there are way more, so they take up more space and are more likely to appear in the output. I'd like to sum the runtimes for both lists, and then balance things out. This could either be done by cutting down the movie list (easier), or by duplicating TV shows so they appear more often and, likely, more than once.