Kodi Community Forum
Release skin helper service - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Release skin helper service (/showthread.php?tid=235676)



RE: skin helper service - nikeb - 2017-07-30

(2017-07-20, 17:02)Angelinas Wrote: RottenTomatoes.Consensus want work for you Smile


you mean that RottenTomatoes.Consensus won't work ?
I see that i can't get anything from that field in info view.
Is that a chance to make it work?

Is that a reason why everytime i finish to play a movie the artworks
of that movie are..different and wrong? like the banner as poster with no fanart?
after a while everything comes back to normal but..it's pretty weird.

Maybe there's a way to get the info about Oscars being visible on RightList view and not just inside info view?

Many thanks for your support


RE: skin helper service - Guilouz - 2017-07-30

Since last update, ListItem property have stopped to work on video info with widgets, see :

Image Video info from library, all is ok

Image Video info from widgets, missing ratings TMDB/IMDB, Oscars, IMDB Top250...


RE: skin helper service - Jeroen - 2017-07-30

(2017-07-28, 12:33)Guilouz Wrote:
Code:
SkinHelper.ListItem.Rating.TMDB
Is working.

That one's not working for me either. Actually pretty much nothing is working.


RE: skin helper service - Solo0815 - 2017-07-30

@ marcel:
Please add "Player.Art.ChannelLogo" for actual playing "Recordings"


skin helper service - User 224999 - 2017-07-30

I will post new updates later today or tomorrow which will solve the issues mentioned here.


Verzonden vanaf mijn iPhone met Tapatalk


RE: skin helper service - Solo0815 - 2017-07-30

Is there a way to filter out strings with regexes before skinhelper is querying it online?
e.g:
many LiveTV-titles in Germany have the Episodenumber in the title:
Lindenstraße (970)
does search for "lindenstraße 970", but SH should only search for "Lindenstraße"
If I could add a regex like
Code:
\(\d{1,}\)
then it would be fine

Edit:
I just saw, that SH cuts off before the first (
False alarm

Some movies with colons : in the name are not scraped. Maybe remove the : by default?


RE: skin helper service - cyber201 - 2017-08-02

Hi to all. I have MQ7 Skin and when the skin start, i have always Skin Helper Service error.
I have try to update the plugin to 1.1.3 but i receive always error.
I can upgrade the service with a other metod?
Thanks


RE: skin helper service - MKANET - 2017-08-03

I am seeing the same exact issue.

(2017-08-02, 14:46)cyber201 Wrote: Hi to all. I have MQ7 Skin and when the skin start, i have always Skin Helper Service error.
I have try to update the plugin to 1.1.3 but i receive always error.
I can upgrade the service with a other metod?
Thanks



RE: skin helper service - Edworld - 2017-08-03

(2017-08-03, 04:55)MKANET Wrote: I am seeing the same exact issue.

(2017-08-02, 14:46)cyber201 Wrote: Hi to all. I have MQ7 Skin and when the skin start, i have always Skin Helper Service error.
I have try to update the plugin to 1.1.3 but i receive always error.
I can upgrade the service with a other metod?
Thanks

Probably a skin issue


RE: skin helper service - cyber201 - 2017-08-03

How can I resolve this issue?


RE: skin helper service - User 224999 - 2017-08-03

(2017-08-02, 14:46)cyber201 Wrote: Hi to all. I have MQ7 Skin and when the skin start, i have always Skin Helper Service error.
I have try to update the plugin to 1.1.3 but i receive always error.
I can upgrade the service with a other metod?
Thanks

Please share your kodi logfile with me so I can have a look.


RE: skin helper service - User 224999 - 2017-08-03

(2017-07-30, 21:25)Solo0815 Wrote: Is there a way to filter out strings with regexes before skinhelper is querying it online?
e.g:
many LiveTV-titles in Germany have the Episodenumber in the title:
Lindenstraße (970)
does search for "lindenstraße 970", but SH should only search for "Lindenstraße"
If I could add a regex like
Code:
\(\d{1,}\)
then it would be fine

Edit:
I just saw, that SH cuts off before the first (
False alarm

Some movies with colons : in the name are not scraped. Maybe remove the : by default?

Take a look at the addon settings for the Skin helper Metadata module. You can finetune the scraper settings and I've added some settings to use your own regexes or character splitters


RE: skin helper service - Guilouz - 2017-08-03

Hi marcel,

I have updated latest addons but some property on video info still do not work.

See my post here : https://forum.kodi.tv/showthread.php?tid=235676&pid=2624927#pid2624927


And there is error with your new TV Show Next Aired addon :

Code:
8:58.910 T:123145492987904   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 52, in onInit
                                                self.set_properties()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 100, in set_properties
                                                ndx = eps['airday.int'] - 1
                                            TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            -->End of Python script error report<--

And all my tvshows have "ended" status with the same LatestDate and LatestTitle on video info.


RE: skin helper service - Angelinas - 2017-08-03

(2017-08-03, 22:44)Guilouz Wrote: Hi marcel,

I have updated latest addons but some property on video info still do not work.

See my post here : https://forum.kodi.tv/showthread.php?tid=235676&pid=2624927#pid2624927


And there is error with your new TV Show Next Aired addon :

Code:
8:58.910 T:123145492987904   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 52, in onInit
                                                self.set_properties()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 100, in set_properties
                                                ndx = eps['airday.int'] - 1
                                            TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            -->End of Python script error report<--

And all my tvshows have "ended" status with the same LatestDate and LatestTitle on video info.
You mix some Addons Smile
That is for script.tv.show.next.aired....

-Confirm that Dialog video info (Addons) doesen't have info for widget..from view working
-WebService is still out


RE: skin helper service - Guilouz - 2017-08-04

(2017-08-03, 23:05)Angelinas Wrote:
(2017-08-03, 22:44)Guilouz Wrote: Hi marcel,

I have updated latest addons but some property on video info still do not work.

See my post here : https://forum.kodi.tv/showthread.php?tid=235676&pid=2624927#pid2624927


And there is error with your new TV Show Next Aired addon :

Code:
8:58.910 T:123145492987904   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            Traceback (most recent call last):
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 52, in onInit
                                                self.set_properties()
                                              File "/Users/Cyril/Library/Application Support/Kodi/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 100, in set_properties
                                                ndx = eps['airday.int'] - 1
                                            TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
                                            -->End of Python script error report<--

And all my tvshows have "ended" status with the same LatestDate and LatestTitle on video info.
You mix some Addons Smile
That is for script.tv.show.next.aired....

-Confirm that Dialog video info (Addons) doesen't have info for widget..from view working
-WebService is still out

Yes I know but it's on marcelveldt repo : https://github.com/marcelveldt/script.tv.show.next.aired

And thread for script.tv.show.next.aired is from WayneD.