I have created a playlist (xspf) with radio streams.
Each track contains these fields
Code: Select all
<track>
<creator>Radio France</creator>
<location>http://direct.franceinfo.fr/live/franceinfo-midfi.mp3</location>
<title>France Info</title>
<album>France Info</album>
</track>
Code: Select all
mpc playlist -f "%position% - %name% - %title%"
Code: Select all
19 - - France Info
Code: Select all
19 - franceinfo-midfi.mp3 -
Is there a way to tell mpc/mpd not to overwrite any of the fields I provided in the playlist?