• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 242
ShowMix 2.1 - New LowList
#91
OK. Problem here. I'm using AEON Auriga branch latest version, with the latest version of your Multiplex/Showcase mix. Everything was going fine until I updated to your latest release. Now Only my Studio and HDTV/BLURAY Flags are working.. 720p/1080p and/or DTS/AC3/OGG Flags Are NOT WORKING! I don't know why. I have 720p / BluRay in my Studio <tags> in the nfo files in the movie directorys. Flags worked 100% before I updated to this version? am i doing something wrong..
Reply
#92
Paradise Wrote:H
Do i also need to put V0.53 over it, because the full is 0.5?

Yes

Paradise Wrote:Also tryed to put 0.53 over Aeon, but its the same...

There is also nothing in multiplex to chose thumb, art, plot, poster...

as default the folder extracted zip file will create a folder called Aeon ShowMix 0.5 place that into your skinks folder, then make sure you change the skin to Aeon ShowMix. it looks like your have just the original Aeon theme selected
Reply
#93
420p Wrote:OK. Problem here. I'm using AEON Auriga branch latest version, with the latest version of your Multiplex/Showcase mix. Everything was going fine until I updated to your latest release. Now Only my Studio and HDTV/BLURAY Flags are working.. 720p/1080p and/or DTS/AC3/OGG Flags Are NOT WORKING! I don't know why. I have 720p / BluRay in my Studio <tags> in the nfo files in the movie directorys. Flags worked 100% before I updated to this version? am i doing something wrong..

the latest version of my mod needs the latest SVN download of the app. as it media flagging built in XBMC, i as don't use the "Studio" method now.

get the latest SVN here
Reply
#94
OK. Does it go without hitch? (The built in media flagging?)

What do I need to do? Will it auto find the studio, source (bluray/hd/sd/dvd,etc) and quality? (1080p,480,etc)
Reply
#95
Two words LOVE IT Big Grin

Just to add there's a small mistake in your "Includes_MediaFlags.xml" that stops the Dolby Digital 5.1 flag showing on the info panel Wink

Yours not working

Code:
<control type="image" id="92">
            <include>Furniture_MovieInfoFlagSound</include>
            <texture>flags/info/dd51.png</texture>
            <visible>substring(listitem.studio,6ch) + substring(listitem.studio,ac-3)</visible>
        </control>

Working

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

Keep up the good work Smile
Reply
#96
OK, i overwrited my XBMC with the latest svn.
In C:\Users\Paradise\AppData\Roaming\XBMC\skin i have just "Aeon ShowMix".

My movie folder looks like this:
Apocalypto
--Apocalypto.iso
--Apocalypto.nfo
--Apocalypto.tbn
--fanart.jpg
--movie-trailer.mov
--extrathumbs
----thumb1.jpg
----thumb2.jpg
----thumb3.jpg

But i get just:
Image

Apocalypto.nfo:
Code:
<movie>
        <title>Apocalypto</title>
        <originaltitle>Apocalypto</originaltitle>
        <rating>6.100000</rating>
        <year>2008</year>
        <top250>0</top250>
        <votes>50</votes>
        <outline>A look at the role of the Buckeye State in the 2004 Presidential Election.</outline>
        <plot>A look at the role of the Buckeye State in the 2004 Presidential Election.</plot>
        <tagline></tagline>
        <runtime>90 min</runtime>
        <mpaa>Not available</mpaa>
        <playcount>0</playcount>
        <watched>false</watched>
        <id>tt0472043</id>
        <trailer></trailer>
        <genre>Action</genre>
        <credits></credits>
        <director>Mel Gibson</director>
        <studio>Lionsgate</studio>
        <actor>
            <name>Paul Begala</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>George W. Bush</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>Mary Beth Cahill</name>
            <role>Herself</role>
        </actor>
        <actor>
            <name>Ed Gillespie</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>John Kerry</name>
            <role>Himself</role>
        </actor>
    </movie>

I need to say that i don't wanna use the srapers. Expect for IMDB Votes.
So i don't know what exactly i have to put in there.

In the next post i post the log.

Edit: Can't post it because its to long. Hm, no attachments here?

