Kodi Community Forum
[RELEASE] Aeon MQ 2 - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [RELEASE] Aeon MQ 2 (/showthread.php?tid=81601)



- andrewf - 2011-03-09

First off - thanks for creating an awesome skin.

Believe it or not, this is my first ever PC (acer revo - bought specifically for XBMC), so is my first visit to Linux and XBMC live.

Yours is my first skin and I dont see me changing it. Gradually figuring things out and even did my first work in the terminal mounting my windows partitions to appear.

The one thing i am really stuck on is TV Shows. I searched high and low but cannot find out why I cannot get TV shows to scan into TV and not Movies as they keep doing. Everything else I've gain some sort of grip on but this is driving me mad.Eek

Any help would be very much appreciated.

PS I haven't installed any of the add ons listed on the first page. Do I need to (embarrassing if thats the key) and if so how do I do that?

Cheers Andy


- deadwolfbones - 2011-03-09

andrewf Wrote:First off - thanks for creating an awesome skin.

Believe it or not, this is my first ever PC (acer revo - bought specifically for XBMC), so is my first visit to Linux and XBMC live.

Yours is my first skin and I dont see me changing it. Gradually figuring things out and even did my first work in the terminal mounting my windows partitions to appear.

The one thing i am really stuck on is TV Shows. I searched high and low but cannot find out why I cannot get TV shows to scan into TV and not Movies as they keep doing. Everything else I've gain some sort of grip on but this is driving me mad.Eek

Any help would be very much appreciated.

PS I haven't installed any of the add ons listed on the first page. Do I need to (embarrassing if thats the key) and if so how do I do that?

Cheers Andy

When you add the source, there should be an option that says "This source contains" and then lets you choose between Movies/TV Shows/Music Videos/etc. Choose TV Shows and it should add them to the TV library.


- uncertainty - 2011-03-09

MarcosQui Wrote:Hello everyone.

I want to announce that next Sunday we will have a new version - 2.7.1

New - Some structural changes and the skin is faster than ever - less delay, fewer slowdowns.
New - New view modes Showcase and Multiplex finalized, faster and better.
New - Mode Pro -for those who prefer the skin in its original form.
New - Menu and sub-menu "Cinema", in order to access the script Cinema Experience directly from the main menu.
New - Menu PseudoTV, a programming guide for your collection.

New implementations, given the requests:
- button to turn off the headings.
- button to play the trailer in full screen.
- button to turn off the audio controls on the main menu.
- navigation controls in the enhanced audio, you can now access the menu using the keyboard.
- Case Bluray in light blue.
- Case default in copper (sorry, but purple is not in harmony with the tone of the skin).

and several more bug fixes.

.

Sounds great Marcos, looking forward to it...


- eskro - 2011-03-09

thanx for all of this!! your the greatest of all Smile


- Reverb - 2011-03-09

Is this skin useable(smooth, not long load times) on a Apple Tv 2G?


- Beer40oz - 2011-03-10

When starting xbmc it use it be on MOVIES in the beginning. Now the first thing is PICTURES. I would like MOVIES to be first. What can I do? Yes in settings on the start up option is set to HOME SCREEN.

Nobody has this problem?


- andrewf - 2011-03-10

deadwolfbones Wrote:When you add the source, there should be an option that says "This source contains" and then lets you choose between Movies/TV Shows/Music Videos/etc. Choose TV Shows and it should add them to the TV library.

Cheers - this is I believe how I have it set up. I went through matching all my sources in this way. I'll load up live now and check again

PS - seen the post for 2.7.1 - just wanted to add my note of appreciation for the continued efforts.


- langer - 2011-03-10

Bug #1
I've just noticed something very strange. When I load up XBMC, everything is as it should be but after I watch some 720p content, the audio codec flag goes out of line as you can see in the image below. The strange thing is that it doesn't happen when I watch any standard definition content. I don't have anything in 1080p to test with so I can't say for sure that it happens with all HD content but it certainly does with 720p.
To test the bug, I tried one or two other layouts to see if the bug would still appear. Results were...
landscape - yes
showcase - yes
low list - no
list - no

Image


Bug #2
While testing this problem, I stumbled upon another bug where the audio flags are overlapping. The problem may occur in other layouts too as I haven't tested them all.
Image Image


- mad-max - 2011-03-10

Beer40oz Wrote:When starting xbmc it use it be on MOVIES in the beginning. Now the first thing is PICTURES. I would like MOVIES to be first. What can I do? Yes in settings on the start up option is set to HOME SCREEN.

Nobody has this problem?

Search this thread for "Includes_MainMenu.xml" and you´ll find your answer...


- Salem - 2011-03-10

Code Suggestion for people that store trailers locally:

I stumbled across several locally stored trailers that weren't playing. After digging, apparently movies with a "," in the title will not play the trailer in the small preview window, but it will play if you go into the info pane and select "trailer."

To resolve this: http://code.google.com/p/transparency-xbmc/source/detail?r=752&path=/trunk/720p/Includes.xml

<OR, to help laymen like myself save time wondering wtf>

Go to C/Program Files/XBMC/addons/skin.aeonmq.2/720p/

