• 1
  • 81
  • 82
  • 83(current)
  • 84
  • 85
  • 406
Arctic: Zephyr - Reloaded
(2020-11-04, 03:18)denogginizer Wrote: What am I missing in the Music library when it says "No information available".
that field shows artist bio. i get it automatically from artist slideshow plugin.
Image
Reply
(2020-11-05, 15:58)ray2301 Wrote:
(2020-11-04, 03:18)denogginizer Wrote: What am I missing in the Music library when it says "No information available".
that field shows artist bio. i get it automatically from artist slideshow plugin.
That worked! Thanks!
Reply
Hello, since yesterday i get Skin Helper Service error. If i try to uninstall, it show it is used by leia mod. How could i solve the problem?
Reply
(2020-11-11, 21:48)marpemim Wrote: Hello, since yesterday i get Skin Helper Service error. If i try to uninstall, it show it is used by leia mod. How could i solve the problem?

I don't know if I can help you. Can you provide a debug log?
Reply
(2020-11-11, 22:16)beatmasterrs Wrote:
(2020-11-11, 21:48)marpemim Wrote: Hello, since yesterday i get Skin Helper Service error. If i try to uninstall, it show it is used by leia mod. How could i solve the problem?

I don't know if I can help you. Can you provide a debug log?
I do not know as i can upload the log. I have open the file and i can watch this error
Quote:2020-11-14 13:38:11.198 T:3826766720   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: cannot import name extend_dict
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.skin.helper.service/service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "/storage/.kodi/addons/script.skin.helper.service/resources/lib/listitem_monitor.py", line 13, in <module>
                                                from metadatautils import extend_dict, process_method_on_list
                                            ImportError: cannot import name extend_dict
                                            -->End of Python script error report<--
2020-11-14 13:38:11.775 T:3818374016  NOTICE: [ script.embuary.info ] Refreshing next airing database
 
Reply
Hey,

what is whith the "Huh" icon there, that I can't figure out. I think it is related to certification

Image
Reply
(2020-11-21, 11:21)GrosNours Wrote: Hey,

what is whith the "Huh" icon there, that I can't figure out. I think it is related to certification

Yes, you're right, that's a fallback, if no rating png is found. If you like, please install the latest version here: https://github.com/beatmasterRS/skin.arc...master.zip , then enable debugging in skin settings -> Leia-Mod and you will get something like this:

Image

Then we can see which png is missing Smile
Reply
(2020-11-21, 18:21)beatmasterrs Wrote:
(2020-11-21, 11:21)GrosNours Wrote: Hey,

what is whith the "Huh" icon there, that I can't figure out. I think it is related to certification

Yes, you're right, that's a fallback, if no rating png is found. If you like, please install the latest version here: https://github.com/beatmasterRS/skin.arc...master.zip , then enable debugging in skin settings -> Leia-Mod and you will get something like this:

Image

Then we can see which png is missing Smile
Debug log is here : http://pastebin.fr/74485

I generate the NFO with TMM, certification is set to France, which gives the tags:
<mpaa>FR: 12</mpaa>
<certification>FR: 12</certification>

Looks like the country prefix is at fault. If I remove it I have the "FSK AB 12" icon
Reply
(2020-11-22, 15:27)GrosNours Wrote:
(2020-11-21, 18:21)beatmasterrs Wrote:
(2020-11-21, 11:21)GrosNours Wrote: Hey,

what is whith the "Huh" icon there, that I can't figure out. I think it is related to certification

Yes, you're right, that's a fallback, if no rating png is found. If you like, please install the latest version here: https://github.com/beatmasterRS/skin.arc...master.zip , then enable debugging in skin settings -> Leia-Mod and you will get something like this:

Then we can see which png is missing Smile
Debug log is here : http://pastebin.fr/74485

I generate the NFO with TMM, certification is set to France, which gives the tags:
<mpaa>FR: 12</mpaa>
<certification>FR: 12</certification>

Looks like the country prefix is at fault. If I remove it I have the "FSK AB 12" icon
Imho "France:-12" would be the correct one, but i've added new conditions to france icons. Smile

Can you please try?: https://github.com/beatmasterRS/skin.arc...master.zip
Reply
(2020-11-22, 17:19)beatmasterrs Wrote:
(2020-11-22, 15:27)GrosNours Wrote:
(2020-11-21, 18:21)beatmasterrs Wrote: Yes, you're right, that's a fallback, if no rating png is found. If you like, please install the latest version here: https://github.com/beatmasterRS/skin.arc...master.zip , then enable debugging in skin settings -> Leia-Mod and you will get something like this:

Then we can see which png is missing Smile
Debug log is here : http://pastebin.fr/74485

I generate the NFO with TMM, certification is set to France, which gives the tags:
<mpaa>FR: 12</mpaa>
<certification>FR: 12</certification>

Looks like the country prefix is at fault. If I remove it I have the "FSK AB 12" icon
Imho "France:-12" would be the correct one, but i've added new conditions to france icons. Smile

Can you please try?: https://github.com/beatmasterRS/skin.arc...master.zip
Beatmasterrs,
I tried your laterst, and it works with the format "FR: 12". Does not with the long format "FRANCE: 12".
I can live with the short format, but so you know, if the long format is supposed to work, it does not.
Thank you for your help, and your work
Reply
@beatmasterrs hi buddy. Just wondered when you will be releasing a kodi 19 beta skin?
Reply
(2020-11-24, 19:31)buxtonlad Wrote: @beatmasterrs hi buddy. Just wondered when you will be releasing a kodi 19 beta skin?

There will definitely be a version for kodi 19. Smile I'm just wondering when to start, since I don't know if skin.helper.service, currently maintened by @AnonTester and script.colorbox by @badaas will be officially available for kodi 19...
Reply
(2020-11-25, 19:39)beatmasterrs Wrote:
(2020-11-24, 19:31)buxtonlad Wrote: @beatmasterrs hi buddy. Just wondered when you will be releasing a kodi 19 beta skin?

There will definitely be a version for kodi 19. Smile I'm just wondering when to start, since I don't know if skin.helper.service, currently maintened by @AnonTester and script.colorbox by @badaas will be officially available for kodi 19...
TMDB Helper, it takes care of both (kinda authentic too haha)
Reply
Hi @beatmasterrs ,

I just installed this skin and like it.  However I have found a couple of issues for it.
1. Using Font Arial can't display Chinese correctly.  However, the same operation for other skins can display Chinese correctly.
2. I can't find a way to play songs in fullscreen mode.  Please tell me how.  Is it possible to switch to fullscreen automatically when music starts?

BTW, I am using LibreELEC and my TV remote with CEC is the control.  The remote has very limited controls.

thanks a lot.
Reply
Now that KODI 19 is in beta, any chance to help out a person who foolishly entered the beta program and can't live without your skin?

....asking for a friend...sadface
Reply
  • 1
  • 81
  • 82
  • 83(current)
  • 84
  • 85
  • 406

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11