Kodi Community Forum
Arctic: Zephyr 2 - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221)
+---- Thread: Arctic: Zephyr 2 (/showthread.php?tid=339791)



processbar / Seekbar not pointable with mouse - Edgarin - 2020-05-28

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


RE: processbar / Seekbar not pointable with mouse - drinfernoo - 2020-05-29

(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.


RE: processbar / Seekbar not pointable with mouse - Edgarin - 2020-05-29

(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


RE: Arctic: Zephyr 2 - FXB78 - 2020-05-29

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.


RE: processbar / Seekbar not pointable with mouse - drinfernoo - 2020-05-29

(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.


RE: Arctic: Zephyr 2 - wsx1 - 2020-05-29

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


RE: Arctic: Zephyr 2 - tungvjckj - 2020-06-01

how to set the background for it Huh?


Image


RE: Arctic: Zephyr 2 - tungvjckj - 2020-06-01

(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....


RE: Arctic: Zephyr 2 - wsx1 - 2020-06-01

(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?


RE: Arctic: Zephyr 2 - tungvjckj - 2020-06-01

How do the icons get colors? transparent background?


RE: Arctic: Zephyr 2 - wsx1 - 2020-06-01

(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.


RE: Arctic: Zephyr 2 - tungvjckj - 2020-06-02

(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?


RE: Arctic: Zephyr 2 - wsx1 - 2020-06-02

(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


RE: Arctic: Zephyr 2 - otravers - 2020-06-02

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


RE: Arctic: Zephyr 2 - Aemstel - 2020-06-07

@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.