![]() |
MyMPD fails to update artwork. - Printable Version +- Snakeoil Forums (https://forums.snakeoil-os.net) +-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics) +--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting) +--- Thread: MyMPD fails to update artwork. (/Thread-MyMPD-fails-to-update-artwork) |
MyMPD fails to update artwork. - Bromf - 16-Dec-2022 MyMPD fails to update artwork after Snakeoil update to 1.2.9 (Gear Isolation U9) I can see the newly added items in folder view but there is nothing added to the album view since the 1.2.9 (Gear Isolation U9) update. I have rescanned and update the database, checked the filetypes and artwork which are all good and show in other players (Moode, Daphile, etc) I've cleared and reloaded the MyMPD cover cache and cleared the browser cache. I can select and play the items from the folder view and the artwork is displayed in the playback screen. It is just not being recognised or added in the album screen. This has happened since the Snakeoil update as items I added previous to it are shown. and further..when I try to add any album to the queue or replace the queue with an album then all Fourteen thousand four hundred and forty five tracks from the library are added. It's borked and I'm going to have to reinstall Seems the database is weirded, any way to reset it ? RE: MyMPD fails to update artwork. - agent_kith - 16-Dec-2022 Hmm. Not sure, too many variables at play. Over the weekend I will try and create a new myMPD build as a module. That way you can install the newer version and see if that fixes it? RE: MyMPD fails to update artwork. - Bromf - 16-Dec-2022 (16-Dec-2022, 02:19 PM)agent_kith Wrote: Hmm. Not sure, too many variables at play. Over the weekend I will try and create a new myMPD build as a module. That way you can install the newer version and see if that fixes it? Thanks, yes I have a message in the Snakeoil MyMPD settings page that the current version is out of date. Is there any way to configure a rolling update of myMPD ? RE: MyMPD fails to update artwork. - agent_kith - 18-Dec-2022 (16-Dec-2022, 03:38 PM)Bromf Wrote: Thanks, yes I have a message in the Snakeoil MyMPD settings page that the current version is out of date.Delete the local copy Code: sudo rm /usr/local/bin/mympd And follow these instructions to install mympd from their repository. Restart the players and it should work. https://jcorporation.github.io/myMPD/installation/prebuild-packages-debian Moving forward I think will be using this official version of myMPD, that well it will be automatically kept up to sync. At least I don't think a custom myMPD will bring any audio benefits to playback. RE: MyMPD fails to update artwork. - agent_kith - 18-Dec-2022 Also, because I'm now changing to the official myMPD packages, not going to release a update module for now. Users can also decide whether to use myMPD in the system or not. In the Snakeoil software menus (beta testers only), folks can choose to install/uninstall myMPD. And in the players page, I can add an option for user to choose whether to start the myMPD remote or not. So that gives you a lot of options, to have myMPD installed but not use it for player X but use it for player Y and so on. This in turn will give more flexibility to music player configuration in the future, where I will attempt to update the music player from a configuration point of view to more a "profile" point of view. In the sense you can use the same player say MPD 0.22.9, but you can define various configuration options for it (with DSP, without DSP, to DAC 1, to DAC 2, to DAC 1+2 and so on). This of course will come at a much later stage.. but that'll be the plan of future work after kernel builder, at least at this point in time. RE: MyMPD fails to update artwork. - Snoopy8 - 18-Dec-2022 (18-Dec-2022, 10:56 AM)agent_kith Wrote: Users can also decide whether to use myMPD in the system or not. In the Snakeoil software menus (beta testers only), folks can choose to install/uninstall myMPD.Yes please. Currently using Pkill because I do not use it. RE: MyMPD fails to update artwork. - Bromf - 18-Dec-2022 (18-Dec-2022, 10:20 AM)agent_kith Wrote:(16-Dec-2022, 03:38 PM)Bromf Wrote: Thanks, yes I have a message in the Snakeoil MyMPD settings page that the current version is out of date.Delete the local copy Inscrutable much... no repo found on the Jcorporation site and no add-apt works. Just installed a new Snakeoil on new hardware and exactly the same myMpd aberrant behaviour where it tries to add the whole database. Drives me nuts as LMS works ok but hate the LMS continual ''update database at boot' system and 'soft' sound. I wonder if the recent poster asking about oi-mpd was on the right track as myMpd seems to be just a total frustration. and... can't add 2 nas entries to snakeoil as I am told the 'mount point already exists' No I specified 2 different mount points ! RE: MyMPD fails to update artwork. - agent_kith - 21-Dec-2022 (18-Dec-2022, 01:07 PM)Bromf Wrote: Inscrutable much... no repo found on the Jcorporation site and no add-apt works.What oi-mpd? RE: MyMPD fails to update artwork. - Bromf - 21-Dec-2022 My ooops :-) should be o!-mpd http://ompd.pl/ https://github.com/ArturSierzant/OMPD though I haven't really investigated it and perhaps will just run with LMS and material-skin for now until I can figure how to install the My-Mpd repo... Your link fails as the version it reports is 22.04 and the instructions expect Debian 11. RE: MyMPD fails to update artwork. - agent_kith - 24-Dec-2022 (21-Dec-2022, 10:21 AM)Bromf Wrote: My ooops :-) should be o!-mpd This should work, try and run these from a SSH and see what happens Code: if [ -f /usr/share/keyrings/jcorporation.github.io.gpg ]; then |