Talk:PhpMp
Back to page
I use phpMp since years and its great!
Thanks. -tswaehn
Volume not working
Edit
I installed and loved phpMP, but I was annoyed by the volume control not working. Found it was due to my recent mpd install which didn't support the volume command anymore.
I fixed it by editing playlist_body.php at lines 305 and 314, replacing them with the following :
305: print "[<a href=\"playlist.php?hide=$hide&command=setvol&arg=".($vol-10)."\">-</a>]</td>"; 314: print "<td>[<a href=\"playlist.php?hide=$hide&command=setvol&arg=".($vol+10)."\">+</a>]</td>\n";
Of course don't paste the line numbers in front, and check that you are replacing a line similar to the new one! Hope this helps anyone having the same problem :)
~~Thomas