Kodi Community Forum
Bug Bug Reports - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Bug Bug Reports (/showthread.php?tid=221410)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


RE: Bug Reports - panoramic - 2015-08-08

Hi jurialmunkey

Thanks for this great skin! I'm using your skin as a base for modification, particularly on View_53_Poster.xml

I'm facing an issue with wraplist/fixedlist. 2 posters will be skipped when we use the Furniture_Scrollbar_Horizontal to navigate page by page. I'm assuming you're already aware because I'd tried a bunch of trials and research, and I'm stucked.

The problem is describe as below

notation:-
a .. z = continuous movie posters
a] or [e = partial posters at the screen edge
[b] = full poster
^ = selected
assume 3 full posters and 2 partial posters
Code:
current:
page 1: a][b][c][d][e
           ^
page 2: g][h][i][j][k (skipping [f][g])
           ^
page 3: m][n][o][p][q (skipping [l][m])
           ^
...
desired: jump total visible full/partial posters - 2 (from partial posters),
page 1: a][b][c][d][e
           ^
page 2: d][e][f][g][h
           ^
page 3: g][h][i][j][k
           ^
...

I hope you can understand my problem and share bit of your thoughts about how to workaround for kodi's core wrap/fixedlist limitation.

Thanks, cheers,


RE: Bug Reports - Blurayx - 2015-08-08

(2015-08-08, 05:24)nickr Wrote: put them on, eg, imgur then post IMG links

Thank you Big Grin


RE: Bug Reports - Blurayx - 2015-08-08

(2015-08-07, 20:42)Blurayx Wrote: Hi jurialmunkey,

small bug:
when using Backup the progress percentage number is missing.

Thanks

Here are the screen shots

Image


Image


RE: Bug Reports - Crssi - 2015-08-08

The percentage is just a bloat. It will tell you nothing more usefull than a progressbar.

And I dont think this is a bug neather.


RE: Bug Reports - Citrus - 2015-08-09

(2015-08-02, 02:45)jurialmunkey Wrote: @Citrus - it will be a bug in script.skinshortcuts rather than the skin. Might be worth reporting it in the script.skinshortcuts thread

I reported it but did not get much help. Other users are able to create a shortcut to music addons. Is it possible there is a bug in the way you implement the script?
I do see errors in my log file:
http://pastebin.com/ES4NX1N9


Re: Bug Reports - nickr - 2015-08-09

Please remove your log from the forum and put it on pastebin.


RE: Bug Reports - Coffeee - 2015-08-09

I've got an issue with the home screen widget and the fanart. When its not active, and the menu is still displayed (I guess you could call the widget 'compressed') then I get the default fallback Kodi background:

Image

However as soon as I press up, to view the widget it full (and potentially play the media) the fanart is instantly visible:

Image


I have tried running texturecache.py multiple times, but no luck. I believe the first time I installed the skin, it worked, but now none work until I press up

Any ideas?


RE: Bug Reports - wolfodeiwolfy - 2015-08-09

Hi,

I have this error message when I want to add a playlist or favorites to the home menu (menu or submenu)

Quote:there are no shortcuts available for the category that you choose

Image

Image

Image

Image

What can I do ?


RE: Bug Reports - Citrus - 2015-08-10

(2015-08-02, 02:45)jurialmunkey Wrote: @Citrus - it will be a bug in script.skinshortcuts rather than the skin. Might be worth reporting it in the script.skinshortcuts thread
I resolved the issue by manually editing the shortcut. When using the Choose Shortcut wizard to choose the Music Add-Ons folder I looked at the action which was ActivateWindow(Musiclibrary,Addons,return) I manually edited to be ActivateWindow(Music,Addons,return). Does this mean it's a bug with the skin or with the script?


RE: Bug Reports - Crssi - 2015-08-11

Hi JM

One glitch:
Goto Video ExtraInfo screen
Select Director
Select any movie on the list
Hit Back button

Here you will see that the GUI shows movie listing for a second and then gets back to the ExtraInfo screen.

Hope I have wroten understandable, if not just hit me back. Wink

Thank you for your skin Big Grin


RE: Bug Reports - jurialmunkey - 2015-08-12

(2015-08-08, 08:23)panoramic Wrote: I'm facing an issue with wraplist/fixedlist. 2 posters will be skipped when we use the Furniture_Scrollbar_Horizontal to navigate page by page. I'm assuming you're already aware because I'd tried a bunch of trials and research, and I'm stucked.
I hope you can understand my problem and share bit of your thoughts about how to workaround for kodi's core wrap/fixedlist limitation.
Yeah I know about this. Unfortunately, I don't think there is really a way around it as far as I can tell. Its because the list extends past the edges of the screen (to the give the impression that the list keeps going) and so the page is considered to extended past the edge of the screen also (moving the scrollbar moves by "pages").

(2015-08-08, 10:54)Blurayx Wrote:
(2015-08-07, 20:42)Blurayx Wrote: when using Backup the progress percentage number is missing.
Here are the screen shots
(2015-08-08, 12:03)Crssi Wrote: The percentage is just a bloat. It will tell you nothing more usefull than a progressbar.
And I dont think this is a bug neather.

Hmmm.Not a bug as I just didn't include it as I have never had such a use case before and so thought it was an irrelevant extra. However, I can see the value of having the percentage displayed for things that take a long time (like backup). I just wonder how often this use case comes up because for pretty much everything else I would consider it unnecessary bloat.


(2015-08-09, 14:46)Coffeee Wrote: I've got an issue with the home screen widget and the fanart. When its not active, and the menu is still displayed (I guess you could call the widget 'compressed') then I get the default fallback Kodi background:

I have tried running texturecache.py multiple times, but no luck. I believe the first time I installed the skin, it worked, but now none work until I press up

Any ideas?
Do you have "Replace widget fanart with slideshow" enabled in Skin Settings > Widgets. Because it looks like you have that enabled... You need to turn it off.

(2015-08-09, 16:21)wolfodeiwolfy Wrote: Hi,

I have this error message when I want to add a playlist or favorites to the home menu (menu or submenu)

Quote:there are no shortcuts available for the category that you choose

What can I do ?

Do you have any smart playlists saved? Because you will need some saved first...

(2015-08-10, 20:13)Citrus Wrote:
(2015-08-02, 02:45)jurialmunkey Wrote: @Citrus - it will be a bug in script.skinshortcuts rather than the skin. Might be worth reporting it in the script.skinshortcuts thread
I resolved the issue by manually editing the shortcut. When using the Choose Shortcut wizard to choose the Music Add-Ons folder I looked at the action which was ActivateWindow(Musiclibrary,Addons,return) I manually edited to be ActivateWindow(Music,Addons,return). Does this mean it's a bug with the skin or with the script?
I've tried multiple different usages and it works properly in all cases for me. MusicLibrary and Music are meant to be interchangeable. I wonder if maybe you have nothing scanned to your music library (browse all music in files mode) and if that is the reason why it doesn't work. Definitely not skin related however. It really should be a valid path, but maybe the script should return Music rather than MusicLibrary if it causes this bug...


(2015-08-11, 18:49)Crssi Wrote: Hi JM

One glitch:
Goto Video ExtraInfo screen
Select Director
Select any movie on the list
Hit Back button

Here you will see that the GUI shows movie listing for a second and then gets back to the ExtraInfo screen.

Hope I have wroten understandable, if not just hit me back. Wink

Thank you for your skin Big Grin
Yeah I know about this one - been battling with it for a while. Relates to the changes in 3.0.0 of extended info and haven't really figured out a way around it yet. Its to do with the way I handle dialog visibility but not sure what the solution is.


RE: Bug Reports - dml3334 - 2015-08-13

Hi.

In the additional info section of a movie, the Audio always appears as: Not information available.

However, in other skins (Aeon MQ5, for example) the audio language appears perfectly.

I attach a.nfo of a movie with two audio tracks (eng/spa), but it also happens with movies with a single audio track, and a debug log.

Thanks!

kodi.log

NFO Movie 2 audio tracks


RE: Bug Reports - locomot1f - 2015-08-15

peace @jurialmunkey

in latest git, having:
Extra Info & Use low list
creates overlap.

seems like a floating issue; where the info did not get floated to the left.


RE: Bug Reports - wolfodeiwolfy - 2015-08-15

(2015-08-12, 11:58)jurialmunkey Wrote:
(2015-08-09, 16:21)wolfodeiwolfy Wrote: Hi,

I have this error message when I want to add a playlist or favorites to the home menu (menu or submenu)

Quote:there are no shortcuts available for the category that you choose

What can I do ?

Do you have any smart playlists saved? Because you will need some saved first...

Sure I have, That is why I have a problem. I have playlists in userdata>playlists and there is playlists in zephyr>extras>playlists. I copy/paste my own smartplaylist in that folder but it doesn't work too.

I can't choose anymore playlists for widgets on home screen. Only predetermined ones.


RE: Bug Reports - Woppie - 2015-08-15

Not so much a bug or error but, wel maybe partially;

The group name, in this case "GROEP: NEDERLANDS" gets sometimes cut of, it's different for each resolution and even screen.
Same resolution, different screen;

Image

And maybe use the colour for the sort by option and group; they're not static text and it seems that you reserved the grey for static text and blue for variabel labels... it's just fits better with the overal theme... the amount of items in the same line gets the colour treatment Tongue