• 1
  • 163
  • 164
  • 165(current)
  • 166
  • 167
  • 407
Arctic: Zephyr - Reloaded
(2021-05-05, 09:32)beatmasterrs Wrote:
(2021-05-03, 13:03)tekhop Wrote: This skin looks great, I've just a couple of suggestions i'd love to discuss:

1) in pvr tv channels and tv guide there's a lot of "wasted space" at the bottom, where the menubar is in horizontal menu, if you look for example at arctic horizon tv channels, the list is spreaded on almost all the screen space... This looks nicer, especially on big tv.

If you compare carefully, you will see that the design language of "AH" is different from that of "AZ: R".

In the lower right corner you can see the time and/or the weather. In AH this is at the top. Sure, you could just hide that now, but that would again lead to a large number of conditions and options.
(2021-05-03, 13:03)tekhop Wrote: Actually the whole horizontal menubar feels a little too big on large screens (I'm testing on a 65 inches/16:10 tv). Maybe an option to resize the horizontal menu/infobar at about 70% of its actual size would be usefull in this scenario

In the skin settings -> "home" there is a setting for the main menu. You can choose between 3 different sizes. Maybe one of them fits to your needs Smile

Thank you for answering, indeed in homescreen the smaller size available is almost perfect, still I wouldnt mind an even smaller size 🙂

About the clock/weather bar in pvr maybe the same philosophy (2 or 3 different size options) would be cool!

Anyway your work is really amazing, I'm just looking for the needle in the haystack 😂
Reply
(2021-05-05, 09:16)beatmasterrs Wrote:
(2021-05-04, 22:36)pettergulbra Wrote: Hi

I have made some custom widgets, works like a sharm :-)
But I have an question, is there an way not make them scroll?
I have 4 things, and it scrolls anyway.
I have deactivated auto-scroll in the menu.

Att. video to show: https://photos.app.goo.gl/LP8UPz2t5fXrjsWF6

You could change the viewtype for the widgets to "list". For each main menu item and its widgets you can change this.

Image

Maybe I will change this in the future, that you can change this for each widget, when i have more time Smile
Thanks! :-)
That worked!

Thanks again for all the great work you do!
Petter :-)
Many thanks for all the effort YOU all do! THANKS! :-)
nVidia Shield TV (2015), Samsung QE75Q70R and Yamaha RX-V767
Reply
Posted twice Confused
Reply
@beatmasterrs If you want to test  Big Grin

I have added a button and setting for display movies sets in "video information dialog"

https://github.com/Nanomani/skin.arctic....master.zip

code : https://github.com/beatmasterRS/skin.arc...o_add_sets  Confused

 - setting "movies sets" added in video dialog settings
 - works with "local info only" or with "TMDB"
 - button is hidden in all case if there is not "sets" for the movie

PS : I'm really not sure enough to do a PR and I don't know if you are interested by this feature ...

Image

Image
Reply
(2021-05-05, 16:50)ellega Wrote: @beatmasterrs If you want to test  Big Grin

I have added a button and setting for display movies sets in "video information dialog"

https://github.com/Nanomani/skin.arctic....master.zip

code : https://github.com/Nanomani/skin.arctic....552fb6a1f1  Confused

 - setting "movies sets" added in video dialog settings
 - works with "local info only" or with "TMDB"
 - button is hidden in all case if there is not "sets" for the movie

PS : I'm really not sure enough to do a PR and I don't know if you are interested by this feature ...

Image

Image

I think is very useful this new button
Reply
(2021-05-05, 16:50)ellega Wrote: @beatmasterrs If you want to test  Big Grin

I have added a button and setting for display movies sets in "video information dialog"

https://github.com/Nanomani/skin.arctic....master.zip

code : https://github.com/beatmasterRS/skin.arc...o_add_sets  Confused

 - setting "movies sets" added in video dialog settings
 - works with "local info only" or with "TMDB"
 - button is hidden in all case if there is not "sets" for the movie

PS : I'm really not sure enough to do a PR and I don't know if you are interested by this feature ...

Looks good Smile Good work! Will be merged soon Smile

https://github.com/beatmasterRS/skin.arc...d/pull/208
Reply
@"ellega" please send me the french translation for "Collection", thx Smile
Reply
(2021-05-05, 20:25)beatmasterrs Wrote: @"ellega" please send me the french translation for "Collection", thx Smile

