Server Version#: 1.18.7.2457
Player Version#: n/a, any
Hello Friends ::
I looking for some expertise on how to change the data that Music Playlists use to track song locations. I think my issue is similar to this thread but different.
I’ve pointed my music library to a new volume, the library works, but Playlists have lost their way… the titles are there, but none of the songs.
I’m thinking about other migrations I’ve done on other systems where I’ve simply edited the database to update the new path information and all is well.
Is my thinking correct here? Would love to have a discussion with you all on this.
Unfortunately, this is not possible, even by modifying the database. Plex’s playlist track the songs by their ID number. When you move your data, it recreates that entry in the database so their ID changes. This is why the link to the playlist fails.
If you are familiar with databases and have a backup from before the move, you could identify the old IDs, translate them to the new ID, then change the ID that the playlist is looking for.