Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Re: foo_upnp (Read 60513 times) previous topic - next topic - Topic derived from Re: foo_upnp
0 Members and 2 Guests are viewing this topic.

Re: foo_upnp

To stream albums works from Foobar2000 to WebOs LG-TV by upnp. I can select albums from foobar-library at the TV.

I have one question concerning "foo_upnp_ml_tree.xml" - may be someone can help me:

The library I see at TV should exclude all files which are taged as "CDImage" in field %artist%.
 
How and where is it possible here:

<MediaLibraryTree>
   <SubTree label="Genre">
      <spec type="object.container.genre.musicGenre">%&lt;genre&gt;%</spec>
      <spec type="object.container.person.musicArtist">%album artist%</spec>
      <spec type="object.container.album.musicAlbum">[%date% - ]%album%</spec>
   </SubTree>   
   <SubTree label="Interpret">
      <spec type="object.container.person.musicArtist">%album artist%</spec>
      <spec type="object.container.album.musicAlbum">[%date% - ]%album%</spec>
   </SubTree>
   <SubTree label="Jahr">
      <spec>%date%</spec>
      <spec type="object.container.album.musicAlbum">[%album artist% - ]%album%</spec>
   </SubTree>
   <SubTree label="Album">
      <spec type="object.container.album.musicAlbum">%album%[ '['%album artist%']']</spec>
   </SubTree>   
   <SubTree label="Codec">
      <spec>%codec%</spec>
      <spec type="object.container.album.musicAlbum">[%album artist% - ]%album%</spec>
   </SubTree>
</MediaLibraryTree>

Greetings
R.   :)