• 1
  • 92
  • 93
  • 94(current)
  • 95
  • 96
  • 280
Mod Estuary MOD - KODI 17 (DISCONTINUED)
(2016-07-31, 17:23)woodside Wrote: Also, widgets disappear periodically during normal navigation from custom menu items. You have to reload the skin in order for the widgets on a custom menu item to appear again. Thanks.

Known Kodi (not Skin) Issue
Reply
(2016-07-31, 11:22)impydave Wrote: Hi,

I have just installed this MOD and have to say thanks! its a great addon......however I have just one thing that I can't seem to get right!

On the TV front page, I have a total of 4 widgets set up in settings, but only see 2 on the main page, if i try to scroll down (As I can do in the Movies one to access 4 widgets) nothing happens?

Can anyone advise what I'm doing wrong please?

Thanks

Dave

What widgets not appear ?
 Estuary MOD V2 
Reply
(2016-07-31, 12:59)ikaruz Wrote: Hi Guilouz,

have you read my question in post 1351.

a few suggestions:

1. Music Videos: the posters have the wrong size. They must look like in movies. Look default skin.

2. MusicVisualisation.xml: if you change line 85 and 94 (aspectratio) in "keep" and (with) to "498". it's at a 21:9 (widescreen) display monitor correctly
2a: it is possible to at a " if "Total disc Number" ≤ 1" in line 165 for display the disc number ? so if the Album Total Disc ist greater then 1 show "disc1" if ≤ 1 then dont show Text "disc1"
because it make no sense to show the disc number behind Trackname if a Album have only 1 disc
2b: Duration overlaps first and second Next Track (Text) if Track name are long. so i have change line 257-268 to

<control type="label">
<left>30</left>
<bottom>91</bottom>
<width>1858</width>
<height>122</height>
<align>center</align>
<aligny>bottom</aligny>
<label>$INFO[Player.Time]$INFO[Player.Duration, / ]</label>
<font>font12</font>
<shadowcolor>black</shadowcolor>
<textcolor>white</textcolor>
</control>

the only think i dont now how to do, is to bring the <label></label> in foreground

3. Pictures/Customize Submenu/ Set thumbnail <-- think pictures.png is better as default. if you had add more item addtitle.png look like a cemetery :| at the top of Pictures main


EDIT:
Can you test !!! if you change in view_51_poster.xml the line 46-49 and 63-66 is the aspectratio OK ? because at a widescreen, if you scale or stretch, it looks catastrophic

FROM

<top>8</top>
<width>276</width>
<height>394</height>
<aspectratio>scale</aspectratio>

TO

<top>6</top>
<width>276</width>
<height>388</height>


and in myvideonav.xml line 273 from "scale" to "keep" ?

if you have no issue can you change it for us youser with widescreen monitors ?
i example have a resolution 1680x1050 and i think there are a lot of youser with widescreen monitors
so please help us
thanks for your help.

For you question it's not possible, actors are giver by skin helper service. Same for music info.

DiscNumber use info in your tag files. If I hide this info for album have only one disc, this info will not be displayed even if there are 2 discs. Only 'Disc 2'. Need to edit your music file and remove ID tag with disc number.

For duration overlaps, I have do some changes that's fix this problem.

3. Not understand what do you mean. But icons items can be change.

Not possible to keep size because for esthetic appearance, all posters must be have the same size.

1680x1050 is not a standard version of video...
 Estuary MOD V2 
Reply
Hi,
Loving the skin/mod.. however I would like to make a small change (just for myself), which is having the TV shows -> List view sorted by Title, showing the number of unwatched episodes for each serie, instead of as now, total number of episodes (I still want to sort on title, so I do not want to chose another sorting method). Maybe it'd be enough to know which html file I would need to edit, and I can start from there?

(I am in "Unwatched" mode/view btw.)

Thanks, sl0
Reply
Hi Guilouz,

