Because I'm starting to get bored at seeing MusicInfoScreen telling me
"<ALBUM_NAME> (0)" is playing ... :(
I could guess by myself it's needed to extend %albumInfo in
Plugins::Qobuz::API::_precacheAlbum with something like that:
Code:
--------------------
year => (localtime($album->{released_at}))[5] +
1900,
--------------------
And maybe to extend %meta in Plugins::Qobuz::API::_precacheTrack with
something like that:
Code:
--------------------
year => $track->{album}->{year},
--------------------
I also supposed I had to export this new tag from
Plugins::Qobuz::trackInfoMenu like that:
Code:
--------------------
if ($trackId || $albumId || $artistId) {
my $args = ();
$args->{year} = $track->year;
if ($artistId && $artist) {
--------------------
But no joy... :(
------------------------------------------------------------------------
sebp's Profile: http://forums.slimdevices.com/member.php?userid=11768
View this thread: http://forums.slimdevices.com/showthread.php?t=97146
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins