• 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 208
[RELEASE] Aeon MQ 5
(2014-07-23, 03:38)baken1925 Wrote: I have a really quick question. In this skin, Is there somewhere in the settings where I can go so when I scrape new movies/tv shows, it puts a little *NEW* tag on the movies or the TV Shows? I have searched around and cannot seem to find it, I'm probably just looking past it, but I figured id ask.

That feature doesn't exist in MQ5.
My fanart.tv & themoviedb.org accounts.

Image
Reply
That is all I needed to know then thanks.
Reply
Okay, here's something I can't figure out. If I wanted to somehow get rid of the automatic rapid scrolling based on mouse cursor position for list view types that have it (Right List, Low List, and Shelf), but still be able to use the mouse to manually scroll and select items, how would I do that? I'd rather it act like a more manageable auto-scroll (like the main menu or Showcase) or disable it entirely. Is that possible via corresponding .xml files? Thanks!
Reply
Wink 
Hello,

I was able to fix the "small font" in the info screens, I modified the Fonts.xml in pluginfolder .../addons/skin.aeonmq5/720p like this:

I've seen a few guys claiming the small fonts are not readable on TVs, and it was also my problem.

If you want to use this font size fix, backup your original Fonts.xml to for exmple "Fonts.bak" and copy the whole code section into a new file and save it as Fonts.xml in your .../addons/skin.aeonmq5/720p folder. Or just modify the "size" entries by your own desired value.

Code:
    <!-- Aeon MQ 5 -->

    <fonts>
    <fontset id="Default" unicode="true">
    <font>
    <name>Font_14</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>20</size>
    </font>
    <font>
    <name>Font_15</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>21</size>
    </font>
    <font>
    <name>Font_17</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>23</size>
    </font>
    <font>
    <name>Font_17A</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>23</size>
    <linespacing>0.89</linespacing>
    </font>
    <font>
    <name>Font_18</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>24</size>
    </font>
    <font>
    <name>Font13</name><!-- para addons -->
    <filename>aeon_mainmenu.ttf</filename>
    <size>24</size>
    </font>
    <font>
    <name>Font_18A</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>24</size>
    <linespacing>0.94</linespacing>
    </font>
    <font>
    <name>Font_20</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>26</size>
    </font>
    <font>
    <name>Font_20A</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>26</size>
    </font>
    <font>
    <name>Font_20B</name><!-- Mpaa -->
    <filename>aeon_flags.ttf</filename>
    <size>26</size>
    </font>
    <font>
    <name>Font_21</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>27</size>
    </font>
    <font>
    <name>Font_22</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>28</size>
    </font>
    <font>
    <name>Font_23</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>29</size>
    </font>
    <font>
    <name>Font_24</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>30</size>
    </font>
    <font>
    <name>Font_24A</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>30</size>
    </font>
    <font>
    <name>Font_26</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>32</size>
    </font>
    <font>
    <name>Font_30</name><!-- nao usar uppercase -->
    <filename>aeon_common.ttf</filename>
    <size>30</size>
    </font>
    <font>
    <name>Font_32</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>32</size>
    </font>
    <font>
    <name>Font_40</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>40</size>
    </font>
    <font>
    <name>Font_50</name><!-- menu principal -->
    <filename>aeon_mainmenu.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50a</name><!-- menu principal modelo 2 -->
    <filename>aeon_mainmenu2.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50b</name><!-- menu principal modelo 3 -->
    <filename>aeon_mainmenu3.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50c</name><!-- menu principal modelo 4 -->
    <filename>aeon_mainmenu4.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50d</name><!-- menu principal modelo 5 -->
    <filename>aeon_mainmenu5.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50e</name><!-- menu principal modelo 6 -->
    <filename>aeon_mainmenu6.ttf</filename>
    <size>50</size>
    </font>
    <font>
    <name>Font_50f</name><!-- menu principal modelo 7 -->
    <filename>aeon_mainmenu7.ttf</filename>
    <size>50</size>
    </font>
    <font>    
    <name>Font_50g</name><!-- menu principal modelo 7 -->
    <filename>aeon_mainmenu8.ttf</filename>
    <size>50</size>
    </font>
    <font>    
    <name>Font_60</name><!-- menu principal padrao -->
    <filename>aeon_mainmenu.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60a</name><!-- menu principal modelo 2 -->
    <filename>aeon_mainmenu2.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60b</name><!-- menu principal modelo 3 -->
    <filename>aeon_mainmenu3.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60c</name><!-- menu principal modelo 4 -->
    <filename>aeon_mainmenu4.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60d</name><!-- menu principal modelo 5 -->
    <filename>aeon_mainmenu5.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60e</name><!-- menu principal modelo 6 -->
    <filename>aeon_mainmenu6.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60f</name><!-- menu principal modelo 7 -->
    <filename>aeon_mainmenu7.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_60g</name><!-- menu principal modelo 8 -->
    <filename>aeon_mainmenu8.ttf</filename>
    <size>60</size>
    </font>
    <font>
    <name>Font_70</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>70</size>
    </font>
    <font>
    <name>Font_100</name>
    <filename>aeon_mainmenu.ttf</filename>
    <size>100</size>
    <style>uppercase bold</style>
    </font>
    </fontset>
    </fonts>

I changed the <size>"Number"</size> from the fonts fourteen up to thirty by an increasement of 6. For example for Font14 I modified the value "size" from 14 to 20.

The skin is running fine and there are no overlapping issues on my machine.
Reply
Pls help on what am i doing wrong... I cant make my fanarts appear on the MOVIE, TV and MUSIC menu. here is my settings in ARTWORK ORGANIZER:
On the EXPERT settings I changed where the fanart directory to be copied
Image

