|
@@ -11,7 +11,24 @@ media_dirs =
|
|
follow_symlinks = true
|
|
follow_symlinks = true
|
|
|
|
|
|
[local]
|
|
[local]
|
|
|
|
+enabled = true
|
|
|
|
+scan_timeout = 3000
|
|
media_dir = /var/lib/mopidy/media/music
|
|
media_dir = /var/lib/mopidy/media/music
|
|
|
|
+excluded_file_extensions =
|
|
|
|
+ .directory
|
|
|
|
+ .html
|
|
|
|
+ .jpeg
|
|
|
|
+ .jpg
|
|
|
|
+ .db
|
|
|
|
+ .log
|
|
|
|
+ .nfo
|
|
|
|
+ .png
|
|
|
|
+ .txt
|
|
|
|
+ .cue
|
|
|
|
+ .pdf
|
|
|
|
+ .m3u8
|
|
|
|
+ .m3u
|
|
|
|
+ .zip
|
|
|
|
|
|
[m3u]
|
|
[m3u]
|
|
playlists_dir = /var/lib/mopidy/media/music/playlists
|
|
playlists_dir = /var/lib/mopidy/media/music/playlists
|
|
@@ -54,8 +71,6 @@ musicbox = true
|
|
on_track_click = ADD_THIS_BOTTOM
|
|
on_track_click = ADD_THIS_BOTTOM
|
|
|
|
|
|
#[scrobbler]
|
|
#[scrobbler]
|
|
-#api_key = {{mopidy_lastfm_api_key}}
|
|
|
|
-#api_secret = {{mopidy_lastfm_secret}}
|
|
|
|
#username = powellc
|
|
#username = powellc
|
|
#password = {{mopidy_lastfm_password}}
|
|
#password = {{mopidy_lastfm_password}}
|
|
|
|
|
|
@@ -71,7 +86,7 @@ tokens = {{vrobbler_webhook_token}}
|
|
autostart = false
|
|
autostart = false
|
|
|
|
|
|
[audio]
|
|
[audio]
|
|
-output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpclientsink host=snapcast.service port=4098
|
|
|
|
|
|
+output = audioresample ! rgvolume ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! tcpclientsink host=snapcast.service port=4098 async=False
|
|
#output = lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
|
|
#output = lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
|
|
#output = tee name=t ! queue ! audioresample ! audio/x-raw,rate=48000,channels=2,format =S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo t. ! queue ! lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
|
|
#output = tee name=t ! queue ! audioresample ! audio/x-raw,rate=48000,channels=2,format =S16LE ! audioconvert ! wavenc ! filesink location=/tmp/snapfifo t. ! queue ! lamemp3enc ! shout2send async=false mount=mopidy ip=icecast1.local port=8010 password=mainr0ot
|
|
|
|
|