• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
Release [Mod] Panel-Style Home Screen Widgets - Nox 5
#76
(2015-05-10, 23:24)kizzer31 Wrote: "You have to download the zip and Install from zip from Kodi. This will overwrite the version on your system to the latest. "

Sorry warner new to all this kind off, can you point me to that thread if possible so i can get it thanks alot for any possible help

It's not that hard. Download the GitHub file from the right-hand side of the Git page (Download ZIP). This will download a zip file to your computer.

Open Kodi. Navigate to System -> Addons. Choose Install from zip and find the zip file you just downloaded. The skin should update.
Reply
#77
https://github.com/Trent306/Aeon-Nox

so that one then yea

as when i try to install that from zip i just get depends not met?
Reply
#78
(2015-05-11, 00:35)kizzer31 Wrote: https://github.com/Trent306/Aeon-Nox

so that one then yea

as when i try to install that from zip i just get depends not met?

You must not be using Isengard. I would upgrade.
Reply
#79
yea just not sure how to upgrade m8

when i go to system/appearance/skin im on aeon-nox 5.9.6

skin.aeon.nox.5 (Isengard) this is the skin i have in my addons folder
Reply
#80
You could download from here: http://kodi.tv/download/#alphabuilds.

However, it might be just as easy to wait for the Beta period to expire. A stable build of Isengard is not yet available. The link above is for Isengard Beta #1.

You will want Isengard if you want to use the skin posted. I've made a few changes that will only be visible if using Isengard.
Reply
#81
First post updated with complete redesign of home screen widgets.
Reply
#82
Work`s on madnox?
Reply
#83
(2015-07-20, 16:39)Soujirou Seta Wrote: Work`s on madnox?

No, only Aeon Nox 5.
Reply
#84
This mod required two fixes since the last upload:

- The position of the poster in the information panel was cut-off for albums and addons.
- The readability of the text descriptions was improved by darkening the background when the menu is in the Low position.

Further adjustments will likely be unnecessary.
Reply
#85
(2015-07-20, 21:25)Warner306 Wrote:
(2015-07-20, 16:39)Soujirou Seta Wrote: Work`s on madnox?

No, only Aeon Nox 5.

Thank's
Reply
#86
Upload one last time with fullscreen dim rather than half-screen dim for menu position Low.
Reply
#87
Changed the dim again as I thought it had become too dark. Last edit.
Reply
#88
Hi,
thanks for the great mod. I kinda missed that. I have some requests thou:

1. How can I kill the info above the thumbs? I don't need it.
2. Any chance to lower the number? My Raspberry Pi 2 is struggling with all of them.

Thanks,
S@
Reply
#89
(2015-08-17, 22:27)skullmonkey Wrote: Hi,
thanks for the great mod. I kinda missed that. I have some requests thou:

1. How can I kill the info above the thumbs? I don't need it.
2. Any chance to lower the number? My Raspberry Pi 2 is struggling with all of them.

Thanks,
S@

I have no plans to change the download I prepared. So the requests you made will require some xml editing on your own. I would suggest installing Notepad++ to make the code easier to read.

1. Open IncludesHomeRecentlyAdded.xml and delete the following:

<!-- Add Information Panel - Menu Position: Low -->
(Includes: Grouplist for Posters, Grouplist for Music Albums and Grouplist for Addons)

<!-- Add Information Panel - Menu Position: Default -->
(Includes: Grouplist for Posters, Grouplist for Music Albums and Grouplist for Addons)

You must remove the opening <control> and closing </control> for each information panel. This should cover dozens of lines of grouplists in between.

2. The only way to shorten the number of posters is to reduce the width of each widget panel. This section starts as below:

<!-- Widget 1 Recent Movies -->
<!-- Widget 2 In Cinemas (Rotten Tomatoes) replaces Random Movies -->
<!-- Widget 3 Recommended Movies -->
<!-- Widget 4 Recent Episodes -->
<!-- Widget 5 Trending Movies (Trakt.tv) replaces Random Episodes -->
<!-- Widget 6 Recommended Episodes -->
<!-- Widget 7 Trending Shows (Trakt.tv) replaces Random Songs -->
<!-- Widget 8 Aired Today (Next-Aired) replaces Random Albums -->
<!-- Widget 9 Recent Albums -->
<!-- Widget 10 Recommended Albums -->
<!-- Widget 11 Weather -->
<!-- Widget 12 Video Playlists -->
<!-- Widget 13 Music Playlists -->
<!-- Widget 14 Video Addons -->
<!-- Widget 15 Custom (Video Addons) -->
<!-- Widget 16 Music Addons -->
<!-- Widget 17 Picture Addons -->
<!-- Widget 18 Program Addons -->

The first widget panel looks like this:

<!-- Add Widget Panel - Movies, TV Shows and Recent Episodes - Posters -->
<control id="8000" type="panel">
<left>30</left>
<top>150</top>
<width>1860</width>
<height>275</height>

Reduce the <width> attribute of each widget panel to have fewer posters.
Reply
#90
Hi, done this and it looks great. Smile Thanks!

Now, any chance for TV Shows, when there are more than one episodes of a same show scrapped to be grouped in to a single thumbnail? I dont see the point of seeing 4-5 same covers on the screen.

Thanks,
S@
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8

Logout Mark Read Team Forum Stats Members Help
[Mod] Panel-Style Home Screen Widgets - Nox 53