2017-08-24, 22:20
(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
(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
(2017-08-24, 22:21)3500 Wrote: 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
(2017-08-24, 22:21)3500 Wrote: 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
(2017-08-24, 22:26)TheLastOfUs Wrote:(2017-08-24, 22:21)3500 Wrote: 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
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
Quote:So my internet is running upto 1MB/s after the fanart movie slideshow changing and changing and changing
and if i turn-off my internet, The Home screen is fine without internet..
..which i wanna say is the clearlogo and fanart is appears
so i turn it on again my internet and when the slideshow changing.. my internet running again upto 1MB/s after the slideshow sliding one by one.
And i'm not use unlimited internet and this is wasted my quota internet for what i didn't know what i downloading from KODI
(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
i'm scrapping my library using scrappers
so whats i can do right now?
cause this is wasting my quota internet
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
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 i turn-off my internet, The Home screen is fine without internet..
..which i wanna say is the clearlogo and fanart is appears
so i turn it on again my internet and when the slideshow changing.. my internet running again upto 1MB/s after the slideshow sliding one by one.
And i'm not use unlimited internet and this is wasted my quota internet for what i didn't know what i downloading from KODI
(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.
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
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 i turn-off my internet, The Home screen is fine without internet..
..which i wanna say is the clearlogo and fanart is appears
so i turn it on again my internet and when the slideshow changing.. my internet running again upto 1MB/s after the slideshow sliding one by one.
And i'm not use unlimited internet and this is wasted my quota internet for what i didn't know what i downloading from KODI
Quote:and if the movies (ex: Burnt) already grabbing something from internet
and if that 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
And you tried with another skin and you are saying this doesn't happen?
(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.
<value condition="Window.IsActive(pvrguideinfo)">$INFO[ListItem.EpisodeName,,$COMMA ]$INFO[ListItem.Season,$LOCALIZE[20373] ]$INFO[ListItem.Episode, - $LOCALIZE[20359]]</value>
<value condition="Window.IsActive(pvrguideinfo) + String.IsEmpty(ListItem.Season) + String.IsEmpty(ListItem.Episode)">$INFO[ListItem.EpisodeName,,]</value>
<value condition="Window.IsActive(pvrguideinfo) + [String.IsEmpty(ListItem.Season) | String.IsEmpty(ListItem.Episode)]">$INFO[ListItem.EpisodeName,,$COMMA ]$INFO[ListItem.Season,$LOCALIZE[20373] ,]$INFO[ListItem.Episode,$LOCALIZE[20359] ,]</value>
<value condition="Window.IsActive(pvrguideinfo) + !String.IsEmpty(ListItem.Season) + !String.IsEmpty(ListItem.Episode)">$INFO[ListItem.EpisodeName,,$COMMA ]$INFO[ListItem.Season,$LOCALIZE[20373] , - ]$INFO[ListItem.Episode,$LOCALIZE[20359] ,]</value>