Possible to add Year/Date to emitted `track_changed` events?
Is your feature request related to a problem? Please describe.
When trying to build a Now-Playing-type display, it would be helpful to have the Album's year/release-date accessible. I can see in the metadata definition files that Albums have a date attached to them, though Tracks seem to only have earliest_live_timestamp. Regardless, neither are passed through as variables to the Events system.
Describe the solution you'd like
Maybe the data isn't available and/or the earliest_live_timestamp date field is not useful. But ideally, if the year or date is attached to an Album entity and it can be passed along on Tracks without doubling up on lookups/queries, that would be excellent.
I think if we don't need to do another request and can just forward it on AudioItem nothing speaks against doing it. If you look at UniqueFields::Episode there is already a publish_time included, so adding it to the track when available should be no problem.
This seems to be fairly easy to do, so if you want it I would encourage you to look into the topic and contribute to the project :D