import playlist, i select m3u or m3u8 from symfonium local device-files-library, AND select import, then i receive the message “No playlist content to import”, how can i import a playlist?
Logs:
Upload description: nena signos
Additional information:
the playlist import works for other music app. same playlist Archive
Reproduction steps:
import playlist, i select m3u or m3u8 from symfonium local device-files-library, AND select import, then i receive the message “No playlist content to import”, how can i import a playlist
They start with / and have a full path, path that does not exist on your phone. What other apps support such invalid content and where is that song actually located on your phone?
I do not understand, please provide new logs and details about the file structure. While I can relax the matching, I won’t support random non matching paths.
Playlists can have either absolute path or relative path to the playlist and Symfonium support both.
Your path do not match at all yet are absolute and have differences in them.
If I allow random path matching this would mean that a song /ArtistA/GreatestHits/01.mp3 in the playlist could match /ArtistB/GreatestsHists/01.mp3 and it would be a complete non sense.
To avoid those kind of absolute path issues, usually the path are relative to the playlists.
So if you have your playlists in a folder named playlist and the folders are at the same level you use something like ../ArtistA/GreatestHits/01.mp3 and it’s clear where to find the file.