Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 147
Release Aura
(2018-04-06, 03:07)braz Wrote: Hey @jurialmunkey, the only thing I've missed while using Aura the past month or so are item counts for lists in the media windows. I could never think of a good place to put them though, so gave up on it until I had an idea today. What about showing the total number of items and current/total pages only when the scrollbar has the focus? Just throwing this idea out there...

Thanks!

Image

You are a genius! I've wanted to address this for a while. Your idea is a simple yet elegant solution. I will implement it shortly.

EDIT: Now added.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2018-04-04, 00:01)Guilouz Wrote: Little issue, text overlap with icons :

Image
 Not fixed ?
 Estuary MOD V2 
Reply
(2018-04-06, 03:37)jurialmunkey Wrote:
(2018-04-06, 03:07)braz Wrote: Hey @jurialmunkey, the only thing I've missed while using Aura the past month or so are item counts for lists in the media windows. I could never think of a good place to put them though, so gave up on it until I had an idea today. What about showing the total number of items and current/total pages only when the scrollbar has the focus? Just throwing this idea out there...

Thanks!

Image

You are a genius! I've wanted to address this for a while. Your idea is a simple yet elegant solution. I will implement it shortly.

EDIT: Now added. 
Great, thanks!

Update: Checked out most of the windows, the only issue I could find is with the File Manager. The left scrollbar must have id 60, but without specifying the container, the infolabels are empty. Probably easiest to just not show numitems on the File Manager window.
Reply
(2018-04-06, 04:10)Guilouz Wrote:
(2018-04-04, 00:01)Guilouz Wrote: Little issue, text overlap with icons :

Image
 Not fixed ?

It is fixed for me. Is it not fixed for you?

Image
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2018-04-06, 04:17)jurialmunkey Wrote:
(2018-04-06, 04:10)Guilouz Wrote:
(2018-04-04, 00:01)Guilouz Wrote: Little issue, text overlap with icons :

Image
 Not fixed ?  

It is fixed for me. Is it not fixed for you?

Image 
 It was not mentioned in the changelog, that's why I asked but can you add scrolling text when focus ?

Also can you add by defaut on home menu 'music video' item when 'Library.HasContent(musicvideos)' and same for games (kodi 18) ?
 Estuary MOD V2 
Reply
Here's another request, see what you think...

On the addon info dialog, would it be possible to get a different icon for the Uninstall action? I've linked to a trash can below that could work. Also, should the icons match the action? Currently, the icon for Disable is the checkmark, while the icon for Enable is the stop sign. IMO, it would be more logical to flip the icons so they match the associated action rather than the current state of the addon. Thanks again!

https://i.imgur.com/7QtqyOM.png

Image
Reply
(2018-04-06, 22:31)braz Wrote: Here's another request, see what you think...

On the addon info dialog, would it be possible to get a different icon for the Uninstall action? I've linked to a trash can below that could work. Also, should the icons match the action? Currently, the icon for Disable is the checkmark, while the icon for Enable is the stop sign. IMO, it would be more logical to flip the icons so they match the associated action rather than the current state of the addon. Thanks again!

https://i.imgur.com/7QtqyOM.png

Image

Do you mean, using the arrow to download app, then when it’s downloaded the icon changes to a trash can for uninstalling 🙂
Setup: LG OLED65B7 | Onkyo TX-RZ50 | OPPO UDP-203 4K Blu-Ray player | Nvidia Shield TV | Dune HD Homatics Box R 4K Plus | KEF T205
My Favourite Skin: Arctic Fuse mod
Reply
(2018-03-10, 05:11)Edworld Wrote:
(2018-03-10, 03:02)jurialmunkey Wrote:
(2018-03-10, 00:10)Edworld Wrote: Jurialmunkey,

I have background transparency set to reduced, but would like to have dialogvideoinfo at increased. I've tried different combinations in include global with no success. Can you point me in the right direction?

thanks

Try this for global_fanartdim:
Code:
<variable name="Global_FanartDim">
<value condition="Skin.HasSetting(DisableVignette) + [Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(DialogAddonInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)]">FanartDim_NoVignette_Increased</value>
<value condition="Skin.HasSetting(DisableVignette)">FanartDim_NoVignette_Reduced</value>
<value condition="[Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml) | Window.IsVisible(DialogAddonInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogVideoInfo.xml) | Window.IsVisible(script-script.extendedinfo-DialogInfo.xml)]">FanartDim_Increased</value>
<value>FanartDim_Reduced</value>
</variable>
Thanks! 
Jurialmunkey:

Does this come standard now?
Reply
Another minor thing...

I noticed that there is a fallback icon for album widgets that do not have artwork, but there is no fallback icon for albums in most of the library views.
Reply
@braz
- Scrollbar issue fixed. Changed the ID used for scrollbars in non-library windows
- I actually had almost that exact icon already in the skin. I think I must've just forgot to actually add it for uninstall.
- The enable/disable thing is problematic either way. If they are switched around, then it looks like the add-on is disabled when it's not. Because it is essentially a radiobutton on/off, I think it makes more sense the way it currently is. The install/uninstall thing is different because the button does an action rather than just toggle a setting.
- Fallback icon added. Had to update the wiki as it was missing DefaultAlbumCover.png in the default icon section

@Guilouz - The full label can be seen in the right side. The scrolling label was really annoying when editing widgets.

@Edworld - No, it's not standard in the skin.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
Still enjoying the skin and the many additions. But here comes a question.. I used sling TV a lot and got accustomed to the interface. How complicated would it be to view the screen at 1/3 it's size when first opening the overlay? How sling works is when you watch a movie and open the overlay it shows what's playing and going to be playing in pictures at about 1/3 the screen size so roughly one widget row I guess. Then you press down and it brings up the full overlay and displays the extra widgets. I should just learn to code better so I could do these things myself rather than coming to the masters but thought I'd ask. Might be a nice touch. It's especially nice when video is playing in the background. Hope you can understand what I'm saying though lol
Reply
Jurialmunkey,

Since you are supporting specialfeatures, would it be possible to implement some type of icon when a movie or tvshow has extras? very helpful in views without having to be in dialogvideoinfo...
Reply
@joeyd2424 - Do you have a screenshot? I'm not quite sure I understand what you mean...

@Edworld - Yeah I have this planned. I'm waiting for @smitchell6879 to iron out a few bugs in a new feature which will allow for each individual item to have its own indicator (rather than just the focused item).
- Also, just realised I didn't respond to your PM, will do so later today.
Arctic Fuse 2 - Alpha now available. Support me on Ko-fi.
Reply
(2018-04-07, 02:00)jurialmunkey Wrote: @braz
- Scrollbar issue fixed. Changed the ID used for scrollbars in non-library windows
- I actually had almost that exact icon already in the skin. I think I must've just forgot to actually add it for uninstall.
- The enable/disable thing is problematic either way. If they are switched around, then it looks like the add-on is disabled when it's not. Because it is essentially a radiobutton on/off, I think it makes more sense the way it currently is. The install/uninstall thing is different because the button does an action rather than just toggle a setting.
- Fallback icon added. Had to update the wiki as it was missing DefaultAlbumCover.png in the default icon section
Looks great, thanks!
Reply
https://m.imgur.com/x8sznk1,RH6SJPN
When watching a video you get the small version but clicking down brings up the large version.
Reply
  • 1
  • 40
  • 41
  • 42(current)
  • 43
  • 44
  • 147

Logout Mark Read Team Forum Stats Members Help
Aura19