• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 10
Mod AeonNox 5: Artwork for Recordings and Live-TV
#1
I have modded AeonNox 5 SiLVO (Leia master-branch) to use Skinhelper to scrape Artwork for PVR-entries and added some more features.
Thx to BigNoid and MikeSiLVO for their great skin(s)!

Kodi18 Leia Version beta:

Changes so far:
- cleared the code Wink
- added Season and Episode to LiveTV-Info, Channellist etc.
- fixed Youtube Thumb and description in FullscreenInfo
- fixed Thumb when playing Recordings in Homescreen
- added Info for Recordings
- changed progressbars to nicer ones
- added Artwork for LiveTV
- changed Timers
- added NextUp Notification with Art
- Fake DiscArt for (LiveTV-)TVShows, which don't have DiscArt
- added Artwork for Streams and Recordings
- added option for show Mini-Guide only when playing Video
- basic support for GameFlix view
- added GameOSDs with new buttons
- and much more small fixes
v0.8.9 7. Sep 2018
DL-Link: https://files.fm/u/83vqzatc
- reworked Timers and other small changes

v0.8.2 28. Aug 2018
DL-Link: https://files.fm/u/zg2nrjgm

Screenshots:
https://imgur.com/a/ySoaqzF
https://imgur.com/a/g3FGi33

KODI 17 Krypton not supported anymore!

Installation:
1. Install "Aeon Nox SiLVO" -> master (Leia / Kodi18) from github here and make sure "skin.helper"-script is also installed
2. DL the upper zip , extract it and copy the content to $KODI/addons/skin.aeon.nox.silvo/ (overwrite the files)
3. reload skin or restart KODI
4. go to "Skin Settings" > "Customization" > "Live-TV" change other options if wanted
5. Now the images should appear.

Note: The more you use it, the faster it gets, because more images are cached

Useful settings for skin-helper: (enabled)
- Use TMDB for lookups
- Use extended images from Fanart.tv

known issues:
- Youtube and Recordings-code need some polishing
- it is not in master branch of AeonNoxSiLVO Wink

ToDo::
- add button to group recordings
- more code cleanup
- add timeshift to progressbar

Things to think about:
Make "EPG" or "Guide" consistant: sometimes itis EPG (sideblade-menu), in home-screen it is Guide
Add $INFO[VideoPlayer.Cast] in PVR -> Info

Please report any issues and FR as detailed as possible
Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#2
This looks fantastic! I will have a look at it, as soon I have the time!

Great, well done!
frontend: nvidia shield tv 2019 pro | apple tv 4k | sonos arc 5.1.2 | lg oled65c97la
backend: supermicro x11ssh-ctf | xeon | 64gb ecc | wd red | zfs raid-z2 | dd max s8

software: debian | proxmox | openmediavault | docker | kodi | emby | tvheadend | fhem | unifi
Reply
#3
Hi thanks for this great mod!

I did exactly what you said copy the files and overwrite it.
and he reboot kodi but i get no settings for enable PVR-thumbs.

I'm running aeon nox silvo latest git version.

am i missing something?

Thanks!
Reply
#4
I like your screenshots! But also not working here.

Updates to latest github version of Aeon Nox Silvo, then updated with your patch and enabled pvr thumbs, but Skin Helper is still saying: PVR thumbs are disabled or not supported in this skin.
Reply
#5
(2016-09-22, 22:44)TRiON Wrote: I like your screenshots! But also not working here.

Updates to latest github version of Aeon Nox Silvo, then updated with your patch and enabled pvr thumbs, but Skin Helper is still saying: PVR thumbs are disabled or not supported in this skin.

Where did you enabled pvr thumbs in my live tv settings there is no option to enable pvr thumbs.
Reply
#6
I didn't have the enable pvr thumbs untill i update to the latest github version en applied the patch.

But skinhelper doesn't say pvr thumbs are enabled.
Reply
#7
i also updated to the latest github version of aeon nox silvo but and applied patch to but still cannot enable pvr thumbs in live tv settings
Reply
#8
I'll check it. Please be patient

Edit:
Please check, if you have copied the two foldern in the main-dir of $KODI/addons/skin.aeon.nox.silvo/

Also have a look, if your custom_1150_LiveTV_Settings.xml in in 16x9 folder AND it has this code in line
Code:
<!--Show PVR thumbs and other fanart -->
<control type="radiobutton" id="9234">
    <width>700</width>
    <label>Enable PVR Thumbs</label>
    <selected>Skin.HasSetting(SkinHelper.EnablePVRThumbs)</selected>
    <onclick>Skin.ToggleSetting(SkinHelper.EnablePVRThumbs)</onclick>
</control>

Try if "save" after dis- and enabling solves your problem. Maybe skin.helper / Kodi needs to be restarted AFTER enabling PVR-thumbs.

Edit #2:
And please try, if "disabling" gives PVR-thumbs Wink maybe there is something wrong with the logic Huh

Check, if you have this line in /.kodi/userdata/addon_data/skin.aeon.nox.silvo/settings.xml
Code:
<setting id="SkinHelper.EnablePVRThumbs" type="bool">true</setting>
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#9
Tried all above, settings are all as above.

enableing of disabling pvr thumbs in settings takes 2 times before it is saved.

however skinhelper does now have the pvr settings, but haven't seen it yet Sad

But I'm going back to kodi 16.1 now, had some ambilight issues with kodi 17, witch should have been fixed in todays build, but it is only worse now Sad
Reply
#10
Thanks i got it working now!

Really great job thanks!

But only the overlays dissapear when fanart is showing like screenshot or am i missing some settings?

Image

And is it possible to get fanart when scrolling channels in wall view?

Thanks!
Reply
#11
(2016-09-23, 06:21)Solo0815 Wrote: I'll check it. Please be patient

Edit:
Please check, if you have copied the two foldern in the main-dir of $KODI/addons/skin.aeon.nox.silvo/

Also have a look, if your custom_1150_LiveTV_Settings.xml in in 16x9 folder AND it has this code in line
Code:
<!--Show PVR thumbs and other fanart -->
<control type="radiobutton" id="9234">
    <width>700</width>
    <label>Enable PVR Thumbs</label>
    <selected>Skin.HasSetting(SkinHelper.EnablePVRThumbs)</selected>
    <onclick>Skin.ToggleSetting(SkinHelper.EnablePVRThumbs)</onclick>
</control>

Try if "save" after dis- and enabling solves your problem. Maybe skin.helper / Kodi needs to be restarted AFTER enabling PVR-thumbs.

Edit #2:
And please try, if "disabling" gives PVR-thumbs Wink maybe there is something wrong with the logic Huh

Check, if you have this line in /.kodi/userdata/addon_data/skin.aeon.nox.silvo/settings.xml
Code:
<setting id="SkinHelper.EnablePVRThumbs" type="bool">true</setting>

In the 16x9 folder the file name is actually _1150_LiveTvSettings.xml
Copying your files over won't do anything to enable PVR Thumbs i've solved it by changing the filename (Krypton B1/Silvo 6.0.0)
Maybe in the other Silvo skins the file is named differently
Reply
#12
@Pieneot:
@Kataiba:
this should be fixed in v0.2 from today. Please download v0.2 from the first post


I have rebased it on the latest master from today. Updated the first post.
Please try it and report any issues
Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#13
Hi solo,

I installed the latest master of the skin and updated your mod to v02.

As you can see in the photo the text is not aligned anymore and the highlights also are gone.
Also i can't select the text anymore.

And the picture above the poster i personally don't like it there only the poster is enough.

Image

The clearart in osd when playing live tv is workingSmile

i hope the other features on todo list are coming soon!

Thanks!
Reply
#14
Thx for the reply
1. That poster in the question mark should be the channel logo. Do you have channel logos in Kodi?
2. I thought about putting all the buttons in the bottom row. What is "Wisselen" in english or german? "Openen2 is doubled? WTF Wink
3. What do you mean "select the text"? There is a scroll bar at the left.

Highlight bar is on my ToDo
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
#15
double post
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 10

Logout Mark Read Team Forum Stats Members Help
AeonNox 5: Artwork for Recordings and Live-TV2