Hello,
When using the UPnP server with on-the-fly conversion to MP3, is it possible to include tags in the outbound stream to the device?
I'm using a few Linksys WMLS11b units that I got cheap at a local "job lots" type store, and while I know they don't represent state of the art, they work pretty well for my needs in various rooms of the house. After updating their firmware to a newer version available on the Internet, I've configured a relationship between the units and Media Center 12 that allows access to the music library, podcasts, Internet radio, stored playlists, etc.
However the WMLS11b is meant for MP3 playback, while most of my library is actually in WMA, with another batch in AAC, and only a handful in MP3. So I have to use conversion.
Audio playback works fine, but during playback the display on the unit never shows anything other than the title of the track, which I believe is coming from the list the UPnP server provides. On a hunch I disabled conversion and then started one of the few tracks that are MP3 format, and I ended up getting additional information on the display including title, artist and album. I concluded that this information is coming across in the untouched MP3 file that is being streamed out, complete with its original tags. The MP3 stream that is generated as a result of conversion evidently doesn't have any tags.
LAME apparently has command-line options to add tags, but does Media Center provide any environmental variables like %ARTIST% or %ALBUM%? I tried to set up a custom command line like -V 4 --vbr-new --ta "%ARTIST%" --tl "%ALBUM%" however this didn't change anything.
Any suggestions would be appreciated. Thank you for reading-