Hi all,
it’s my first time setting up Mopidy. I’m running Arch Linux on a RPI 3 and mopidy runs as a service.
I configured [local] to scan my local music directory, unfortunately every track gets a timeout: https://pastebin.com/sRfpKcz7
Mopidy Config: https://pastebin.com/0J2qN14E
Mopidyctl deps:
Not found:
flump3dec
mad
gst-play-1.0 can play each song and gst-discoverer-1.0 also finds every song.
Any ideas? Best regards
What are the gstreamer tools using if not flump3dec or mad? Could you provide the full deps output?
Thanks for your reply, full output:
https://pastebin.com/sLu61zxJ
And the gst-discoverer-1.0 output for one of the failing files?
I ran those files through gst-discover
WARNING Failed local:track:AC_DC/74_Jailbreak/AC_DC_Baby_Please_Don_t_Go.mp3: Timeout after 1000ms
WARNING Failed local:track:AC_DC/74_Jailbreak/AC_DC_Jailbreak.mp3: Timeout after 1000ms
WARNING Failed local:track:AC_DC/74_Jailbreak/AC_DC_Show_Business.mp3: Timeout after 1000ms
WARNING Failed local:track:AC_DC/74_Jailbreak/AC_DC_Soul_Stripper.mp3: Timeout after 1000ms
WARNING Failed local:track:AC_DC/74_Jailbreak/AC_DC_You_Ain_t_Got_A_Hold_On_Me.mp3: Timeout after 1000ms
gst-discover: [mopidy@RPI3 ~]$ gst-discoverer-1.0 /mnt/Seafile/Musik/AC_DC/74_Jailbreak/Anal - Pastebin.com
I’ve set scan_timeout = 2000. It completes wihtout errors but it takes ages
1 Like
At 3000ms I’m still having some timeouts too.
I tweaked the scan_flush_threshold
to 5 so that I have no memory problems when scanning a large library.