- Moderator
- #351
<Mappings>
<TV>
<Channel>
<Item Name="24Corren">
<Satellite>und</Satellite>
</Item>
<File>24Corren.png</File>
</Channel>
<Channel>
<Item Name="3Sat">
<Satellite>und</Satellite>
</Item>
<File>3Sat.png</File>
</Channel>
</TV>
<Radio>
<Item Name="Rai Radio">
<Satellite>und</Satellite>
</Item>
<File>Rai Radio.png</File>
</Channel>
</Radio>
</Mappings>
Hey @PackMaintainers (@vuego @Lbr_Lion @Jasmeet_181 @bribbon @FillR @AlexPlas) how did you place radio logos in your mappings? are they divided from tv and placed in the end or mixed with tv?
We are discussing slightly changing xml file structure and indroduce TV/Radio sublevel in it to let plugin properly handle cases in which tv and radio channels names are the same. So we need to undestand will it be harmfull for you or not. But ofc we will support both mappings types.
File could look like this (TV and Radio elements will be placed only once in file separating whole tv or radio part):
Many thanks, guys, for your feedback and your hard workCode:<Mappings> <TV> <Channel> <Item Name="24Corren"> <Satellite>und</Satellite> </Item> <File>24Corren.png</File> </Channel> <Channel> <Item Name="3Sat"> <Satellite>und</Satellite> </Item> <File>3Sat.png</File> </Channel> </TV> <Radio> <Item Name="Rai Radio"> <Satellite>und</Satellite> </Item> <File>Rai Radio.png</File> </Channel> </Radio> </Mappings>
<Channel>
<Item Name="ZDF">
<Satellite>und</Satellite>
</Item>
<File>ZDF.png</File>
</Channel>
<Channel>
<Item Name="P1">
<Satellite>Sveriges Radio</Satellite>
</Item>
<File>SR P1.png</File>
</Channel>