Skip to content

Commit

Permalink
Added Version and Date to converters
Browse files Browse the repository at this point in the history
  • Loading branch information
Humaxx authored Mar 23, 2020
1 parent f62a487 commit 2564491
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
28 changes: 2 additions & 26 deletions Source/e2skinner2/xml/converter.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Known Datatypes: 'string', 'bool', 'int' -->
<!-- Version 3.2.1.0 -->
<!-- Converter.xml - Version 3.2.3.0 (23.03.2020) -->
<sources>
<source>
<name>global.CurrentTime</name>
Expand Down Expand Up @@ -58,30 +58,6 @@
<entry name='event_progress' value='80' type='int'/>
</entries>
</source>

<source>
<name>session.extEvent_Now</name>
<entries>
<entry name='one_liner' value='S01E03 • MetrixReloaded Review • Science-Fiction-Drama • 2019' type='string'/>
<entry name='power_description' value='power_description' type='string'/>
</entries>
</source>

<source>
<name>ExtEvent</name>
<entries>
<entry name='one_liner' value='S01E01 • MetrixReloaded Review • Science-Fiction-Drama • 2019' type='string'/>
<entry name='power_description' value='power_description' type='string'/>
</entries>
</source>

<source>
<name>session.extEvent_Next</name>
<entries>
<entry name='one_liner' value='S01E05 • MetrixReloaded Features • Science-Fiction-Drama • 2019' type='string'/>
<entry name='power_description' value='power_description' type='string'/>
</entries>
</source>

<source>
<name>session.FrontendStatus</name>
Expand Down Expand Up @@ -145,7 +121,7 @@
<entry name='event_starttime' value='9000' type='int'/>
<entry name='event_endtime' value='10000' type='int'/>
<entry name='event_remaining' value='600' type='int'/>
<entry name='event_duration' value='3600' type='int'/>
<entry name='event_duration' value='3600' type='int'/>
<entry name='event_progress' value='80' type='int'/>
</entries>
</source>
Expand Down
1 change: 1 addition & 0 deletions Source/e2skinner2/xml/converterSimple.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Known Datatypes: 'string', 'bool', 'int' -->
<!-- ConverterSimple.xml - Version 3.2.3.0 (23.03.2020) -->
<converterSimple>
<presets>
<preset name="channelName" value="Das Erste HD" />
Expand Down
1 change: 1 addition & 0 deletions Source/e2skinner2/xml/previewText.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Known Datatypes: 'string' -->
<!-- entry name='' is the name of the widget -->
<!-- previewText.xml - Version 3.2.3.0 (23.03.2020) -->
<screens>
<screen>
<name>menu_mainmenu</name>
Expand Down

0 comments on commit 2564491

Please sign in to comment.