Kodi Community Forum
[RELEASE] Ace - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Ace 2 (https://forum.kodi.tv/forumdisplay.php?fid=190)
+----- Thread: [RELEASE] Ace (/showthread.php?tid=159405)



RE: [RELEASE] Ace - AnthonyJS02 - 2013-03-26

One thing found wrong. When using Glass List view and Flags Bar Dark Style the media flags do not display in the media bar. The other views I have paid attention to do.

On another note do most of you use the same view for everything? Movies and TV mainly? Or is there better views you prefer for each step in TV Shows?


RE: [RELEASE] Ace - corpgator - 2013-03-26

(2013-03-26, 01:22)Omegatron Wrote:
(2013-03-25, 18:24)corpgator Wrote: Hi MQ, is there any way to disable the cases for movies so it just shows the posters in the different views?

When in movies got to the menu and under 'collections' you have the option 'use media case' if you turn this off you only have the posters and no cases.

Thanks, don't know how I missed that.


RE: [RELEASE] Ace - rvas18 - 2013-03-26

How do I enable projectM (milkdrop) to show instead of the artist sideshow? I uninstalled the artist slideshow but that didn't help, and how do I disable that lyric panel?


RE: [RELEASE] Ace - KidVulcan - 2013-03-26

First of, this is an amazing skin! One quick question and I apologize if this has all ready been addressed but how do I access my Favorites? I don't mean my Favorite play-lists or add-ons or something but all of the items I have ever added to the Favorites list. Was that clearHuh

Thanks


RE: [RELEASE] Ace - dt2510 - 2013-03-26

Skin is getting better with every release Smile

Is there a chance to include an "disable capitalizing" option in the next release ? In the first release i achieved that removing all

Code:
<style>uppercase</style>

tags from Font.xml. In the current release i also have to replace

Code:
<filename>aller_ace_CAPS.ttf</filename>

by

Code:
<filename>aller_ace.ttf</filename>

It would be nice to have a simple switch to not change the .xml-files on 6 computers with every new release Wink


RE: [RELEASE] Ace - CutSickAss - 2013-03-26

(2013-03-26, 10:36)dt2510 Wrote: It would be nice to have a simple switch to not change the .xml-files on 6 computers with every new release Wink

You could just create a lowercase fontset, make a Font.xml like this one:
Code:
    <!-- Ace -->

    <fonts>
    <fontset id="Default" unicode="true">
    <font>
    <name>Font_12</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>12</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_15</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>15</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_16</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>16</size>
    </font>
    <font>
    <name>Font_17</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>17</size>
    </font>
    <font>
    <name>Font_18</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>18</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font13</name><!-- para addons -->
    <filename>aller_ace_CAPS.ttf</filename>
    <size>18</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_19</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>19</size>
    </font>
    <font>
    <name>Font_20</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>20</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_20A</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>20</size>
    <linespacing>1.2</linespacing>
    </font>
    <font>
    <name>Font_21</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>21</size>
    </font>
    <font>
    <name>Font_22</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>22</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_23</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>23</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_24</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>24</size>
    </font>
    <font>
    <name>Font_26</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>26</size>
    </font>
    <font>
    <name>Font_30</name><!-- nao usar uppercase -->
    <filename>aller_ace.ttf</filename>
    <size>30</size>
    </font>
    <font>
    <name>Font_32</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>32</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_40</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>40</size>
    <style>uppercase</style>
    </font>
    <font>
    <name>Font_50</name>
    <filename>aller_ace.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_70</name>
    <filename>aller_ace.ttf</filename>
    <size>70</size>
    </font>
    <font>
    <name>Font_100</name>
    <filename>aller_ace_CAPS.ttf</filename>
    <size>100</size>
    <style>uppercase bold</style>
    </font>
    </fontset>
    <fontset id="lowercase" unicode="true">
    <font>
    <name>Font_12</name>
    <filename>aller_ace.ttf</filename>
    <size>12</size>
    </font>
    <font>
    <name>Font_15</name>
    <filename>aller_ace.ttf</filename>
    <size>15</size>
    </font>
    <font>
    <name>Font_16</name>
    <filename>aller_ace.ttf</filename>
    <size>16</size>
    </font>
    <font>
    <name>Font_17</name>
    <filename>aller_ace.ttf</filename>
    <size>17</size>
    </font>
    <font>
    <name>Font_18</name>
    <filename>aller_ace.ttf</filename>
    <size>18</size>
    </font>
    <font>
    <name>Font13</name><!-- para addons -->
    <filename>aller_ace.ttf</filename>
    <size>18</size>
    </font>
    <font>
    <name>Font_19</name>
    <filename>aller_ace.ttf</filename>
    <size>19</size>
    </font>
    <font>
    <name>Font_20</name>
    <filename>aller_ace.ttf</filename>
    <size>20</size>
    </font>
    <font>
    <name>Font_20A</name>
    <filename>aller_ace.ttf</filename>
    <size>20</size>
    <linespacing>1.2</linespacing>
    </font>
    <font>
    <name>Font_21</name>
    <filename>aller_ace.ttf</filename>
    <size>21</size>
    </font>
    <font>
    <name>Font_22</name>
    <filename>aller_ace.ttf</filename>
    <size>22</size>
    </font>
    <font>
    <name>Font_23</name>
    <filename>aller_ace.ttf</filename>
    <size>23</size>
    </font>
    <font>
    <name>Font_24</name>
    <filename>aller_ace.ttf</filename>
    <size>24</size>
    </font>
    <font>
    <name>Font_26</name>
    <filename>aller_ace.ttf</filename>
    <size>26</size>
    </font>
    <font>
    <name>Font_30</name>
    <filename>aller_ace.ttf</filename>
    <size>30</size>
    </font>
    <font>
    <name>Font_32</name>
    <filename>aller_ace.ttf</filename>
    <size>32</size>
    </font>
    <font>
    <name>Font_40</name>
    <filename>aller_ace.ttf</filename>
    <size>40</size>
    </font>
    <font>
    <name>Font_50</name>
    <filename>aller_ace.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_70</name>
    <filename>aller_ace.ttf</filename>
    <size>70</size>
    </font>
    <font>
    <name>Font_100</name>
    <filename>aller_ace.ttf</filename>
    <size>100</size>
    <style>bold</style>
    </font>
    </fontset>
    </fonts>

Then you could find a way to automate the procedure of replacing the Ace Font.xml with your edited one (with a batch file for example). I can't speak for MarcosQui, but it seems capital letters in certain places are sort of a trademark in his skins.


RE: [RELEASE] Ace - Skank - 2013-03-26

Anyone having same problem

I ve set up in video option, to show information when video is selected
But in Ace, it immediately starts playing without showing info

Anyone?


RE: [RELEASE] Ace - dt2510 - 2013-03-26

(2013-03-26, 13:54)CutSickAss Wrote: You could just create a lowercase fontset, make a Font.xml like this one:

That's what i did, i edited Font.xml

(2013-03-26, 13:54)CutSickAss Wrote: Then you could find a way to automate the procedure of replacing the Ace Font.xml with your edited one (with a batch file for example). I can't speak for MarcosQui, but it seems capital letters in certain places are sort of a trademark in his skins.

Sure, i could copy my edited Font.xml from a smb:// share to the skin folder on startup (except on my iPad !) but i'd rather not use a modified version of the skin. Sure it might be a trademark, but i find it really disturbing, especially in music database, where i'd like to see as much information in a line as possible and with uppercase letters you really don't see much of it...


RE: [RELEASE] Ace - rev105 - 2013-03-26

Very nice work. How do I get the MPAA rating to display for each movie.


RE: [RELEASE] Ace - seb0p - 2013-03-26

(2013-03-26, 10:36)dt2510 Wrote: Skin is getting better with every release Smile

How do i get skin updates? Do i have to redownload it every time?


RE: [RELEASE] Ace - Samu-rai - 2013-03-26

(2013-03-26, 17:59)seb0p Wrote:
(2013-03-26, 10:36)dt2510 Wrote: Skin is getting better with every release Smile

How do i get skin updates? Do i have to redownload it every time?

Download and install the MQ repo , and it will update automatically with every release.


RE: [RELEASE] Ace - Bigmonty - 2013-03-26

(2013-03-25, 16:40)MarcosQui Wrote: @Bigmonty, I'll include an option to disable it.

Thanks alot.


RE: [RELEASE] Ace - minimoe - 2013-03-26

No need to download the MQ repo. The skin is in the official XBMC addons


RE: [RELEASE] Ace - Bigmonty - 2013-03-26

(2013-03-26, 01:22)Omegatron Wrote:
(2013-03-25, 18:24)corpgator Wrote: Hi MQ, is there any way to disable the cases for movies so it just shows the posters in the different views?

When in movies got to the menu and under 'collections' you have the option 'use media case' if you turn this off you only have the posters and no cases.

I have just had a look for this option and can't see it under Collection menu for any of the Viewtypes. Am I missing something obvious?

Below is an example of my "Multiplex" Viewtype - no option there.

Image


RE: [RELEASE] Ace - Samu-rai - 2013-03-26

(2013-03-26, 18:25)minimoe Wrote: No need to download the MQ repo. The skin is in the official XBMC addons

You need to instal the repo if you want it to update automatically.

(2013-03-26, 07:18)KidVulcan Wrote: First of, this is an amazing skin! One quick question and I apologize if this has all ready been addressed but how do I access my Favorites? I don't mean my Favorite play-lists or add-ons or something but all of the items I have ever added to the Favorites list. Was that clearHuh

Thanks

Press the S key and select 'Favorites'