On Mi, 2016-06-22 at 13:11 +0200, Max Kellermann wrote: > On 2016/06/22 13:00, Jörg Krause <[email protected]> wrote: > > I am using libmpdclient (version 2.10) to write a LuaJIT-based MPD > > client. I run into an issue when I am trying to add a comment to a > > radio station URI which I add to the queue. The comment is > > successfully > > feed to the song as a tag. However, after issueing the play > > command, > > the tag is gone. > > As soon as MPD receives new tags from the stream, it replaces the old > tags. It does not remember which tags have been sent by the client.
I see! Is there any other way of adding user data to a song with libmpdclient? If not, I will do it by storing the song id externally together with the user data in a database. _______________________________________________ mpd-devel mailing list [email protected] http://mailman.blarg.de/listinfo/mpd-devel
