Mar-17-2025, 03:37 AM
I have jellyfin running on an ubuntu server in my house. I have a playlist that I have put a lot of effort into (1000 songs).
I also installed jellyfin on my windows 10 laptop. Would like have a python script that I could run that would modify my XML playfirst file from ubuntu to my windows 10 jellyfin installation. Was able to make a script that changes the root path, but now I see that the those pesky slashes all need to be changed. "/" need to be converted to "\" for it to work in windows. I branched the jellyfind migrator, that converts windows playlists to linux ..... any suggestions on how to tackle this greatly appreciated.
I have also added the playlist.xml file into the github link below, note the <path> was already changed with a script that I created.
https://github.com/mackconsult/Jellyfin-Migrator
I also installed jellyfin on my windows 10 laptop. Would like have a python script that I could run that would modify my XML playfirst file from ubuntu to my windows 10 jellyfin installation. Was able to make a script that changes the root path, but now I see that the those pesky slashes all need to be changed. "/" need to be converted to "\" for it to work in windows. I branched the jellyfind migrator, that converts windows playlists to linux ..... any suggestions on how to tackle this greatly appreciated.
I have also added the playlist.xml file into the github link below, note the <path> was already changed with a script that I created.
https://github.com/mackconsult/Jellyfin-Migrator