2024-06-22, 06:48 AM
He doesn't mean the system user or the user in Jellyfin (name/UID). When you create a user with the same name/password on a different Jellyfin installation, it will have a different internal ID in Jellyfin.
The tag
<OwnerUserId>.....</OwnerUserId>
in the playlist.xml file is relevant.
Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Item>
<Added>04/13/2024 13:39:04</Added>
<LockData>false</LockData>
<LocalTitle>00000-Test</LocalTitle>
<RunningTime>264</RunningTime>
<Genres>
<Genre>Big Beat</Genre>
<Genre>Electronic</Genre>
...
</Genres>
<Studios>
<Studio>Virgin</Studio>
<Studio>Freestyle Dust</Studio>
<Studio>Cashbeat</Studio
...
</Studios>
<OwnerUserId>f14345745756810a8df5eeab</OwnerUserId>
<PlaylistItems>
<PlaylistItem>
<Path>/data01/Audio/Musik/Chemical Brothers/Dig Your Own Hole/The Chemical Brothers - Block Rockin’ Beats.ogg</Path>
</PlaylistItem>
...
The tag
<OwnerUserId>.....</OwnerUserId>
in the playlist.xml file is relevant.