Replies: 1 comment 2 replies
-
|
Have you enabled the checkbox "Use relative paths when possible" in the Audacious settings at "Playlist -> Export"? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to create relative M3U playlist files so I can use the same playlist file for my android phone and on desktop, but the relative paths that are created are not relative, and have absolute folder paths that don't work on another device with different folder paths. For example:
created playlist in when opened in text editor:
/run/media/user/hdd/Podcasts/shazamed/Ammælisstrákur.mp3
/run/media/user/hdd/Podcasts/shazamed/Arabesque - Debussy.mp3
/run/media/user/hdd/Podcasts/shazamed/Baby.mp3
when really I expected something more like:
#EXTM3U
#EXTENC:UTF-8
#PLAYLIST: test
#EXTINF:2988741,Ammælisstrákur
#EXTALB:Podcasts
./../Podcasts/Ammælisstrákur.mp3
#EXTINF:2244561,Arabesque - Debussy
#EXTALB:Podcasts
./../Podcasts/Arabesque - Debussy.mp3
#EXTINF:2124561,Baby
#EXTALB:Podcasts
./../Podcasts/Baby.mp3
Starting a discussion as it was suggested below, rather than creating a new issue.
relevant:
Beta Was this translation helpful? Give feedback.
All reactions