• 1
  • 238
  • 239
  • 240(current)
  • 241
  • 242
  • 309
Release skin helper service
Many thanks! Will try that now! :-)

Edit:
Seems to work great!
...but for VideoOSD i did not use Player.xxx but another
"<onload>SetProperty(SkinHelper.WidgetContainer,XXX)</onload>"
since i'm using a service.library.data.provider 1-item-dummy-list in there.
Again, thanks much!
⬅️⬅️ Feel free to leave a 👍 on useful posts  |  A Confluence ZEITGEIST (A modern reimagination of Confluence)  |  axbmcuser REPO (Download Link)  |  Kodi 17.7 DSPlayer x64 BETTERGUI (2020 build)
Reply
@marcelveldt -- Is there any way to return the IMDb rating for individual episodes? At the episode level it appears that the IMDb rating returned is for the whole tvshow rather than the individual episode. Not sure if this is a bug or is intentional?
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
Hi Marcel
I've recently updated a few UK shows to their correct parental rating on both IMDB and TMDB sites. The first few shows I changed were definitely showing updated ratings in Kodi, but now I'm not getting the updated information. Also not getting anything for any of the other shows I've updated since the first few, even though they are all now showing updated details on both IMDB and TMDB sites. Did something change? Is there any point in continuing to make these changes now?
Reply
(2017-07-14, 14:01)Dumyat Wrote: Hi Marcel
I've recently updated a few UK shows to their correct parental rating on both IMDB and TMDB sites. The first few shows I changed were definitely showing updated ratings in Kodi, but now I'm not getting the updated information. Also not getting anything for any of the other shows I've updated since the first few, even though they are all now showing updated details on both IMDB and TMDB sites. Did something change? Is there any point in continuing to make these changes now?
SkinHelper caches info so its not hitting the servers ever single time.

If I recall correctly, you need to delete simplecache.db to get things to recache. The file is at this location on your local machine:
~/.kodi/userdata/addon_data/script.module.simplecache/simplecache.db
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-07-15, 11:42)jurialmunkey Wrote: If I recall correctly, you need to delete simplecache.db to get things to recache. The file is at this location on your local machine:
~/.kodi/userdata/addon_data/script.module.simplecache/simplecache.db
Thanks for the info.
Aye, but the strange thing that's happening is some of the 1st shows I updated definitely started showing the correct ratings in Kodi, but when I deleted my simplecache on Friday to see if the newer shows I had recently updated on both IMDB/TMDB would now show in Kodi, I got zero results for anything, including the shows I had initially had ratings for......
Reply
Sorry i m bringin this conversation but i just need to know something:

How could i scrape or call for informations about nominees, awards, or rewards for a movie?

I would like to have them on my skin (Aeon MQ 7) and i actually have the specific space for it,
but i don't know how to scrape those information or how to display them


Thanks
Reply
(2017-07-18, 14:36)nikeb Wrote: Sorry i m bringin this conversation but i just need to know something:

How could i scrape or call for informations about nominees, awards, or rewards for a movie?

I would like to have them on my skin (Aeon MQ 7) and i actually have the specific space for it,
but i don't know how to scrape those information or how to display them


Thanks

Wiki - https://github.com/marcelveldt/script.sk...rvice/wiki
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-07-18, 15:20)jurialmunkey Wrote:
(2017-07-18, 14:36)nikeb Wrote: Sorry i m bringin this conversation but i just need to know something:

How could i scrape or call for informations about nominees, awards, or rewards for a movie?

I would like to have them on my skin (Aeon MQ 7) and i actually have the specific space for it,
but i don't know how to scrape those information or how to display them


Thanks

Wiki - https://github.com/marcelveldt/script.sk...rvice/wiki

Ok then, i find that in my script script.skin.helper.service (wich i have and it's up and running)
i have the property called

SkinHelper.ListItem.Awards awards for the movie/tvshow

But it doesn't work and not showing anything for any movie.
Any ideas of what should i do?


Thanks
Reply
You need an omdb api key to get all the features.
You can get an omdb api key by donating $1 USD a month via Patreon to the omdb maintainer.
Once you setup donations you then request a key via an email link and once you receive it you add it to skin helper.
Patreon link: https://www.patreon.com/bePatron?u=5038490
API request link: http://www.omdbapi.com/apikey.aspx
Post with instructions in this thread: https://forum.kodi.tv/showthread.php?tid...pid2601478
Make sure you delete simplecache.db after adding the api key.
Also make sure you are using the version of skinhelper from marcelveldt's beta repo:
https://github.com/marcelveldt/repositor...-1.0.1.zip
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
(2017-07-18, 17:22)jurialmunkey Wrote: You need an omdb api key to get all the features.
You can get an omdb api key by donating $1 USD a month via Patreon to the omdb maintainer.
Once you setup donations you then request a key via an email link and once you receive it you add it to skin helper.
Patreon link: https://www.patreon.com/bePatron?u=5038490
API request link: http://www.omdbapi.com/apikey.aspx
Post with instructions in this thread: https://forum.kodi.tv/showthread.php?tid...pid2601478
Make sure you delete simplecache.db after adding the api key.
Also make sure you are using the version of skinhelper from marcelveldt's beta repo:
https://github.com/marcelveldt/repositor...-1.0.1.zip


Thanks a lot i finally get what i had to do.
I did everything, i create my own key (and it's working on OMDB) after my donation,
i put the key in the dependency of "metadata and artwork module" (version 1.0.9) and
the version of skin helper service is already 1.1.17 ,
then i cancelled the simplecache.db.
but still doesn't get anything as awards on the movies.

I noticed that the dependency on "OMDB COMMON SCRAPER FUNCTION" has orphans
in the manage dependency.
Is this related?

Many thanks again
Reply
Is there issue with PVR artworks ?

I try to use $INFO[Window(Home).Property(SkinHelper.ListItem.Art.Poster)] on PVR channels or PVR Guide but return nothing.

I have in my Home.xml :

<onload>Skin.SetBool(SkinHelper.EnableExtendedArt)</onload>
<onload>Skin.SetBool(SkinHelper.EnablePVRThumbs)</onload>


When I use this it's working :

http://localhost:52307/getpvrthumb&amp;title=$INFO[ListItem.Title]&amp;type=poster
 Estuary MOD V2 
Reply
If you using latest version of Leia....
Somthing is wrong with addon settings-and this adddon is trouble like all others Smile

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-07-18, 23:06)Angelinas Wrote: If you using latest version of Leia....
Somthing is wrong with addon settings-and this adddon is trouble like all others Smile

Image

Your skin need to be updated : https://forum.kodi.tv/showthread.php?tid...pid2603091

Addons settings working good with latest kodi 18 nightly :

Image
 Estuary MOD V2 
Reply
Nop...same is with estuary.
I'll try always default skin, same resultat.
But this is irelevant, you have settings for that modul.This art should work for you.
Need for pvr to have omdb api key .....from this modul script use "media type"..and this is nessery to find
For fanart and tmdb to collect info.If you dont have omdb key all info and art are down.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-06-21, 11:53)epicfail Wrote: Hi!

I´m getting this error message

Code:
11:50:21.799 T:8324 WARNING: Skin Helper Service --> Traceback (most recent call last):
                                              File "C:\Users\micha\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\listitem_monitor.py", line 314, in set_listitem_details
                                                details["year"], details["imdbnumber"], details["tvshowtitle"])
                                              File "C:\Users\micha\AppData\Roaming\Kodi\addons\script.module.simplecache\lib\simplecache.py", line 284, in decorated
                                                result = func(*args, **kwargs)
                                              File "C:\Users\micha\AppData\Roaming\Kodi\addons\script.module.metadatautils\lib\metadatautils.py", line 277, in get_imdbtvdb_id
                                                "", title, year, content_type).get("imdbnumber", "")
                                            AttributeError: 'NoneType' object has no attribute 'get'
11:50:21.799 T:8324   ERROR: Skin Helper Service --> Exception in resources.lib.listitem_monitor ! --> 'NoneType' object has no attribute 'get'


Any ideas?
Reply
  • 1
  • 238
  • 239
  • 240(current)
  • 241
  • 242
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18