Nothing happens when I click on library with the new krypton Alpha 3 on my iMac

Image

Thanks
Setup: LG OLED65B7 | Denon AVR X7200WA | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | KEF T205
My Favorite Skin: Arctic Horizon
Reply
(2016-08-01, 22:34)Blurayx Wrote: Hi Guilouz,

Nothing happens when I click on library with the new krypton Alpha 3 on my iMac

Image

Thanks

Yes, changes are made in BETA 1. I have already updated to git but not yet on repo.
 Estuary MOD V2 
Reply
(2016-08-01, 22:13)Slothrop Wrote: Hi,
Loving the skin/mod.. however I would like to make a small change (just for myself), which is having the TV shows -> List view sorted by Title, showing the number of unwatched episodes for each serie, instead of as now, total number of episodes (I still want to sort on title, so I do not want to chose another sorting method). Maybe it'd be enough to know which html file I would need to edit, and I can start from there?

(I am in "Unwatched" mode/view btw.)

Thanks, sl0

It's in Variables.xml file. Replace lines 1826 and 1827 by :

Code:
<value condition="String.IsEqual(Container.SortMethod,$LOCALIZE[556]) + [Container.Content(tvshows) | Container.Content(seasons)] + Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),1)">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[20453]]</value>
<value condition="String.IsEqual(Container.SortMethod,$LOCALIZE[556]) + [Container.Content(tvshows) | Container.Content(seasons)] + Integer.IsLessOrEqual(ListItem.Property(UnWatchedEpisodes),1)">$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[36906]]</value>
 Estuary MOD V2 
Reply
New Update 1.4.1 on repository :

• Add possibility to use clearlogos instead of thumbnails for TV Shows Widget and Customizable Widget (thumbs)
Image

• Fix typo in mypics.xml
• Fix Android apps (thanks to maxtherabbit)
• Minnor fixes
• Krypton : Renaming of Library settings to Media settings
• Krypton : Add PlayerProcessInfo window (button 'o')
Image Image
 Estuary MOD V2 
Reply
Hi Guilouz,

Don't know if this is a Skin, ExtendedInfo Script or Kodi issue.

I get Extended Info Script errors on OSX with latest Kodi Alpha 3 2016-7-31-fc46cf2 and Mod Version 1.4.1

For example when I try to select any of the extended info script widgets.

Code:
00:30:01 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:01 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:04 T:140735209267200   ERROR: Control 3 in window 13002 has been asked to focus, but it can't
00:30:04 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:06 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:08 T:140735209267200   ERROR: Control 3 in window 13002 has been asked to focus, but it can't
00:30:10 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:15 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:16 T:123145302839296   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_SHOW_CODEC'
                                            Traceback (most recent call last):
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 16, in <module>
                                                import Trakt
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.module.kodi65/lib/kodi65/__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.module.kodi65/lib/kodi65/actionhandler.py", line 37, in <module>
                                                "codecinfo": xbmcgui.ACTION_SHOW_CODEC,
                                            AttributeError: 'module' object has no attribute 'ACTION_SHOW_CODEC'
                                            -->End of Python script error report<--
00:30:16 T:123145303453696   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/
00:30:16 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't

Edit: Seems to be KODI issue. I don't get the error with an older Version of KODI (KODI Alpha3 2016-07-15-dc124d8) Last Version with working access to addon view.
Reply
(2016-08-02, 00:14)elchupete Wrote: Hi Guilouz,

Don't know if this is a Skin, ExtendedInfo Script or Kodi issue.

I get Extended Info Script errors on OSX with latest Kodi Alpha 3 2016-7-31-fc46cf2 and Mod Version 1.4.1

For example when I try to select any of the extended info script widgets.

