Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 74
v17 Grid for Krypton
(2017-08-24, 19:15)Jeroen Wrote:
(2017-08-24, 15:08)3500 Wrote: Does anyone experience something like this??
Can't think of any add-on I support to be pulling that much (or any actually) internet traffic really. The homescreen fanart is pulled in by fanart grabber and it only reads from the database.

Cheers

Can you do something about this problem? please...
maybe you can look up on coding skin Aeon Nox, cause Aeon Nox has a feature a fanart for Home screen too.

thankyou for your reply.
INTEL: Celeron - UHD 610 | KODI: 18.3
OS: Windows 10 | DEVICE: HP Laptop
Reply
(2017-08-24, 19:15)Jeroen Wrote:
(2017-08-24, 15:46)maxtherabbit Wrote: The home screen PVR widget doesn't show the "Next recording" text. I found out that it's caused by a wrong string id in Variables.xml.

Wrong id
Code:
<value condition="String.IsEqual(Skin.String(home.status),pvr) + Pvr.HasTVTimer | Pvr.HasRadioTimer">$INFO[Pvr.NextRecordingTitle,$LOCALIZE[16157]: ]$INFO[Pvr.NextRecordingChannel, - ]</value>

Correct one
Code:
<value condition="String.IsEqual(Skin.String(home.status),pvr) + Pvr.HasTVTimer | Pvr.HasRadioTimer">$INFO[Pvr.NextRecordingTitle,$LOCALIZE[19157]: ]$INFO[Pvr.NextRecordingChannel, - ]</value>
There's no difference?
https://www.diffchecker.com/Kk7BtIs9
Tongue

$LOCALIZE[16157] vs. $LOCALIZE[19157]

16157 doesn't exist.
Kodi @ NVidia Shield Android TV, Asrock J3455-ITX (LibreELEC Server), Windows 10, and Nexus 7 (2013)
Reply
(2017-08-24, 19:27)3500 Wrote: [quote='Jeroen' pid='2636827' dateline='1503594946']
Can you do something about this problem? please...
maybe you can look up on coding skin Aeon Nox, cause Aeon Nox has a feature a fanart for Home screen too.

thankyou for your reply.

What do you want me to do about it? There is nothing I can do about it because it isn't a skin issue.

Sorry, but I don't need to check in another skin on how to make an image control show on the homescreen...

Skins do not pull in 1MB/s of data. Neither does fanart grabber as it only reads from the database, like I already told you. I just tried it myself. When changing fanart sources there was no network activity at all (by Kodi as a whole)
Reply
(2017-08-24, 20:00)Jeroen Wrote:
(2017-08-24, 19:27)3500 Wrote: [quote='Jeroen' pid='2636827' dateline='1503594946']
Can you do something about this problem? please...
maybe you can look up on coding skin Aeon Nox, cause Aeon Nox has a feature a fanart for Home screen too.

thankyou for your reply.

What do you want me to do about it? There is nothing I can do about it because it isn't a skin issue.

Sorry, but I don't need to check in another skin on how to make an image control show on the homescreen...

Skins do not pull in 1MB/s of data. Neither does fanart grabber as it only reads from the database, like I already told you. I just tried it myself. When changing fanart sources there was no network activity at all (by Kodi as a whole)


the activity of your network not runnin on you because your build already grab it the artwork
cause i had this too. my network stop when the movie already runnin before
Image

EDIT:
i'm confusing.. what is kodi grabbing from internet?
and when i enter the Settings or somethin else, and the activity of my network stop

EDIT 2:
and i just tried all skin that can slideshow of a movies/tvshows on home screen (Eminence, AeonN, etc.)
and none of them is have a activity internet

EDIT 3:
are you using script of script.grab.fanart from robweber?
so this is propably causing the problem, right?
INTEL: Celeron - UHD 610 | KODI: 18.3
OS: Windows 10 | DEVICE: HP Laptop
Reply
(2017-08-23, 09:11)Jeroen Wrote:
(2017-08-22, 21:02)ocarror Wrote: Thanks everyone for trying. I just upgraded and can see posters for movies but not tv shows Sad. As it's working for you I'll plug away. Once again super skin. Well done.
Hold on, I may have found something Smile When choosing a combination of a specific type of widget source and options I ran into this after all. Likely this was causing the issue for you too. A (possible) fix is up on the repo.

