Plex shows Music album year one year earlier than the tag

Yup.

There are two columns in the database, originally_available_at and year. The latter, year, is used in the Album View.

When manually editing Originally Available in Plex Web, both of those columns are saved correctly.

The agent, on the other hand, is fetching and storing originally_available_at correctly, but applying bad timezone math for year.

If waiting for a fix is driving you crazy, a Plex SQLite statement can be used to bulk-update year:

Can not change "Originally Available" date for a Movie: Part Deux; Now Stuck at "1900" (PMS 5762) - #15 by Volts

I’m hoping (assuming?) that when a fix arrives, it also performs this bulk update.

2 Likes