![]() |
Official moOde 7.4.y 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 7.4.y support thread (/showthread.php?tid=4230) |
RE: Official moOde 7.4.0 support thread - Tim Curtis - 09-29-2021 (09-29-2021, 06:26 PM)Jedrek Wrote: @the_bertrum The script that generates the file list for input to the thumbnail generator just looks at the root directories under /mnt. The file is /var/www/command/listall.sh. IIRC the folder that stores cover files on a DLNA server is different depending on the particular server software and thus the best that can be done is to just scan /mnt/UPNP. In any case you would be better off just accessing your music files via Samba or NFS which are much faster protocols than the old FUSE/UPnP Browser stuff. RE: Official moOde 7.4.0 support thread - Tim Curtis - 09-29-2021 (09-29-2021, 06:27 PM)brotakul Wrote:(09-29-2021, 03:46 AM)brotakul Wrote:(09-28-2021, 06:52 PM)Tim Curtis Wrote:(09-28-2021, 04:21 PM)brotakul Wrote: I have 2 Pi based streamers, both running MoOde 7.4.0 and I have an issue with Spotify connect: I can initially connect to it, plays ok, but if I pause or change volume the connection drops and reverts to local/controlling device (usually my iPhone), on both MoOde streamers. I'm not able to repro these issues. Spotify just works on my end. I can have a second client displaying moOde UI and both clients will display the "Spotify Active" overlay and then regardless of whether I disconnect the Spotify session from client or from the overlay screen once the session ends the overlay screen goes away on both clients. Maybe try a fresh 740 image. RE: Official moOde 7.4.0 support thread - Jedrek - 09-29-2021 (09-29-2021, 07:56 PM)The script that generates the file list for input to the thumbnail generator just looks at the root directories under /mnt. The file is /var/www/command/listall.sh. IIRC the folder that stores cover files on a DLNA server is different depending on the particular server software and thus the best that can be done is to just scan /mnt/UPNPIn any case you would be better off just accessing your music files via Samba or NFS which are much faster protocols than the old FUSE/UPnP Browser stuff. Wrote: @Tim Curtis RE: Official moOde 7.4.0 support thread - Tim Curtis - 09-29-2021 There's a lot wrong with UPnP/DLNA but you would need to direct your questions to the maintainers of those components with exception being UPnP Browser (djmount) which has been unmaintained for long time so any issues with it are unsupportable. Generally I don't like having long since unmaintained components in the project that generate support issues and so at some point it might get dropped. RE: Official moOde 7.4.0 support thread - brotakul - 09-30-2021 (09-29-2021, 08:13 PM)Tim Curtis Wrote: I'm not able to repro these issues. Spotify just works on my end. I can have a second client displaying moOde UI and both clients will display the "Spotify Active" overlay and then regardless of whether I disconnect the Spotify session from client or from the overlay screen once the session ends the overlay screen goes away on both clients. I'm an idiot... For some reason, it seems I set Output mode to Direct (hw). Changed it back to Default (plughw) and it solved my "problem". Sorry for that! RE: Official moOde 7.4.0 support thread - the_bertrum - 09-30-2021 (09-29-2021, 06:26 PM)Jedrek Wrote: It turns out that even if we go very deep when indexing DLNA content - to the level of a directory where there are only subdirectories with music and we will index through directories, the system freezes I'd go deeper even than that, down into the music directory and then on to the Albums. It's only at that level where you won't have the same music repeated in several different folders. However, once you've gone to that level, you can get the same functionality but much faster over the SMB mount option. The DLNA browser is just very slow indeed. It was my first choice when I first installed moOde because DLNA was what I was used to browsing my collection over, but I soon ditched it for SMB just becasue that works so much better. I do still have my DLNA server running, and on occasion I'll use another control point (BubbleUPnP on my phone) to browse the collection and send it to my moOde player as a UPnP reciever. That way I get my RPi player sound goodness with my DLNA browsing experience. If you have a particular reason for mounting over UPnP then it looks like you are stuck with the fact that it is very slow and can crash sometimes. On a big collection, that's going to be a pain. However, I still suspect that the reason for it reportedly working fine in 6.x and not in 7.x is down to the mpd indexing changes. Have you tried the Folder path index option? RE: Official moOde 7.4.0 support thread - josh2000 - 09-30-2021 Hello, I'm missing an entry for Hifiberry ADC pro. There is an overlay to choose for it but that does not bring up the input. I now use the Hifiberry ADC (without pro), but i guess the clock switching of the pro won't work this way. Best Regards Josef RE: Official moOde 7.4.0 support thread - Nuvera - 09-30-2021 Hi, I am trying to update the moode software from version 7.3.0 to 7.4.0 but it keeps telling me that the software is up to date. Is there a manual way of updating? Many Thanks Clive RE: Official moOde 7.4.0 support thread - Tim Curtis - 09-30-2021 (09-30-2021, 11:14 AM)josh2000 Wrote: Hello, Quite a while ago our project stopped trying by default to integrate new audio devices and their unique options because of a lack of dev resources, lack of vendor support, too many new devices, and the fact that the significant amount of dev time required to integrate devices and their options competed with time we needed to spend integrating important new and generally applicable features for example CamillaDSP and Multiroom Audio, fixing bugs and improving reliability.ny We still spend time to integrate selected audio devices but only if the vendor supports our project, provides sample devices, technical support and we mutually agree to work together. Another avenue for device integration is if a dev or vendor does the integration work themselves and submits a PR to the repo. As long as the vendor support mentioned before is in place the PR will be considered. RE: Official moOde 7.4.0 support thread - Tim Curtis - 09-30-2021 (09-30-2021, 11:48 AM)Nuvera Wrote: Hi, Sure. From SSH run the command below. Don't forget to make a backup of you system before updating. Code: sudo /var/www/command/updater.sh r730 |