WIP Mod for Aeon "Phil65"
#1
Hi.

I started to mod Aeon Nox Helix from Phil65.

For now, I just change some fex things because Phil65 is still working on it.

watch gallery


Get this mod : Download this ZIP file

You will need also :

script.duration to display duration in hh:mm format instead of xx minutes and end time while browsing library or viewing movie information panel.
service.library.data.provider to display duration with hh:mm format and end time on widgets

Install this mod :

1 - Extract ZIP file
2 - overwrite existing XML files from 1080i folder in skin directory with XML files from 1080i folder extracted in step 1
2 - overwrite existing images files from media folder in skin directory with images files from media folder extracted in step 1

Configure skin for displaying duration in hh:mm format and end time in widgets for custom menu items based on smart playlists :

Configure Aeon to use smart playlist and to display widget based on smart playlist for custom menu item
For example : Menu Children with widget enable based on Children.xsp playlist
Edit guisettings.xml
Search for skin.aeon.nox.CustomHomeItem1 strings (when you want to customize first custom item)

Before editing :

Code:
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2Title"></setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.WidgetTitle">Derniers</setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2"></setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget">moviespanel2posterdefaultclassic</setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2Content"></setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.WidgetContent">special://profile/playlists/video/Cartoons-Widget.xsp</setting>

After editing :

Code:
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2Title">Derniers</setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.WidgetTitle"></setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2">moviespanel2posterdefaultclassic</setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget"></setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.Widget2Content">plugin://service.library.data.provider?type=videoplaylist&amp;playlist=special://profile/playlists/video/Cartoons-Widget.xsp</setting>
<setting type="string" name="skin.aeon.nox.CustomHomeItem1.WidgetContent">special://profile/playlists/video/Cartoons-Widget.xsp</setting>

What I've done :

Switch title from Widget to Widget2
Switch type from Widget to Widget2
Use Widget2Content for calling service.library.data.provider by using the same playlist
I used Widget and Widget2 to speed up displaying because movie wall is based on Widget and screen widget is based on Widget2

(I hope it's clear enough Tongue)

WARNING
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#2
Merciiiiiiiii Mike. Tu as décidé de porter cer que tu avais fait sur gotham Smile

Merci.
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
#3
Oui,j'aime trop Aeon Nox pour passer sur un autre skin (en tout cas sur mon HTPC principal).

Et Aeon Phil65 est plus léger que Aeon Shedrock.

Yes, I love so much Aeon Nox to switch to another skin (at least on my main HTPC).

And Aeon Phil65 is lighter than Aeon Shedrock.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#4
c'est vrai qu'il est plus fluide. Mais...impossible de me passer des smartplaylists malheureusement...sauf si tu penses les inclures dans ton skin....Wink

Yes you're right, aeon phil65 is more fluid. But smartplaylists are so useful for me so i thank shedrock for porting nox to helix.....unless you will include these smartplaylists in your mod....Wink

Thanks
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
#5
Elles marchent très bien les smart playlists, j'en ai 3 différentes sur mon menu principal (regarde les 3 dernières captures d'écran dans le premier post).

Smart playlists work well, I have 3 differents one on my main menu (look at 3 last screen shot on the first post).
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#6
...euh j'avais pas fais gaffe qu'elles étaient sur aeon...
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
#7
En fait je parlais du gestionnaire des smartsplaylists. Je me suis mal exprimé Smile
Bien pratique ce petit "truc".
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
#8
It's an English only forum here.
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#9
I think Phil65 removed the "smart playlist manager" as he doesn't use my "random and last items" script anymore.
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#10
Mike can u also look into movie sets issue that we discussing in other thread
Reply
#11
This issue


quote='Razieal121' pid='1931780' dateline='1424316255']
I have just installed v3 just relaesed and having few issues i guess my mate mike n others can help me out here firstly look at this issue i have highlighted it before and was hoping a fix but this is still there when there is no coverflow chosen in showcase MOVIESETS cases comes empty (see screenshot) so i dont know what causing this hopefully this is fixed soon

Image


SECONDLY

i thought no floor labels option disable floor labels as seen in screenshot in this view but look i have chosen it but still seeing labels at bottom am i missing something hereSad((
Image
[/quote]
Reply
#12
(2015-02-19, 18:06)mikebzh44 Wrote: I think Phil65 removed the "smart playlist manager" as he doesn't use my "random and last items" script anymore.

oh ok. So bad. So good luck for your mod. As Phil65 doesn't care of this script, i will stay on Shednox.
Thanks mike.
Zotac CI320 Nano : (4Go, SSD 64Go, W7_64)
Zotac CI323 Nano : (4Go, SSD 120Go, W10)

Acer Aspire 5740G (Intel I3 330M, 4Go, WD 500Go, W7_64)
Desktop (Intel Q6600@3Ghz, 6Go, Seagate 500Go & Seagate 320 Go W7_64)

NAS Synology DS213+ : 2*3To WD Red (SHR)
NAS Synology DS215J : 2*4To WD Red (SHR)

All under KODI Jarvis 16, Aeon Nox Silvo Mod & Mr.V Widget Mod.



Reply
#13
(2015-02-19, 18:35)wilmans2m Wrote:
(2015-02-19, 18:06)mikebzh44 Wrote: I think Phil65 removed the "smart playlist manager" as he doesn't use my "random and last items" script anymore.

oh ok. So bad. So good luck for your mod. As Phil65 doesn't care of this script, i will stay on Shednox.
Thanks mike.

you can use smart playlists without the mentioned script in my skin. Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
#14
@Razieal121 : your screenshots are from Aeon Shedrock so there is nothing to do with Aeon Phil65
@wilmans2m : aas Phil said, you don't need my script any more. This is why I moved on Aeon Phil65
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#15
The name is a bit misleading - it makes it sound like it's Phil65's mod of Aeon.
Reply

Logout Mark Read Team Forum Stats Members Help
Mod for Aeon "Phil65"1