Adapt mopidy configuration to upstream changes
This commit is contained in:
parent
b5b65f5672
commit
61f3aad45b
@ -52,47 +52,52 @@ in
|
|||||||
mopidy-somafm
|
mopidy-somafm
|
||||||
mopidy-soundcloud
|
mopidy-soundcloud
|
||||||
];
|
];
|
||||||
configuration = ''
|
settings = {
|
||||||
[audio]
|
audio.output = "pulsesink server=127.0.0.1";
|
||||||
output = pulsesink server=127.0.0.1
|
|
||||||
|
|
||||||
[local]
|
local = {
|
||||||
media_dir = /home/coolneng/Music
|
media_dir = "/home/coolneng/Music";
|
||||||
directories =
|
directories = ''
|
||||||
Album Artists local:directory?type=artist&role=albumartist
|
Album Artists local:directory?type=artist&role=albumartist
|
||||||
Albums local:directory?type=album
|
Albums local:directory?type=album
|
||||||
Artists local:directory?type=artist
|
Artists local:directory?type=artist
|
||||||
Genres local:directory?type=genre
|
Genres local:directory?type=genre
|
||||||
excluded_file_extensions =
|
'';
|
||||||
.directory
|
excluded_file_extensions = ''
|
||||||
.html
|
.directory
|
||||||
.jpeg
|
.html
|
||||||
.jpg
|
.jpeg
|
||||||
.log
|
.jpg
|
||||||
.nfo
|
.log
|
||||||
.png
|
.nfo
|
||||||
.txt
|
.png
|
||||||
scan_timeout = 3000
|
.txt
|
||||||
|
'';
|
||||||
|
scan_timeout = 3000;
|
||||||
|
};
|
||||||
|
|
||||||
[mpd]
|
mpd.zeroconf = "";
|
||||||
zeroconf = ""
|
|
||||||
|
|
||||||
[m3u]
|
m3u = {
|
||||||
playlists_dir = /home/coolneng/.config/mpd/playlists
|
playlists_dir = "/home/coolneng/.config/mpd/playlists";
|
||||||
base_dir = /home/coolneng/Music
|
base_dir = "/home/coolneng/Music";
|
||||||
|
};
|
||||||
|
|
||||||
[youtube]
|
youtube = {
|
||||||
search_results = 50
|
search_results = 50;
|
||||||
youtube_dl_package = yt_dlp
|
youtube_dl_package = "yt_dlp";
|
||||||
musicapi_enabled = true
|
musicapi_enabled = true;
|
||||||
|
};
|
||||||
|
|
||||||
[somafm]
|
somafm = {
|
||||||
encoding = aac
|
encoding = "aac";
|
||||||
quality = highest
|
quality = "highest";
|
||||||
|
};
|
||||||
|
|
||||||
[soundcloud]
|
soundcloud = {
|
||||||
auth_token = ${soundcloud_token}
|
auth_token = soundcloud_token;
|
||||||
explore_songs = 100
|
explore_songs = 100;
|
||||||
'';
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user