v17 Grid for Krypton - 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: Grid (https://forum.kodi.tv/forumdisplay.php?fid=280) +----- Thread: v17 Grid for Krypton (/showthread.php?tid=318152) |
RE: Grid - Public beta available - Jeroen - 2017-08-24 (2017-08-24, 22:15)TheLastOfUs Wrote: Jeroen - any ideas why it's trying to reach out to tmbdb.org though using XFILE? All of those images existNot a clue, sorry. Good you got most of it solved RE: Grid - Public beta available - 3500 - 2017-08-24 i'm not using local files Jeroen i'm scrapping my library using scrappers so whats i can do right now? cause this is wasting my quota internet RE: Grid - Public beta available - TheLastOfUs - 2017-08-24 Skin is amazing as Refocus was legendary. Just wish I could sort out the MySQL cache/thumbnails issue in terms of the gaps but I'm guessing it has to do with blank images as kidhazy mentioned "EDIT: I just noticed Aeon Nox can still display some random fanart backgrounds correctly - even when I'm not connected to the network where the fanarts (and movies) are stored. So it must be getting it from the library image cache. But I still get the 'unsupported protocol(image)' error pointing to the SMB share location for the blank fanarts." RE: Grid - Public beta available - Jeroen - 2017-08-24 (2017-08-24, 22:21)3500 Wrote: i'm not using local files Jeroen I meant that once my standard artwork types (posters, thumbs, fanart) is scraped (by Kodi) and I have extra artwork downloaded (by Artwork Downloader), those are saved to disk. But even if you only use scrapers the artwork is stored on your device (in the db). Can you post this in general support? This is not a skin issue. RE: Grid - Public beta available - TheLastOfUs - 2017-08-24 (2017-08-24, 22:21)3500 Wrote: i'm not using local files Jeroen If I understand correctly - when you use a scraper (not scrapper lol) - your Kodi caches image references into a LOCAL textures.db and a local Thumbnails Cache which this DB accesses for fast loading without a network link. What's your exact issue? Maybe I can help. I'm using SQL for system-wide devices though. So far despite the tiny hiccups, I love GRID. One thing I do wonder is that I had blank files with Refocus - yet the homescreen on that never showed any "blank gaps". So slightly confused on that aspect anyways RE: Grid - Public beta available - TheLastOfUs - 2017-08-24 P.S. Jeroen - since you're online did you view my video? I noticed a few people having issues with the animated background of grid https://www.youtube.com/watch?v=dQ4XZaNUef0&feature=youtu.be RE: Grid - Public beta available - 3500 - 2017-08-24 (2017-08-24, 22:26)TheLastOfUs Wrote:(2017-08-24, 22:21)3500 Wrote: i'm not using local files Jeroen my exact issue is Quote:So my internet is running upto 1MB/s after the fanart movie slideshow changing and changing and changing and if the movies (ex: Burnt) already grabbing something from internet and if the movie appears (ex: Burnt) the activity of my internet not running and if there's a movie (ex: Batman) not yet grabbing from internet so my internet is on upto 1MB/s RE: Grid - Public beta available - TheLastOfUs - 2017-08-24 (2017-08-24, 22:40)3500 Wrote:(2017-08-24, 22:26)TheLastOfUs Wrote:(2017-08-24, 22:21)3500 Wrote: i'm not using local files Jeroen And you tried with another skin and you are saying this doesn't happen? RE: Grid - Public beta available - 3500 - 2017-08-24 (2017-08-24, 22:42)TheLastOfUs Wrote:(2017-08-24, 22:40)3500 Wrote:(2017-08-24, 22:26)TheLastOfUs Wrote: If I understand correctly - when you use a scraper (not scrapper lol) - your Kodi caches image references into a LOCAL textures.db and a local Thumbnails Cache which this DB accesses for fast loading without a network link. What's your exact issue? Maybe I can help. I'm using SQL for system-wide devices though. So far despite the tiny hiccups, I love GRID. Exactly!! i've been tried such as Eminence, Aeon Nox, Bello 6, and Pellucid and i'm not sure what is kodi grabbing from internet? RE: Grid - Public beta available - Designer - 2017-08-24 Library Progress Bar In category view, the progress bar lines up with the clock but on the homescreen it is shifted up and to the right. It's lined up on initial load but if I go into movies and then back to the homescreen, it shifts. This one is not so much an issue but more of a consistency thing. Any thought to adding "Finishes At xx:xx" to TV episodes like you have for movies? RE: Grid - Public beta available - TheLastOfUs - 2017-08-24 (2017-08-24, 22:46)3500 Wrote: Exactly!! That is very unusual......provide a debug log when this occurs? RE: Grid - Public beta available - 3500 - 2017-08-24 this post has been deleted. RE: Grid - Public beta available - Nanomani - 2017-08-24 Hi, Thanks for your job and sharing. All works like a charm I have just a question. wall type view is planned in a future ? Thanks RE: Grid - Public beta available - maxtherabbit - 2017-08-25 (2017-08-20, 19:07)maxtherabbit Wrote: In the plot outline/subtitle info field there should be a space between "Jakso" (episode) and the episode number. If the plot outline/subtitle info field contains some text but no season or episode number, there is an unnecessary comma in the end. I found a way to make that PVR guide info header look nicer. In Variables.xml replace Code: <value condition="Window.IsActive(pvrguideinfo)">$INFO[ListItem.EpisodeName,,$COMMA ]$INFO[ListItem.Season,$LOCALIZE[20373] ]$INFO[ListItem.Episode, - $LOCALIZE[20359]]</value> with this Code: <value condition="Window.IsActive(pvrguideinfo) + String.IsEmpty(ListItem.Season) + String.IsEmpty(ListItem.Episode)">$INFO[ListItem.EpisodeName,,]</value> Now there are no unnecessary commas or hyphens even if all of the season numbers, episode numbers or episode titles are not available. RE: Grid - Public beta available - manuelriver36 - 2017-08-25 With the latest update, the widget background is displayed correctly on Android TV / Nvidia Shiled, thanks for the update |