Ok, some Errors:
ERROR: unable to loadConfusedpecial://home/skin/Aeon ShowMix/720p/Pointer.xml, Line 0 Failed to open file
ERROR: CGUIAudioManager::Initialize
WARNING: Skin has invalid include: selectedcolor
WARNING: Skin has invalid include: common-fade
WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
ERROR: CGUIAudioManager:Big GrineInitialize
WARNING: file doesnt have <fontset> with name 'Default', defaulting to first fontset
ERROR: CWINFileSMB: Unable to open file '\' Error '2
ERROR: PICTURE: Error loading image smb://SERVING-BIRD/Archiv/Movies/Movies/A/Apocalypto/movie.tbn
ERROR: PICTURE: Error loading image special://masterprofile/Thumbnails/Video/Fanart/8400aaf5.tbn
Reply
#97
>>X<<' Wrote:Two words LOVE IT Big Grin

Just to add there's a small mistake in your "Includes_MediaFlags.xml" that stops the Dolby Digital 5.1 flag showing on the info panel Wink

Keep up the good work Smile

thanks must have missed one Smile. updated ready for next upload.
Reply
#98
Paradise Wrote:OK, i overwrited my XBMC with the latest svn.
In C:\Users\Paradise\AppData\Roaming\XBMC\skin i have just "Aeon ShowMix".

My movie folder looks like this:
Apocalypto
--Apocalypto.iso
--Apocalypto.nfo
--Apocalypto.tbn
--fanart.jpg
--movie-trailer.mov
--extrathumbs
----thumb1.jpg
----thumb2.jpg
----thumb3.jpg

But i get just:
Image

Apocalypto.nfo:
Code:
<movie>
        <title>Apocalypto</title>
        <originaltitle>Apocalypto</originaltitle>
        <rating>6.100000</rating>
        <year>2008</year>
        <top250>0</top250>
        <votes>50</votes>
        <outline>A look at the role of the Buckeye State in the 2004 Presidential Election.</outline>
        <plot>A look at the role of the Buckeye State in the 2004 Presidential Election.</plot>
        <tagline></tagline>
        <runtime>90 min</runtime>
        <mpaa>Not available</mpaa>
        <playcount>0</playcount>
        <watched>false</watched>
        <id>tt0472043</id>
        <trailer></trailer>
        <genre>Action</genre>
        <credits></credits>
        <director>Mel Gibson</director>
        <studio>Lionsgate</studio>
        <actor>
            <name>Paul Begala</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>George W. Bush</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>Mary Beth Cahill</name>
            <role>Herself</role>
        </actor>
        <actor>
            <name>Ed Gillespie</name>
            <role>Himself</role>
        </actor>
        <actor>
            <name>John Kerry</name>
            <role>Himself</role>
        </actor>
    </movie>

I need to say that i don't wanna use the srapers. Expect for IMDB Votes.
So i don't know what exactly i have to put in there.

In the next post i post the log.

Edit: Can't post it because its to long. Hm, no attachments here?

Ok, some Errors:
ERROR: unable to loadConfusedpecial://home/skin/Aeon ShowMix/720p/Pointer.xml, Line 0 Failed to open file
ERROR: CGUIAudioManager::Initialize
WARNING: Skin has invalid include: selectedcolor
WARNING: Skin has invalid include: common-fade
WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
ERROR: CGUIAudioManager:Big GrineInitialize
WARNING: file doesnt have <fontset> with name 'Default', defaulting to first fontset
ERROR: CWINFileSMB: Unable to open file '\' Error '2
ERROR: PICTURE: Error loading image smb://SERVING-BIRD/Archiv/Movies/Movies/A/Apocalypto/movie.tbn
ERROR: PICTURE: Error loading image special://masterprofile/Thumbnails/Video/Fanart/8400aaf5.tbn

something has gone wrong, that looks like an OLD aeon MK1 skin. i'm uploading a full version 0.56. try that when it's up.
Reply
#99
420p Wrote:OK. Does it go without hitch? (The built in media flagging?)

What do I need to do? Will it auto find the studio, source (bluray/hd/sd/dvd,etc) and quality? (1080p,480,etc)

the source is done still through the filename, as there is no way a scraper will know what the source could be.
Reply
Understand.Ok so Foldernames must have HDDVD, BLURAY, 720P in it? Correct

Better yet, lemme re-phrase.

With the SVN, Latest AEON Release (Does it matter if I use auriga?) , and Your Skin What will automatically be displayed (Flag wise)
Reply
andyblac Wrote:thanks must have missed one Smile. updated ready for next upload.

Considering the amount of work involved its easily missed keep going M8 all your hard work is appreciated
Reply
Update: 20-June-09
grey shade option across ALL windows.
poster view in window mode
changes to the way the window slides up
Added "AEON" to the submenu of the SETTINGS menu.
Fixed DD logo missing on info pages (thanks to >>X<< for spotting it)