Code:
00:30:01 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:01 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:04 T:140735209267200   ERROR: Control 3 in window 13002 has been asked to focus, but it can't
00:30:04 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:06 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:08 T:140735209267200   ERROR: Control 3 in window 13002 has been asked to focus, but it can't
00:30:10 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't
00:30:15 T:123145314799616   ERROR: Window Translator: Can't find window videolibrary
00:30:16 T:123145302839296   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_SHOW_CODEC'
                                            Traceback (most recent call last):
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 16, in <module>
                                                import Trakt
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.module.kodi65/lib/kodi65/__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "/Users/stefan/Library/Application Support/Kodi/addons/script.module.kodi65/lib/kodi65/actionhandler.py", line 37, in <module>
                                                "codecinfo": xbmcgui.ACTION_SHOW_CODEC,
                                            AttributeError: 'module' object has no attribute 'ACTION_SHOW_CODEC'
                                            -->End of Python script error report<--
00:30:16 T:123145303453696   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/
00:30:16 T:140735209267200   ERROR: Control 3 in window 13001 has been asked to focus, but it can't

Edit: Seems to be KODI issue. I don't get the error with an older Version of KODI (KODI Alpha3 2016-07-15-dc124d8) Last Version with working access to addon view.


No, it's extended info issue. It's not updated with latest krypton changes.
ACTION_SHOW_CODEC is replaced in new BETA1


Envoyé de mon iPhone en utilisant Tapatalk
 Estuary MOD V2 
Reply
thanks
Reply
Do not know if it is an issue with the mod or with latest windows nightly but when kodi try to update mod to 1.4.0 and now to 1.4.1, screen goes black and never come back (wait for about 15 minutes with no changes)

Had to fully reinstall kodi (there could be an easier way that I do not Know)

New estuary mod install works without issue, it is only when kodi try to update it
Moanbag is in da place!
Reply
(2016-08-02, 01:27)Gracus Wrote: Do not know if it is an issue with the mod or with latest windows nightly but when kodi try to update mod to 1.4.0 and now to 1.4.1, screen goes black and never come back (wait for about 15 minutes with no changes)

Had to fully reinstall kodi (there could be an easier way that I do not Know)

New estuary mod install works without issue, it is only when kodi try to update it

I have the same problem. But if i close and open again kodi it says no skin and i have the default skin.
Reply
(2016-08-02, 01:45)viseniv Wrote:
(2016-08-02, 01:27)Gracus Wrote: Do not know if it is an issue with the mod or with latest windows nightly but when kodi try to update mod to 1.4.0 and now to 1.4.1, screen goes black and never come back (wait for about 15 minutes with no changes)

Had to fully reinstall kodi (there could be an easier way that I do not Know)

New estuary mod install works without issue, it is only when kodi try to update it

I have the same problem. But if i close and open again kodi it says no skin and i have the default skin.


My other system have been updated without problem.


Envoyé de mon iPhone en utilisant Tapatalk
 Estuary MOD V2 
Reply
(2016-08-02, 01:45)viseniv Wrote:
(2016-08-02, 01:27)Gracus Wrote: Do not know if it is an issue with the mod or with latest windows nightly but when kodi try to update mod to 1.4.0 and now to 1.4.1, screen goes black and never come back (wait for about 15 minutes with no changes)

Had to fully reinstall kodi (there could be an easier way that I do not Know)

New estuary mod install works without issue, it is only when kodi try to update it

I have the same problem. But if i close and open again kodi it says no skin and i have the default skin.

Thanks!
Will try it if it happens again


New issue: Kodi krypton beta 1 hangs on exit (have to close it with task manager) as soon as estuary mod 1.4.1 is installed (not even activated and in use but just installed)
This is on fresh installation: beta 1 + your repo + estuary mod 1.4.1
EDIT: seems to work better after a few force close
Moanbag is in da place!
Reply
  • 1
  • 92
  • 93
  • 94(current)
  • 95
  • 96
  • 280

Logout Mark Read Team Forum Stats Members Help
Estuary MOD - KODI 17 (DISCONTINUED)36