1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00
This commit is contained in:
siwinter 2021-08-23 23:14:35 +02:00 committed by GitHub
parent 0031539841
commit 15c23feda4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ data_dir = __DATA_DIR__
[file] [file]
enabled = true enabled = true
media_dirs = __MEDIADIR__ media_dirs = __MEDIA_DIR__
#excluded_file_extensions = #excluded_file_extensions =
# .directory # .directory
# .html # .html
@ -86,7 +86,7 @@ enabled = true
[local] [local]
enabled = true enabled = true
#max_search_results = 100 #max_search_results = 100
media_dir = __MEDIADIR__ media_dir = __MEDIA_DIR__
#scan_timeout = 1000 #scan_timeout = 1000
#scan_flush_threshold = 100 #scan_flush_threshold = 100
#scan_follow_symlinks = false #scan_follow_symlinks = false
@ -181,10 +181,3 @@ browse_root = __DATA_DIR__/podcast/bbc.opml
enabled = false enabled = false
auth_token = ? auth_token = ?
#explore_songs = 25 #explore_songs = 25
#[spotify]
#enabled = true
#username = ? #see https://github.com/mopidy/mopidy-spotify
#password = ?
#client_id = ?
#client_secret = ?