I think a lot of people routinely use betas that shouldn’t, because they are then crabby when there are bugs.
But 1.26.0 was public and had these issues. Bugs happen in public releases too. Such is life.
So if you’re using 1.26.0 right now, and are having issues with Originally Available At and Year, and don’t feel like waiting … 1.26.1.5762 is a relatively small update, and appears to resolve those specific issues.
Do you happen to know why plex are messing about with the date formats within the db schema? I come from a software background and the changes they are making do not make sense to me. Appears to be change for changes sake!
It also seems haphazard as only some tables have changed.
Datetime fields in some tables, including metadata_items, have been changed from a text format YYYY-MM-DD HH:MM:SS to a unix-style epoch seconds format.
Sure but seems like a lot of development effort just to rework internal date formats. Many other things would seem more important but sure what do I know…
I wasn’t there, but I’ll bet $2 it went like this:
"I’m working on feature X (or bug Y) which uses dates. This is twice as hard as it should be, because we’re using these dumb text dates in the database.
I could also use the dumb text dates in the new feature, but that would just be perpetuating the problem.
If I refactor this code to use sane dates, that will help me get my work done faster - and remove some technical debt in the process.
And I’ll feel more job satisfaction because I’ve improved the code a bit, instead of just kicking the can down the road."
I’ll bet another $1 that they’re really annoyed that they introduced bugs that made it into public view.