Kodi Community Forum
WIP Krypton Testing branch - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: WIP Krypton Testing branch (/showthread.php?tid=269157)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


RE: Krypton Testing branch - ws6an - 2017-03-14

(2017-03-13, 21:18)ws6an Wrote: Since updating to Krypton, the 3D tag does not display for 3D films anymore. Instead a blank placeholder is inserted and the furthest right icon gets pushed off the side out of view. Here is an example of what I mean:

Image



Is there a way to fix this please?

ok so I've worked out why the 3D flag no longer shows. The Image location referenced in Includes_Media.xml file is incorrect. It should be:

<texture>badges/3D.png</texture>

I have changed this and the image now shows correctly. Can this be updated in the skin please?


RE: Krypton Testing branch - dubbud - 2017-03-15

(2017-03-13, 18:27)joethepartylion Wrote: OK, if you want to write new view then you can start here as it will give you an idea on what to do:

http://kodi.wiki/view/HOW-TO:Add_a_new_view_type_to_the_skin

Let me know how you get on and I may be able to give you some pointers if you get stuck, just PM me. I'd recommend just making some changes to an existing view and reloading the skin to get an idea of how it all works, I'd recommend adding the keymap from here to ease reloading of the skin

http://kodi.wiki/view/First_skin_tutorial

Thanks. I will use one of the pre-existing Amber view types as a base and go from there.


RE: Krypton Testing branch - joethepartylion - 2017-03-15

(2017-03-14, 23:06)ws6an Wrote: ok so I've worked out why the 3D flag no longer shows. The Image location referenced in Includes_Media.xml file is incorrect. It should be:

<texture>badges/3D.png</texture>

I have changed this and the image now shows correctly. Can this be updated in the skin please?

We found the same thing :-)

I'll send a pull request to Jester and see if I can make sure all the badges are visible.


RE: Krypton Testing branch - joethepartylion - 2017-03-15

(2017-03-14, 21:50)Cnuut Wrote: (Sorry forgot this thread) :S
I´m using the 'Big Picture' mode mainly, and there no timeduration is shown.
In 'List' mode it does show.
Image

:-) OK, let me see what I can come up with.


RE: Krypton Testing branch - rew88 - 2017-03-15

(2017-03-14, 12:02)joethepartylion Wrote:
(2017-03-14, 07:11)rew88 Wrote: Hi is there a way of just seeing the slideshow when playing music I find it really cluttered
thanks

Hi Can you test the chnages made here please?

https://github.com/joethepartylion/skin.amber/tree/Fixes1_v17

That works a treat absolutely spiffing Big Grin


RE: Krypton Testing branch - Cnuut - 2017-03-15

(2017-03-15, 11:03)joethepartylion Wrote:
(2017-03-14, 21:50)Cnuut Wrote: (Sorry forgot this thread) :S
I´m using the 'Big Picture' mode mainly, and there no timeduration is shown.
In 'List' mode it does show.
http://i.imgur.com/4Kv5wZf.jpg

:-) OK, let me see what I can come up with.

I would prefer it on the thumbnail Smile


RE: Krypton Testing branch - ws6an - 2017-03-15

(2017-03-15, 11:02)joethepartylion Wrote:
(2017-03-14, 23:06)ws6an Wrote: ok so I've worked out why the 3D flag no longer shows. The Image location referenced in Includes_Media.xml file is incorrect. It should be:

<texture>badges/3D.png</texture>

I have changed this and the image now shows correctly. Can this be updated in the skin please?

We found the same thing :-)

I'll send a pull request to Jester and see if I can make sure all the badges are visible.

Thanks Smile


RE: Krypton Testing branch - dubbud - 2017-03-18

Thanks again for Fixes1_v17

I have noticed that when I am watching DVD.iso movies and try to bring up the DVD menu, I cant seem to find it on the On Screen Display. I have noticed however that if I move the cursor to the far right, it does bring it up, its just that its not labelled.

I probably haven't explained myself that well so a picture shows a thousand words.

Image

BTW, I note it was mentioned previously http://forum.kodi.tv/showthread.php?tid=223277

Thanks again


RE: Krypton Testing branch - BillCosby - 2017-03-22

(2017-02-11, 22:09)Raitsa Wrote: With RevertShelves Branch, youtube is so much faster to zap around its unreal.
And the flickering is gone now too so very good work by joethepartylion Nerd
While it is better now, I still have the occasional flickering.


RE: Krypton Testing branch - joethepartylion - 2017-03-22

(2017-03-18, 04:34)dubbud Wrote: Thanks again for Fixes1_v17

I have noticed that when I am watching DVD.iso movies and try to bring up the DVD menu, I cant seem to find it on the On Screen Display. I have noticed however that if I move the cursor to the far right, it does bring it up, its just that its not labelled.

I probably haven't explained myself that well so a picture shows a thousand words.

BTW, I note it was mentioned previously http://forum.kodi.tv/showthread.php?tid=223277

Thanks again

Hi,can you try the latest update in github

https://github.com/joethepartylion/skin.amber/tree/Fixes1_v17


RE: Krypton Testing branch - dubbud - 2017-03-22

Thanks Joe,

I think I already had that update. I managed to work it out.

In the VideoOSD.xml, there is the following section:

<include content=“OSDButtons”>
<param name=“icon”>OSD/OSDDvdNF.png</param>

It has "toggle button" whereas other parts of the OSD have "radio button". I just changed it to "radio button" and it now shows up.


RE: Krypton Testing branch - joethepartylion - 2017-03-22

(2017-03-22, 16:38)dubbud Wrote: Thanks Joe,

I think I already had that update. I managed to work it out.

In the VideoOSD.xml, there is the following section:

<include content=“OSDButtons”>
<param name=“icon”>OSD/OSDDvdNF.png</param>

It has "toggle button" whereas other parts of the OSD have "radio button". I just changed it to "radio button" and it now shows up.

Yes, that's the change I made to the fixes branch, glad it works :-)


RE: Krypton Testing branch - dubbud - 2017-04-02

Have been using this great skin regularly now and came across a possible bug. When I watch a video, either a DVD iso or any other format, and I stop the video using the OSD "stop" button, it stops quickly and correctly. However when I stop the video pressing "x" on my keyboard (when using Windows Kodi) or pressing "stop" button on my remote (when using libreelec on my android box), the video will pause but then shudders for 3-5 seconds before stopping.

It doesn't seem to happen when using other skins.

Thanks again.


RE: Krypton Testing branch - dubbud - 2017-04-08

(2017-04-02, 01:16)dubbud Wrote: Have been using this great skin regularly now and came across a possible bug. When I watch a video, either a DVD iso or any other format, and I stop the video using the OSD "stop" button, it stops quickly and correctly. However when I stop the video pressing "x" on my keyboard (when using Windows Kodi) or pressing "stop" button on my remote (when using libreelec on my android box), the video will pause but then shudders for 3-5 seconds before stopping.

It doesn't seem to happen when using other skins.

Thanks again.

Hi joethepartylion,

Just wondering whether you can replicate the same problem as above or whether it is just isolated to my setups.

Thanks


RE: Krypton Testing branch - RAD72 - 2017-04-09

Is there any way or option to use the audio logos in the media flags like the older Amber did? Or an option to hide the "my rating" flag if we don't use it? Thanks.