• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 11
[MOD] LiveTV Mod - Aeon Nox 5 (Gotham)
Ok, updated first post with version 0.6
- Removed non-working ECM-label
- Updated Encryption-label and icons

Please test and report back, you should see correct name for Encryption and green icon on the bottom-left.
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
(2014-10-24, 20:23)Maniac Wrote: Ok, updated first post with version 0.6
- Removed non-working ECM-label
- Updated Encryption-label and icons

Please test and report back, you should see correct name for Encryption and green icon on the bottom-left.

great work again! works perfect ... anything you want us to test specifically?
rebuilding ....
Reply
Conditions like
Code:
SubString(Container(11).ListItem.PlotOutline,"1800",Right) | SubString(Container(11).ListItem.PlotOutline,"18FF",Right)
not working, eg. Nagravision 1803 not showing green icon.

I wrote my working code (I added a label FTA for non encrypted channels)
Code:
        <!-- Encryption -->
        <control type="group" id="1">
            <posx>65</posx>
            <posy>1017</posy>
            <control type="group">
                <visible>!Skin.HasSetting(infobar_hidetencrypt)</visible>
                <control type="label" id="1">
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>S</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,010) | substring(PVR.ActStreamEncryptionName,009)</visible>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>S</label>
                </control>
                <control type="label" id="1">
                    <left>30</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>V</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,05)</visible>
                    <left>30</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>V</label>
                </control>
                <control type="label" id="1">
                    <left>63</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>I</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,06)</visible>
                    <left>63</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>I</label>
                </control>
                <control type="label" id="1">
                    <left>85</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>ND</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,09)</visible>
                    <left>85</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>ND</label>
                </control>
                <control type="label" id="1">
                    <left>135</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>CO</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,0B)</visible>
                    <left>135</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>CO</label>
                </control>
                <control type="label" id="1">
                    <left>180</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>CW</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,0D)</visible>
                    <left>180</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>CW</label>
                </control>
                <control type="label" id="1">
                    <left>230</left>
                    <width>70</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>B</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,17)</visible>
                    <left>230</left>
                    <width>70</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>B</label>
                </control>
                <control type="label" id="1">
                    <left>258</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>grey</textcolor>
                    <label>N</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,18)</visible>
                    <left>258</left>
                    <width>50</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>N</label>
                </control>
                <control type="label" id="1">
                    <visible>!substring(PVR.ActStreamEncryptionName,0000)</visible>
                    <left>320</left>
                    <width>1000</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>$INFO[PVR.ActStreamEncryptionName]</label>
                </control>
                <control type="label" id="1">
                    <visible>substring(PVR.ActStreamEncryptionName,0000)</visible>
                    <left>320</left>
                    <width>1000</width>
                    <height>38</height>
                    <font>font24_bold</font>
                    <align>left</align>
                    <textcolor>green</textcolor>
                    <label>FTA</label>
                </control>
            </control>
        </control>
Reply
Ah geez... So sorry about that. My copy&paste mistake. I've been working long hours last couple of weeks... Must be tired. :-)

Will fix it tomorrow.
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
Ok thanks.

Other problem Smile In channel list is not displayed channel number, I changed in Includes_LiveTV.xml <posx> from 0 to 60 in lines 728, 787 and now its ok
Reply
Hi, the colored epg work fine but i get no fancy orange progress bars and the orange highlights like the screenshot in the first post.

i copie all the file in the right folder but it stays blue like original.

pls help?
Reply
Thanks for creating this mod. The updated EPG is great.

One request I have is to be able to display 3 hours worth of info on the EPG window. Currently, the mod only shows 90 minutes. Can someone share how to update this mod to incorporate 180 minutes into the EPG window?

Thanks!
Reply
(2014-10-25, 23:25)Pienoet Wrote: Hi, the colored epg work fine but i get no fancy orange progress bars and the orange highlights like the screenshot in the first post.

i copie all the file in the right folder but it stays blue like original.

pls help?
Is there something you did to get the guide colors working? Because it is just gray with me. When there is a genre 'other' it's lighter gray. So it seems to do something.
Reply
(2014-10-31, 09:43)mhoogenbosch Wrote:
(2014-10-25, 23:25)Pienoet Wrote: Hi, the colored epg work fine but i get no fancy orange progress bars and the orange highlights like the screenshot in the first post.

i copie all the file in the right folder but it stays blue like original.

pls help?
Is there something you did to get the guide colors working? Because it is just gray with me. When there is a genre 'other' it's lighter gray. So it seems to do something.

I just copied original EPG icons in new_pvr folder.
Reply
@Maniac have thought about give TVChannels and PVROSguide some love ? To match the look of stb info bar too?
Reply
(2014-10-31, 10:11)schumi2004 Wrote:
(2014-10-31, 09:43)mhoogenbosch Wrote:
(2014-10-25, 23:25)Pienoet Wrote: Hi, the colored epg work fine but i get no fancy orange progress bars and the orange highlights like the screenshot in the first post.

i copie all the file in the right folder but it stays blue like original.

pls help?
Is there something you did to get the guide colors working? Because it is just gray with me. When there is a genre 'other' it's lighter gray. So it seems to do something.

I just copied original EPG icons in new_pvr folder.
could you please explain how you did this, because if i look in the current new_pvr map i see all the colors there the PNG files. Only their labled with an English word. But since i'm in the netherlands the Gnere is in dutch. My best guess this is it. but i tried renaming Documentarie to Documentaire but still i don't see this color.
Reply
The epg-colors depend on your backend. You need to find out how it provides epg to the pvr-addon/kodi.
There are two types that are supported in the mod, GenreName and GenreType. GenreType are numbers while GenreName is the name of the genre.

@Jönke: Yeah I will create more views for both TVChannels and Guide sections. But probably ony for Helix, not Gotham.

I am curently really bussy with work and phils65 Aeon Nox skin. Smile
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
And the way this gets matched, is it different for Aeon Nox itself, because then i know i don't have to look into my device.

Btw, i'm using TVHeadend.
Reply
Hi,

Sorry if this has been covered somewhere else, but I thought here was a good place to ask as the LiveTV mod does something similar to what I want to do - if so, please point me in the right direction. Basically, I love Aeon Nox 5 and it does everything I need it to, and the LiveTV mod is excellent - thanks for the hard work! There is, however, one small change I'd like to make the theme work a bit better for me, and I think the answer lies somewhere in an XML file in the 1080i folder, I just don't know where. When I'm watching an episode, I'd love to have the show title displayed when I press 'I' or pause it, as well as the episode title. Also, along similar lines, I'd like the artist name displayed as well as the song title in music videos when I press 'I' or pause a music video. I'm asking here because the changes to the overlays you get in the LiveTV section are great and seem similar to what I want to achieve.

Any help with this would be hugely appreciated!
Reply
@mhoogenbosch: The epg-colors need to be placed in /media/new_pvr/epg-genres/ folder. In there you have sample folders with transparent and non-transparent images that you can use.
The mod will first check in the genreTypes are used, if not, it will use GenreName.

@botchla: What you are looking for can be changed in the DialogFullScreenInfo.xml file.
HTPC Server - Windows 8.1 + XBMC Helix | Intel QuadCore, 4GB RAM, 4 TB SATA
Intel NUC D54250WYK - Windows 8.1 + XBMC Helix | Logitech Harmony 750
Samsung UE8005 | Bluetooth keyboard & mousepad
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 11

Logout Mark Read Team Forum Stats Members Help
[MOD] LiveTV Mod - Aeon Nox 5 (Gotham)3