Posts: 17,859
Joined: Jul 2011
Reputation:
371
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
Posts: 55
Joined: Apr 2015
Reputation:
0
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
Posts: 18
Joined: Aug 2011
Reputation:
0
boke
Junior Member
Posts: 18
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!
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
2016-03-03, 20:34
(This post was last modified: 2016-03-03, 20:36 by un1versal.)
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.
Posts: 7,135
Joined: Oct 2012
un1versal
Out of Memory (1939–2016)
Posts: 7,135
(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.