Hi Ludek,
how can I get the logs from the server? Only by showing them in the web UI, marking them and copying them to a text editor?
In this case, sorry I can't attach the full log because my browser crashed/became unresponsive.
But my understanding is that all log messages are stored in the DB, is that right?
In this case, please find the db here:
https://drive.google.com/file/d/1VmwNy4 ... sp=sharing
I'm running MMS on Raspbian 9 (Stretch).
The music is on a NAS which is mounted via
Code: Select all
//192.168.1.100/Music on /var/churros/music type cifs (rw,relatime,vers=default,sec=ntlmssp,cache=strict,username=xxx,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.100,file_mode=0755,dir_mode=0755,soft,nounix,serverino,mapposix,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1)
I confirmed that I can access the files, even the ones with the weirder filenames:
Code: Select all
pi@Clafoutis:~/MediaMonkeyServer $ ls -l "/var/churros/music/Library/YZ/Zoviet France/The Decriminalisation Of Country Music/"
total 88768
-rwxr-xr-x 1 root root 5311 Jan 11 2008 folder.jpg
-rwxr-xr-x 1 root root 17049970 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 01 Something Spooked The Horses.mp3
-rwxr-xr-x 1 root root 19196608 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 02 Electron Gate.mp3
-rwxr-xr-x 1 root root 2731524 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 03 Stainless.mp3
-rwxr-xr-x 1 root root 22569539 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 04 Pyroclastic Flow.mp3
-rwxr-xr-x 1 root root 2027681 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 05 Dust And Scratches.mp3
-rwxr-xr-x 1 root root 896684 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 06 Duct Tape.mp3
-rwxr-xr-x 1 root root 4429275 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 07 Purline.mp3
-rwxr-xr-x 1 root root 11794551 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 08 Spiitek.mp3
-rwxr-xr-x 1 root root 9953859 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 09 Light Abrasion.mp3
-rwxr-xr-x 1 root root 218756 Feb 12 2019 Zoviet France (The Decriminalisation Of ...) - 10 Light Abrasion.mp3
pi@Clafoutis:~/MediaMonkeyServer $ ls -l "/var/churros/music/Library/YZ/Zoviet France/The Decriminalisation Of Country Music/Zoviet France (The Decriminalisation Of ...) - 05 Dust And Scratches.mp3"
-rwxr-xr-x 1 root root 2027681 Feb 12 2019 /var/churros/music/Library/YZ/Zoviet France/The Decriminalisation Of Country Music/Zoviet France (The Decriminalisation Of ...) - 05 Dust And Scratches.mp3
pi@Clafoutis:~/MediaMonkeyServer $
Let me know, if you need something else.
Btw - when I looked into the logs, I saw the messages
Code: Select all
13:03:01 ==================================================
13:03:01 Connect using a web browser or using MediaMonkey 5.
13:03:01 MMS v0.4.3 running at http://192.168.1.104:10222 (or http://localhost:10222)
13:03:01 ==================================================
So it might be that I haven't downloaded the fix with the command
Code: Select all
git clone https://github.com/mediamonkeyserver/mms.git