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)



- SHen350 - 2009-08-02

SHen350 Wrote:Well, I had the same problem. I had things set up to use the wide fanart type ones in Aeon. I decided to have poster instead, so I changed to Tongueoster: on the vert menu and VIOLA!!! yeah, nothing either.

Soooo.... I went into every TV Show folder I had, renamed a poster to folder. Then I went and purged everything in the skin. When I reloaded TV Shows the ones I had changed to poster being named folder showed up. So far I have only completed about 10 of the 100 or so shows and only tried this on one of my comps, but I will work on it a bit more later. Maybe this will work for you.

Well, this only worked for the server. For the remote ones that I stream too, it still shows the fanart squished into the poster size. I did a purge in the skin, is there somewhere else I need to purge so it won't use them? :confused2:


- Arquizona - 2009-08-03

Awesome!!


- azido - 2009-08-03

micky Wrote:ok, the menu in the layout is fixed

however when u goto advanced aeon setting, and try to change anything the menu disappears.

also set content does not work, again no menu, i have to switch to another skin to set content

most of the time, a simple shutdown and restart of xbmc should help to "re-get" the not applying screens/options. looks like under some circumstances the skin is no longer able to find the needed textures/labels to display them.

set content works fine here.

@ALL: current version: 1.43 (Git-008)


- SHen350 - 2009-08-03

>>X<<' Wrote:In window github is easy just install github and do the following

Right click XBMC skins folder and select "Git Bash"

then paste the following in the command window

Code:
git clone git://github.com/andyblac/aeon.git AeonAndy

That will create a folder "AeonAndy" in the skins directory and download everything into that folder

Then in the future you just right click "AeonAndy" folder and select git bash and type "git pull"

If its already up to date it will tell you so if not it will update

"AeonAndy" folder can be any name you like that's just an example

Edit : see your using a MAC so ignore this then Rolleyes

Hmmm.... okay, I did this, git bash did it's thing, pulled info, checked the file, but no new AeonAndy skin in the skins file. I have no idea where it was put. I do think it's here somewhere, but not in XBMC anywhere.


- azido - 2009-08-03

SHen350 Wrote:Hmmm.... okay, I did this, git bash did it's thing, pulled info, checked the file, but no new AeonAndy skin in the skins file. I have no idea where it was put. I do think it's here somewhere, but not in XBMC anywhere.

hehe.. chances are that directory is in your users folder. on win7 git bash initially starts in C:\users\username


- &gt;&gt;X&lt;&lt; - 2009-08-03

SHen350 Wrote:Hmmm.... okay, I did this, git bash did it's thing, pulled info, checked the file, but no new AeonAndy skin in the skins file. I have no idea where it was put. I do think it's here somewhere, but not in XBMC anywhere.

Windows has a search so search AeonAndy, did you start by selecting the skins folder and choosing "Git bash here" from right click

Did you put AeonAndy or Aeon Andy, if you put Aeon Andy then you must include quotes "Aeon Andy"

azido Wrote:hehe.. chances are that directory is in your users folder. on win7 git bash initially starts in C:\users\username

That's only true if you just run Git Bash, if you select a folder and choose Git bash here from right click it starts in that folder so no need to cd to any directory that's why its quick and easy Big Grin

Alternatively you can run Git bash type cd drag and drop the skins folder onto the command window hit entre then git clone


- azido - 2009-08-03

>>X<<' Wrote:That's only true if you just run Git Bash, if you select a folder and choose Git bash here from right click it starts in that folder so no need to cd to any directory that's why its quick and easy Big Grin

hehe.. in fact i did not realize it applied such convenient options to the context menu until you wrote that. nice. i always cd'ed to my directory.

@ALL: current version: 1.44 (GIT-010)


- soder - 2009-08-03

I added this:
http://trac.xbmc.org/ticket/7001

as a responce to this:
http://www.assembla.com/spaces/showmix/tickets/23-%5BBUG%5D-Counting--all-seasons--as-a-season#comment:2

dont know if thats right...

/Söder

EDIT: Thanks Andy for helping me out. =)

/Söder


- andyblac - 2009-08-03

soder Wrote:I added this:
http://trac.xbmc.org/ticket/7001

as a responce to this:
http://www.assembla.com/spaces/showmix/tickets/23-%5BBUG%5D-Counting--all-seasons--as-a-season#comment:2

dont know if thats right...

/Söder

i have posted as well to try to make it clean what you want. Smile


- soder - 2009-08-03

andyblac Wrote:i have posted as well to try to make it clean what you want. Smile

Thanks. They answered my ticket a little bit rude. =)

I like it better here. Wink

/Söder


- soder - 2009-08-03

andyblac Wrote:i have posted as well to try to make it clean what you want. Smile

Well well well.. =) I seams like it was a Aeon thing anyway. =)

/Söder


- azido - 2009-08-03

soder Wrote:Thanks. They answered my ticket a little bit rude. =)

I like it better here. Wink

/Söder

maybe that's because that is rather a bug then kind of "cosmetics" in the item count routine.

to avoid this, you could add the following to your advancedsettings.xml:

Code:
<videolibrary>
        <hideallitems>true</hideallitems>
    </videolibrary>
    <musiclibrary>
        <hideallitems>true</hideallitems>
    </musiclibrary>

this will prevent to show the "all seasons" and "all albums" thumb and thus it will not be counted.


- soder - 2009-08-03

azido Wrote:maybe that's because that is rather a bug then kind of "cosmetics" in the item count routine.

to avoid this, you could add the following to your advancedsettings.xml:

Code:
<videolibrary>
        <hideallitems>true</hideallitems>
    </videolibrary>
    <musiclibrary>
        <hideallitems>true</hideallitems>
    </musiclibrary>

this will prevent to show the "all seasons" and "all albums" thumb and thus it will not be counted.

Thanks.

Never use that anyway. =)

/Söder


- azido - 2009-08-03

soder Wrote:Thanks.

Never use that anyway. =)

/Söder

neither do i. Wink


question - azido - 2009-08-03

a quick question to those of you guys where the following appears:

1. you have already updated to version 1.44 (Git-010) of showmix.
2. you have a tv-show with more than one season in your movie library.
3. you are willing to check something for me (that's the hardest part, i know).

please go to your tv-show section and enter the season selection screen for a show with more than one season (meaning the one which displays SEASON 1, SEASON 2 and so on).

most of you will probably use list view there, but for now please switch a) to showcase view and b) also try multiplex view here.

do you get missing season thumbs like in this screenshots?

Image

Image

thanks for checking that.