I created a static playlist some time ago. Afterwards I retagged several audio files and rescanned the database. The playlist is still complete and I can listen to all songs.
However I saw that some songs don't show a rating when the playlist is played though they have a rating, which is shown, when I look up and play the album.
So I did some further investigations and looked into the database (playlist_track table) as described here: https://wiki.slimdevices.com/index.p...playlist_track
Strangely enough I don't see these files when I run the SQL query: select * from tracks t join playlist_track pt on pt.playlist = <playlist ID> and pt.track = t.url
So my question is from where does LMS retrieves the "complete" playlist as the database - in the playlist_track table - only contains part of the songs of the playlist.
Does this make sense? (It doesn't make sense for me ...)
However I saw that some songs don't show a rating when the playlist is played though they have a rating, which is shown, when I look up and play the album.
So I did some further investigations and looked into the database (playlist_track table) as described here: https://wiki.slimdevices.com/index.p...playlist_track
Strangely enough I don't see these files when I run the SQL query: select * from tracks t join playlist_track pt on pt.playlist = <playlist ID> and pt.track = t.url
So my question is from where does LMS retrieves the "complete" playlist as the database - in the playlist_track table - only contains part of the songs of the playlist.
Does this make sense? (It doesn't make sense for me ...)
Comment