Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to Skin Helper Service need to be addressed. #139

Closed
MacGyverr opened this issue Nov 6, 2017 · 12 comments
Closed

Changes to Skin Helper Service need to be addressed. #139

MacGyverr opened this issue Nov 6, 2017 · 12 comments
Milestone

Comments

@MacGyverr
Copy link

User says it throws these errors with Kodi 17.5.

23:53:04.405 T:4136 WARNING: Skin Helper Service --> Deprecated method: recentmovies. Please reassign your widgets to get rid of this message. -This automatic redirect will be removed in the future
23:53:05.224 T:2224 WARNING: Skin Helper Service --> Deprecated method: recentmusicvideos. Please reassign your widgets to get rid of this message. -This automatic redirect will be removed in the future
23:53:05.965 T:7964 WARNING: Skin Helper Service --> Deprecated method: recentepisodes. Please reassign your widgets to get rid of this message. -This automatic redirect will be removed in the future
23:53:08.010 T:2664 WARNING: Skin Helper Service --> Deprecated method: favourites. Please reassign your widgets to get rid of this message. -This automatic redirect will be removed in the future

@Angelinas1
Copy link

Angelinas1 commented Nov 6, 2017

This skin use old method to call widgets...
old method:
plugin://script.skin.helper.service/?action=recentalbums&limit=25&reload=$INFO[Window(Home).Property(widgetreloadmusic)]
regular method:
plugin://script.skin.helper.widgets/?action=recent&mediatype=albums&reload=$INFO[Window(home).Property(widgetreload-music)]
change in skin (widgetPath), and you will get rid of kodi log notice "WARNING: Skin Helper Service".

@jingai
Copy link
Owner

jingai commented Nov 6, 2017

I'll fix it soon.

MacGyverr added a commit to MacGyverr/skin.metropolis that referenced this issue Jan 1, 2018
@MacGyverr
Copy link
Author

MacGyverr@2743767

@jamesc2151
Copy link

umm here is the real problem i be-leave it can't find the plugin at all for some reasion.. I love your skin and want everything to work so I do a new minimal install of the latest osmc/kodi of a raspberry p ... here is the log stating it can't find the pluging "

ERROR: GetDirectory - Error getting plugin://script.skin.helper.service/?action=recentmusicvideos&reload=
03:21:19.259 T:1246331648 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>"

Does this when you touch Movie or music labels from main menu..

Thanks for you hard work...

James

@MacGyverr
Copy link
Author

The fix was for the changes needed for Kodi 18, per the authors instructions.
I'm not sure if they would also apply to Kodi 17.

@jamesc2151
Copy link

jamesc2151 commented Jan 29, 2018 via email

@jingai jingai added this to the 4.0 milestone Oct 27, 2018
@jingai
Copy link
Owner

jingai commented May 22, 2021

Seems Skin Helper is no longer available?

@jingai
Copy link
Owner

jingai commented May 23, 2021

@MacGyverr, do you know the situation here with Skin Helper? I've been away for so long.. but, it seems Marcel left Kodi development and this addon isn't in the official repo any more?

If the above is a true statement, I'm wondering if we should change the default widgets to use the built in stuff so it doesn't confuse new users?

@MacGyverr
Copy link
Author

I think some users pointed out that it wasn't working, I noticed the same thing, I showed them how to use the built-in Kodi versions, but those are missing certain features if I recall.

@jingai
Copy link
Owner

jingai commented May 24, 2021

Yeah, probably should move the defaults to the built-in widgets, but in the interest of getting anything out for a recent version of Kodi, I'll push this off until 4.1.

@jingai jingai modified the milestones: 4.0.0, 4.1.0 May 24, 2021
jingai pushed a commit that referenced this issue May 24, 2021
@jingai jingai modified the milestones: 4.1.0, 4.0.0 May 24, 2021
@jingai
Copy link
Owner

jingai commented May 24, 2021

Went ahead and did this.

@jingai jingai closed this as completed May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants