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)



- andyblac - 2009-07-04

chrpet Wrote:You need to have 'Settings > Customize > Advanced > Home > Home Page Weather Pop-up' turn on for Latest Additions to work.

i'll look into that Smile


- andyblac - 2009-07-04

OK, guy's sorry about all the mixup, i was running 2 sets of the skin, one in skins folder (the one i was using to do all the tweaks and tets, etc) and one for the github, but i was forgetting copy stuff over Blush, so i have decided to just use one, so this wil not happen again.

anyway we are all update now Smile

Andy.


- >>X<< - 2009-07-04

logictester Wrote:using EMM

Just took a look at EMM and its the same as MIP both use "MediaInfo.dll" which doesn't flag MP3 as MP3 it flags it as MPEG Audio, your have to manually edit the audio codec in the nfo


- logictester - 2009-07-04

>>X<<' Wrote:Just took a look at EMM and its the same as MIP both use "MediaInfo.dll" which doesn't flag MP3 as MP3 it flags it as MPEG Audio, your have to manually edit the audio codec in the nfo

yep - just took a deeper look and you 100% right - going to ask about it on the EMM thread - thanks a lot
same with the video codec ofr example - xvid


- andyblac - 2009-07-04

chrpet Wrote:You need to have 'Settings > Customize > Advanced > Home > Home Page Weather Pop-up' turn on for Latest Additions to work.

now fixed Big Grin


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

logictester Wrote:yep - just took a deeper look and you 100% right - going to ask about it on the EMM thread - thanks a lot

It does the same with some video codecs like Xvid it puts that under <codecid> instead of <codec>

If you want MP3 to show up on the info screen your have to do the following in your Includes_MediaFlags.xml

Replace

Code:
        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/dolby20.png</texture>
            <visible>substring(listitem.audiochannels,2)</visible>
        </control>

With

Code:
        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/dolby20.png</texture>
            <visible>substring(listitem.audiochannels,2) + substring(listitem.audiocodec,ac-3)</visible>
        </control>

        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/mp3_info.png</texture>
            <visible>substring(listitem.audiochannels,2) + substring(listitem.audiocodec,mp3)</visible>
        </control>



- logictester - 2009-07-04

>>X<<' Wrote:It does the same with some video codecs like Xvid it puts that under <codecid> instead of <codec>

If you want MP3 to show up on the info screen your have to do the following in your Includes_MediaFlags.xml

Replace

Code:
        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/dolby20.png</texture>
            <visible>substring(listitem.audiochannels,2)</visible>
        </control>

With

Code:
        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/dolby20.png</texture>
            <visible>substring(listitem.audiochannels,2) + substring(listitem.audiocodec,ac-3)</visible>
        </control>

        <control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/mp3_info.png</texture>
            <visible>substring(listitem.audiochannels,2) + substring(listitem.audiocodec,mp3)</visible>
        </control>

i've just copied the xvid and mp3 images in the flags folder and renamed them to mpeg audio.png and mpeg-4 visual.png and everything is showing beautifuley now Big Grin


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

logictester Wrote:i've just copied the xvid and mp3 images in the flags folder and renamed them to mpeg audio.png and mpeg-4 visual.png and everything is showing beautifuley now Big Grin

That's one way of doing it assuming other formats don't also get flagged as MPEG Audio and then show as MP3 Smile


- steve1977 - 2009-07-04

andyblac Wrote:Download Here

Is it just me or is anyone else also facing problem downloading from github? First of all, I dont get it to even start downloading with IExplorer 7. Using Safari, I can start downloading, but it usually stops at 99%. I need to try both versions for several times, but it eventually goes through. Alway takes many hours to get it downloaded. Is there really no option to get it on SVN or anything else?


- andyblac - 2009-07-04

steve1977 Wrote:Is it just me or is anyone else also facing problem downloading from github? First of all, I dont get it to even start downloading with IExplorer 7. Using Safari, I can start downloading, but it usually stops at 99%. I need to try both versions for several times, but it eventually goes through. Alway takes many hours to get it downloaded. Is there really no option to get it on SVN or anything else?

then download using method two.

HOW TO INSTALL (METHOD TWO)
1) Download from GitHub using THIS which will only download changed files)
But replace git://github.com/djh/aeon.git with git://github.com/andyblac/aeon.git


then you can just pull the updates Smile


- steve1977 - 2009-07-04

andyblac Wrote:then download using method two.

HOW TO INSTALL (METHOD TWO)
1) Download from GitHub using THIS which will only download changed files)
But replace git://github.com/djh/aeon.git with git://github.com/andyblac/aeon.git


then you can just pull the updates Smile

Github again with the same issues...

Dont want to bitch around as this is clearly the best and greatest MOD for Aeon. Am I really the only one facing download issues?


- logictester - 2009-07-04

steve1977 Wrote:Github again with the same issues...

Dont want to bitch around as this is clearly the best and greatest MOD for Aeon. Am I really the only one facing download issues?

use firefox to download from github or any of the git clients, i use this http://www.cygwin.com/setup.exe
ie7 and ie8 don't work with github


- steve1977 - 2009-07-04

logictester Wrote:use firefox to download from github or any of the git clients, i use this http://www.cygwin.com/setup.exe
ie7 and ie8 don't work with github

Using Safari on my Mac. Can start the download (which should be the only browser related point). Stops at 99% though. Happens again and again and again...


- illfrozn - 2009-07-04

logictester Wrote:use firefox to download from github or any of the git clients, i use this http://www.cygwin.com/setup.exe
ie7 and ie8 don't work with github

No, you're not the only one having trouble. I tried to DL from Firefox several times and it would not start. I decided against trying another browser or using the Git software. I'll retry later ...


- logictester - 2009-07-04

steve1977 Wrote:Using Safari on my Mac. Can start the download (which should be the only browser related point). Stops at 99% though. Happens again and again and again...

http://code.google.com/p/git-osx-installer/downloads/list?can=3