I did no t change the ADVANCE settings

So here whats the directory looks like. Oviously the Artist Fanart is empty. WHY? when in the ARTWORK ORGANIZER the copy ARTIST FANART is enable. Do i need to put the ARTIST FANART manually? Also my artist fanart is generated by cdART.
Image

Then i changed the skin menu settings:
Image

And obviously it didnt work: (TV and Music also)
Image

After those setting s didnt work i did this on ARTWORK DOWNLOADER settings:
Image

Still it didnt work ;(
The only thing it would work is not touch the directory settings in ARTWORK ORGANIZER. The problem is its taking a lot of space in my default drive thats why I like it to be saved in another drive. What am i doing wrong? Huh
Reply
Guys pretty new to to this skin but loving the look of it on my large screen tv - truth be told it is absolutely stunning!!

Can somebody please explain subtitles menu - when I click on the subtitle icon during playback it wants to download subs for the file I am playing when I simply want to cycle through the different languages. On the file in question it has 2 subtitle options embedded in the file but I can't seem to toggle to the 2nd option which would be English or indeed turn the subs off.

Am I missing something completely obvious here??
Reply
(2014-07-24, 09:59)davidcrofter Wrote: Guys pretty new to to this skin but loving the look of it on my large screen tv - truth be told it is absolutely stunning!!

Can somebody please explain subtitles menu - when I click on the subtitle icon during playback it wants to download subs for the file I am playing when I simply want to cycle through the different languages. On the file in question it has 2 subtitle options embedded in the file but I can't seem to toggle to the 2nd option which would be English or indeed turn the subs off.

Am I missing something completely obvious here??

To toggle the embedded subs in file you have to go to audio settings not subtitle. If you want to turn the sub off just hit T on your keyboard. Hope that helps.
Reply
Thumbs Up 
(2014-07-24, 10:27)iceman600 Wrote:
(2014-07-24, 09:59)davidcrofter Wrote: Guys pretty new to to this skin but loving the look of it on my large screen tv - truth be told it is absolutely stunning!!

Can somebody please explain subtitles menu - when I click on the subtitle icon during playback it wants to download subs for the file I am playing when I simply want to cycle through the different languages. On the file in question it has 2 subtitle options embedded in the file but I can't seem to toggle to the 2nd option which would be English or indeed turn the subs off.

Am I missing something completely obvious here??

To toggle the embedded subs in file you have to go to audio settings not subtitle. If you want to turn the sub off just hit T on your keyboard. Hope that helps.

Yes it helps greatly - thanks for that.
Reply
(2014-07-24, 01:56)iceman600 Wrote: Pls help on what am i doing wrong... I cant make my fanarts appear on the MOVIE, TV and MUSIC menu. here is my settings in ARTWORK ORGANIZER:
On the EXPERT settings I changed where the fanart directory to be copied
Image

I did no t change the ADVANCE settings

So here whats the directory looks like. Oviously the Artist Fanart is empty. WHY? when in the ARTWORK ORGANIZER the copy ARTIST FANART is enable. Do i need to put the ARTIST FANART manually? Also my artist fanart is generated by cdART.
Image

Then i changed the skin menu settings:
Image

And obviously it didnt work: (TV and Music also)
Image

After those setting s didnt work i did this on ARTWORK DOWNLOADER settings:
Image

Still it didnt work ;(
The only thing it would work is not touch the directory settings in ARTWORK ORGANIZER. The problem is its taking a lot of space in my default drive thats why I like it to be saved in another drive. What am i doing wrong? Huh

I think it's becuase you're moving the path from teh default folders. Why not use the 'Multiple background' options, and browse to the folders you created with Artwork Organizer?
My fanart.tv & themoviedb.org accounts.

Image
Reply
Quote:I think it's becuase you're moving the path from teh default folders. Why not use the 'Multiple background' options, and browse to the folders you created with Artwork Organizer?

Thanks...Smile never thought of that Smile
Reply
Under "Panel" view in movies, the plot of each movie is displayed.
Does anyone know where i can tweak this to show "Plot Outline" instead of the full plot?

I'm sure this is just a quick tweak in one of the xmls.

Thanks in advance!
Reply
https://dl.dropboxusercontent.com/u/1929...apture.jpg


How can I change the background in this view?

Is the image in the red square intentionally blank? If not is there a way to change it?

Any help would be appreciated. Thanks.
Reply
@lja2014, yes, it´s for you go to parent folder, it´s exist in all skins.

XBMC have hidden option if you desire, work if you use remote control,

go to system -> appearance -> file list - turn off -> Show parent folder items .
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2014-07-26, 22:48)Wanilton Wrote: @lja2014, yes, it´s for you go to parent folder, it´s exist in all skins.

XBMC have hidden option if you desire, work if you use remote control,

go to system -> appearance -> file list - turn off -> Show parent folder items .

Thanks.

Another question.

I have been trying to use Cinema Experience, I can play one movie, however if I stop that movie, then xbmc locks up and I have to restart the PC. Could this be connected with CE as otherwise movies play oK and there is no locking?
Reply
(2014-07-26, 22:48)Wanilton Wrote: @lja2014, yes, it´s for you go to parent folder, it´s exist in all skins.

XBMC have hidden option if you desire, work if you use remote control,

go to system -> appearance -> file list - turn off -> Show parent folder items .

Im sorry and then what after this?
Reply
  • 1
  • 164
  • 165
  • 166(current)
  • 167
  • 168
  • 208

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Aeon MQ 520