Kodi Community Forum

Full Version: Bug reports
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
When playing video with Kodi 18, Codec info/Audio stream always says unknown for codec (screenshot, Gentoo linux).
(2018-03-31, 18:53)P.Kosunen Wrote: [ -> ]When playing video with Kodi 18, Codec info/Audio stream always says unknown for codec (screenshot, Gentoo linux).

https://trac.kodi.tv/ticket/17726 (core issue, not Estuary specific)
In reviewing a commit merged to Estuary master for DialogKeyboard.xml for PR#12860 I note that new keyboard buttons have been added for rows 2-4, but the new button for row 2
Code:
<control type="button" id="132">
specifies an
Code:
<onup>112</onup>
however, there is no button 112 in the first row.  Was this supposed to be added but omitted?

Update:  Found a couple other navigation bugs.  Existing button 171 and new (with this commit) button 172 have
Code:
<onup>501</onup>
and
Code:
<onup>502</onup>
which no doubt what is intended is
Code:
<onup>151</onup>
and
Code:
<onup>152</onup>
respectively.

scott s.
.
In Estuary Kodi 17, we are able to call addon settings and display a specific tab and a specific setting by using the following code
Code:
execute('Addon.OpenSettings(%s)' % id)
execute('SetFocus(%i)' % (int(c) + 100))
execute('SetFocus(%i)' % (int(f) + 200)
However the same code when run on Estuary Kodi 18, only opens the default first tab and sits there

Can you please look into why this feature has stopped working in Kodi 18 Estuary or advise if the setfocus codes have changed. Thanks
"Progress" indicator" bar not working correctly in Estuary on Kodi 18!

Please have a look here
https://forum.kodi.tv/showthread.php?tid=331997

Anyone here having this issue like I am?

Thanks
Good news!

So I ended up completely uninstalling and reinstalling Kodi 18 latest nightly build and the issue has went away!

So my guess is something must have gotten corrupted when installing version 18 on top of version 17.

A clean install did the trick! Smile
I have a Samsung Galaxy Tab A (2016) SM-T580 with Kodi 17.6 it has a native resolution of 1920x1200.
When showing the Wall view for episodes it will not fully scroll all the way down to show the last line of episodes.
Image
not so much a bug
music and addons use the same image in  View_54_InfoWall.xml
Episodes and music videos use the same image
Image Image Image Image









<include name="InfoWallMusicLayout">
  <param name="fallback_image">DefaultFolder.png</param>
  <param name="main_label">$INFO[ListItem.Artist]</param>
  <param name="sub_label">$INFO[ListItem.Title]</param>
  <param name="single_label">$INFO[ListItem.Label]</param>
  <param name="focused">false</param>
  <definition>
   <control type="image">
    <top>10</top>
    <left>-10</left>
    <width>285</width>
    <height>260</height>
   <texture>dialogs/dialog-bg-nobo.png</texture>
    <bordertexture border="0">overlays/cd case.png</bordertexture>
    <bordersize>0</bordersize>
   </control>
that doesn't look like estuary. likely a mod of it.
(2018-07-23, 17:35)ronie Wrote: [ -> ]that doesn't look like estuary. likely a mod of it.
https://forum.kodi.tv/showthread.php?tid...d2747643it is a mod using estuary skin
(2018-07-24, 02:13)the_other_guy Wrote: [ -> ]
(2018-07-23, 17:35)ronie Wrote: [ -> ]that doesn't look like estuary. likely a mod of it.
https://forum.kodi.tv/showthread.php?tid...d2747643it is a mod using estuary skin 
 This thread is for stock Estuary, not for mod... If you want to report a bug for mod you are using, post in his respective thread.
(2018-07-24, 02:22)Guilouz Wrote: [ -> ]
(2018-07-24, 02:13)the_other_guy Wrote: [ -> ]
(2018-07-23, 17:35)ronie Wrote: [ -> ]that doesn't look like estuary. likely a mod of it.
https://forum.kodi.tv/showthread.php?tid...d2747643it is a mod using estuary skin  
 This thread is for stock Estuary, not for mod... If you want to report a bug for mod you are using, post in his respective thread. 
 a bit hard when it is my mod

If you find bugs, please post them here. (There are plenty of it, the skin is still alpha )
Screenshots are always helpful btw.

as the bug is addons getting the same image as music and music video the same image as Episodes
Buenos dias perdonen que en estos temas soy un analfabeto total , si no es aqui donde debo exponer mi pregunta lo siento acepto correcciones de buena fe ,voy al grano : porque al instalar KODI 17.6 y elegir el SKIN STUARY el me aparece un aviso :¨WARNING THE MOUSSE NOT SUPORTED ...? 
saludos desde Uruguay .
Hello @rsec949 and welcome.

We are an English forum. We also need a translation (google or other) if you post in another language.
So I install Kodi 18 BEAT on the Amazon TV box. Use the default skin. When I press the option key (3 dashes below each other) on the remote control the menu item Information is displayed, I select it and this picture appears what you can see, but unfortunately without performer. If I go to an actor and press OK, the search is short but nothing is found. If I press the select button up, the information of Extended Info Script appears. But it should be possible to display the actors directly. This already worked for KODI 18, but I don't know if there are any plugins missing anymore. I also installed Universalscraper and TMDB. What could be the reason? If a PlugIn is missing or I have a wrong setting.

Image
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41