I've managed to build myMPD and have it start though currently errors as 'MPD disconnected'.I think that's just my footling about with the configuration file...
I will try some other settings and get back.
I think the firmware update was missing the myMPD build.
Took a while but got MPD connected and can browse and play but trying to view (album art) in gridview kills the player...
Ok! now I have cover view but it takes a very long time to load and update....should be faster
*-cpu
product: Intel® Pentium® Dual CPU E2220 @ 2.40GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
width: 64 bits
All works with the exception of albumart grid view...whilst the coverart shows it is replicated multiple times...being equal to the number of tracks minus 1 for each and every album.
Not sure if this is an myMPD issue or snakeoil configuration....??
changed path to music folder and now the cover images load fast but still in multiples....off now for more head scratching....
It is not simple...so to avoid untold versions of support for this I feel it is best to wait for AK and an update to the firmware...
he will be along presently..
My experiment has been with an AMD64 firmware...not ARM/Pi do note this..
However...If you are a Linux user...Desktop and Snakeoil conversant... pm me....breakage on your own head be it and no support if it does not work for you...you'll have to reinstall and await AK's fix if my recipe does not work..
!!
Good that it worked for you !
Are you getting the multiple covers problem in gridview ?
Seems mympd.conf isn't copied over? I'll see if I can whip up something to fix this.
As for grid view, it could be a problem with myMPD itself.. I'll double check that later.
Can you guys try the hotfix (go to the last of the first post
here) and see if mympd is now working for you?
Tried and ...Nope....Back to the initial problem.... firefox can't find the server...
However, I amended mympd.conf
for these lines and that fixed it..
PHP Code:
[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host = localhost
port = 6600
#myMPD user
#group is the primary group of this user
user = myMPD
(13-Apr-2020, 04:27 PM)Bromf Wrote: [ -> ]Tried and ...Nope....Back to the initial problem.... firefox can't find the server...
However, I amended mympd.conf
for these lines and that fixed it..
PHP Code:
[mpd]
#Connection to mpd, unix socket or host/port, socket preferred
host = localhost
port = 6600
#myMPD user
#group is the primary group of this user
user = myMPD
Delete the file '/etc/mympd.conf', then upload the fix module again. Did the file reappear? And also, does mympd work now?
The config file in the fix has the correct connection info, (it uses 127.0.0.1 which is the same as localhost).
I'm guessing, that user part is the problem. In Snakeoil, it needs to be www-data. But if you started with myMPD, then you'll need to wipe out everything in /var/lib/mympd first before restarting mympd. I'll see if I can fix this in the next fix update.
(14-Apr-2020, 03:35 AM)Bromf Wrote: [ -> ] (13-Apr-2020, 06:10 PM)agent_kith Wrote: [ -> ]Delete the file '/etc/mympd.conf', then upload the fix module again. Did the file reappear? And also, does mympd work now?
The config file in the fix has the correct connection info, (it uses 127.0.0.1 which is the same as localhost).
I'm guessing, that user part is the problem. In Snakeoil, it needs to be www-data. But if you started with myMPD, then you'll need to wipe out everything in /var/lib/mympd first before restarting mympd. I'll see if I can fix this in the next fix update.
That worked ! (deleted both /etc/mympd.conf and /var/lib/mympd then uploaded the new firmware)
myMPD loads and works as expected (with the exception of the multiple covers in gridview. Still not sure what's happening there but it is consistently showing one cover for each track (less 1) of each album...weird )
Is there a pi fix as well?