Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 214
  • 215
  • 216(current)
  • 217
  • 218
  • 299
Release Amber for Leia/Matrix/Nexus
(2021-04-17, 16:00)bsoriano Wrote: Also, you need to have the ratings in your db, as Amber gets them from there.  For the critics consensus and awards, Amber relies on TMDb Helper, with a valid OMDb API Key.  Please make sure that you enable the use of TMDb Helper in the skin settings (General section), as it is disabled by default as well.


Regards,

Bart

Hi and thanks for all your hard work on the skin.

I have done a fresh install of kodi, added the repo, installed the skin from the repo.

I installed tmdb helper through the skins dependencies interface.

Went to the add-on settings and entered a working API key.

Activated the ratings "imdb" "rotten tomatoes" "metacritic" in the skin settings.

No ratings are displaying. I have tried a number of views and dont see ratings.

Is there something I am doing wrong?  Is the feature broken at present?
Reply
(2021-07-12, 13:45)0ldfart Wrote:
(2021-04-17, 16:00)bsoriano Wrote: Also, you need to have the ratings in your db, as Amber gets them from there.  For the critics consensus and awards, Amber relies on TMDb Helper, with a valid OMDb API Key.  Please make sure that you enable the use of TMDb Helper in the skin settings (General section), as it is disabled by default as well.


Regards,

Bart

Hi and thanks for all your hard work on the skin.

I have done a fresh install of kodi, added the repo, installed the skin from the repo.

I installed tmdb helper through the skins dependencies interface.

Went to the add-on settings and entered a working API key.

Activated the ratings "imdb" "rotten tomatoes" "metacritic" in the skin settings.

No ratings are displaying. I have tried a number of views and dont see ratings.

Is there something I am doing wrong?  Is the feature broken at present?
@0ldfart , the only view that shows ratings (aside from the main rating) is Right List.  All of the ratings are shown in the video info dialog.

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-11, 20:48)abidm8 Wrote: Hello everyone,
I decided to switch to Amber from Confluence,
for testing purposes, I adjusted confluence skin to be able to display an overlay while the video is playing, added a code in videofullscreen.xml and a logo.png in media folder.
Amber has much better widgets option, but the process above to show overlay was not as simple as I thought,

at the moment I use the Amber skin, and I love it.

any suggestions ?

please see attached image
Image
thank you
@abidm8 , you can certainly add a logo to videofullscreen.xml in Amber, just do it at the end, after line 447.  Add a new image control, and position it as needed (top or bottom tag, left or right tag).  Just make sure that you give it an id, since all controls in videofullscreen.xml need to have an id or they will not display.

So, it could be something like this:

xml:

<control type="image" id="25">
     <right>60</right>
     <top>80</top>
     <width>516</width>
     <height>200</height>
      <texture>mylogo.png</texture>
      <aspectratio align="center" aligny="center">keep</aspectratio>
</control>

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-10, 18:23)bobrap Wrote: The popup looks great, thanks.  Not to be pushy, are you still considering some sort of centering?  Thanks, again.

@bobrap , thanks for confirming.  As for centering, my thought at the moment is to reduce the size of landscape widgets (landscape, fanart, thumb, clearart) such that 5 items fit on the screen without scrolling.  For that use case, no centering is required.  Are you also looking for centering for poster widgets when there are very few items? Please let me know.  Thanks.

Regards, 

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-12, 16:50)bsoriano Wrote:
(2021-07-11, 20:48)abidm8 Wrote: Hello everyone,
I decided to switch to Amber from Confluence,
for testing purposes, I adjusted confluence skin to be able to display an overlay while the video is playing, added a code in videofullscreen.xml and a logo.png in media folder.
Amber has much better widgets option, but the process above to show overlay was not as simple as I thought,

at the moment I use the Amber skin, and I love it.

any suggestions ?

please see attached image
Image
thank you
@abidm8 , you can certainly add a logo to videofullscreen.xml in Amber, just do it at the end, after line 447.  Add a new image control, and position it as needed (top or bottom tag, left or right tag).  Just make sure that you give it an id, since all controls in videofullscreen.xml need to have an id or they will not display.

So, it could be something like this:

xml:

<control type="image" id="25">
     <right>60</right>
     <top>80</top>
     <width>516</width>
     <height>200</height>
      <texture>mylogo.png</texture>
      <aspectratio align="center" aligny="center">keep</aspectratio>
</control>

Regards,

Bart

Thank you Bart,
This is great, 
Still haven't tested yet,
But yesterday I for it to work  by adjusting DialogSeekBar.xml , I added png and changed the visibility,
clearly this means I had to say goodbye to the seekbar.
Your method is much much better, I will try it.

I would like to take this opportunity to ask another question, I hope you don't mind,
I have been trying to achieve what's in below image,
To have the subtitles background to appear as lines rather than a box,
Keeping in mind the subtitles can be one line or two, and clearly the subtitles need to be on top of the background
when I tried to use graphic background it appeared on top of the subtitles , clearly because I added the background as an overlay.
I was wondering, is the idea doable at all in Kodi?
Image
Reply
(2021-07-12, 20:44)abidm8 Wrote: I was wondering, is the idea doable at all in Kodi?

