Kodi Community Forum
ShowMix 2.1 - New LowList - 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: ShowMix 2.1 - New LowList (/showthread.php?tid=52755)



- steve1977 - 2009-07-11

>>X<<' Wrote:Its actually pretty good puts it in the menu you get when pressing "S" then you get two list views for browsing files

Sounds cool. Two more (semi-related) questions:

1) Would this even allow me to launch applications from my mac (e.g., Safari)?

2) Heard that there might be a new AEON Auriga coming out soon. Assuming I get the github running for this MOD, would this also automatically push any updates from the Auriga branch on my computer?


Cheers!!!


- &gt;&gt;X&lt;&lt; - 2009-07-11

steve1977 Wrote:Sounds cool. Two more (semi-related) questions:

1) Would this even allow me to launch applications from my mac (e.g., Safari)?

2) Heard that there might be a new AEON Auriga coming out soon. Assuming I get the github running for this MOD, would this also automatically push any updates from the Auriga branch on my computer?


Cheers!!!

Its a file manager you cant launch applications from it as far as I know, you can use the following for that

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


- Z3rO - 2009-07-11

Hi andyblac,

great work so far from what I've seen. But the skin is barely usable under linux.
Its switching back to Pm3Hd when changing views.

At first I had to lowercase Includes.xml and Home.xml (I copied these).
But now I get the following error:

http://pastebin.com/m4fd494d3

The file (Viewtype_Music_Multiplex.xml) which is producing the error is missing.


Hope you can fix it. Smile


- lx01 - 2009-07-11

steve1977 Wrote:2) Heard that there might be a new AEON Auriga coming out soon. Assuming I get the github running for this MOD, would this also automatically push any updates from the Auriga branch on my computer?
Short answer: No

Long answer: In theory, it should work if you add djh's repo as a remote reference to your existing auriga tree from andyblac (which has to be checked out via git):
Code:
$ cd $HOME/.xbmc/skin/aeon

# add djh's repo as remote ref
$ git remote add djh git://github.com/djh/aeon.git

# Fetch contents of djh
$ git fetch djh

# Merge latest auriga into local tree
$ git merge djh/auriga

BUT: If djh's and andyblac's version differ too much, then auto-merging won't be possible and all hell breaks loose (meaning you're left with a non-working skin). If this happens, you've got 3 options:

1. Revert the merge, most easily done with:
Code:
$ git checkout -f

2. Merge manually, which involves learning how basic skinning works, how merging works in general and how merging works in git

3. Wait until someone does #2 for youWink


- andyblac - 2009-07-11

steve1977 Wrote:Thats the one I meant. If there is a different one, I dont mind either. No need for it to be pretty. Just some form of file browser might be nice.

Done on GIT, thanks to "lx01" for his mod.

Andy.


- andyblac - 2009-07-11

Z3rO Wrote:The file (Viewtype_Music_Multiplex.xml) which is producing the error is missing.


Hope you can fix it. Smile

fixed: try now Smile


- Z3rO - 2009-07-11

Ok forget what I said.
I commented out the erroring file in the includes.xml, but it still jumps back to PM3HD arguing that the home.xml is missing, allthough it is there.


- steve1977 - 2009-07-11

lx01 Wrote:Short answer: No

Long answer: In theory, it should work if you add djh's repo as a remote reference to your existing auriga tree from andyblac (which has to be checked out via git)

Thanks for the quick answer. Let me phrase it differently. As this MOD's include the whole skin (not only the MOD), will at one point of time not andyblac start working off the new release and then also the github of this MOD mirror the new release?


- steve1977 - 2009-07-11

andyblac Wrote:Done on GIT

Andy.

Cool, thanks!!!


- azido - 2009-07-11

temmi2000 Wrote:you can disable the all albums icon in advancedsettings.xml.
look in the wiki

every day there is something new to learn.

<musiclibrary>
<hideallitems>true</hideallitems> <!-- removes the "*All" items from the music library -->
</musiclibrary>


thanks! Wink


- azido - 2009-07-11

andyblac Wrote:the auriga build did do the same thing, i''ll loo into it to see it can i can get it to stay up

Andy.

i was sure it didn't when i wrote this, but you are right. damned.

sorry for bothering.


- logictester - 2009-07-11

hi andy, latest git update broke the hebrew strings - looks like a very old version, so here is an updated version that includes all the new strings:

mediafire

small issue - when going into the file manager - part of the vertical menu appears on the left side


- andyblac - 2009-07-12

azido Wrote:i was sure it didn't when i wrote this, but you are right. damned.

sorry for bothering.
np, i have looked at it though i cant see away to do it, it;s to do with the button focus, the <onup> command change focus to a different ID so it has put it back the main wraplist ID before it can move the list.

Andy.


- andyblac - 2009-07-12

logictester Wrote:hi andy, latest git update broke the hebrew strings - looks like a very old version, so here is an updated version that includes all the new strings:

mediafire

small issue - when going into the file manager - part of the vertical menu appears on the left side

cool thanks, on GIT


- lonchaney - 2009-07-12

andyblac Wrote:there seems to been a bug where if you update a movie all thumbs and fanart disappear until you restart XBMC.

Andy

for me restarting doesn't make a difference...