11-25-2019, 06:16 PM
(This post was last modified: 11-25-2019, 06:16 PM by Tim Curtis.)
From mpc help
Both insert and add require a uri for example:
Only the load command accepts a file (playlist file).
-Tim
Code:
mpc add <uri> Add a song to the queue
mpc insert <uri> Insert a song to the queue after the current track
mpc load <file> Load <file> into the queue
Both insert and add require a uri for example:
Code:
mpc insert http://94.23.222.12:8027/amysfmspiritofsoul
mpc next
Only the load command accepts a file (playlist file).
-Tim