Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 189
  • 190
  • 191(current)
  • 192
  • 193
  • 216
Release Arctic: Zephyr
(2017-03-24, 11:49)jurialmunkey Wrote:
(2017-03-24, 10:56)jmurph116 Wrote: So...i just spent the better part of 2 hours trying to remember how I previously edited AZ to allow 25 widget items instead of 10. I remember 6 months or so ago I was able to do it in the includes_home.xml but I can't seem to find the line or code anymore . I've searched Google as well as this thread and came up short. Is the code somewhere else? Or am I just missing it now that I'm relegated to using my smart phone?

If I could be spoon fed the answer i would appreciate it lol
skin.arctic.zephyr/shortcuts/template.xml

Change all the references to the following with whatever value you like.
Code:
limit="10"

This assumes you have "Allow widget reloading" turned off in Skin Settings > Home.

If you have it turned on (with Krypton this option isn't really necessary anymore as the widgets should reload at appropriate times now and so don't need to be forced to reload everytime you enter the home screen or change menu items, which is what this option does) then you need to edit Includes_Home.xml in the 1080i folder instead.

Do you happen to know which line of code it is in the includes xml?
Reply
I finally figured it out thanks to a better editing tool I downloaded haha finding code on my phone was so tedious. Thanks
Reply
Hi jurialmunkey, I have one question regarding the "cast" on the video info. How does the grouplist knows that the content is the cast members? it doesn't have any <content>"cast or similar"</content> tried to find if the id=53 was a default button id for cast on kodi an it isn't an tried to find if there was a focus id=50/51 defined but didn't find anything.

I'm asking this because I want to use this list on the custom movie set info with this content -> plugin://script.skin.helper.service/?action=getcast&amp;movieset=[MOVIESET NAME OR DBID]
Reply
(2017-03-27, 00:08)KODser Wrote: Hi jurialmunkey, I have one question regarding the "cast" on the video info. How does the grouplist knows that the content is the cast members? it doesn't have any <content>"cast or similar"</content> tried to find if the id=53 was a default button id for cast on kodi an it isn't an tried to find if there was a focus id=50/51 defined but didn't find anything.

I'm asking this because I want to use this list on the custom movie set info with this content -> plugin://script.skin.helper.service/?action=getcast&amp;movieset=[MOVIESET NAME OR DBID]

container id=50 in dialogvideoinfo is automatically filled with cast information by Kodi. In the skin Button 53 sets focus to 51 which is a hidden button that controls the list so that I can override the onclick action.
http://kodi.wiki/view/Skinning_Manual#Di...eoInfo.xml
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
jurialmonkey is there a way for me to get the tv/movie widget on the home screen to display 5 across instead of just 1? I know I can scroll up and down to display more but I was looking for it to either show a poster of 5 or maybe switch the original to a list view similar to aeon nox.
Image
Reply
(2017-03-27, 21:59)hewligun Wrote: jurialmonkey is there a way for me to get the tv/movie widget on the home screen to display 5 across instead of just 1? I know I can scroll up and down to display more but I was looking for it to either show a poster of 5 or maybe switch the original to a list view similar to aeon nox.

I'm not sure what you are asking, both vertical and classic home menu show 10 items by default...? I have no idea what you mean by scrolling up and down to display more?
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2017-03-28, 03:39)jurialmunkey Wrote:
(2017-03-27, 21:59)hewligun Wrote: jurialmonkey is there a way for me to get the tv/movie widget on the home screen to display 5 across instead of just 1? I know I can scroll up and down to display more but I was looking for it to either show a poster of 5 or maybe switch the original to a list view similar to aeon nox.

I'm not sure what you are asking, both vertical and classic home menu show 10 items by default...? I have no idea what you mean by scrolling up and down to display more?
Never mind. Now I see. I was using featured.

Ok hopefully last queston Smile. In icons view with extra info selected is there a way on the bottom section where it shows the Rating, codec etc info to add year? I can only see it if i hit info. Also is there a place where it shows the audio and has the British flag i can change it to the american one?
Image
Reply
Tongue 
(2017-03-28, 15:13)hewligun Wrote: Never mind. Now I see. I was using featured.

Ok hopefully last queston Smile. In icons view with extra info selected is there a way on the bottom section where it shows the Rating, codec etc info to add year? I can only see it if i hit info. Also is there a place where it shows the audio and has the British flag i can change it to the american one?

