![]() |
[SOLVED] MPD issues with 0.1.5 - 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: [SOLVED] MPD issues with 0.1.5 (/Thread-SOLVED-MPD-issues-with-0-1-5) |
MPD issues with 0.1.5 - agent_kith - 08-Feb-2017 Different types of MPD issues cropping up with 0.1.5 ISO. This thread consolidates them all in one single spot. So here's the situation so far:
For the others, for the moment just let me know if MPD is running and working. For those of you with problems. Follow this:
RE: MPD issues with 0.1.5 - a.dent - 08-Feb-2017 I never use MPD but I thought I'd give it a shot. Everything loads OK and MPD is running after following steps 1-4 above. So afr so good. When I go into Client 175 there are 0 artists showing. Either I'm doing something wrong or MPD isn't seeing my music HDD. It does see my DAC though. ![]() RE: MPD issues with 0.1.5 - agent_kith - 08-Feb-2017 (08-Feb-2017, 10:38 AM)a.dent Wrote: I never use MPD but I thought I'd give it a shot. ![]() ![]() To get music to show up - click this "Update Database" button in the middle somewhere top right corner. ![]() Initially (while MPD is scanning the files), only Artists, Albums and Genres have entries. When the entire scan is complete, you'd see everything show up in the Folders. You can start playing music during the file scanning (in artits/genres/albums), or play music after the scan has completed. Either way, music should play. RE: MPD issues with 0.1.5 - a.dent - 08-Feb-2017 OK all versions of MPD work although it is a clunky interface with problems maintaining lock with the DAC. Back to Roon for me!!! RE: MPD issues with 0.1.5 - Bromf - 08-Feb-2017 Progress ! All versions of mpd now start..... Client 175 still shows no music and database update fails with no output. Difference from yesterday.... using different browser (Tazweb not Firefox) on different os (slitaz not ubuntu) RE: MPD issues with 0.1.5 - agent_kith - 08-Feb-2017 (08-Feb-2017, 11:37 AM)a.dent Wrote: OK all versions of MPD work although it is a clunky interface with problems maintaining lock with the DAC.Thank you good Sir ![]() RE: MPD issues with 0.1.5 - agent_kith - 08-Feb-2017 (08-Feb-2017, 11:42 AM)Bromf Wrote: Progress ! All versions of mpd now start..... Client 175 still shows no music and database update fails with no output.You're a linux user. That will make my life so much easier! ![]() ![]() Do you still get the same error message? Or a different one? Code: "Unable to retrieve list of available tag types.
1. Can you look at the file /var/www/scratch/mpd.conf, look for the line that says metadata_to_use, and confirm it's written as such:
Code: metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" 3. With your ID3 tag editor, look through (but don't modify) all the tags listed above, do they look ok? Any special control characters in there? 4. Now move that music file away from /media/music directory. 5. Restart MPD and re-do the scan. 6. Does it continue to work? Or will it quit again with a different file? RE: MPD issues with 0.1.5 - JD1 - 08-Feb-2017 I also don't use MPD but tried just as a bug test. MPD git worked straight away. Database updated quickly without issue. MPD v20; initially had troubles updating database; I think from clicking buttons before it had updated. Player would close. Later, I restarted, opened client 175 checked player status in software tab and then just walked away without touching anything. 45 mins later, I returned, pressed the update database button and once updated clicked on some tracks. Presto; everything working fine. RE: MPD issues with 0.1.5 - agent_kith - 08-Feb-2017 (08-Feb-2017, 12:56 PM)JD1 Wrote: I also don't use MPD but tried just as a bug test. Thanks. ![]() RE: MPD issues with 0.1.5 - Bromf - 08-Feb-2017 Quote:1. Can you look at the file /var/mpd/scratch/mpd.conf, look for the line that says metadata_to_use, and confirm it's written as such: File does not exist... Tried as user, and then sudo su nano /var/mpd/scratch/mpd.conf File is empty for both..... very interesting. |