• 1
  • 367
  • 368
  • 369(current)
  • 370
  • 371
  • 408
Arctic: Zephyr - Reloaded
(2023-03-22, 18:44)beatmasterrs Wrote: The wiki pr can only be merged, when the tmdbhelper addon v5 is available in the official repo.

It is not so simple indeed.
Some existing parts of AZR that use TMDb helper no longer work when upgrading TMDb helper from version 4.x to 5.x.

Eg with TMDb 4.x :

Image

Eg with TMDb 5.x :

Image

Some code need to be change for TMDb 5.x :

eg
xml:
Window(Home).Property(TMDbHelper.ListItem.RottenTomatoes_UserMeter)
by
xml:
Container(99950).ListItem.Property(RottenTomatoes_UserMeter)

There might be a simpler solution but I couldn't find it. And since I only use TMDb 5.x now for the feature "Crop Clearlogo" and "Wiki" I adapted the code...
Reply
(2023-03-22, 19:09)Nanomani Wrote:
(2023-03-22, 18:44)beatmasterrs Wrote: The wiki pr can only be merged, when the tmdbhelper addon v5 is available in the official repo.

It is not so simple indeed.
Some existing parts of AZR that use TMDb helper no longer work when upgrading TMDb helper from version 4.x to 5.x.

Eg with TMDb 4.x :

Eg with TMDb 5.x :

Some code need to be change for TMDb 5.x :

eg
xml:
Window(Home).Property(TMDbHelper.ListItem.RottenTomatoes_UserMeter)
by
xml:
Container(99950).ListItem.Property(RottenTomatoes_UserMeter)

There might be a simpler solution but I couldn't find it. And since I only use TMDb 5.x now for the feature "Crop Clearlogo" and "Wiki" I adapted the code...

For me this works well with both tmdb helper versions. Have you tried to ClearProperty(TMDbHelper.WidgetContainer,home)?

EDIT: Now I remember. I had also set this setting back then when I tested the wiki function and then wondered why I no longer get MC and RT icons displayed. For me the only place in code where it is necessary to set the TMDbHelper.WidgetContainer property is in the main menu (home.xml) for the widgets. E.g.: SetProperty(TMDbHelper.WidgetContainer,301,home)
Reply
(2023-03-22, 20:24)beatmasterrs Wrote: For me this works well with both tmdb helper versions. Have you tried to ClearProperty(TMDbHelper.WidgetContainer,home)?

EDIT: Now I remember. I had also set this setting back then when I tested the wiki function and then wondered why I no longer get MC and RT icons displayed. For me the only place in code where it is necessary to set the TMDbHelper.WidgetContainer property is in the main menu (home.xml) for the widgets. E.g.: SetProperty(TMDbHelper.WidgetContainer,301,home)

Indeed this setting works well Big Grin
Thanks for this info Smile
Reply
How can we get extended info about the movie when in the movie info screen.
In Estuary extended info bring back the moviedb details for the movie.
In AZR, how is that done?
Reply
(2023-03-23, 12:02)robertlaing Wrote: How can we get extended info about the movie when in the movie info screen.
In Estuary extended info bring back the moviedb details for the movie.
In AZR, how is that done?

Sorry but that did you mean ?
A screenshot from estuary please ?
Reply
In Estuary here is the movie info:

https://imgur.com/a/xnawVze

You have a button called Extended Info which when you press takes you to the MovieDB info on that movie:

https://imgur.com/a/elsKHar


Now in Artic Zephyr Reloaded, here in the movie info:

https://imgur.com/a/MP19S09

Now that does have an extended info button:

https://imgur.com/a/eixHbmo

But only shows a bit of extra info.

Is that okay so far?

What I want is from the movie info screen to go and be able to bring back the info from the movie db:
As such:

https://imgur.com/a/3fKUtAQ


How do I get that to work from within the movie info screen.

How do you do it?

Have you set it up in the context menu beforehand?
Information
Movie DB Information

Do I need to install another add on?

