mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Oublie dans la configuration
This commit is contained in:
parent
524385ce52
commit
748880b5ed
2 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ zeroconf = Mopidy HTTP server on $hostname
|
|||
[local]
|
||||
enabled = true
|
||||
library = json
|
||||
media_dir =
|
||||
media_dir = /var/lib/mopidy/media
|
||||
scan_timeout = 1000
|
||||
scan_flush_threshold = 100
|
||||
scan_follow_symlinks = false
|
||||
|
|
|
@ -35,7 +35,7 @@ sudo apt-get update
|
|||
sudo apt-get install -y mopidy
|
||||
|
||||
# Copy configuration
|
||||
sudo ../conf/mopidy.conf /root/.config/mopidy/
|
||||
sudo cp ../conf/mopidy.conf /root/.config/mopidy/
|
||||
|
||||
# Running Mopidy as a service
|
||||
sudo mopidy local scan
|
||||
|
|
Loading…
Add table
Reference in a new issue