• 1
  • 176
  • 177
  • 178(current)
  • 179
  • 180
  • 264
Release Aeon Nox 5
(2015-01-14, 23:29)mikesilvo164 Wrote:
Code:
ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": ""special://profile/playlists/video/Animation.xsp"", "media": "video", "properties": ["playcount", "resume", "episode", "watchedepisodes", "tvshowid"]}, "id": 1}'

problem are the double quotes for directory param.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
(2015-01-09, 10:21)Steveb Wrote: Update to script.extendedinfo mod (MovieDB Browse Dialog)

As usual just place files in the skins 1080i folder
ExtendedInfo_Actor_Update.zip

EDIT: Updated fix for Network logo + fix for set poster
EDIT: Fix Artwork panel animation

Where do I find this folder? I've never done any updating like this before.
(2015-01-16, 03:44)Tatts4Life Wrote:
(2015-01-09, 10:21)Steveb Wrote: Update to script.extendedinfo mod (MovieDB Browse Dialog)

As usual just place files in the skins 1080i folder
ExtendedInfo_Actor_Update.zip

EDIT: Updated fix for Network logo + fix for set poster
EDIT: Fix Artwork panel animation

Where do I find this folder? I've never done any updating like this before.
What OS are you using?
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Sorry using windows 7 64-bit
(2015-01-14, 18:10)bleeding_me Wrote: Image

This background is static or dynamic (generated by a script or addon) ?
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
(2015-01-15, 18:17)phil65 Wrote:
(2015-01-14, 23:29)mikesilvo164 Wrote:
Code:
ERROR: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "Files.GetDirectory", "params": {"directory": ""special://profile/playlists/video/Animation.xsp"", "media": "video", "properties": ["playcount", "resume", "episode", "watchedepisodes", "tvshowid"]}, "id": 1}'

problem are the double quotes for directory param.

Hello phil65.

But that param is from playlist or from the INFOLINE ?

I aske this because I'm looking at the definition of the smart list and I don't have to put any quotes. I just select the path. I suppose the quotes are put by the system.

Image

Image

(2015-01-16, 10:50)mikebzh44 Wrote: This background is static or dynamic (generated by a script or addon) ?

Is a static file in the HDD


One other question if you let me...where can I find the file "includes.xml" in this skin ? Where is it's location ? (I'm using OSX)
http://kodi.wiki/view/Mac_FAQ#Userdata_folder_and_logs

So look into addons folder, then skin.aeon.nox.5 then 1080i
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
(2015-01-16, 16:39)mikebzh44 Wrote: http://kodi.wiki/view/Mac_FAQ#Userdata_folder_and_logs

So look into addons folder, then skin.aeon.nox.5 then 1080i

Just found it Big Grin
The credit for the design of this view comes from (Jeroen's-reFocus). A great skin! So I thought i'd Nox5 it.Smile
The video view (movies/tvshows/episodes) is (landscape -> fanart/logo -> fanart/thumb).
Music view is Artists/albums..

Image
Image
Image

Can't be f#@!*^ posting the music views, but you get the drift.

Big_List

Install info.

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_510_BigList.xml" />
...

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

3. Add the view id and include name to the MyMusicNav.xml.
...
<views>50,51,52,54,55,57,508,500,501,510</views>
...
<include>MusicWall</include>
<!-- view id = 500 -->
<include>MusicLowList</include>
<!-- view id = 501 -->
<include>View_510_BigList</include>
<!-- view id = 510 -->
...

EDIT: Fix typo (main view include name).
EDIT: Added install info
EDIT: Small info color update.
(2015-01-16, 06:43)Tatts4Life Wrote: Sorry using windows 7 64-bit

This should work-
Start - type %APPDATA%\kodi\addons\skin.aeon.nox.5\1080i - press <Enter>

I don't do windows, but that should be the right path.
ASUS Chromebox M004U (LibreELEC 8.2/Aeon Nox SiLVO)--->HDMI--->Onkyo TX-NR646--->HDMI--->Panasonic P65VT30
Thanks
(2015-01-16, 17:02)Steveb Wrote: The credit for the design of this view comes from (Jeroen's-reFocus). A great skin! So I thought i'd Nox5 it.Smile
The video view (movies/tvshows/episodes) is (landscape -> fanart/logo -> fanart/thumb).
Music view is Artists/albums..

Image
Image
Image

Can't be f#@!*^ posting the music views, but you get the drift.

Big_List

EDIT: Fix typo (main view include name).

You should send a PM to BigNoid to have this included in Mods & Themes. I sent him one last week regarding your extended info panels.
(2015-01-16, 17:02)Steveb Wrote: The credit for the design of this view comes from (Jeroen's-reFocus). A great skin! So I thought i'd Nox5 it.Smile
The video view (movies/tvshows/episodes) is (landscape -> fanart/logo -> fanart/thumb).
Music view is Artists/albums..

Image
Image
Image

Can't be f#@!*^ posting the music views, but you get the drift.

Big_List

EDIT: Fix typo (main view include name).

Dropped it in 1080i folder and can't get it to work. what am I missing?

Thanks
(2015-01-17, 02:52)Edworld Wrote: Dropped it in 1080i folder and can't get it to work. what am I missing?

Thanks

You have to add it to MyVideoNav.xml, MyMusicNav.xml, and Includes.xml
(2015-01-17, 02:52)Edworld Wrote: Dropped it in 1080i folder and can't get it to work. what am I missing?

Thanks

Sorry should of included install instructions. Wink
Will update original post.
  • 1
  • 176
  • 177
  • 178(current)
  • 179
  • 180
  • 264

Logout Mark Read Team Forum Stats Members Help
Aeon Nox 537