2018-02-21, 02:16
@Blurayx - Ah you caught me between commits. Was testing out the new logo. Had to thicken it up a bit, because the ultra thin text wasn't working well as an icon.
(2018-02-20, 01:14)jurialmunkey Wrote: @attackkkkkk - is there a specific reason you want the categories at the bottom. If you disable the categories widget in the skin settings, you are able to access the submenu by pressing up.No, I just wanted the movies on "the top" ! Thanks for the tip, that solves my 'problem' !!!
(2018-02-20, 23:37)jurialmunkey Wrote: @carmenm - unfortunately not possible to hide watched in widgets from the skin side of things. What is shown depends on the settings of the plugin being used for that particular widget. If you use smart playlists for widgets, they can be setup to hide watched items.Thanks for the explanation. I get it that it won't be as fast as estuary! Now i have tried creating xbt files for your skin. makes it a lot faster (except for the first opening of movies or tv shows sections). But then it crashes on AFTV because android kills Kodi for using too much memory
Yes textures xbt will be created for official repo inclusion. I don't include it in development versions so that it is easier to change things around. It should speed things up a bit, but due to the customisability of the skin, it is always going to be a bit slower than estuary. I'm going to attempt to redo the widget code in the future which should help reduce the weight of the skin.
(2018-02-21, 05:35)attackkkkkk Wrote: This skin it's very good in my opinion, very clean and beautiful at the same time!!
Can I just ask for 2 modifications? if there is not ask to much...
1º On the TVchannels widget, in my opinion would be nice to see all the channels on the widget (only on TV widget, not on movies widget for example) and if possible to change the Tvchannels widget design... maybe something like the settings widget but with smaller 'boxes'... (instead of the tvchannels go right, would go down)
2º Is there a change to change the design of this player?
pvr://channels/tv/-1
(2018-02-21, 15:08)carmenm Wrote: Thanks for the explanation. I get it that it won't be as fast as estuary! Now i have tried creating xbt files for your skin. makes it a lot faster (except for the first opening of movies or tv shows sections). But then it crashes on AFTV because android kills Kodi for using too much memory
Thanks
(2018-02-21, 22:27)smoothlightning Wrote: I finally made an account just to post this comment.
After watching this section of the forums for quite a while and often leaving after a face palm after seeing yet another confluence-style skin or something with a horrifying color scheme...I can finally say that this skin is a huge step in the right direction.
I'm very excited that clean, attractive looking skins that a sane person would actually like to have on their living room TV (and that people who come over could actually use) are showing up. I've made it work for quite some time by using Titan on my living room TV and Horizon on my PC, but this...Aura is damn near perfect.
Please keep up the good work.
(2018-02-22, 01:04)smoothlightning Wrote: Hey jurialmunkey, would you mind telling me in which file (and preferably under which designation within said file) I could find the main menu font size? I have 20/20 but everybody else in my family is approaching legal blindness so I'd like to increase the size of the menu item labels a bit.
<font>
<name>font_topbar</name>
<filename>RobotoCondensed-Bold.ttf</filename>
<size>40</size>
<aspect>0.9</aspect>
<style>bold</style>
</font>
<font>
<name>font_topbar_small</name>
<filename>RobotoCondensed-Light.ttf</filename>
<size>30</size>
</font>
(2018-02-21, 15:08)carmenm Wrote: Now i have tried creating xbt files for your skin. makes it a lot faster (except for the first opening of movies or tv shows sections). But then it crashes on AFTV because android kills Kodi for using too much memory
Thanks
(2018-02-21, 23:42)jurialmunkey Wrote: 1. By default the widget shows the last played channel, but you can easily change this in Skin Settings > Home > Customise home menu. Edit the widget by clicking the spanner icon and then choose "Custom Item >" at the bottom of the list. The following path will show all channels1º Thanks for the tip
Code:pvr://channels/tv/-1
Having vertical widgets makes problems for navigation. There might eventually be alternative widget layouts, but for now I'm trying not to add any additional widget styles until I redo the widget code.
2. What exactly do you want to change about the design of the OSD controls? I like them at the top because they don't obscure subtitles.