How add pls file to playlists?

(running mopidy2, but not as service)

I would like to add pls files to my playlists. For example

cat 132-hi-mp3.pls
[playlist]
NumberOfEntries=1
File1=http://http-live.sr.se/p1-mp3-192
Title1=Sveriges Radio
Length1=-1
Version=2

I have placed the pls file is in the same directory as m3u8 files, part of my config:
[m3u]
enabled = true
base_dir = $XDG_MUSIC_DIR
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = /home/aj/.local/share/mopidy/playlists/

While I can see the content of the m3u playlist (using mopidy-mobile or ncmpcpp), I can’t see the pls playlists. I guess that I somewhere must define the pls extension but I don’t know where. Have searched for “pls” in the mopidy documentation - no matches.

The m3u backend only supports m3u and m3u8 playlists. The pls format is not supported.

1 Like