Many thanks.
Reply
(2023-03-23, 13:57)robertlaing Wrote: Have you set it up in the context menu beforehand?
Information
Movie DB Information

Do I need to install another add on?

Many thanks.
It is possible from the "cast" up "Cast detail" => click on button "movie list" => click on "the movie" Big Grin

For my need I have added "Click" on button info in "DialogVideoInfo" to open directly TMDb "movie"

So I have added this in your file ZIP Smile

ZIP : https://github.com/Nanomani/skin.arctic....-video.zip
Reply
I have just started to clean up and improve the code of Includes_Furniture.xml. The main goal is more consistency to media flags settings affect the bottom bar, the DialogInfo and OSD. PR: 
https://github.com/beatmasterRS/skin.arc...d/pull/948

With this pr, the additional media flags settings should affect the overal skin.
Reply
(2023-03-23, 14:29)Nanomani Wrote:
(2023-03-23, 13:57)robertlaing Wrote: Have you set it up in the context menu beforehand?
Information
Movie DB Information

Do I need to install another add on?

Many thanks.
It is possible from the "cast" up "Cast detail" => click on button "movie list" => click on "the movie" Big Grin

For my need I have added "Click" on button info in "DialogVideoInfo" to open directly TMDb "movie"

So I have added this in your file ZIP Smile

ZIP : https://github.com/Nanomani/skin.arctic....-video.zip

That sounds good, maybe could you would like to provide a PR for that? Smile
Reply
Excellent and works just as it should do. Many thanks.

Hopefully beatmasterrs add this feature in at some time in the future.

Good work!
Reply
(2023-03-23, 15:00)beatmasterrs Wrote:
(2023-03-23, 14:29)Nanomani Wrote:
(2023-03-23, 13:57)robertlaing Wrote: Have you set it up in the context menu beforehand?
Information
Movie DB Information

Do I need to install another add on?

Many thanks.
It is possible from the "cast" up "Cast detail" => click on button "movie list" => click on "the movie" Big Grin

For my need I have added "Click" on button info in "DialogVideoInfo" to open directly TMDb "movie"

So I have added this in your file ZIP Smile

ZIP : https://github.com/Nanomani/skin.arctic....-video.zip

That sounds good, maybe could you would like to provide a PR for that? Smile
It is done Smile

PR : https://github.com/beatmasterRS/skin.arc...d/pull/949
Reply
Beatmasterrs, you may need to change MusicOSD.xml and MusicVisualiation.xml to hide/unhide media flags.

Possibly more changes to Includes_Furniture.xml.

See:

https://github.com/beatmasterRS/skin.arc...flag-video
Reply
Hi community!
A submenu can be opened by pressing the arrow keys.
In Arctic Zephyr 2 it was additionally possible to open it by clicking it: by assigning the action "Common" > "Submenu Hub / Open Submenu".
I can not find this action in "Arctic: Zephyr - Reloaded" anymore.
Does anyone of you know if this is not possible anymore and how?
Thank you very much in advance!
Reply
Probably the wrong place to ask but anyone know why I can't choose Fanart and other artwork for Music Videos anymore?
it grabs the related Album Artwork but Artist,Fanart and Logos etc aren't loading up, you can only choose locally stored stuff.
On topic any chance we can get a Music Video specific View.
Some that shows , Logo, Artist, Album, Thumbnail
Reply
(2023-03-23, 18:10)nicobe Wrote: Hi community!
A submenu can be opened by pressing the arrow keys.
In Arctic Zephyr 2 it was additionally possible to open it by clicking it: by assigning the action "Common" > "Submenu Hub / Open Submenu".
I can not find this action in "Arctic: Zephyr - Reloaded" anymore.
Does anyone of you know if this is not possible anymore and how?
Thank you very much in advance!

Arctic: Zephyr - Reloaded is based on the original Arctic: Zephyr skin.
Reply
  • 1
  • 367
  • 368
  • 369(current)
  • 370
  • 371
  • 408

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