Kodi Community Forum
[UPDATED] Aeon65 v10.5 (Dharma) compatible - Help/Support/Bugs/Feature Request - 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: [UPDATED] Aeon65 v10.5 (Dharma) compatible - Help/Support/Bugs/Feature Request (/showthread.php?tid=76839)



[UPDATED] Aeon65 v10.5 (Dharma) compatible - Help/Support/Bugs/Feature Request - pixdamix - 2010-07-08

Aeon65 v10.5 (Dharma) Community Repository

Warning Repository development branch has changed!

Frequently Asked Questions

Your help is needed: If you can
  • Improve the README
  • Confirm the presence of a bug
  • Fix one of them
  • Report a new one
  • Vote for your "prefered" bug or feature
  • Write some doc on the Wiki
  • Fix the spelling/mistakes of this post Smile
Then you'll make a great gift to the community. If you have experience with git and are really motivated I can give you commit rights on the repo.

Links
XBMC Downloads
Aeon 65 Downloads
Contributors
Bugs, or features requests goes here

Dependencies


- pixdamix - 2010-07-08

reserved


- pixdamix - 2010-07-08

reserved


- mindweaver - 2010-07-08

Hey! I have a bug fix. How do I apply it/send it to you.

It would be nice to have commit rights. I believe I'm eligable since I have helped phil65 alot aswell Smile


[FIXED] Virtual Menus' labels not centered - kin0kin - 2010-07-08

Replace with following:

http://www.mediafire.com/?ijyjyqwmgzh

Realigned virtual menus' item layout width and labels position


- mindweaver - 2010-07-08

kin0kin Wrote:Replace with following:

http://www.mediafire.com/?ijyjyqwmgzh

Realigned virtual menus' item layout width and labels position

Commited!

Also commited some of my fixes:

- Fix for "Music Submenu for FILES is broken"-bug
- Removed visualization settings button from Music OSD
- Changed TRAILERS link on home menu to point to the official Apple Movie Trailers - Lite addon.
- Custom backdrops now works for all viewtypes. Default backdrops only works as fallbacks!
- Cleaned up the default backdrops.


- pixdamix - 2010-07-08

kin0kin Wrote:Replace with following:
http://www.mediafire.com/?ijyjyqwmgzh
Realigned virtual menus' item layout width and labels position

It seems that your xml editor is reformation the xml when you save it. It's a problem because it basicly rewrite the file entirely (See: http://github.com/pix/aeon/commit/10800f63897292881c787b11e92e98c561b6176f.diff).

Next time could you please desactivate the XML formating ? Thanks in advance.


- kin0kin - 2010-07-08

Nice.

Not sure what is notepad++ doing in the background, I'll see what's formatting it that way.


- sergiocos - 2010-07-08

AArgh, never liked git... I opened a bug issue then close it (stupid!).
So if anyone can open it again or take a look if you experinced the same behaviour:

Quote:Studio logos for music not showed


I don't remember if they ever worked, but for now i don't have labels/logos for studios that produced music albums: examples -> Warner, Atlantic, WEA etc. The flags, however, are present in skin structure, so, must be an issue somewhere else...



- pixdamix - 2010-07-08

sergiocos Wrote:AArgh, never liked git... I opened a bug issue then close it (stupid!).
So if anyone can open it again or take a look if you experinced the same behaviour:

I Reopened it, since you don't like git ( kidding Smile ) can you try the SVN checkout described here: README.markdown and tell me if it works ? ( Assuming you like SVN better )


- kin0kin - 2010-07-08

Is it possible to modify the xmls so that every window id that is present will be shown on each respective screen? This will make debugging much easier.

[FEATURE]
Add this into include_MainMenu
Code:
<item id="12">
<!--Video/Movie Playlist-->
<label>Playlist</label>
<include>BackgroundVarsMovies</include>
<onclick>ActivateWindow(videoplaylist)</onclick>
<visible>Player.HasVideo</visible>
</item>

Playlist will show in main menu when a video is being played.


- sergiocos - 2010-07-08

pixdamix Wrote:can you try the SVN checkout described here
thanks... will do.
anyone interested in logos for tv-shows in low-list? I will try to implement logos in all views, even if my skinning skills are far from good.

http://img708.imageshack.us/img708/3379/screenshot001gm.png


- pixdamix - 2010-07-08

kin0kin Wrote:Is it possible to modify the xmls so that every window id that is present will be shown on each respective screen? This will make debugging much easier.

[FEATURE]
Add this into include_MainMenu
Code:
<item id="12">
<!--Video/Movie Playlist-->
<label>Playlist</label>
<include>BackgroundVarsMovies</include>
<onclick>ActivateWindow(videoplaylist)</onclick>
<visible>Player.HasVideo</visible>
</item>

Playlist will show in main menu when a video is being played.

Remember to add a feature request on github Smile


- tetodbs - 2010-07-08

How to add a script to auto update the library every "X" minutes? Rolleyes

Refer to this post. Wink


- mindweaver - 2010-07-08

tetodbs Wrote:How to add a script to auto update the library every "X" minutes? Rolleyes

Refer to this post. Wink

Probably not the correct thread for that kind of question Smile