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-08-15

azido Wrote:i think so, yes, since we did last troubleshootings today before the release.

maybe consider a fresh clone (don't forget the --depth 1 switch) and start from the beginning.

like he said Smile


- logictester - 2009-08-15

andy what about the aspect flags in episodes? still getting those every now and then but not everywhere


- patkhoo - 2009-08-16

patkhoo Wrote:OK, here's the links for the latest version of my script. The big changes are:
1. Added Linux Ubuntu 8.04 support
2. Stripped down Git on Windows and Ubuntu
3. Added support for Aeon Auriga and Aeon Hitched

... Snip ...

Hi all,

Just updated the script slightly to allow for skin folders that are not under the XBMC program folder. You can download it here.


- andyblac - 2009-08-16

logictester Wrote:andy what about the aspect flags in episodes? still getting those every now and then but not everywhere

turn on developer mode, then turn debug flags. go in tvshows and have a look at RES:, see what's in it, if it is empty then the flag is not been picked by XBMC.


- logictester - 2009-08-16

anyway to force it? i have this tag in the nfo's <aspectdisplayratio>1.778</aspectdisplayratio>, is there any other tag to use for it? at one point, after watching an episode and finishing it the flag appeared...


- azido - 2009-08-16

logictester Wrote:anyway to force it? i have this tag in the nfo's <aspectdisplayratio>1.778</aspectdisplayratio>, is there any other tag to use for it? at one point, after watching an episode and finishing it the flag appeared...

it should be <aspect>, not <aspectdisplayratio>.

Code:
<fileinfo>
        <streamdetails>
            <video>
                <codec>xvid</codec>
                [color=Red][b]<aspect>1.818182</aspect>[/b][/color]
                <width>640</width>
                <height>352</height>
            </video>
            <audio>
                <codec>ac3</codec>
                <language></language>
                <channels>6</channels>
            </audio>
        </streamdetails>
    </fileinfo>
maybe andy could add reading from <apectdisplayratio>, too.


- azido - 2009-08-16

andy, head over to the aeon settings, play around with them and you'll notice there is more text overlapping because previous text is not hiding.


- logictester - 2009-08-16

azido Wrote:andy, head over to the aeon settings, play around with them and you'll notice there is more text overlapping because previous text is not hiding.

when ever you select background press down texts overlaps


- logictester - 2009-08-16

azido Wrote:it should be <aspect>, not <aspectdisplayratio>.

Code:
<fileinfo>
        <streamdetails>
            <video>
                <codec>xvid</codec>
                [color=Red][b]<aspect>1.818182</aspect>[/b][/color]
                <width>640</width>
                <height>352</height>
            </video>
            <audio>
                <codec>ac3</codec>
                <language></language>
                <channels>6</channels>
            </audio>
        </streamdetails>
    </fileinfo>
maybe andy could add reading from <apectdisplayratio>, too.

same <aspectdisplayratio> is working fine in movies, azido, do you have aspect flags at episodes level?
you right bro - it's <aspect>, hmmm.... mass text replacing....


- azido - 2009-08-16

logictester Wrote:same <aspectdisplayratio> is working fine in movies, azido, do you have aspect flags at episodes level?
you right bro - it's <aspect>, hmmm.... mass text replacing....

right where they belong Nod

Image


- azido - 2009-08-16

logictester Wrote:when ever you select background press down texts overlaps

there's more of them on nearly every option in aeon settings.


- azido - 2009-08-16

question:

do these two options found in CUSTOMISE->ADVANCED->VIEWS change anything noticeable for you? for me it looks like they are obsolete since i cannot see any change.

USE SINGLE THUMBNAIL FOR MUSIC LIST

USE SINGLE THUMBNAIL FOR MOVIE LIST


[u][b]
[/b][/u]




- andyblac - 2009-08-17

azido Wrote:there's more of them on nearly every option in aeon settings.

i'm only getting the background one, if you can provide more details ?.

cheers


- andyblac - 2009-08-17

azido Wrote:question:

do these two options found in CUSTOMISE->ADVANCED->VIEWS change anything noticeable for you? for me it looks like they are obsolete since i cannot see any change.

USE SINGLE THUMBNAIL FOR MUSIC LIST

USE SINGLE THUMBNAIL FOR MOVIE LIST


[u][b]
[/b][/u]


yeah, those are obsolete now, the original list view had a flow like thing going on. do me a favour add a bug ticket and i remove them.


- azido - 2009-08-17

andyblac Wrote:i'm only getting the background one, if you can provide more details ?.

cheers

sure, see ticket #75 (3 screenshots provided).

andyblac Wrote:do me a favour add a bug ticket and i remove them.

done, ticket #74.

added an additional ticket #76 [BUG] viewmodes selection in PICTURES section is weak [VER 1.60 (GIT-130)]