- Admin
- #11
Yes, that could be done with an AspectBoolConverter to get rid of any "episode" label.Can you not check if the SeriesAspect is present? It should only be present if there is any series information.
EDIT: I meant the EpisodeAspect not the SeriesAspect.
Well, I ment, if we can not add it to the RecordingAspect. From my point of view all infos from the xml file next to a recording should be part of the RecordingAspect regardless how imported. Currently everything besides the episode info is covered already. At least I would not see any conflict.No, they are not part of the RecordingAspect so there is nothing to wrap
XML:
<?xml version="1.0" encoding="UTF-8" ?>
- <tags>
- <tag>
- <SimpleTag>
<name>TITLE</name>
<value>The X-Files</value>
</SimpleTag>
- <SimpleTag>
<name>COMMENT</name>
<value>A group of loggers working in a remote forest unearth thousands of deadly insect-like creatures that paralyse - and then cocoon - their victims. (Remastered in HD)(United States, English)</value>
</SimpleTag>
- <SimpleTag>
<name>GENRE</name>
<value>Drama</value>
</SimpleTag>
- <SimpleTag>
<name>CHANNEL_NAME</name>
<value>SBS VICELAND HD</value>
</SimpleTag>
+ <SimpleTag>
<name>EPISODENAME</name>
<value>Darkness Falls</value>
</SimpleTag>
- <SimpleTag>
<name>SERIESNUM</name>
<value>1</value>
</SimpleTag>
- <SimpleTag>
<name>EPISODENUM</name>
<value>20</value>
</SimpleTag>
- <SimpleTag>
<name>EPISODEPART</name>
<value />
</SimpleTag>
- <SimpleTag>
<name>STARTTIME</name>
<value>2019-07-05 19:55</value>
</SimpleTag>
- <SimpleTag>
<name>ENDTIME</name>
<value>2019-07-05 20:45</value>
</SimpleTag>
- <SimpleTag>
<name>PROGRAMSTARTTIME</name>
<value>2019-07-05 19:45</value>
</SimpleTag>
- <SimpleTag>
<name>PROGRAMENDTIME</name>
<value>2019-07-05 20:35</value>
</SimpleTag>
</tag>
</tags>