Per Neils from the Jellyfin team - the notion of a PlayCount is only presently updated for songs
This means that when a song is played, the play count for the song is updated.
This behavior is not continued with artists, albums, or playlists. When a song is played, Jellyfin does not mark that the artist was played, or that the album the song belongs to is played.
Update this plugin to implement the IUserDataManager - so that when a song is played, the parent artist is also marked as played.
This will allow Jellify to make a singular API call to retrieve recent artists, and this means that the recent artists response will be more accurate to the user's listening history
Per Neils from the Jellyfin team - the notion of a
PlayCountis only presently updated for songsThis means that when a song is played, the play count for the song is updated.
This behavior is not continued with artists, albums, or playlists. When a song is played, Jellyfin does not mark that the artist was played, or that the album the song belongs to is played.
Update this plugin to implement the IUserDataManager - so that when a song is played, the parent artist is also marked as played.
This will allow Jellify to make a singular API call to retrieve recent artists, and this means that the recent artists response will be more accurate to the user's listening history