@abidm8 , I do not know.  I do know that from the skin side, I do not have control over how the subtitles are displayed, so, as far as I know, this would be something that Kodi core would have to support.

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-12, 16:42)bsoriano Wrote:
(2021-07-12, 13:45)0ldfart Wrote:
(2021-04-17, 16:00)bsoriano Wrote:  
@0ldfart , the only view that shows ratings (aside from the main rating) is Right List.  All of the ratings are shown in the video info dialog.

Regards,

Bart
Thanks bart, unfortunately on mine they dont show

right list
https://prnt.sc/1am1hys

switched on
https://prnt.sc/1am1aac

valid api key (have visited URL and confirmed working)
https://prnt.sc/1am1ttf

Any idea what I am missing or could change to make it work
Reply
(2021-07-12, 23:06)0ldfart Wrote: Any idea what I am missing or could change to make it work

@0ldfart , the only thing I can think of is to ensure that you have enabled to show ratings in media views:

Image


Image

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-12, 21:56)bsoriano Wrote:
(2021-07-12, 20:44)abidm8 Wrote: I was wondering, is the idea doable at all in Kodi?

@abidm8 , I do not know.  I do know that from the skin side, I do not have control over how the subtitles are displayed, so, as far as I know, this would be something that Kodi core would have to support.

Regards,

Bart

Many thanks for your Bart,
Reply
(2021-07-13, 00:55)abidm8 Wrote:
(2021-07-12, 21:56)bsoriano Wrote:
(2021-07-12, 20:44)abidm8 Wrote: I was wondering, is the idea doable at all in Kodi?

@abidm8 , I do not know.  I do know that from the skin side, I do not have control over how the subtitles are displayed, so, as far as I know, this would be something that Kodi core would have to support.

Regards,

Bart

Many thanks for your Bart,
*help
Reply
(2021-07-12, 17:02)bsoriano Wrote:
(2021-07-10, 18:23)bobrap Wrote: The popup looks great, thanks.  Not to be pushy, are you still considering some sort of centering?  Thanks, again.

@bobrap , thanks for confirming.  As for centering, my thought at the moment is to reduce the size of landscape widgets (landscape, fanart, thumb, clearart) such that 5 items fit on the screen without scrolling.  For that use case, no centering is required.  Are you also looking for centering for poster widgets when there are very few items? Please let me know.  Thanks.

Regards, 

Bart

Changing the size would be perfect.  It's always nice to have the centered options (posters).  Whatever is easiest for you.  Thanks so much!
YOYIZDERZOMENEMOHOZEZAZEZDENDERIZHOZEZ
Reply
(2021-07-13, 17:01)bobrap Wrote:
(2021-07-12, 17:02)bsoriano Wrote:
(2021-07-10, 18:23)bobrap Wrote: The popup looks great, thanks.  Not to be pushy, are you still considering some sort of centering?  Thanks, again.

@bobrap , thanks for confirming.  As for centering, my thought at the moment is to reduce the size of landscape widgets (landscape, fanart, thumb, clearart) such that 5 items fit on the screen without scrolling.  For that use case, no centering is required.  Are you also looking for centering for poster widgets when there are very few items? Please let me know.  Thanks.

Regards, 

Bart

Changing the size would be perfect.  It's always nice to have the centered options (posters).  Whatever is easiest for you.  Thanks so much!
@bobrap , thanks for replying.  I will be changing the size, just for Clear Art widgets.  The other "landscape" type widgets will remain as is.  All widgets will be centered if they have very few items, including poster widgets.  The new size for Clear Art widgets will look like this with 5 items:


Image

Centering for poster widgets will look something like this:

Image

What do you think? Please let me know.  Thanks.

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-13, 23:40)bsoriano Wrote: Centering for poster widgets will look something like this:
Why do they look so square? Just curious. Big Grin
Reply
(2021-07-14, 00:36)shedrock Wrote:
(2021-07-13, 23:40)bsoriano Wrote: Centering for poster widgets will look something like this:
Why do they look so square? Just curious. Big Grin
@shedrock , it must be the screenshot, I have not changed the dimensions of the posters.  And, also, the centering of the widget items will be optional, chosen on a per menu item basis.

Regards,

Bart
Amber Maintainer
Main HTPC: Intel Core i7, 32GB, nVidia GTX1080, Windows 11 Soundbar: Samsung HW-Q950A TV: LG CX Kodi: 19.3 Skin: Amber
Reply
(2021-07-14, 00:41)bsoriano Wrote: it must be the screenshot, I have not changed the dimensions of the posters. 
No problem. Thanks Bart.
Reply
  • 1
  • 214
  • 215
  • 216(current)
  • 217
  • 218
  • 299

Logout Mark Read Team Forum Stats Members Help
Amber for Leia/Matrix/Nexus5