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)



- PainToad - 2010-10-11

Hi all,
Keep getting the 'cannot find favourits.xml' error. It's deffinitly installed as I have script.favourites in my /XBMC/addons directory.

I've tried nothing and I'm all out of ideas Sad


- phil65 - 2010-10-11

PainToad Wrote:Hi all,
Keep getting the 'cannot find favourits.xml' error. It's deffinitly installed as I have script.favourites in my /XBMC/addons directory.

I've tried nothing and I'm all out of ideas Sad

you can create that file yourself and see if that works. (more info )
checked the script version?


- veneetle - 2010-10-11

Does anyone know if this skin is not updating cannot get anything from github from 10/07/2010 and even before that.
It just keep getting only some fontoriginal file from github
Just want to make sure I am getting the greatest and latest skin available, as this the one and only skin that I use.
Thanks


Osd - BigNoid - 2010-10-11

I made a topbar for the osd, inspired mostly by the Legacy Dark skin osd:
Image


- phil65 - 2010-10-11

Big_Noid Wrote:I made a topbar for the osd, inspired mostly by the Legacy Dark skin osd:
Image

lookin good. I can include that for the fullscreeninfo if you want. (is a bit too much for the seekbar I think)


- snyft - 2010-10-11

Need abit help with downloading the AEON65 Font_Rework git.
I have gitcloned the usual git url with tortoisegt, what do i need to do now?


- BigNoid - 2010-10-11

phil65 Wrote:lookin good. I can include that for the fullscreeninfo if you want. (is a bit too much for the seekbar I think)

sure, let me know if you want the code. I made an include in Includes_Furniture.xml for this, so you can easily put it in osd an/or video info.


- veneetle - 2010-10-11

snyft Wrote:Need abit help with downloading the AEON65 Font_Rework git.
I have gitcloned the usual git url with tortoisegt, what do i need to do now?

in command prompt enter these commands

Initial Download
1) cd 'c/YourPath/addons'
2) git clone git://github.com/pix/aeon.git skin.Aeon65
(very large download here)
(rename the directory to skin.aeon65 and move it to the addon folder in XBMC)

Get Updates
3) cd '/c/YourPath/addons/skin.Aeon65'
4) git pull


- snyft - 2010-10-11

veneetle Wrote:in command prompt enter these commands

Initial Download
1) cd 'c/YourPath/addons'
2) git clone git://github.com/pix/aeon.git skin.Aeon65
(very large download here)
(rename the directory to skin.aeon65 and move it to the addon folder in XBMC)

Get Updates
3) cd '/c/YourPath/addons/skin.Aeon65'
4) git pull

dosent this download master?


- veneetle - 2010-10-11

snyft Wrote:dosent this download master?

1 & 2 to download master

3 & 4 to get updates


- PainToad - 2010-10-11

Don't answer questions you don't really know. A git pull will only grab changes from the current branch, not switch.


- phil65 - 2010-10-11

git clone --depth 1 git://github.com/pix/aeon.git to download repo (--depth 1 reduces download size)
git checkout font_rework to see V2.0 preview


- phil65 - 2010-10-11

daninino Wrote:First off great work on Aeon best skin ever

I have one problem though. on my video Add-Ons I can't choose any other Layout than Showcase and List. I have Quicktime Trailer Add-On and a few others and really want to use Low list but it is not possible.

Low list is enable throughout the different views but still a no go.

I had an installation working where it was possible to choose low list but after I reinstalled and got the skin from Github (a few weeks ago) I don't have the opportunity to choose it anymore

What do I have to do to be able to do this?

LowList working here (at least in font_rework branch), but it´s buggy. will see when I can fix that, won´t have a lot of time this week)


- seijmo - 2010-10-12

In v1 there was an option in showcase to view trailers by pressing up. Will this option available in V2?

Anyway thanks for your great work. V2 is a great improvement on a skin that I was thinking already on the top!


- daninino - 2010-10-12

How do i get the Font_rework branch?

I know you would say from git. But how exactly do I do it and will it coexist with my present Aeon65 installation?