Kodi Community Forum
[RELEASE] Aeon MQ 5 - 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 5 (/showthread.php?tid=174501)



RE: [RELEASE] Aeon MQ 5 - tr3v07 - 2013-11-04

Hi, I really like Aeon MQ5 skin and it look pretty good. There is one small problem I can't find Closed Caption logo for the hearing impaired subtitle.
Can you please add Closed Caption logo in?

English and Hearing Impaired (CC) are completely different subtitle and it useful for the deaf and hard of hearing needed for the hearing impaired (CC).

Confluence and some other skin do provide a (CC) logo:
Image

Aeon MQ5 can't find any (CC) logo:
Image


RE: [RELEASE] Aeon MQ 5 - Zebbe152 - 2013-11-05

I found a bug in panel view for TV shows. The watched symbol is always visible when a show is highlighted.

The problem is on line 340 in ViewsPanel.xml. I think the tags is in the wrong order.

Currently (1.5.1)
Code:
<visible>!Skin.HasSetting(nooverlays) + StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
</animation>
</control>

It should be like this (if I'm not mistaken):
Code:
</animation>
<visible>!Skin.HasSetting(nooverlays) + StringCompare(ListItem.Overlay,OverlayWatched.png)</visible>
</control>


I don't know if this is a bug or not but still;

When you're navigating through the episodes in panel view, all thumbnails except the highlighted one dims after a few seconds. Is it suppose to do that or is the dimming suppose to occur instantly without the delay?

Anyway, thank you another great looking skin! Smile


RE: [RELEASE] Aeon MQ 5 - sfnetwork - 2013-11-05

MQ,
Here are the differences between ACE and MQ5 when going in submenus from the logs. (those logs from MQ5 are from again a black screen crash by going in a sub menu, in this case, "recently added")
The only real difference I see is MQ5 is calling "customsub6001.xml" before "home.xml"... Really hope that means something...

ACE
20:08:51 T:140420526335808 DEBUG: ExecuteXBMCAction : To ActivateWindow(videos,recentlyaddedmovies,return)
20:08:51 T:140420526335808 DEBUG: Activating window ID: 10025
20:08:51 T:140420526335808 DEBUG: ------ Window Deinit (Home.xml) ------
20:08:51 T:140420526335808 DEBUG: ExecuteXBMCAction : Translating Close
20:08:51 T:140420526335808 DEBUG: ExecuteXBMCAction : To Close
20:08:51 T:140420526335808 DEBUG: ------ Window Deinit (CustomSubMovies.xml) ------
20:08:51 T:140420526335808 DEBUG: ExecuteXBMCAction : Translating Skin.Reset(submode)
20:08:51 T:140420526335808 DEBUG: ExecuteXBMCAction : To Skin.Reset(submode)
20:08:52 T:140420526335808 DEBUG: ------ Window Init (MyVideoNav.xml) ------
20:08:52 T:140420526335808 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
20:08:52 T:140420526335808 DEBUG: CGUIMediaWindow::GetDirectory (videodb://4/)
20:08:52 T:140420526335808 DEBUG: ParentPath = [videodb://4/]
20:08:52 T:140420526335808 DEBUG: RunQuery took 77 ms for 75 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 75
20:08:52 T:140419383944960 NOTICE: Thread BackgroundLoader start, auto delete: false
20:08:52 T:140420526335808 DEBUG: ExecuteXBMCAction : Translating RunScript(script.videolanguage,backend=True)
20:08:52 T:140420526335808 DEBUG: ExecuteXBMCAction : To RunScript(script.videolanguage,backend=True)
20:08:52 T:140420526335808 INFO: initializing python engine.
20:08:52 T:140420526335808 DEBUG: new python thread created. id=16
20:08:52 T:140418519922432 NOTICE: Thread XBPyThread start, auto delete: false
20:08:52 T:140418519922432 DEBUG: Python thread: start processing
20:08:52 T:140419383944960 DEBUG: Thread BackgroundLoader 140419383944960 terminating
20:08:52 T:140418519922432 NOTICE: -->Python Interpreter Initialized<--
20:08:52 T:140418519922432 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.videolanguage/default.py
20:08:52 T:140418519922432 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.videolanguage:/storage/.xbmc/addons/script.module.chardet/lib:/storage/.xbmc/addons/script.module.simplejson/lib:/storage/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/storage/.xbmc/addons/script.common.plugin.cache/lib:/storage/.xbmc/addons/script.module.simple.downloader/lib:/storage/.xbmc/addons/script.module.requests/lib:/storage/.xbmc/addons/script.module.mechanize/lib:/storage/.xbmc/addons/script.module.parsedom/lib:/storage/.xbmc/addons/script.module.xbmcswift2/lib:/storage/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/PIL:/usr/lib/python2.7/site-packages/gtk-2.0:
20:08:52 T:140418519922432 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.videolanguage
20:08:52 T:140418519922432 DEBUG: Instantiating addon using automatically obtained id of "script.videolanguage" dependent on version 2.1.0 of the xbmc.python api
20:08:52 T:140418519922432 DEBUG: script.videolanguage: version 0.1.0 started
20:08:52 T:140418519922432 DEBUG: script.videolanguage: params: {'backend': 'True'}

MQ5
20:15:36 T:139710279464768 DEBUG: ExecuteXBMCAction : To ActivateWindow(videos,recentlyaddedmovies,return)
20:15:36 T:139710279464768 DEBUG: Activating window ID: 10025
20:15:36 T:139710279464768 DEBUG: ------ Window Deinit (CustomSub6001.xml) ------
20:15:36 T:139710279464768 DEBUG: ExecuteXBMCAction : Translating Skin.Reset(submode)
20:15:36 T:139710279464768 DEBUG: ExecuteXBMCAction : To Skin.Reset(submode)
20:15:36 T:139710279464768 DEBUG: ------ Window Deinit (Home.xml) ------
20:15:36 T:139710279464768 DEBUG: ------ Window Init (MyVideoNav.xml) ------
20:15:36 T:139710279464768 INFO: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
20:15:36 T:139710279464768 DEBUG: CGUIMediaWindow::GetDirectory (videodb://4/)
20:15:36 T:139710279464768 DEBUG: ParentPath = [videodb://4/]
20:15:36 T:139710279464768 DEBUG: RunQuery took 78 ms for 75 items query: select * from movieview ORDER BY dateAdded desc, idMovie desc LIMIT 75
20:15:36 T:139708617180928 NOTICE: Thread BackgroundLoader start, auto delete: false
20:15:36 T:139710279464768 DEBUG: ExecuteXBMCAction : Translating RunScript(script.videolanguage,backend=True)
20:15:36 T:139710279464768 DEBUG: ExecuteXBMCAction : To RunScript(script.videolanguage,backend=True)
20:15:36 T:139710279464768 INFO: initializing python engine.
20:15:36 T:139710279464768 DEBUG: new python thread created. id=13
20:15:36 T:139708608788224 NOTICE: Thread XBPyThread start, auto delete: false
20:15:36 T:139708608788224 DEBUG: Python thread: start processing
20:15:36 T:139708608788224 NOTICE: -->Python Interpreter Initialized<--
20:15:36 T:139708608788224 DEBUG: Process - The source file to load is /storage/.xbmc/addons/script.videolanguage/default.py
20:15:36 T:139708608788224 DEBUG: Process - Setting the Python path to /storage/.xbmc/addons/script.videolanguage:/storage/.xbmc/addons/script.module.chardet/lib:/storage/.xbmc/addons/script.module.simplejson/lib:/storage/.xbmc/addons/script.module.beautifulsoup/lib:/usr/share/xbmc/addons/script.module.pil/lib:/storage/.xbmc/addons/script.common.plugin.cache/lib:/storage/.xbmc/addons/script.module.simple.downloader/lib:/storage/.xbmc/addons/script.module.requests/lib:/storage/.xbmc/addons/script.module.mechanize/lib:/storage/.xbmc/addons/script.module.parsedom/lib:/storage/.xbmc/addons/script.module.xbmcswift2/lib:/storage/.xbmc/addons/script.module.elementtree/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/PIL:/usr/lib/python2.7/site-packages/gtk-2.0:
20:15:36 T:139708608788224 DEBUG: Process - Entering source directory /storage/.xbmc/addons/script.videolanguage
20:15:36 T:139708608788224 DEBUG: Instantiating addon using automatically obtained id of "script.videolanguage" dependent on version 2.1.0 of the xbmc.python api
20:15:36 T:139708608788224 DEBUG: script.videolanguage: version 0.1.0 started
20:15:36 T:139708608788224 DEBUG: script.videolanguage: params: {'backend': 'True'}
20:15:36 T:139708617180928 DEBUG: Thread BackgroundLoader 139708617180928 terminating


I'm not a dev and I'm not sure how more I can assist you to fix this issue. Please let me know if it helps you in any way or at least how I could provide more info to help you isolating this issue...
I know I'm a minority with this issue but I really hope you can help...


RE: [RELEASE] Aeon MQ 5 - corpgator - 2013-11-05

I'm running Gotham and MQ5 auto-updated to the latest Frodo version. What's the best way to get back to the Gotham version?


RE: [RELEASE] Aeon MQ 5 - harybary - 2013-11-05

(2013-11-05, 03:36)corpgator Wrote: I'm running Gotham and MQ5 auto-updated to the latest Frodo version. What's the best way to get back to the Gotham version?

Same problem here Sad


RE: [RELEASE] Aeon MQ 5 - MeniBI - 2013-11-05

Dear Marcos
I have problem with fonts in Hebrew, sorry but i dont know how to upload photos


RE: [RELEASE] Aeon MQ 5 - Samu-rai - 2013-11-05

(2013-11-05, 09:54)harybary Wrote:
(2013-11-05, 03:36)corpgator Wrote: I'm running Gotham and MQ5 auto-updated to the latest Frodo version. What's the best way to get back to the Gotham version?

Same problem here Sad

From what I understand, if you refresh the offical repo, the frodo version should be showing.


RE: [RELEASE] Aeon MQ 5 - Msan - 2013-11-05

Since nobody seems to know how to get the TV Series Name onto the OSD... Maybe someone knows how to change the screenshot (circled red below) to the Poster of the TV show instead? Like the Movie OSD..

Image

Image


RE: [RELEASE] Aeon MQ 5 - MarcosQui - 2013-11-05

(2013-11-05, 03:29)sfnetwork Wrote: MQ,
Here are the differences between ACE and MQ5 when going in submenus from the logs. (those logs from MQ5 are from again a black screen crash by going in a sub menu, in this case, "recently added")
The only real difference I see is MQ5 is calling "customsub6001.xml" before "home.xml"... Really hope that means something...

There is not wrong, its just a mode of skin work. The Aeon works differently the Ace, but the command to into window recently added is same.

I made a small changes:

Please, replace THIS FILE in 720p folder. And tell me the result.




(2013-11-05, 09:54)harybary Wrote:
(2013-11-05, 03:36)corpgator Wrote: I'm running Gotham and MQ5 auto-updated to the latest Frodo version. What's the best way to get back to the Gotham version?

Same problem here Sad

Gotham version is in official repo HERE


RE: [RELEASE] Aeon MQ 5 - tuareg - 2013-11-05

(2013-09-30, 16:34)NeXrom Wrote: Is it possible to get the IMDB Rating instead of studio or country in the movie view?

MQ4 View:

Image

Hi!! Can u tell me what settings/view types have you used to get this, specially the thumbnails on the sides.


RE: [RELEASE] Aeon MQ 5 - Martijn - 2013-11-05

Gotham repo will be included in nightly build from 5 November and onwards


RE: [RELEASE] Aeon MQ 5 - MarcosQui - 2013-11-05

Great news, thank you.


RE: [RELEASE] Aeon MQ 5 - Samu-rai - 2013-11-05

(2013-11-05, 12:38)tuareg Wrote:
(2013-09-30, 16:34)NeXrom Wrote: Is it possible to get the IMDB Rating instead of studio or country in the movie view?

MQ4 View:

Image

Hi!! Can u tell me what settings/view types have you used to get this, specially the thumbnails on the sides.

That's multiplex view in MQ4. MQ5's multiplex is different.

For the thumbnails change the panel style on the second column of the top menu from fanart to extra thumbs.


RE: [RELEASE] Aeon MQ 5 - huttdes - 2013-11-05

Can someone tell me where to insert the code in the DialogVideoInfo xml to get the videoextras addon running correctly?
I got it running in AeonNox but don't know where to put the code for MQ5.


RE: [RELEASE] Aeon MQ 5 - Wanilton - 2013-11-05

@huttdes, skin have native suport for videoextras script, don´t need change anything for work. Need only have extra contents in extras folder, go to collection, focus item, and press i (video info), select extra button (enter) and you have list with extras for playing.

Tip: be carefull, exist 2 script with similar function, dvdextras and videoextras.

videoextras* is more new, and perfect for use with new tv tunes script (same developer now).

* This is really just DvdExtras with the Movie Themes removed as this is now covered by the latest TvTunes.

go to your movie collection, focus item, and press i for video info, there have one extras button, enter and receive list with your video extras...no need change anything.

for info about how work video extras, look here:

http://forum.xbmc.org/showthread.php?tid=125024

Script you get here

https://robwebset.googlecode.com/svn/releases/script.videoextras/script.videoextras-0.0.1.zip

Or install repo developer robwebset for get latest release videoextras script

http://robwebset.googlecode.com/svn/releases/repository.robwebset/repository.robwebset-1.0.0.zip

This is really just DvdExtras with the Movie Themes removed as this is now covered by the latest TvTunes.

There is a small change which I think prevents some sound-loss when using it with the latest TvTunes (Actually backing out a previous work-around)

Please remove DvDExtras if you are going to use this.

About dvdextras, look here

http://wiki.xbmc.org/index.php?title=Add-on:DVD_Extras

Script associate extras (stunts, trailers, alternative versions and others extra videos to a movie/TV show title)

In info video have button for extras

Image

and result list list extras items

Image

Create folder extras, and put files there, for XBMC don´t scraper use this in advancedsettings.xml

Code:
<video>
  <excludefromscan>
    <regexp>-extras-</regexp>
    <regexp>/Extras/</regexp>
    <regexp>Extras</regexp>
    <regexp>/extras/</regexp>
    <regexp>extras</regexp>
    <regexp>-trailer</regexp>    
    <regexp>[\\/]Extras[\\/]</regexp>
    <regexp>[\\/]extras[\\/]</regexp>
  </excludefromscan>
  <excludetvshowsfromscan>
    <regexp>-extras-</regexp>
    <regexp>/Extras/</regexp>
    <regexp>Extras</regexp>
    <regexp>/extras/</regexp>
    <regexp>extras</regexp>
    <regexp>-trailer</regexp>
    <regexp>[\\/]Extras[\\/]</regexp>
    <regexp>[\\/]extras[\\/]</regexp>    
  </excludetvshowsfromscan>
</video>