Kodi Community Forum
Release Aeon Nox 5 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Release Aeon Nox 5 (/showthread.php?tid=183504)



Aeon Nox 5 - huzz456 - 2015-03-21

(2015-03-21, 07:03)rasstar Wrote: I actually got it done. I am not using a nodded aeon nox. I was able to point the menus to plexbmc and got the widgets working also.

Hi rasstar

I'm doing the same thing but haven't got the widgets working through plexbmc, how did you do it?

Thanks

Pete


RE: Aeon Nox 5 - buongiorgio - 2015-03-21

Hi there,
I have been using aeon nox 5.6.0 on kodi 14.1 and with latest update the banner view has on the left a pane with the show info: I would like to remove that pane, but I can not; is there a way to get rid of it or it is "fix"?
Regards


RE: Aeon Nox 5 - mikeSiLVO - 2015-03-21

(2015-03-21, 12:33)buongiorgio Wrote: Hi there,
I have been using aeon nox 5.6.0 on kodi 14.1 and with latest update the banner view has on the left a pane with the show info: I would like to remove that pane, but I can not; is there a way to get rid of it or it is "fix"?
Regards

If you want the original version with three rows, I posted a link to it here.


RE: Aeon Nox 5 - sialivi - 2015-03-22

@BigNoid

[Bug / Usability improvement]
When you adjust "Zoom amount" or "Vertical shift" (from the OSD -> Video Settings dialog) during video playback, you need to be able to see the edges of the screen to finetune the values. Currently that's difficult because the video progress bar is visible at the bottom of the screen, covering up the lower edge. It needs to be hidden for these video settings dialogs.


RE: Aeon Nox 5 - Deihmos - 2015-03-22

(2015-03-21, 10:33)huzz456 Wrote:
(2015-03-21, 07:03)rasstar Wrote: I actually got it done. I am not using a nodded aeon nox. I was able to point the menus to plexbmc and got the widgets working also.

Hi rasstar

I'm doing the same thing but haven't got the widgets working through plexbmc, how did you do it?

Thanks

Pete


Select widget and choseCustom(video Add-ons).

This will show the first 15 unwatched recentlyAdded. Change the section to 2 for TV and 1 is movies. For TV episodes change the mode to 0. Also change the server IP and port if you don't use the default. I hope your client can copy and paste


plugin://plugin.video.plexbmc/?url=http%3A//192.168.1.125%A32400/library/sections/1/recentlyAdded%3Funwatched%3D1%26X-Plex-Container-Start%3D0%26X-Plex-Container-Size%3D15&mode=2

If you want to reduce the number from 15, just alter the X-Plex-Container-size from 15 to what you need. for example, to change to 8

X-Plex-Container-Size%3D8


RE: Aeon Nox 5 - AL8782 - 2015-03-22

(2015-03-06, 23:55)mikesilvo164 Wrote:
(2015-03-06, 04:51)AL8782 Wrote: I thought I see an option to increase the time between background images. Is there an option on this skin or that or has that been taken out.

Thanks

There is no option in the settings but you can manually change it by opening Defaults.xml and changing line 13 to something higher.


Thank You Mike, I was able to finally get this to work. Program I was using wouldn't bring up the kodi folder under storage. So I used filefilla and it worked.

Thanks again


RE: Aeon Nox 5 - AL8782 - 2015-03-22

Not sure if this has anything to do with the skin. But I just started getting a script error for update data provided. I deleted any new repos and add-on I installed tonight and I'm still getting the error.

Thanks


RE: Aeon Nox 5 - Edworld - 2015-03-22

(2014-06-20, 02:19)Steveb Wrote:
(2014-06-19, 12:45)MasterPhW Wrote: Would you mind to share the other two views aswell? Especially the BannerInfo (tvshows) is sexy!

No probs, grab it here.. View_505_BannerInfo.xml
Also a really easy view to add.

1. Add the modded xml to the includes.xml.
...
<include file="View_500_Wall.xml" />
<include file="View_501_LowList.xml" />
<include file="View_502_Episode.xml" />
<include file="View_505_BannerInfo.xml" />
...

2. Add the view id and include name to the MyVideoNav.xml.
...
<views>50,51,52,53,55,507,56,57,58,505,59,500,501,502</views>
...
<include>VideoLowList</include>
<!-- view id = 501 -->
<include>VideoEpisode</include>
<!-- view id = 502 -->
<include>VideoBannerInfo</include>
<!-- view id = 505 -->

...

Image

Why limit this beauty to tvshows, can it include movies?


RE: Aeon Nox 5 - mikeSiLVO - 2015-03-23

(2015-03-22, 15:06)Edworld Wrote: Why limit this beauty to tvshows, can it include movies?

Should work if you replace line 41 with
Code:
<visible>Container.Content(tvshows) | Container.Content(movies)</visible>



RE: Aeon Nox 5 - Roby77 - 2015-03-23

(2015-03-13, 22:35)Edj2610 Wrote: Hi there

First off your skin is great! But I'm having some issues with the recent albums widget.
It does not load and i get some kind of error which says:

Script failed: library data provider.

I'm running kodi 14.1

Any idea on how to fix it?

Thnx in advance

Elton

Same for me, did you find a solution ?


RE: Aeon Nox 5 - Edworld - 2015-03-24

(2015-03-23, 01:04)mikesilvo164 Wrote:
(2015-03-22, 15:06)Edworld Wrote: Why limit this beauty to tvshows, can it include movies?

Should work if you replace line 41 with
Code:
<visible>Container.Content(tvshows) | Container.Content(movies)</visible>

Thanks Mike


RE: Aeon Nox 5 - AL8782 - 2015-03-24

(2015-03-23, 18:21)Roby77 Wrote:
(2015-03-13, 22:35)Edj2610 Wrote: Hi there

First off your skin is great! But I'm having some issues with the recent albums widget.
It does not load and i get some kind of error which says:

Script failed: library data provider.

I'm running kodi 14.1

Any idea on how to fix it?

Thnx in advance

Elton

Same for me, did you find a solution ?

I posted about it in this thread. I think it's being worked on not sure.

http://forum.kodi.tv/showthread.php?tid=210063


RE: Aeon Nox 5 - dkplayaclub - 2015-03-24

How do I enable different view types in various sections of XBMC? Currently, I only have list and icon available in all my addons. I would like a little more variety.


RE: Aeon Nox 5 - Warner306 - 2015-03-25

(2015-03-24, 15:12)dkplayaclub Wrote: How do I enable different view types in various sections of XBMC? Currently, I only have list and icon available in all my addons. I would like a little more variety.

You can't just enable new views; they would have to be coded in, and in some cases resized to fit add-ons if they are designed to fit video posters.


RE: Aeon Nox 5 - choekstr - 2015-03-25

(2015-03-25, 00:36)Warner306 Wrote:
(2015-03-24, 15:12)dkplayaclub Wrote: How do I enable different view types in various sections of XBMC? Currently, I only have list and icon available in all my addons. I would like a little more variety.

You can't just enable new views; they would have to be coded in, and in some cases resized to fit add-ons if they are designed to fit video posters.
There should be a lot more views for the various sections. Something like 8 different views with the default Aeon Nox 5 skin. With mikesilvo's Aeon Nox 5 with extra views there are more like 15 or so views all by default and not derived from an add-on. You just cycle through those in the left hand vertical menu.