Bug report 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: XeeBo (https://forum.kodi.tv/forumdisplay.php?fid=140) +----- Thread: Bug report thread (/showthread.php?tid=196287) |
Bug report thread - Hitcher - 2014-05-27 Post them here. RE: Bug report thread - Thev00d00 - 2014-05-27 There is still a link to set the subtitle addon in the skin settings, that needs to go for Gotham. Excellent work though! I can upgrade to Gotham now... RE: Bug report thread - Hitcher - 2014-05-27 Thanks, I did some more cleanup work today. RE: Bug report thread - Epmanvod - 2014-06-13 Any ideas why Random Items row isn't working for me? It was working on the previous version of the skin under Gotham. The skin widgets extra is installed and seems to be working. How do you change the first row to something other than Random Items (like you have in the screenshots)? Update: Turned out to be an old guisettings.xml... deleting it and letting XBMC recreate it did the trick. RE: Bug report thread - Shoehorn - 2014-06-13 It looks like the Playlist option is missing? (The simple playlist, not Smart Playlists.) I know for Gotham it was moved to the side menu, and it's there when I use the default Confluence skin. I don't see it anywhere when using XeeBo though. RE: Bug report thread - saeedgnu - 2014-06-13 Dialog buttons are not accessible by keyboard Since XBMC is designed as a 10-feet media interface, the user should be able to do everything just with a keyboard or infra-red remote, and without a mouse. But dialog buttons (like in GTK or Qt) are not accessible without a mouse. At least I didn't find a way. Example: Settings -> Add-ons -> Install from zip file -> OK & Cancel buttons (There are probably many more examples) RE: Bug report thread - Hitcher - 2014-06-13 (2014-06-13, 07:45)Shoehorn Wrote: It looks like the Playlist option is missing? (The simple playlist, not Smart Playlists.) I know for Gotham it was moved to the side menu, and it's there when I use the default Confluence skin. I don't see it anywhere when using XeeBo though. Missed it - will be in next version. (2014-06-13, 07:58)saeedgnu Wrote: Dialog buttons are not accessible by keyboardWhat are GTK or Qt? Also 'Install from Zip' buttons work fine for me using a remote. RE: Bug report thread - Shoehorn - 2014-06-13 (2014-06-13, 18:21)Hitcher Wrote: Missed it - will be in next version. Awesome, thanks Hitcher. I haven't noticed any other issues yet, but I'll be giving the skin a full exploration tonight. I just upgraded Gotham to the new 13.1 release and so far XeeBo is still working great. RE: Bug report thread - bonelifer - 2014-06-13 When I hover over the Recently Added Album row, it causes the Recently Added Episodes row to go from Poster(what I have set as the default) to Episode image. It returns to the Poster after removing focus on the Album row. RE: Bug report thread - dapperdanman - 2014-07-01 Hitcher, thanks a bunch for the update! I did some testing the last days and ran into the following bugs:
(2014-06-13, 23:24)bonelifer Wrote: When I hover over the Recently Added Album row, it causes the Recently Added Episodes row to go from Poster(what I have set as the default) to Episode image. It returns to the Poster after removing focus on the Album row.+1. I think it also happens with Random Episodes, but only when Random or Recently Added Episodes are set as Home List 3. The switch to thumbs only happens when the focus is on Home List 4. RE: Bug report thread - removed151214 - 2014-07-02 (2014-07-01, 13:52)dapperdanman Wrote: I'm curious about this (reFocus' watchlist script is mine). Where are you getting a version of the skin that is calling the watchlist script in such a way? I'd be curious to take a look, as the watchlist script isn't designed to be called like this at all! RE: Bug report thread - dapperdanman - 2014-07-03 @Unfletched: My guess is that there are two scripts called script.watchlist unfortunately and this call is referring to the old one, which is now deprecated and superseded by service.skin.widgets (See also the first post in the Skin Widgets thread. Regarding my comment above about the looping in the home lists above: That does not work of course. (At least not to the left, how would one access the menu then?) RE: Bug report thread - removed151214 - 2014-07-06 (2014-07-03, 16:55)dapperdanman Wrote: @Unfletched: My guess is that there are two scripts called script.watchlist unfortunately and this call is referring to the old one, which is now deprecated and superseded by service.skin.widgets (See also the first post in the Skin Widgets thread. Ah ok, that makes sense. I haven't been part of the XBMC community long enough to know about the original watchlist script and in all truth, my script really should be script.plugin.watchlist (except a Team XBMC member made his feelings clear that it wouldn't ever be accepted onto the repo, so I never fixed that - it was a surprise when this was relented, and I never changed it.) I apologise for causing an error and will make the necessary changes so that this gets fixed. |