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

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kin0kin Offline
Junior Member
Posts: 21
Joined: Jul 2010
Reputation: 0
Post: #11
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.
(This post was last modified: 2010-07-08 14:39 by kin0kin.)
find quote
sergiocos Offline
Posting Freak
Posts: 782
Joined: Jul 2009
Reputation: 4
Location: Bucharest, Romania
Post: #12
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/...t001gm.png
(This post was last modified: 2010-07-08 14:33 by sergiocos.)
find quote
pixdamix Offline
Senior Member
Posts: 210
Joined: Apr 2010
Reputation: 3
Location: France
Post: #13
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
find quote
tetodbs Offline
Junior Member
Posts: 46
Joined: Jan 2010
Reputation: 0
Post: #14
How to add a script to auto update the library every "X" minutes? Rolleyes

Refer to this post. Wink
find quote
mindweaver Offline
Posting Freak
Posts: 998
Joined: Jan 2004
Reputation: 1
Location: Sweden
Post: #15
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
find quote
kin0kin Offline
Junior Member
Posts: 21
Joined: Jul 2010
Reputation: 0
Post: #16
Pix, add this to the first post please so that newcomers know how to download this. Also, am I not a contributor or did I miss something? Tongue
Quote:Download Instructions:
To download initially
1) Download and install msysgit
*Git-1.7.0.2-preview20100309.exe
2) Create a directory in C:\aeon
3) Launch GitBASH (from start menu, or browse to msysgit from program files. Do not mistaken as Git GUI)
4) Type "cd /c/aeon" at the command prompt
5) Type "git clone git ://github/pix/aeon/git"
6) You can now rename the directory to skin.aeon65 and move it to the addon folder in XBMC

To update thereafter
1) Launch GitBASH
2) Type "cd /c/aeon" at the command prompt (or wherever your directory is located)
3) Type "git pull"


Quote:Alternative download instructions (TortoiseGIT):
To download initially
1) Download and install TortoiseGIT. Reboot
2) Download and install msysgit
*Git-1.7.0.2-preview20100309.exe
3) In Windows, go to Start\All Programs\TortoiseGIT\Settings
4) In general, locate MSysGit at the bottom of the screen. Under Path, put in "C:\Program Files\Git\bin"
5) Create a new folder anywhere you want
6) Right click on the folder and select GITclone
7) paste git://github.com/pix/aeon.git to URL of repository
8) Hit OK
9) When download is done, you can rename the aeon folder to skin.aeon65. Move the skin to XBMC addon

To update thereafter
1) Right click on skin.aeon65 and select gitsync




You should also change the title to

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

XBMC SVN Build Download:
http://www.sshcs.com/xbmc/?mode=Notes
(This post was last modified: 2010-07-09 01:42 by kin0kin.)
find quote
chanders Offline
Senior Member
Posts: 153
Joined: Oct 2008
Reputation: 0
Post: #17
^^ Right on!

Also, guys, do you suggest I convert all my backdrops to .BMPs? Does it really make a difference to the speed?
find quote
kin0kin Offline
Junior Member
Posts: 21
Joined: Jul 2010
Reputation: 0
Post: #18
chanders Wrote:^^ Right on!

Also, guys, do you suggest I convert all my backdrops to .BMPs? Does it really make a difference to the speed?

I converted everthing for backdrop to bmp, definitely much faster and transition is smoother. My cpu ain't slow either, it's an e8400. My whole XBMC and related folders are almost 1gb.....
find quote
pixdamix Offline
Senior Member
Posts: 210
Joined: Apr 2010
Reputation: 3
Location: France
Post: #19
I asked Hitcher to rename this post as I can't do it. Anyway, i'll add your instruction tomorrow kin0kin.

I'm going to sleep. Good night folks.
find quote
nekrosoft13 Offline
Fan
Posts: 473
Joined: Dec 2008
Reputation: 1
Post: #20
pixdamix, wow, great work, i tried it yesterday on 10.5 from what I can see it works great so far.

Please keep up the good work !
find quote
Post Reply