JonnyWong16
JonnyWong16
Yeah, I already know that. It's just _a lot_ of places in the UI that need to change.
Yes, `originallyAvailableAt` is correct when episodes don't have an `index`. Please use ISO date format `YYYY-MM-DD` because Tautulli doesn't have date localization.
Thank you for not just requesting a feature, but also providing a solution for how to implement it as well. This is how a proper feature request should be done.
You don't need all the `format_date_based_show` functions. `originallyAvailableAt` is already in ISO format `YYYY-MM-DD`. Don't use the dots.
The date format you see in Plex is based on locale. It will use a dot, dash, or a slash and a different order of year, month, and day depending...
I need to think about the newsletter. Let's go with option 3, a separate setting for "Date-Based Episode Format".
I'm thinking just the range of dates for the newsletter. `Season 2, Episodes 2021-01-01 - 2021-06-30`
There are significant performance issues retrieving more info from the Plex server than what is already shown in the media info table. Every single item in the library would need...
Sure if you are willing to rewrite everything to use SQLAlchemy.
I was just thinking about this and there is a detail that needs to be considered. Say, for example, the play count is calculated to be 1.50. How do you...