egrueda escribió: 18 Mar 2020, 20:37
Manda un pantallazo de
sudo systemctl status mopidy
Allí va:
"pi@raspberrypi:/ $ sudo systemctl status mopidy
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-03-18 20:33:39 CET; 9min ago
Process: 4180 ExecStartPre=/bin/mkdir -p /var/cache/mopidy (code=exited, status=0/SUCCESS)
Process: 4181 ExecStartPre=/bin/chown mopidy:audio /var/cache/mopidy (code=exited, status=0/SUCCESS)
Main PID: 4182 (mopidy)
Tasks: 15 (limit: 1599)
Memory: 25.8M
CGroup: /system.slice/mopidy.service
└─4182 /usr/bin/python2 /usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Starting Mopidy audio
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend, LocalBackend, Tun
mar 18 20:33:40 raspberrypi mopidy[4182]: WARNING Local media dir /home/pi/media/hdd/Musica does not exist or we lack permissions to
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Audio output set to "autoaudiosink"
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Loaded 391 local tracks using sqlite
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Starting Mopidy core
mar 18 20:33:40 raspberrypi mopidy[4182]: INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
mar 18 20:33:41 raspberrypi mopidy[4182]: INFO MPD server running at [::]:6600
mar 18 20:33:41 raspberrypi mopidy[4182]: INFO Starting GLib mainloop
mar 18 20:33:41 raspberrypi mopidy[4182]: INFO HTTP server running at [::]:6680
lines 1-21/21 (END)
"