"Saga"   Smile
Reply
(2021-05-03, 12:21)ellega Wrote:
(2021-04-18, 18:56)ellega Wrote: In video dialog info the setting "Prefer local list information" works very well.

In Movies by "" only show local movies. but if you wanted to see the detail of one of these movie this must go through a new TMDB search.

Then select the right movie from TMDB result list of more than 20 movies in some cases.
It will be great if with "Prefer local list information" it directly opens the local movie video dialog information.  Smile
 
(2021-04-18, 20:44)beatmasterrs Wrote: You are right. I was never really satisfied with this behavior. Unfortunately I haven't found a solution yet how to select a movie from the list Confused

I will take a look at it soon Smile

If you replace in Includes_DialogVideoInfo.xml line 933 :

xml:
<param name="onclick1" value="RunScript(script.embuary.info,call=movie,query=$INFO[Container(9506).ListItem.Label]))"/>

by

xml:
<param name="onclick1" value="RunScript(script.embuary.info,call=movie,dbid=$INFO[ListItem.DBID])"/>

this opens directly the good movie TMDB without having to find it in a list.

Edit 1 : this works well only with "Prefered local information" enable. Confused

The solution :

Add a variable in "Includes_Defs.xml"

xml:
    <variable name="Def_Director_Item">
        <value condition="!Skin.HasSetting(extended.info.only.local)">RunScript(script.embuary.info,call=movie,query=$INFO[Container(9506).ListItem.Label])))</value>
        <value>RunScript(script.embuary.info,call=movie,dbid=$INFO[ListItem.DBID])</value>
    </variable>    

replace in Includes_DialogVideoInfo.xml line :

xml:
<param name="onclick1" value="RunScript(script.embuary.info,call=movie,query=$INFO[Container(9506).ListItem.Label]))"/>

by

xml:
<param name="onclick1" value="$VAR[Def_Director_Item]"/>

Works very well. If you are interested I make PR for "movies of this director", "movies sets" and "similar movies"  Big Grin
Reply
Hi what’s the latest version of the skin I kinda messed up and changed the version number so it doesn’t update but I noticed I’m having an issue with the widgets after I set widgets at times it duplicates or it deletes the widgets, don’t know if this have been addressed just wanted to inform
Reply
(2021-05-06, 11:16)magnetic Wrote: Hi what’s the latest version of the skin I kinda messed up and changed the version number so it doesn’t update but I noticed I’m having an issue with the widgets after I set widgets at times it duplicates or it deletes the widgets, don’t know if this have been addressed just wanted to inform

The last version is 1.1.38
Reply
(2021-05-06, 11:11)ellega Wrote: Works very well. If you are interested I make PR for "movies of this director", "movies sets" and "similar movies"  Big Grin

A PR would be fine Smile
Reply
(2021-05-06, 11:11)ellega Wrote:
(2021-05-03, 12:21)ellega Wrote:
(2021-04-18, 18:56)ellega Wrote:  
 
(2021-04-18, 20:44)beatmasterrs Wrote:  
If you replace in Includes_DialogVideoInfo.xml line 933 :

xml:
<param name="onclick1" value="RunScript(script.embuary.info,call=movie,query=$INFO[Container(9506).ListItem.Label]))"/>

by

xml:
<param name="onclick1" value="RunScript(script.embuary.info,call=movie,dbid=$INFO[ListItem.DBID])"/>

this opens directly the good movie TMDB without having to find it in a list.

Edit 1 : this works well only with "Prefered local information" enable.
Will you also be adding this for TV Shows? I just tested it and it works great if you change the code for both Movies & TV  Smile
Reply
(2021-05-06, 13:29)FXB78 Wrote: Will you also be adding this for TV Shows? I just tested it and it works great if you change the code for both Movies & TV  Smile

You are right. this is added now Smile
https://github.com/beatmasterRS/skin.arc...d/pull/210
Reply
(2021-05-06, 11:34)beatmasterrs Wrote:
(2021-05-06, 11:16)magnetic Wrote: Hi what’s the latest version of the skin I kinda messed up and changed the version number so it doesn’t update but I noticed I’m having an issue with the widgets after I set widgets at times it duplicates or it deletes the widgets, don’t know if this have been addressed just wanted to inform

The last version is 1.1.38

Would I be able to update even if I changed the version number to 9999999 lol.
Reply
  • 1
  • 163
  • 164
  • 165(current)
  • 166
  • 167
  • 407

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11