Kodi Community Forum

Full Version: [DOWNLOAD/CHANGELOG] Aeon (via github)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Oh.
I totally forgot about this option.
Thanks for the reminder Fekker Smile

It would be nice to have two options : Exit and Shutdown.
djh_ Wrote:Auriga branch is here if you want to mess around with it. It's early, though, so for God's sake no bug reports.

http://github.com/djh/aeon/tree/auriga

I downloaded this but there doesn't seem to be any new views, just the same 4 (list, wall, showcase and panel).
cyrus_mc Wrote:I downloaded this but there doesn't seem to be any new views, just the same 4 (list, wall, showcase and panel).

There are still the main four views, but those views now have new options. List view has changed completely.
nekrosoft13 Wrote:been away for a while, what is Auriga branch?

thanks

Auriga, I believe, is what Duncan is calling the next phase of Aeon (Stark was the previous stage)
smcnally75 Wrote:There are still the main four views, but those views now have new options. List view has changed completely.
Hmm, for me, panel view is gone (as was intended, i think?)
Shadok Wrote:It would be nice to have two options : Exit and Shutdown.

+1!!!
lx01 Wrote:Hmm, for me, panel view is gone (as was intended, i think?)

I must have downloaded the wrong thing as I still have all the orignal views (no new options that change they way they look).
cyrus_mc Wrote:I must have downloaded the wrong thing as I still have all the orignal views (no new options that change they way they look).

Me too, how do i select the branch using git on linux?
cyrus_mc Wrote:I must have downloaded the wrong thing as I still have all the orignal views (no new options that change they way they look).

I tried the following and it appears to have worked. I have the new stripeview and list views, anyway. Don't know if this is the "proper" way of doing it.

Quote:cd ~/.xbmc/skin/Aeon
git pull
git pull git://github.com/djh/aeon.git auriga

The first git pull was just to make sure that I was up to date with the master. No idea if it was necessary.
1. Pull (it updates the entire beast, auriga included, but remote branches keep being remote)
2. Let's see what remote branches we have for the repo we have cloned
3. Let's track the interesting remote branch creating a local branch for that and switching to it

git pull
git remote show origin
git co --track -b auriga origin/auriga

From here, git pull whenever you want and...

git co master (you are on Stark and can test or use it)
git pull (update Stark)
git co auriga (you are on Auriga with latest and freshest additions)
git pull (update Auriga)
git co master (on Stark again, it's that easy)
djh is it possible that you could add mp3 to media flags? It was in there before, seems to have disappeared.

And maybe change sd flag lookup to this:

<visible>substring(listitem.studio,sd) + !substring(listitem.studio,480) + !substring(listitem.studio,576)</visible>

because if you have a xvid/divx and it gets picked up as 480p and SDDVD it will find "SD" in SDDVD and you have overlapping SD and 480p flag images.
Oh ffs how do I use git on OS X to get auriga? please? anyone?
You can always go to git and download it
Advocate Wrote:Oh ffs how do I use git on OS X to get auriga? please? anyone?

http://dysinger.net/2007/12/30/installin...5-leopard/

or

http://github.com/guides/get-git-on-mac

I'd give you more advice, but I'm learning myself.
The Github guides are enough for any major platform to get up and running.. For OS X, use macports, as the relevant guide, provided by Cranial, says.

More info about using git here: http://forum.xbmc.org/showthread.php?tid...ces&page=7

and here: http://forum.xbmc.org/showthread.php?tid=48197&page=13

Regards.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19