• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 68
[RELEASE] Ace
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?
HTPC Basement: i3 3225, Asrock z77 pro4m, 8gb Crucial DDR3 1600, Samsung 840 120gb SSD, Silverstone GD05B Case

HTPC Livingroom: WIP

Server: UnRaid: Intel G550, Asrock B75 pro3m, 4gb ram, Parity Drive 3tb WD Red, Data 2 x 2tb WD Red, Cache 1tb WD Blue, Fractal Design XL R2 Case
Reply
(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.
Reply
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?
Reply
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
Image
Image
Reply
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
Kodi 18.7 on Windows 10 (2x)/FireTV Stick (5x)/Android (2x) | MariaDB 5 on Synology Diskstation DS115/DS216+II
Reply
(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.
Reply
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?
Reply
(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...
Kodi 18.7 on Windows 10 (2x)/FireTV Stick (5x)/Android (2x) | MariaDB 5 on Synology Diskstation DS115/DS216+II
Reply
Very nice work. How do I get the MPAA rating to display for each movie.
Reply
(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?
HTPC
OS: Windows 10 Professional x64
Kodi: 15.1 Isengard
Mainboard with CPU: MSI E350IA-E45,
RAM: Kingston ValueRAM 4GB DDR3 Kit (KVR1066D3S8N7K2/4G)
HDD: 64GB SSD Samsung MZ-7PC064D
Case: C+ CS-160 Mini-ITX
Reply
(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.
My fanart.tv & themoviedb.org accounts.

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

Thanks alot.
Reply
No need to download the MQ repo. The skin is in the official XBMC addons
Panasonic 42G10 ♦ Onkyo TX SR507 ♦ Teufel Concept R2 ♦ TV Box (COOLEME MB1/Libreelec)
Reply
(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
Reply
(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'
My fanart.tv & themoviedb.org accounts.

Image
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 68

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Ace26