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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: Bug reports (/showthread.php?tid=262373) |
Bug reports - phil65 - 2016-03-01 If you find bugs, please post them here. (There are plenty of it, the skin is still alpha ) Screenshots are always helpful btw. RE: Bug reports - marantz - 2016-03-01 posted in the other thread before I noticed this. mixing SD and HD movies creates this somewhat weird alignment notice the year 1976 ends up at the wrong place thanks for the great skin btw! RE: Bug reports - Piers - 2016-03-01 (2016-03-01, 21:53)marantz Wrote: posted in the other thread before I noticed this. Are you sure all the textures are there? Here's HD and SD as it should display RE: Bug reports - Martijn - 2016-03-02 This has absolutely nothing to do with SD. It's simply that not all media has the media info available. Da-anda already mentioned this to phil RE: Bug reports - zag - 2016-03-02 Couple of possible mvid improvements... Cover image should be square on Widelist view No details for the music vid on right hand side Details view shows text fine RE: Bug reports - yamcenutzer - 2016-03-03 Nice skin. Unfortunately the TV epg grid display is currently a great regression 1. it wastes a lot of space (compared to confluence) 2. it does not show the the episode name in the lower pane (which shows the selected/highlighted program). This was crudely added to confluence/Jarvis, now it's gone again. 3. It is even more choppier than confluence was. 4. in the current build (windows, march 2 ) it simply hangs so I can't test any further. I suspect the gui lib for the grid is really slow (always was) and now it's become worse. My use case: - hts backend - 14 day epg for 130 channels I always compare to: - dvblink backend - WMC7 frontend Both backends and frontends run on ivy-bridge i7 class pcs each connected via Gbit wired ethernet, so performance is not an issue. I'm waiting for the skin to be available for Ubuntu wily so I can also test on linux. The nightly build of March 1 doesn't seem to have it. Looking forward to this skin evolve into something that matches WMC ! Thanks for the great work RE: Bug reports - Milhouse - 2016-03-03 Testing latest RPi/OpenELEC/Estuary build and the 3D OSD button isn't working (not in 2D or 3D mode, while viewing a 3D movie). Confluence - showing pop-out menu to choose alternate viewing mode (current mode is obviously 3D): Estuary - no pop-out menu at all (clicking the "glasses" button does nothing, either): RE: Bug reports - phil65 - 2016-03-03 Oh ok, silly mistake on my side I dont use 3d so I couldnt really test. Will get fixed, thx. RE: Bug reports - boke - 2016-03-03 Small problem with channel numbers in pvr. I have "Use channel numbers from backend" enabled. When entering into the main TV menu ATSC channel numbers with a decimal are displayed correctly. 24.1 24.2 24.3 When bringing up the quick channel menu via 'c' the channels are displayed as 24... 24... 24... And in the EPG/Timeline they are displayed as 24 24 24 Also the EPG is slow to load and frequently crashes Kodi. Using Mediaportal as a backend. Last line in the log before the freeze is 10:48:46 T:4276 NOTICE: EPG::CEpgContainer::Start - EPG thread started Great job on the skin I really like it! RE: Bug reports - phil65 - 2016-03-03 (2016-03-03, 17:51)boke Wrote: Small problem with channel numbers in pvr. EPG crashing is getting investigated atm. Could you post a screenshot of the cut-up numbers so I know where to look for? RE: Bug reports - boke - 2016-03-03 Channels displayed correctly in the first screenshot RE: Bug reports - un1versal - 2016-03-03 I found a few issues and Ill make proper reports with screenshots. Themes wise https://github.com/xbmc/xbmc/pull/9251 that is merged in, Ive compiled with tip of master e1f2da9c63777290f76e7779363e2459cf9b59e4 however... Themes only partially apply and this is a bug I noticed in skin themes even before this skin, themes only load with the relevant xbt which arent compiled in Linux when you compile Kodi (or Im missing something?) with the extracted textures you cant change themes fully (only colors is ok) and that looks odd. Ill make other reports regarding OSD usability both video and music side and other reports with proper screenshots. RE: Bug reports - da-anda - 2016-03-04 @un1versal - themes not working without xbt is a core bug, and I agree that it would be nice if they also worked without xbt, especially for testing and developing themes RE: Bug reports - Martijn - 2016-03-04 (2016-03-04, 14:29)da-anda Wrote: @un1versal - themes not working without xbt is a core bug, and I agree that it would be nice if they also worked without xbt, especially for testing and developing themes It's not a bug, it's simply not designed to work without them. RE: Bug reports - un1versal - 2016-03-04 (2016-03-04, 14:29)da-anda Wrote: @un1versal - themes not working without xbt is a core bug, and I agree that it would be nice if they also worked without xbt, especially for testing and developing themes Bug or no bug the xbts arent being build automatically when you compiled with --enable-texturepacker, I see a makefile so Ill run that after and see. |