Sorry to tag on, but I use a bash script to update the library, that I call on from my PC:
#!/bin/bash
echo "Going to update the moOde library"
mpc update
sleep 5
exit
Reading the above, am I correct in assuming that this does not update the album covers? Should I substitute "mpc update" with "libupd-submit.php"?
P.S. I do the above, because update the library through not work on my browser(s). But I don't mind that.
#!/bin/bash
echo "Going to update the moOde library"
mpc update
sleep 5
exit
Reading the above, am I correct in assuming that this does not update the album covers? Should I substitute "mpc update" with "libupd-submit.php"?
P.S. I do the above, because update the library through not work on my browser(s). But I don't mind that.