Skip to content

Commit

Permalink
fix: use 'webm3u' as default uri scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Mar 6, 2024
1 parent a7854dc commit 3382458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install by running::
Configuration
=============

Before starting Mopidy, you must configure the URL to the M3U playlist of playlists and disable Mopidy's built-in m3u extension::
Before starting Mopidy, you must configure it as follows, enabling the webm3u extension and specifying the URL to the M3U playlist of playlists::

[m3u]
enabled = false
Expand Down
3 changes: 2 additions & 1 deletion mopidy_webm3u/ext.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ enabled = false
#seed_m3u = http://beets:8337/m3u/playlists/index.m3u8
seed_m3u = http://localhost:8337/m3u/playlists/index.m3u8
#seed_m3u = http://localhost:8337/m3u/playlists/index.m3u8?uri-format=subidy:song:3$id
uri_scheme = m3u
uri_scheme = webm3u

0 comments on commit 3382458

Please sign in to comment.