Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 418
Arctic: Zephyr - Reloaded
(2020-04-12, 15:02)jeffski10 Wrote: On the widget scroll I've experimented and found this is due to changing skins with an existing shortcuts folder in place. Deleting the properties files and letting it rebuild and it now works. So have retained my menus but can rebuild the widgets.

Okay, so that means it works now?

I will post a screenshot, when I'm at home Smile
Reply
(2020-04-12, 15:02)jeffski10 Wrote:
(2020-04-12, 13:11)beatmasterrs Wrote: For autoscrolling you can enable the "wraplist" viewtype (below the 5 widget buttons) for every main category. Fixedlist is the default viewtype for widgets, cause I think not everybody like the wraplist viewtype. Smile

Can you be more specific to the issue? Which configuration do you have for widgets? Screenshots of your configuration would be nice, so maybe I can reproduce this error 
I've hunted round the screens and can't find the viewtype option. Do you have a screenshot please of where this is? 

watch gallery


I will also revise this function again so that the list type is either valid for all widgets or can be selected individually for each widget.
Reply
(2019-03-25, 11:33)beatmasterrs Wrote: It's done. Please install https://github.com/beatmasterRS/skin.arc...master.zip for newest update.

Image

Image

Two options have been added in the video nav, blur options have moved to skin settings. Now you can see fanart also on "Big Icons-Flix" and choose between fullsize and normal. Smile

Hello. I discovered your skin the other day and I love it! Just one question, I need to force views in another addon I'm using. What is the view ID for BigIcons Flix?

Thanks in advance.
Reply
(2020-04-12, 18:21)manmserious Wrote:
(2019-03-25, 11:33)beatmasterrs Wrote: It's done. Please install https://github.com/beatmasterRS/skin.arc...master.zip for newest update.

ImageImage

Two options have been added in the video nav, blur options have moved to skin settings. Now you can see fanart also on "Big Icons-Flix" and choose between fullsize and normal. Smile

Hello. I discovered your skin the other day and I love it! Just one question, I need to force views in another addon I'm using. What is the view ID for BigIcons Flix?

Thanks in advance.  

510 Smile
Reply
(2020-04-12, 18:59)beatmasterrs Wrote:
(2020-04-12, 18:21)manmserious Wrote:
(2019-03-25, 11:33)beatmasterrs Wrote: It's done. Please install https://github.com/beatmasterRS/skin.arc...master.zip for newest update.

ImageImage

Two options have been added in the video nav, blur options have moved to skin settings. Now you can see fanart also on "Big Icons-Flix" and choose between fullsize and normal. Smile

Hello. I discovered your skin the other day and I love it! Just one question, I need to force views in another addon I'm using. What is the view ID for BigIcons Flix?

Thanks in advance.  

510 Smile

Thank you so much. Bless.
Reply
(2020-04-12, 17:00)beatmasterrs Wrote: I will also revise this function again so that the list type is either valid for all widgets or can be selected individually for each widget. 
Great, thanks, found it now. I was looking for a global value which explains it so that revision will be welcome.   Now to find a way to exclude watched programs from the widgets and I'm live on my new setup!
KODI Nexus - CoreELEC everywhere on Ugoos AM6 Plus&Pro, Plex Server, HDHomerun with TVHeadend on my NAS.
Reply
(2020-04-12, 18:59)beatmasterrs Wrote:
(2020-04-12, 18:21)manmserious Wrote:
(2019-03-25, 11:33)beatmasterrs Wrote: It's done. Please install https://github.com/beatmasterRS/skin.arc...master.zip for newest update.

ImageImage

Two options have been added in the video nav, blur options have moved to skin settings. Now you can see fanart also on "Big Icons-Flix" and choose between fullsize and normal. Smile

Hello. I discovered your skin the other day and I love it! Just one question, I need to force views in another addon I'm using. What is the view ID for BigIcons Flix?

Thanks in advance.  

510 Smile

Hi, sorry I'm back again with a related question. I'm not very familiar with these things, I dont know if my question is stupid😜
Here we go: I was able to force BigIcons Flix with the particular addon using the 510 view ID. However, some addons do not have the option to force views (I have TheIMDB Helper in mind). Is there a file I can edit to force Big Icons Flix so that the views do not keep on reverting back to the default view?

Thanks.
Reply
Hi @beatmasterrs - I’ve never been able to get animated posters to work... how do you suggest/recommend getting this to work in your amazing skin Smile? Thanks as always!
Reply
(2020-04-16, 04:31)rhoop206 Wrote: Hi @beatmasterrs - I’ve never been able to get animated posters to work... how do you suggest/recommend getting this to work in your amazing skin Smile? Thanks as always!

The scraping of animated artwork (poster&fanart) is imho handled by script.skin.helper.service. The only way, where you can enable the display of images, is in the skin settings or view options:

watch gallery
Reply
(2020-04-13, 16:14)manmserious Wrote:
(2020-04-12, 18:59)beatmasterrs Wrote:
(2020-04-12, 18:21)manmserious Wrote: Hello. I discovered your skin the other day and I love it! Just one question, I need to force views in another addon I'm using. What is the view ID for BigIcons Flix?

Thanks in advance.  

510 Smile 

Hi, sorry I'm back again with a related question. I'm not very familiar with these things, I dont know if my question is stupid😜
Here we go: I was able to force BigIcons Flix with the particular addon using the 510 view ID. However, some addons do not have the option to force views (I have TheIMDB Helper in mind). Is there a file I can edit to force Big Icons Flix so that the views do not keep on reverting back to the default view?

Thanks. 

Enforcing views is already on my to-do list, but I cannot yet say how long the implementation will take or when I will start.  Undecided
Reply
@beatmasterrs  Hi Hello thanks for the work I have a doubt which part of the xml I have to change to increase the size of the posters in this view

Image
Xioami Mi Stick - Kodi 18.8
Libreelec 9.2.X - Kodi 18.8
Raspberry Pi 3
Reply
(2020-04-16, 19:49)Castilho Wrote: @beatmasterrs  Hi Hello thanks for the work I have a doubt which part of the xml I have to change to increase the size of the posters in this view

 

In View_55_Wall.xml, wherever $VAR[PosterImage] and item/focusedlayout is used, e.g.

xml:
<itemlayout height="337" width="222">
xml:
<focusedlayout height="337" width="222">
xml:
<control type="image">
    <left>10</left>
    <top>10</top>
    <right>10</right>
    <bottom>22</bottom>
    <aspectratio scalediffuse="false">scale</aspectratio>
    <texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
</control>

https://github.com/beatmasterRS/skin.arc...l.xml#L526
https://github.com/beatmasterRS/skin.arc...l.xml#L601
https://github.com/beatmasterRS/skin.arc...l.xml#L542
https://github.com/beatmasterRS/skin.arc...l.xml#L662

There are a few more...

Smile
Reply
(2020-04-16, 20:18)beatmasterrs Wrote:
(2020-04-16, 19:49)Castilho Wrote: @beatmasterrs  Hi Hello thanks for the work I have a doubt which part of the xml I have to change to increase the size of the posters in this view

 

In View_55_Wall.xml, wherever $VAR[PosterImage] and item/focusedlayout is used, e.g.

xml:
<itemlayout height="337" width="222">
xml:
<focusedlayout height="337" width="222">
xml:
<control type="image">
    <left>10</left>
    <top>10</top>
    <right>10</right>
    <bottom>22</bottom>
    <aspectratio scalediffuse="false">scale</aspectratio>
    <texture diffuse="diffuse/wall.png" background="true">$VAR[PosterImage]</texture>
</control>

https://github.com/beatmasterRS/skin.arc...l.xml#L526
https://github.com/beatmasterRS/skin.arc...l.xml#L601
https://github.com/beatmasterRS/skin.arc...l.xml#L542
https://github.com/beatmasterRS/skin.arc...l.xml#L662

There are a few more...

Smile 

Thank you very much!

Image
Xioami Mi Stick - Kodi 18.8
Libreelec 9.2.X - Kodi 18.8
Raspberry Pi 3
Reply
(2020-04-16, 11:53)beatmasterrs Wrote:
(2020-04-13, 16:14)manmserious Wrote:
(2020-04-12, 18:59)beatmasterrs Wrote: 510 Smile 

Hi, sorry I'm back again with a related question. I'm not very familiar with these things, I dont know if my question is stupid😜
Here we go: I was able to force BigIcons Flix with the particular addon using the 510 view ID. However, some addons do not have the option to force views (I have TheIMDB Helper in mind). Is there a file I can edit to force Big Icons Flix so that the views do not keep on reverting back to the default view?

Thanks. 

Enforcing views is already on my to-do list, but I cannot yet say how long the implementation will take or when I will start.  Undecided

Thank you. I can wait for that. And keep up the good work!
Reply
(2020-04-16, 11:51)beatmasterrs Wrote:
(2020-04-16, 04:31)rhoop206 Wrote: Hi @beatmasterrs - I’ve never been able to get animated posters to work... how do you suggest/recommend getting this to work in your amazing skin Smile? Thanks as always!

The scraping of animated artwork (poster&fanart) is imho handled by script.skin.helper.service. The only way, where you can enable the display of images, is in the skin settings or view options:

watch gallery

Got it - thanks for confirming... I have all of my skin settings and view options checked for animated posters, so glad to know I’m not just missing something... anyway - thanks again for the quick feedback and great skin 😎👍🤜🤛
Reply
  • 1
  • 53
  • 54
  • 55(current)
  • 56
  • 57
  • 418

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