Kodi Community Forum

Full Version: Estuary MOD - KODI 17 (DISCONTINUED)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are some missing translations in polish language like "Manage add-ons", "Search add-ons" etc. Is there a way to translate them on your own and then contribute it to skin?
Hi Guilouz!

Fantastic mod: I really appreciate it!

However, I've a question: is it possible to stop the OSD from disappearing while I'm playing music? I'd like to always see what song I'm playing and the cd art.

If this is not possible by default, I can try to modify your skin. But, since I'm a noob in programming, I don't know which file I need to edit.

Any suggestions?

Thank you for your help!
(2017-02-20, 00:05)Guilouz Wrote: [ -> ]
(2017-02-19, 21:57)Blurayx Wrote: [ -> ]Hi Guilouz,

The default fanart background no longer displays the random fanart, When playing various artists albums. This stopped working a few months back. marcelveldt says it's a skin issue

Image

Image

Thanks

I have change nothing. Just testing it, it's working for me.

Image Background I have set for various artists

Image With extrafanarts disabled

Image With extrafanarts enabled

The background image in your screen shots, Are not the default various artist fanart.

Default various artist fanart
Image
(2017-02-21, 08:00)troublemaker Wrote: [ -> ]There are some missing translations in polish language like "Manage add-ons", "Search add-ons" etc. Is there a way to translate them on your own and then contribute it to skin?

Yes can do a pull request on github for that.
(2017-02-21, 10:15)gubros Wrote: [ -> ]Hi Guilouz!

Fantastic mod: I really appreciate it!

However, I've a question: is it possible to stop the OSD from disappearing while I'm playing music? I'd like to always see what song I'm playing and the cd art.

If this is not possible by default, I can try to modify your skin. But, since I'm a noob in programming, I don't know which file I need to edit.

Any suggestions?

Thank you for your help!

Just press 'i' button on music visualisation screen for that.
(2017-02-21, 11:23)Blurayx Wrote: [ -> ]
(2017-02-20, 00:05)Guilouz Wrote: [ -> ]
(2017-02-19, 21:57)Blurayx Wrote: [ -> ]Hi Guilouz,

The default fanart background no longer displays the random fanart, When playing various artists albums. This stopped working a few months back. marcelveldt says it's a skin issue

Image

Image

Thanks

I have change nothing. Just testing it, it's working for me.

Image Background I have set for various artists

Image With extrafanarts disabled

Image With extrafanarts enabled

The background image in your screen shots, Are not the default various artist fanart.

Default various artist fanart
Image

I don't have default artworks for my various artists, I have define them manually :

Image
(2017-02-21, 02:19)Blurayx Wrote: [ -> ]
(2017-02-21, 01:08)cw-kid Wrote: [ -> ]The Skin Helper Service Widgets add-on just updated to version 1.0.22 on one of my PCs and now I am getting an error:

Code:
23:01:00.732 T:2580   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: No module named metadatautils
                                            Traceback (most recent call last):
                                              File "C:\Users\Username\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "C:\Users\Username\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "C:\Users\Username\AppData\Roaming\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: No module named metadatautils
                                            -->End of Python script error report<--

same here

I started getting same issue on my Android device but same build on my computer is working fine even after up date. So assume it might be an issue with Android maybe !
(2017-02-21, 13:34)Guilouz Wrote: [ -> ]
(2017-02-21, 08:00)troublemaker Wrote: [ -> ]There are some missing translations in polish language like "Manage add-ons", "Search add-ons" etc. Is there a way to translate them on your own and then contribute it to skin?

Yes can do a pull request on github for that.

Is there a file containing all new text strings? I have seen that Rusian language contains a lot of them, however not all of them...
(2017-02-21, 17:46)twillicks Wrote: [ -> ]
(2017-02-21, 02:19)Blurayx Wrote: [ -> ]
(2017-02-21, 01:08)cw-kid Wrote: [ -> ]The Skin Helper Service Widgets add-on just updated to version 1.0.22 on one of my PCs and now I am getting an error:

Code:
23:01:00.732 T:2580   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: No module named metadatautils
                                            Traceback (most recent call last):
                                              File "C:\Users\Username\AppData\Roaming\Kodi\addons\script.skin.helper.service\service.py", line 10, in <module>
                                                from resources.lib.main_service import MainService
                                              File "C:\Users\Username\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\main_service.py", line 13, in <module>
                                                from listitem_monitor import ListItemMonitor
                                              File "C:\Users\Username\AppData\Roaming\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: No module named metadatautils
                                            -->End of Python script error report<--

same here

I started getting same issue on my Android device but same build on my computer is working fine even after up date. So assume it might be an issue with Android maybe !

I think marcel has pushed "metadatautils" to main kodi's repo. Hopefully will be there soon Smile
(2017-02-21, 18:01)redglory Wrote: [ -> ]
(2017-02-21, 17:46)twillicks Wrote: [ -> ]
(2017-02-21, 02:19)Blurayx Wrote: [ -> ]same here

I started getting same issue on my Android device but same build on my computer is working fine even after up date. So assume it might be an issue with Android maybe !

I think marcel has pushed "metadatautils" to main kodi's repo. Hopefully will be there soon Smile

It is already fixed!

Check for addons update in kodi and you should be good
@Guilouz sorry for the offtopic question, but are you using any third-party software to manage your music database metadata ?
If no, maybe can you recommend one ?
I found out that Extendedinfo script is broken with Estuary MOD skin in Kodi 17, with another skin it works just fine.
A log would be helpful [WINKING FACE]

Enviado do meu Nexus 4 através de Tapatalk
(2017-02-21, 18:29)repulse Wrote: [ -> ]@Guilouz sorry for the offtopic question, but are you using any third-party software to manage your music database metadata ?
If no, maybe can you recommend one ?

Sticking my 1 cent in, I've been using Tag&Rename for EVER and it's never missed a beat.
(2017-02-21, 22:22)RBraverman Wrote: [ -> ]
(2017-02-21, 18:29)repulse Wrote: [ -> ]@Guilouz sorry for the offtopic question, but are you using any third-party software to manage your music database metadata ?
If no, maybe can you recommend one ?

Sticking my 1 cent in, I've been using Tag&Rename for EVER and it's never missed a beat.

I use Tag&Rename too on Windows or 3Kid for OSX.