• 1
  • 228
  • 229
  • 230(current)
  • 231
  • 232
  • 309
Release skin helper service
Latest 1.1.15:

Properties for Recordings, when they are played:
e.g.
Code:
$INFO[Window(home).Property(SkinHelper.Player.Art.Poster)]
does not work, when you play a recording.
The http-request does when playing the same recording:
Code:
http://localhost:52307/getpvrthumb&title=$INFO[VideoPlayer.Title]&type=poster

And please add the ChannelLogo for Recordings actually playing, it does work for ListItems Wink
e.g.
Code:
$INFO[Window(Home).Property(SkinHelper.Player.Art.ChannelLogo)]
does not work, if you are playing a recording.

All ListItem.Art images are working for Recordings, but not when they are played Confused Can you please make the Player.Art images work for playing Recordings?
Thx
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2017-04-28, 20:26)Angelinas Wrote:
(2017-04-20, 12:04)badaas Wrote: Hi marcel, is tv next aired details suppose to be available at episodes level? As I don't see them, and also occasionally get random info not relating to current tvshow at epsiodes level, or just the status of show etc. but no other infos.
Tvshow/season level is fine.
All working
...

Not here, Container.Content(episodes) == no data.
Reply
(2017-05-01, 01:33)marcelveldt Wrote:
(2017-03-22, 20:51)Angelinas Wrote: Marcel ..now i have question for LastFM scraper....
I have similar artist from LastFM , but only Label in one row with postfix "/"
I dont have images from lastfm.similarartist your script.module.simplecache collect all data . but for me ...missing Art

Will be fixed in next update, see updated wiki how it looks like
Almost perfect....but missing some litle code.
Please add this and all will working % count
Code:
["lastfm.similarartists.%s.name" % count]
["lastfm.similarartists.%s.thumb" % count]

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Marcel Your TMDb Api key is suspend .....this importent part of your script...
Meny string in mine skin mod have dependance of "media_type" this dont working without TMDb
Code:
status_message    "Suspended API key: Access to your account has been suspended, contact TMDb."

please check and bring back Api key for user who dont have own key Smile
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-05-03, 20:34)Angelinas Wrote: Marcel Your TMDb Api key is suspend .....this importent part of your script...
Meny string in mine skin mod have dependance of "media_type" this dont working without TMDb
Code:
status_message    "Suspended API key: Access to your account has been suspended, contact TMDb."

please check and bring back Api key for user who dont have own key Smile

Hope this will be fix soon...
Moanbag is in da place!
Reply
(2017-05-03, 20:34)Angelinas Wrote: Marcel Your TMDb Api key is suspend .....this importent part of your script...
Meny string in mine skin mod have dependance of "media_type" this dont working without TMDb
Code:
status_message    "Suspended API key: Access to your account has been suspended, contact TMDb."

please check and bring back Api key for user who dont have own key Smile

I confirm too, plots for moviesets, clearlogo for moviessets, rating from TMDB not working.
 Estuary MOD V2 
Reply
OMDB api for RottenTomates are back.....
Marcel can you add this new insted of old (who have" N/A")
I change (add new properties) omdb.py and have info.
Code:
SkinHelper.ListItem.Ratings.0.Source
SkinHelper.ListItem.Ratings.0.Value
SkinHelper.ListItem.Ratings.1.Source
SkinHelper.ListItem.Ratings.1.Value
SkinHelper.ListItem.Ratings.2.Source
SkinHelper.ListItem.Ratings.2.Value
Ratings.0.Source - "'Internet Movie Database" ##/10
Ratings.1.Source - "''Rotten Tomatoes" ##
Ratings.2.Source - "'Metacritic" ##/100

Image

Code:
elif data.get("Ratings"):
                Ratings = []
                for count, tag in enumerate(data["Ratings"]):
                    Ratings.append(tag["Source"])
                    result["Ratings.%s.source" % count] = tag["Source"]
                    if tag.get("Value"):
                        result["Ratings.%s.value" % count] = tag["Value"].replace("%", "")
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2017-03-23, 22:31)meowmoo Wrote: is it just me, or is SkinHelper.ListItem.SongCount broken?

Seems to be working fine for me. You do know it's only returned at album level ?
Reply
(2017-05-03, 20:34)Angelinas Wrote: Marcel Your TMDb Api key is suspend .....this importent part of your script...
Meny string in mine skin mod have dependance of "media_type" this dont working without TMDb
Code:
status_message    "Suspended API key: Access to your account has been suspended, contact TMDb."

please check and bring back Api key for user who dont have own key Smile

Most likely someone hijacked my key again. Happened more often in the past.
I will contact them if I can have a new key but be aware that it could happen they shut me down.
In that case TMDB access will only be available for users with their own key
Reply
Hi marcel,

$INFO[Window(Home).Property(SkinHelper.ListItem.Plot) for artists/albums seem to be broken on info dialog with widgets, ok on library.

Same with :
- $INFO[Window(Home).Property(SkinHelper.ListItem.AlbumCount)]
- Extrafanarts (ok when focus item on widgets but not working on dialog info when press i on widgets, ok on library)
 Estuary MOD V2 
Reply
Where would I enter my own TMDB key , I got one for learning some dev's and would like to also enter it into Skinhelper
Reply
(2017-05-08, 21:36)marcelveldt Wrote:
(2017-05-03, 20:34)Angelinas Wrote: Marcel Your TMDb Api key is suspend .....this importent part of your script...
Meny string in mine skin mod have dependance of "media_type" this dont working without TMDb
Code:
status_message    "Suspended API key: Access to your account has been suspended, contact TMDb."

please check and bring back Api key for user who dont have own key Smile

Most likely someone hijacked my key again. Happened more often in the past.
I will contact them if I can have a new key but be aware that it could happen they shut me down.
In that case TMDB access will only be available for users with their own key

hi Marcel,

meanwhile can you tell us how to use our own key ?

cheers
Reply
yes, how do we use our own key?
Reply
SkinHelper.ListItem.Budget or SkinHelper.ListItem.Budget.formatted doesnt seem to be "no longer available" too. Same thing with SkinHelper.ListItem.Revenue and SkinHelper.ListItem.Revenue.formatted. Also, SkinHelper.ListItem.Popularity stopped functioning.
Reply
Looks like will have to use the old skool REGEX on HTML webpages for getting movie infos Tongue

/justkidding Big Grin
Reply
  • 1
  • 228
  • 229
  • 230(current)
  • 231
  • 232
  • 309

Logout Mark Read Team Forum Stats Members Help
skin helper service18