In each of these .xml files, every instance of ($INFO[ListItem.Trailer]) needs to be ("$INFO[ListItem.Trailer]") or ("$INFO[ListItem.Trailer]",1). It just needs the quotations added, ez-pz.

Viewtype_Large_List.xml (1 instance)
Viewtype_Low_List.xml (1 instance)
Viewtype_Multiplex.xml (2 instaces)
Viewtype_MultiplexOld.xml (2 instances)
Viewtype_Multiwall.xml (1 instance)
Viewtype_Showcase.xml (1 instance)
Viewtype_Showcase_Video.xml (1 instance)


- manfeed - 2011-03-10

Quote:
Originally Posted by Beer40oz
When starting xbmc it use it be on MOVIES in the beginning. Now the first thing is PICTURES. I would like MOVIES to be first. What can I do? Yes in settings on the start up option is set to HOME SCREEN.

Nobody has this problem?

Reply:
Search this thread for "Includes_MainMenu.xml" and you´ll find your answer...



Hi, I was the one that made this request in the first time and changing the "Includes_MainMenu.xml" did work, but not so anymore since rev 2.7.1.

I had noticed it previously, but I didn't want to overload MarcosQui with small requests that could hamper his good work, however, since there are now other users that are interested in this topic perhaps MarcosQui could shed some light on whether there is a simple way to achieve this Wink

Thank you in advance.


- sidewalksuper - 2011-03-10

I'm getting more and more of this issue on a fresh install (fresh install meaning I installed XBMC about 3weeks ago):

In the main menu fanart for Movies and TV Shows is sometimes not working, which results in a black background.
This happens more and more after a few weeks. In the beginning after the first time scraping I didn't have those errors. In these weeks I only did 2 things: Sometimes a Video Clean Library and automatic library updates.

My log gives these errors when it happens:
Code:
16:34:48 T:7996 M:1687191552   ERROR: Texture manager unable to load file: special://masterprofile/Thumbnails/b/b2d9634d.tbn
16:35:17 T:5928 M:1663373312   ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\[User]\AppData\Roaming\XBMC\userdata\Thumbnails\1\11b4a619.tbn
16:35:17 T:5928 M:1663373312   ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/1/11b4a619.tbn
16:35:18 T:7496 M:1664077824   ERROR: Texture manager unable to load file: special://profile/Thumbnails/Video/Fanart/906e384f.tbn
16:35:19 T:6752 M:1663881216   ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\[User]\AppData\Roaming\XBMC\userdata\Thumbnails\8\889e26f4.tbn
16:35:19 T:6752 M:1663881216   ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/8/889e26f4.tbn
16:35:21 T:6752 M:1663553536   ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\[User]\AppData\Roaming\XBMC\userdata\Thumbnails\9\95edfafc.tbn
16:35:21 T:6752 M:1663553536   ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/9/95edfafc.tbn
16:35:22 T:7496 M:1663913984   ERROR: Texture manager unable to load file: special://profile/Thumbnails/Video/Fanart/906e384f.tbn
16:35:23 T:6752 M:1663913984   ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\[User]\AppData\Roaming\XBMC\userdata\Thumbnails\2\24f47451.tbn
16:35:23 T:6752 M:1663913984   ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/2/24f47451.tbn
16:36:59 T:7860 M:1664868352   ERROR: XFILE::CFile::Delete - Error deleting file C:\Users\[User]\AppData\Roaming\XBMC\userdata\Thumbnails\4\420fa61f.tbn
16:36:59 T:7860 M:1664868352   ERROR: XFILE::CFile::Delete - Error deleting file special://masterprofile/Thumbnails/4/420fa61f.tbn



Set Source - duff5000 - 2011-03-10

Great skin! Its amazing, I can't wait to use it to its full potential.

Right now unfortunately i have to watch my Movies and Tv shows out of the Video Library, The reason for this is because i dont want to use scraper (No need for fanart, local jpg covers) to add them to movies & tv shows. Would it be possible to add something like " Set Default Movie Source " " Set Default Tv Source" Like in Back Row skin?

Unless there's another way someone please let me know. Thanks! Keep up the great work


- l0th - 2011-03-10

huttdes Wrote:Is there a way to change the order of the main menu categories? movies, tv shows, settings, weather etc. I know you can disable the ones you don't want but can the order be re-arranged? I would prefer to have them in my own specific order....

I'd love to know too. Searched the thread, didn't find anything (then again, it's almost 300p. long...)


- imthebrain - 2011-03-10

I have a question/problem been looking through this thread not sure if it has been answered yet..

When I enable home visual (video) on, it let's me continue watching whatever video i was currently watching but on the home main menu screen. which is great, only problem is the OSD comes flying in from the right of the screen to left of the screen and stops past half way off the screen.. instead of stopping at the end of the screen... sorry if im confusing any one but pretty much the OSD is off the screen with only two buttons showing which look like a shuffle or repeat button..is there a way to remove the OSD from home visual(video) or at least have it stop some where that can be accessible.

it also those the same when i disable home visual(video) and enable display video window in main menu.

and great work on the skin...two thumbs up...