ShowMix v0.56 Update only full latest (17-June-09) GIT of Aeon required already installed

FDownload the full version 0.56 Part 1, Part 2, Part 3

I have just checked my code against the latest Aeon from GIT, and was shocked. the latest Aeon has 1058 lines of code in Viewtype_Multiplex. mine has 8648 Shocked no wonder i get lost at times. just yesterday i left out a </control> and had to go through the entire thing to find out why it was not loading Nerd
Reply
PLEASE

Code:
00:25:25 T:656 M:1879859200   ERROR: unable to load:special://xbmc/skin/Aeon ShowMix/720p/Pointer.xml, Line 0
                             Failed to open file
00:25:25 T:656 M:1879814144   ERROR: CGUIAudioManager::Initialize
00:25:25 T:656 M:1878691840 WARNING: Skin has invalid include: Lines
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: selectedcolor
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: selectedcolor
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: selectedcolor
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: selectedcolor
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878683648 WARNING: Skin has invalid include: common-fade
00:25:25 T:656 M:1878663168  NOTICE: initialize done
00:25:25 T:656 M:1878663168  NOTICE: Running the application...
00:25:25 T:656 M:1877557248  NOTICE: ES: Starting event server
00:25:25 T:1312 M:1878450176  NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
00:25:25 T:1312 M:1878478848  NOTICE: UDP: Listening on port 9777
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:25:37 T:656 M:1856008192 WARNING: Skin has invalid include: Furniture_MultiplexMediaFlags
00:27:35 T:656 M:1880129536  NOTICE: Storing total System Uptime
00:27:35 T:656 M:1880129536  NOTICE: Saving settings
00:27:35 T:656 M:1880023040  NOTICE: stop all
00:27:35 T:656 M:1880023040  NOTICE: ES: Stopping event server
00:27:36 T:1312 M:1880166400  NOTICE: ES: UDP Event server stopped
00:27:36 T:656 M:1880150016  NOTICE: stop dvd detect media
00:27:36 T:656 M:1880178688  NOTICE: stop sap announcement listener
00:27:36 T:656 M:1880178688  NOTICE: clean cached files!
00:27:36 T:656 M:1880174592  NOTICE: unload skin
00:27:36 T:656 M:1880174592   ERROR: CGUIAudioManager::DeInitialize
00:27:36 T:656 M:1909919744 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture unknown-user.png
00:27:36 T:656 M:1909919744 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture thumbs/cdcover_mask.png
00:27:36 T:656 M:1910665216 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture thumbs/cd_shadow.png
00:27:36 T:656 M:1911664640 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture thumbs/cd_glass_noedge.png
00:27:36 T:656 M:1912745984 WARNING: CGUITextureManager::Cleanup: Having to cleanup texture thumbs/cdcover_mask_reflect.png
00:27:36 T:656 M:1918447616  NOTICE: stop python
00:27:36 T:656 M:1918447616  NOTICE: stopped
00:27:36 T:656 M:1918447616  NOTICE: destroy
00:27:36 T:656 M:1918398464 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture unknown-user.png
00:27:36 T:656 M:1918398464 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cdcover_mask.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cd_shadow.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cd_glass_noedge.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture unknown-user.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cdcover_mask_reflect.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture unknown-user.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cdcover_mask.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cd_shadow.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cd_glass_noedge.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture unknown-user.png
00:27:36 T:656 M:1918406656 WARNING: CGUITextureManager::ReleaseTexture: Unable to release texture thumbs/cdcover_mask_reflect.png
00:27:36 T:656 M:1918394368  NOTICE: unload sections
Reply
Wow, Thanks. I'm amazed. Truly Impressed. :-0

Can I use Auriga branch of AEON ?
Reply
andyblac Wrote:ShowMix v0.56 Update only full latest (17-June-09) GIT of Aeon required already installed

FDownload the full version 0.56 Part 1, Part 2, Part 3

I believe I found my prob. Thanks for the replies earlier.

There are four download links above. Do I need to download all four of them and then just copy and paste all of them into the Auriga skin folder? I searched the whole thread, but must have missed it.

Thanks in advance!!!
Server: Asus Sabertooth Z77 | Intel Core i5 3.4 GHz | 16 GB DDR3 | 128 GB SSD, 82 TB (9 x 6 TB, 7 x 4 TB)
HTPC 1: Raspberry Pi 2 | HTPC 2: Raspberry Pi 2 | HTPC 3: Raspberry Pi
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 242

Logout Mark Read Team Forum Stats Members Help
ShowMix 2.1 - New LowList12