The only way to show "year" in the flags in the lower left corner is to edit the skins xml files yourself.
I did this on my personal mod, i removed the "SD" "HD" circular flag and replaced it with the year...
I find that displaying SD/HD is a bit pointless as there is already a resolution flag included plus i found it stood out too much anyways...

British to American... This can also be done by editing the skin, but what's the point?? it's a language flag, if the language is in "English" then an "English" flag makes sense to me lol each to their own of course.

I'm not going go into detail on how to mod the skin, but i encourage you to have a play with the xml's... It's a great way to learn!
Reply
(2017-03-28, 22:27)loggio Wrote:
(2017-03-28, 15:13)hewligun Wrote: Never mind. Now I see. I was using featured.

Ok hopefully last queston Smile. In icons view with extra info selected is there a way on the bottom section where it shows the Rating, codec etc info to add year? I can only see it if i hit info. Also is there a place where it shows the audio and has the British flag i can change it to the american one?

The only way to show "year" in the flags in the lower left corner is to edit the skins xml files yourself.
I did this on my personal mod, i removed the "SD" "HD" circular flag and replaced it with the year...
I find that displaying SD/HD is a bit pointless as there is already a resolution flag included plus i found it stood out too much anyways...

British to American... This can also be done by editing the skin, but what's the point?? it's a language flag, if the language is in "English" then an "English" flag makes sense to me lol each to their own of course.

I'm not going go into detail on how to mod the skin, but i encourage you to have a play with the xml's... It's a great way to learn!
What file did you edit? I would exactly do that. Replace the SD/HD with the year. All my movies are HD.
Image
Reply
(2017-03-28, 22:30)hewligun Wrote:
(2017-03-28, 22:27)loggio Wrote:
(2017-03-28, 15:13)hewligun Wrote: Never mind. Now I see. I was using featured.

Ok hopefully last queston Smile. In icons view with extra info selected is there a way on the bottom section where it shows the Rating, codec etc info to add year? I can only see it if i hit info. Also is there a place where it shows the audio and has the British flag i can change it to the american one?

The only way to show "year" in the flags in the lower left corner is to edit the skins xml files yourself.
I did this on my personal mod, i removed the "SD" "HD" circular flag and replaced it with the year...
I find that displaying SD/HD is a bit pointless as there is already a resolution flag included plus i found it stood out too much anyways...
What file did you edit? I would exactly do that. Replace the SD/HD with the year. All my movies are HD.

Can you post a picture of the year mod?
Reply
(2017-03-29, 00:16)Edworld Wrote: Can you post a picture of the year mod?

I don't have time sorry.
There's not much to see anyways.... imagine the circle with HD/SD label gone and instead it simply has the year.
Reply
(2017-03-29, 05:16)loggio Wrote:
(2017-03-29, 00:16)Edworld Wrote: Can you post a picture of the year mod?

I don't have time sorry.
There's not much to see anyways.... imagine the circle with HD/SD label gone and instead it simply has the year.

What file do i have to edit to make this change?
Image
Reply
(2017-03-29, 17:30)hewligun Wrote:
(2017-03-29, 05:16)loggio Wrote:
(2017-03-29, 00:16)Edworld Wrote: Can you post a picture of the year mod?

I don't have time sorry.
There's not much to see anyways.... imagine the circle with HD/SD label gone and instead it simply has the year.

What file do i have to edit to make this change?

try includes_furniture
Reply
Great skin and the only alternative to Estuary in my opinion! Can someone help me to get the logo of each movie to appear on the top of the "Icons" view? I believe I have all the options that could make a difference enabled but still no luck...
Reply
(2017-03-29, 18:33)cutter Wrote: Great skin and the only alternative to Estuary in my opinion! Can someone help me to get the logo of each movie to appear on the top of the "Icons" view? I believe I have all the options that could make a difference enabled but still no luck...

Believe that would be Furniture->Show clearlogo. I like Icons view with that option myself Smile

Just checking in on this thread to thank @jurialmunkey - Arctic Zephyr has really breathed new life into my Kodi installation. Works nice with PlexKodiConnect, too.
Reply
  • 1
  • 189
  • 190
  • 191(current)
  • 192
  • 193
  • 216

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr37