![]() |
Official moOde 8 support thread - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Official moOde 8 support thread (/showthread.php?tid=4777) |
RE: Official moOde 8 support thread - the_bertrum - 03-23-2022 (03-23-2022, 06:23 AM)DRONE7 Wrote:(03-23-2022, 03:40 AM)Britracer Wrote:(03-23-2022, 03:38 AM)Britracer Wrote:(03-23-2022, 03:35 AM)Britracer Wrote: Has there been a change to the way cover art is handled? I upgraded one of my systems to 8.0 and now some (maybe 10%) of the cover art just shows a ? in a little blue box. Cover art shows fine on the other systems. The jpg files are in the folders. Also, if I find my library looks odd after a main update, I first try clearing the browser cache. Often that's enough to make it right again. RE: Official moOde 8 support thread - TheOldPresbyope - 03-23-2022 A comment on moOde 8 players mounting Samba shares. moOde 8 is built on Raspbian 11 (bullseye) which includes Samba v4.13.13 compared to moOde 7 built on Raspbian 10 (buster) which includes Samba v4.9.5. Because of its inherent insecurity, the Samba developers made an executive decision to turn off the SMBv1 protocol in the default configuration at Samba v4.11.0. (You can read a nice summary of insecure protocols at https://www.extrahop.com/company/blog/2021/insecure-protocols/) In other words, SMBv2 is now the minimum protocol level tried in the mounting process. This means that users trying to mount Samba servers which support only SMBv1 will have to enter vers=1.0 explicitly in the mount flags at the bottom of moOde 8's Music Source configuration screen. Regards, Kent PS - setting the vers= flag forces the mounting process to try only that version which is why it isn't included by default. RE: Official moOde 8 support thread - the_bertrum - 03-23-2022 (03-23-2022, 07:29 AM)s_mury Wrote: fritz.box is my router which has a NAS function and a USB stick attached. Given this setup, perhaps the fastest way t a solution is to plug the USB drive into the Pi that moOde is on. That way it will be automatically be mounted to moOde for mpd to scan, and also automatically shared over SMB for other things on your network to see, just as from the fritz box. RE: Official moOde 8 support thread - maartin - 03-23-2022 (03-23-2022, 07:29 AM)s_mury Wrote: fritz.box is my router which has a NAS function and a USB stick attached. Hi Sean, running a harddisk as NAS on my FRitzbox 7590 it might help you to see my setting: The path in Moode Configure>Music Source>Server>Path is "IP of the Fritzbox" /fritzbox/"Name of the Share" Mount flags in Advanced setting are: vers=1.0,ro,dir_mode=0777,file_mode=0777 The Fritzbox setting has a checkbox to enable SMBv1, this should be enabled. Works for me with 8.01. Hope this helps. Maartin PS: It is not working with a point -"IP of the Fritzbox" /fritz.box/"Name of the Share"- RE: Official moOde 8 support thread - s_mury - 03-23-2022 Hi Martin, That is essentially what I do now to get it working (except that I need the . in fritz.box). I have the older 7490. However, as Kent pointed out, we probably shouldn't be using SMB vers=1.0 I tried unchecking the SMBv1 box in the Fritzbox settings but I couldn't get MPD to work properly without it (though in both cases, it mounts fine and with the same permissions rwxrwxrwx) In the absence of a fix for the SMB version, the_bertrum's suggestion is a safer alternative - connect the drive to the pi and use it as a SMB server. I wasn't aware that Raspian/moode would do that automatically. Best Sean RE: Official moOde 8 support thread - maartin - 03-23-2022 (03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin, Ok, I see. Actually a resent Fritzbox should work with SMB up to version 3, as AVM writes. However I never got Moode talking with FritzNAS higher then SMB1. Fine for me so far... AtB Maartin RE: Official moOde 8 support thread - Frank79 - 03-23-2022 (03-16-2022, 09:45 PM)DRONE7 Wrote:(03-16-2022, 08:33 PM)Tim Curtis Wrote: Try opening alsamixer and bumping the Master volume a couple of times. ... and with HifiBerry DAC2HD! I happened to get sound only thru the left speaker until I changed alsamixer mode to Direct. RE: Official moOde 8 support thread - DRONE7 - 03-23-2022 (03-23-2022, 04:32 PM)maartin Wrote:(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin, There are threads pertaining to FritzBox! devices that reference adding 'noserverino' to the mount string. Perhaps try that and the higher versions as noted in your AVM link. https://moodeaudio.org/forum/showthread.php?tid=4199&highlight=fritzbox https://moodeaudio.org/forum/showthread.php?tid=2900&pid=23787#pid23787 RE: Official moOde 8 support thread - s_mury - 03-23-2022 (03-23-2022, 06:05 PM)DRONE7 Wrote:(03-23-2022, 04:32 PM)maartin Wrote:(03-23-2022, 03:36 PM)s_mury Wrote: Hi Martin, Thanks for the tip. That did it! I now have these flags Code: ro,dir_mode=0777,file_mode=0777,noserverino and its working now. RE: Official moOde 8 support thread - TheOldPresbyope - 03-23-2022 Just so others won't get misled by this discussion, Putting aside the now deprecated SMBv1 (aka CIFS aka NT1), the default moOde settings will allow it to negotiate with a server for the highest SMB protocol level acceptable to both. So, for example, in my test environment with a Samba server running in OpenWRT (to emulate common routers) with no maximum protocol level set and with the minimum protocol level set to NT1, moOde will mount the share with SMBv1 if I explicitly force vers=1.0 in the mount flags. However, if I leave moOde set with only the default mount flags, then it will negotiate to and mount with SMB3.1.1. If I set the Samba server to a maximum protocol level of SMBv2.0, then that's where the negotiation will end, and so on (usw!). In past tests, I have covered the entire matrix of SMB protocol versions on various Samba servers versus on the moOde client and found it all very consistent. If Fritz!Box doesn't work this way they should be more forthcoming on configuring their software. Regards, Kent |