Just upgraded to 1.1.2, works like a charm. Cheers Jeroen.
Reply
(2017-08-24, 11:28)Jeroen Wrote:
(2017-08-24, 09:27)TheLastOfUs Wrote: Another thing - I did ALL FANART for the homescreen...and I notice it's kind of chaotic. It shows some tvs/movie fanart...then just shows nothing for a solid 30seconds-1 minute (plain grid background). Is this intentional and is there any way to implement a homescreen fan-art option to make the images shuffle fasterHuh Right now if I do animated backgrounds...it will recycle the same background over and over for 1 minute or so. Gladiator zoomed out 3 different ways, before switching if at all to another movie/tv show fanart
Seems like fanart grabber isn't picking up the change of fanart source, try rebooting. It's supposed to show random fanart image every 30 seconds. The refresh time is set in startup.xml

Quote:Also is Library Data Provider necessary, if so when? This is with LDP enabled btw ^^^. Do I need to enable Artwork Downloader and Artist slideshow to get fanart homescreen to work right? Kinda confuzzled Smile! Other than that, this theme is EPIC.
LDP is not a requirement. The other add-ons don't do anything for the homescreen fanart.

Code:
12:07:01.812 T:4936  NOTICE: script.grab.fanart: mode
12:07:01.843 T:4936  NOTICE: script.grab.fanart: refresh
12:07:01.960 T:16600  NOTICE: Skin Helper Widgets --> Backgroundservice started
12:07:01.967 T:16188  NOTICE: Skin Helper Service --> WebService - start helper webservice on port 52307
12:07:01.967 T:1172  NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.3 started
12:07:08.496 T:10680  NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
12:07:09.508 T:20720  NOTICE: Previous line repeats 1 times.
12:07:09.508 T:20720  NOTICE: script.grab.fanart: Grab Fanart Service Started
12:07:10.107 T:2796 WARNING: CPythonInvoker(8, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:07:10.666 T:21872 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://script.extendedinfo/?info=extendedtvinfo&&id=73097
12:07:10.666 T:21872   ERROR: InputStream: Error opening, plugin://script.extendedinfo/?info=extendedtvinfo&&id=73097
12:07:10.687 T:10680 WARNING: CPythonInvoker(6, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:07:25.821 T:18656  NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
12:07:26.147 T:18656 WARNING: CPythonInvoker(10, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:07:26.833 T:17252  NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
12:07:27.292 T:17252 WARNING: CPythonInvoker(11, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:11:11.802 T:20096 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f73719-1.jpg/
12:11:15.130 T:13580 WARNING: Previous line repeats 1 times.
12:11:15.130 T:13580   ERROR: Misplaced [
12:11:15.131 T:13580   ERROR: Error parsing boolean expression String.IsEqual(Window(Home).Property(SkinHelper.ListItem.NextEpisode.Airdate),$INFO[System.Date(DDDD)])
12:11:20.824 T:13580   ERROR: Control has invalid animation type (no condition or no type)
12:11:35.792 T:13580   ERROR: Previous line repeats 1 times.
12:11:35.792 T:13580 WARNING: Skin has invalid include: skinshortcuts-group-optionsmenu
12:11:35.806 T:13580   ERROR: Misplaced [
12:11:35.806 T:13580   ERROR: Error parsing boolean expression String.IsEqual(Window(Home).Property(SkinHelper.ListItem.NextEpisode.Airdate),$INFO[System.Date(DDDD)])
12:11:35.823 T:17760   ERROR: XFILE::CDirectory::GetDirectory - Error getting include
12:11:36.715 T:13200   ERROR: CImageLoader::DoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/2/20c58ba5.jpg
12:11:38.321 T:13580 WARNING: Skin has invalid include: skinshortcuts-group-optionsmenu
12:11:38.352 T:13200   ERROR: XFILE::CDirectory::GetDirectory - Error getting include
12:11:39.469 T:13580 WARNING: Skin has invalid include: skinshortcuts-allmenus
12:11:39.470 T:13580 WARNING: Skin has invalid include: screen_Height
12:11:39.471 T:13580 WARNING: Skin has invalid include: skinshortcuts-template-widget_Vertical
12:11:39.471 T:13580 WARNING: Skin has invalid include: home_MultiImage
12:11:39.474 T:13580 WARNING: Previous line repeats 2 times.
12:11:39.474 T:13580   ERROR: Unmatched [
12:11:39.474 T:13580   ERROR: Error parsing boolean expression Player.HasAudio + [Skin.HasSetting(home.nowplaying) + System.HasAddon(script.artistslideshow)
12:11:39.496 T:13200   ERROR: XFILE::CDirectory::GetDirectory - Error getting include
12:11:39.501 T:13200 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f73719-1.jpg/
12:11:39.569 T:13580 WARNING: Previous line repeats 1 times.
12:11:39.569 T:13580   ERROR: Control 9000 in window 10000 has been asked to focus, but it can't
12:11:39.569 T:13200 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f73719-1.jpg/
12:11:40.196 T:13580 WARNING: Skin has invalid include: screen_Height
12:11:40.196 T:13580 WARNING: Skin has invalid include: 1080
12:11:40.196 T:13580 WARNING: Previous line repeats 1 times.
12:11:40.196 T:13580 WARNING: Skin has invalid include: 810
12:11:40.197 T:13580 WARNING: Previous line repeats 1 times.
12:11:40.197 T:13580 WARNING: Skin has invalid include: 370
12:11:40.197 T:13580 WARNING: Previous line repeats 1 times.
12:11:40.197 T:13580 WARNING: Skin has invalid include: 566
12:11:40.197 T:13580 WARNING: Previous line repeats 1 times.
12:11:40.197 T:13580 WARNING: Skin has invalid include: 384
12:11:40.197 T:13580 WARNING: Previous line repeats 1 times.
12:11:40.197 T:13580 WARNING: Skin has invalid include: home_MultiImage
12:11:40.198 T:13580 WARNING: Previous line repeats 2 times.
12:11:40.198 T:13580   ERROR: Unmatched [
12:11:40.198 T:13580   ERROR: Error parsing boolean expression Player.HasAudio + [Skin.HasSetting(home.nowplaying) + System.HasAddon(script.artistslideshow)
12:11:40.213 T:11344 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f73719-1.jpg/
12:11:46.789 T:21752 WARNING: Previous line repeats 1 times.
12:11:46.789 T:21752  NOTICE: script.module.youtube.dl: youtube_dl core version: 2017.07.09
12:11:47.818 T:17104  NOTICE: Previous line repeats 1 times.
12:11:47.818 T:17104 WARNING: CPythonInvoker(17, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:11:48.487 T:11344 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://script.extendedinfo/?info=extendedtvinfo&&id=73097
12:11:48.487 T:11344   ERROR: InputStream: Error opening, plugin://script.extendedinfo/?info=extendedtvinfo&&id=73097
12:11:48.512 T:21752 WARNING: CPythonInvoker(15, C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Mikey\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
12:12:10.334 T:20096 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://smb%3a%2f%2fMikey/
12:14:10.354 T:13200 WARNING: Previous line repeats 1 times.
12:14:10.354 T:13200 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f77995-2.jpg/
12:14:40.360 T:1464 WARNING: Previous line repeats 1 times.
12:14:40.360 T:1464 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f321384-1.jpg/
12:15:40.359 T:12348 WARNING: Previous line repeats 1 times.
12:15:40.359 T:12348 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2fsqzYXsMrXzERvAP24W4rnQuawt4.jpg/
12:16:10.381 T:8612 WARNING: Previous line repeats 1 times.
12:16:10.381 T:8612 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2fzxrQbrqCssdaQ7vHDC9tptud9Xh.jpg/
12:16:40.381 T:12896 WARNING: Previous line repeats 1 times.
12:16:40.381 T:12896 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://smb%3a%2f%2fMikey/

My Thumbnails are on MySQL and with Refocus and Kodi 14.2 - never had any issues getting consistent refreshes within 30 seconds on the same device (Shield TV). I'm also testing it on the PC - seems to be the same issue - log is from the PC version.

Not sure what it's trying to go into tmdb.org for if Thumbnails/Fanart is cached...

What is most confusing is....the image is of movies I do have...like this Layton one

https://image.tmdb.org/t/p/original/iXzE...uDqQdR.jpg

As the log shows is (unsupported image)...not sure why! It seems to work A-OK when visiting the link. But again - bit confused as to why it is attempting to visit tmdb url....and not just access it on the cache in the mysql...
Reply
@TheLastOfUs link of interest: https://forum.kodi.tv/showthread.php?tid...pid1762707

I don't use a mysql db so cant help you with it I'm afraid.
Reply
@Jeroen,

Sorry I don't think I made myself clear regarding artist fanart Smile

Album art displays for a few seconds
Image


Artist fanart starts. The reason I was asking is because I'm concerned about screen burn.

Artist fanart 1
Image

Artist fanart 2 and so on
Image
Setup: LG OLED65B7 | Onkyo TX-RZ50 | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | Dune HD Homatics Box R 4K Plus | KEF T205
My Favourite Skin: Arctic Fuse mod
Reply
(2017-08-24, 20:15)3500 Wrote: are you using script of script.grab.fanart from robweber?
so this is propably causing the problem, right?

Fanart Grabber doesn't download artwork, it only pulls from the db. But I have told you this several times now.
Reply
(2017-08-24, 21:41)Jeroen Wrote: @TheLastOfUs link of interest: https://forum.kodi.tv/showthread.php?tid...pid1762707

I don't use a mysql db so cant help you with it I'm afraid.

Excellent link.

I deleted the device's (PC's databases) though im sure all I needed to do was erase Thumbnails13.db and it seems to be working much much better in terms of changing images. There is however still a repeat of the same TV/show / Movie....

behavior displayed here:

https://www.youtube.com/watch?v=dQ4XZaNUef0&
Reply
(2017-08-24, 21:59)Jeroen Wrote:
(2017-08-24, 20:15)3500 Wrote: are you using script of script.grab.fanart from robweber?
so this is propably causing the problem, right?

Fanart Grabber doesn't download artwork, it only pulls from the db. But I have told you this several times now.

Jeroen, are u using local files of your artwork?
INTEL: Celeron - UHD 610 | KODI: 18.3
OS: Windows 10 | DEVICE: HP Laptop
Reply
(2017-08-24, 22:08)3500 Wrote: Jeroen, are u using local files of your artwork?

Yes.
Reply
Update: Solved (with regards to images not changing nicely to another tv show/movie)

Delete Textures.db
Make sure SQL Thumbnails directory has users/guest/everyone on Allow full control (ironically my previous one didn't have users/guest). Had to make another Thumbnails folder to test it out...and then it worked just fine.

I still notice a "Gap" period where only the grid background shows. But quite a few movies in my library have no fanart. But the actual Kodi log is showing it's having an issue making images...


13:12:36.482 T:20196 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f153021-77.jpg/
13:13:06.482 T:10652 WARNING: Previous line repeats 1 times.
13:13:06.482 T:10652 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://smb%3a%2f%2fUSMAN/
13:14:36.504 T:21796 WARNING: Previous line repeats 1 times.
13:14:36.504 T:21796 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2fmWpUKAaJHjckIPFdEFEpeMTjjki.jpg/
13:15:06.502 T:21832 WARNING: Previous line repeats 1 times.
13:15:06.502 T:21832 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fimage.tmdb.org%2ft%2fp%2foriginal%2f9fRNgX2bI6f27sxFEFuCPNYY4Lv.jpg/
13:16:06.505 T:20816 WARNING: Previous line repeats 1 times.
13:16:06.505 T:20816 WARNING: XFILE::CDirectoryFactory::Create - unsupported protocol(image) in image://http%3a%2f%2fthetvdb.com%2fbanners%2ffanart%2foriginal%2f71663-31.jpg/



Jeroen - any ideas why it's trying to reach out to tmbdb.org though using XFILE? All of those images exist
Reply
(2017-08-24, 22:14)Jeroen Wrote:
(2017-08-24, 22:08)3500 Wrote: Jeroen, are u using local files of your artwork?

Yes.

like this example?

Quote:<movie>.mkv, .mp4, etc.
<movie>.nfo
poster.jpg
logo.png
disc.png
clearart.png
and folder for extrafanart
INTEL: Celeron - UHD 610 | KODI: 18.3
OS: Windows 10 | DEVICE: HP Laptop
Reply
Something like that yes.

But can you please post this in general support or something? Because this really is not a skin issue.
Reply
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 74

Logout Mark Read Team Forum Stats Members Help
Grid for Krypton10