Kodi Community Forum
[MOD] Cirrus Extended - Support thread - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Cirrus Extended (https://forum.kodi.tv/forumdisplay.php?fid=133)
+----- Thread: [MOD] Cirrus Extended - Support thread (/showthread.php?tid=153704)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-01-22

Widget is WIP so that's why there is info for movies. Rest will follow as I find time.
The widget makes use of local media from library with random/recommended (using service.library.data.provider) and fetches info with script.extendedinfo in installed.
You can change the widget content by navigating left/right while in focus of the widget.

For now just check out things in general if there are no visible problems in the views and all over the skin.

There were some changes in the fallback banners etc. so you can check out if that works in the views if a tv show doesn't have the banner set.

Nothing else comes in my mind.


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-03

Hello!
I have some strange bug: when switching into horizontal menu - the "Music" (may be something else) become empty (this bug comeback every time after clean install of Helix 14.1 and 3.2.0 Cirrus Extended): http://youtu.be/d_wTRGIcRFA

This video is written after clean install of 14.1 Helix and 3.2.0 Cirrus Extended (in 1 post of this thread).

The second bug i found - an empty list when adding some custom favourites in home tab: http://youtu.be/hd01GDpRszs


P.S. I'm sorry for my bad English, it is difficult to read all pages of this thread, may be someone has mansioned this bugs. If it is and my problems are allready solved - would you be so kind to give me some links to solve my issues? Thank you!
P.P.S. Your Cirrus Extended is awersome skin! Thanks for your work!


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-04

HI LCF_R,

I think the first problem is no bug at all, because the "Music" node in the home menu starts the music library and not the music files. If you want to see the songs you need to add the source into the library.

The second problem I think I don't understand. Do you have any favourites added to the list and they don't show up or do you expect the "111" to show up in the list?


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-04

(2015-02-04, 08:32)paradix Wrote: HI LCF_R,

I think the first problem is no bug at all, because the "Music" node in the home menu starts the music library and not the music files. If you want to see the songs you need to add the source into the library.

The second problem I think I don't understand. Do you have any favourites added to the list and they don't show up or do you expect the "111" to show up in the list?
Thanks for your answer! But if I switch into horizontal view - I can't add music to libruary at all: in vertical menu I can add some source, but when I switch to horizontal - this screen becomes blank. If I switch to vertical again - this screen is still blank. And totally I can't add any source at all. If I add some source BEFORE switch into horizontal menu, I have the same situation - Music menu becomes blank too. This is not a feature because the same operations with "Video" menu works correctly.

The secoond prooblem with favourites: how can I add some favourites?


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-04

You need to get to the Files from the Music-Submenu - this should work.
For later I'll check if and how it can work properly.

As for the favourites checkout http://forum.kodi.tv/showthread.php?tid=114671


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-10

(2015-02-04, 10:04)paradix Wrote: You need to get to the Files from the Music-Submenu - this should work.
For later I'll check if and how it can work properly.

As for the favourites checkout http://forum.kodi.tv/showthread.php?tid=114671
May be you can help me to modify home menu settings to achive this algorithm:
in home menu go to "Videos" (or "Music"), click on it (by pressing "Enter") and "Files" menu is opening instead of videolibruary (music libruary)?

What scripts should I change to make "Files" by default action in home menu "Videos" and "Music"?

Thank you!


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-10

Are you using horizontal or vertical home menu?


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-10

(2015-02-10, 16:18)paradix Wrote: Are you using horizontal or vertical home menu?
Horizontal


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-10

What you need to change is IncludesHomeMainMenuHorz.xml
Line 299 <onclick>ActivateWindow(Videos,Root)</onclick> to <onclick>ActivateWindow(Videos,Files,return)</onclick>
Line 330 <onclick>ActivateWindow(MusicLibrary, root)</onclick> to <onclick>ActivateWindow(MusicFiles)</onclick>


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-10

(2015-02-10, 19:21)paradix Wrote: What you need to change is IncludesHomeMainMenuHorz.xml
Line 299 <onclick>ActivateWindow(Videos,Root)</onclick> to <onclick>ActivateWindow(Videos,Files,return)</onclick>
Line 330 <onclick>ActivateWindow(MusicLibrary, root)</onclick> to <onclick>ActivateWindow(MusicFiles)</onclick>
Thank you! It works!


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-16

paradix,
Hello!
After a few days testing your skin I decided to install it to my second HTPC (based on Raspberry Pi), but unfortunatly I can't: if I try to install via *.zip file - Kodi says that add-on is corrupt. Is there any way to install it on raspberry?
Thank you!


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-16

please show me the debug log from the installation of the skin. Also please tell me which version of Kodi and of the skin you are using.


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-16

(2015-02-16, 14:10)paradix Wrote: please show me the debug log from the installation of the skin. Also please tell me which version of Kodi and of the skin you are using.
Thanks for your answer!
Where can I find a debug log (or may be you know the name of debug file? I try to find it myself)?
On Raspberry Pi I'm using OpenELEC 5.0.3 with Kodi 14.1 (preinstalled). The skin's version - latest, from 1ts message of it's topic: http://1drv.ms/1EL56DF . This version has succesfully installed on my big HTPC.


RE: [MOD] Cirrus Extended - Support thread - paradix - 2015-02-16

try this to find the log: http://kodi.wiki/view/Log_file/Advanced#Location


RE: [MOD] Cirrus Extended - Support thread - LCF_R - 2015-02-16

paradix
Here it is:
kodi.log:
https://www.dropbox.com/s/52ei88gxsoe914m/kodi.log?dl=0

kodi.log.old:
https://www.dropbox.com/s/pcjf32qrdnl6143/kodi.old.log?dl=0