Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 233
  • 234
  • 235(current)
  • 236
  • 237
  • 245
Arctic: Zephyr 2
Hi Guys,

I love this skin very much but pointed a problem.

In the video or musik osd I can´t click in the seekbar (progressbar) to jump forwards or backwards with my mouse.

Is there a way to do this?

Thanks
markus
(2020-05-28, 15:33)Edgarin Wrote: Hi Guys,

I love this skin very much but pointed a problem.

In the video or musik osd I can´t click in the seekbar (progressbar) to jump forwards or backwards with my mouse.

Is there a way to do this?

Thanks
markus

You can just do it. I do it all the time.
(2020-05-29, 03:41)drinfernoo Wrote:
(2020-05-28, 15:33)Edgarin Wrote: Hi Guys,

I love this skin very much but pointed a problem.

In the video or musik osd I can´t click in the seekbar (progressbar) to jump forwards or backwards with my mouse.

Is there a way to do this?

Thanks
markus

You can just do it. I do it all the time.
With the OSD buttons this works well. I mean the blue progress bar, i can not click in to skip
I doubt it's possible, skins aren't really designed for clicking about with the mouse unless you use a touch skin. Up/Down/Left/Right keys are the best way to advance videos, if I use something like the BBC iPlayer app I hate the way you have to ffwd x2, x4 etc just to advance the video. The arrow key shortcuts in Kodi are the best way to do it.
(2020-05-29, 13:38)Edgarin Wrote:
(2020-05-29, 03:41)drinfernoo Wrote:
(2020-05-28, 15:33)Edgarin Wrote: Hi Guys,

I love this skin very much but pointed a problem.

In the video or musik osd I can´t click in the seekbar (progressbar) to jump forwards or backwards with my mouse.

Is there a way to do this?

Thanks
markus

You can just do it. I do it all the time.
With the OSD buttons this works well. I mean the blue progress bar, i can not click in to skip

That's really odd. It's been awhile since I used AZ2 on my PC, but on my phone's touchscreen, scrubbing the bar works fine.
For anyone that want All the mediacritic like oscar and tmdb position top 205 (and also vote). In Media Info 2 view I give you how to make it.
Its very simple
Open with Notepad file
Includes_View_50_List.xml
Look for this line of code
....
<include condition="!$EXP[Exp_IsPluginAdvancedLauncher]">Object_Info_Line</include>
                    <include condition="$EXP[Exp_IsPluginAdvancedLauncher]">View_540_ROM_Details</include>
                    <include content="Object_Info_Ratings" condition="!$EXP[Exp_IsPluginAdvancedLauncher]">
                        <param name="top" value="-10" />
                        <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />
                    </include>
                    <control type="textbox">

.....

Delete
                         <param name="top" value="-10" />
                         <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />

Done

Do the same in Includes_View_52_Showcase.xml
Image
how to set the background for it Huh?


Image
(2020-05-29, 14:40)wsx1 Wrote: For anyone that want All the mediacritic like oscar and tmdb position top 205 (and also vote). In Media Info 2 view I give you how to make it.
Its very simple
Open with Notepad file
Includes_View_50_List.xml
Look for this line of code
....
<include condition="!$EXP[Exp_IsPluginAdvancedLauncher]">Object_Info_Line</include>
                    <include condition="$EXP[Exp_IsPluginAdvancedLauncher]">View_540_ROM_Details</include>
                    <include content="Object_Info_Ratings" condition="!$EXP[Exp_IsPluginAdvancedLauncher]">
                        <param name="top" value="-10" />
                        <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />
                    </include>
                    <control type="textbox">

.....

Delete
                         <param name="top" value="-10" />
                         <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />

Done

Do the same in Includes_View_52_Showcase.xml
Image

Not working....
(2020-06-01, 17:19)tungvjckj Wrote:
(2020-05-29, 14:40)wsx1 Wrote: For anyone that want All the mediacritic like oscar and tmdb position top 205 (and also vote). In Media Info 2 view I give you how to make it.
Its very simple
Open with Notepad file
Includes_View_50_List.xml
Look for this line of code
....
<include condition="!$EXP[Exp_IsPluginAdvancedLauncher]">Object_Info_Line</include>
                    <include condition="$EXP[Exp_IsPluginAdvancedLauncher]">View_540_ROM_Details</include>
                    <include content="Object_Info_Ratings" condition="!$EXP[Exp_IsPluginAdvancedLauncher]">
                        <param name="top" value="-10" />
                        <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />
                    </include>
                    <control type="textbox">

.....

Delete
                         <param name="top" value="-10" />
                         <param name="imdbvotes" value="false" />
                        <param name="top250" value="false" />
                        <param name="oscars" value="false" />

Done

Do the same in Includes_View_52_Showcase.xml
Image

Not working....
In my version working well.
What film do you try?
Have you delete or "mute" with <--- the string I write?
How do the icons get colors? transparent background?
(2020-06-01, 21:04)tungvjckj Wrote: How do the icons get colors? transparent background?
I take the icons from other skin horizon and pull in zephyr 2 skin.
(2020-06-01, 22:40)wsx1 Wrote:
(2020-06-01, 21:04)tungvjckj Wrote: How do the icons get colors? transparent background?
I take the icons from other skin horizon and pull in zephyr 2 skin. 

Can you guide me?
Can I have the file you edited?
(2020-06-02, 10:30)tungvjckj Wrote:
(2020-06-01, 22:40)wsx1 Wrote:
(2020-06-01, 21:04)tungvjckj Wrote: How do the icons get colors? transparent background?
I take the icons from other skin horizon and pull in zephyr 2 skin. 

Can you guide me?
Can I have the file you edited?
Try try This version
http://www.filedropper.com/skinarcticzephyr2pkscout
Awesome skin, I've been diving down the rabbit hole of customizing it to my exact requirements and love it. I have a view based on Skin Helper Widgets that lists the next unwatched episode of each in-progress series, sorted by decreasing last watched date. I'd like to customize what's shown in the list though. Instead of just Episode name, I'd like that view to show Series - Sxx - Exx - Episode Name. Does anyone know how to do that?

Image
@jurialmunkey Love your skins. Have been using Arctic Zephyr for many years. Thank you!!

Just gave Kodi 19 Matrix a try (because of the HDR passthrough build by jogal) and noticed Arctic Zephyr 2 doesn't install. It throws the following error:

CAddonInstallJob[skin.arctic.zephyr.2]: The dependency on xbmc.python version 2.26.0 could not be satisfied.

I have no idea how hard it would be to make your skin work under Matrix, but I thought I'd post about it. Would love for Arctic Zephyr 2 to work on that jogal build, because the HDR passthrough works great.

Cheers and thanks again for all your work.
  • 1
  • 233
  • 234
  • 235(current)
  • 236
  • 237
  • 245

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr 226