[MOD] FusionMP (StreamedMP with Aeon elements) (2 Viewers)

FoxForceFive

Portal Pro
February 16, 2009
71
2
Home Country
United Kingdom United Kingdom
Sorry for the late replies, I'm currently studying for my final exams..
To answer your questions

In movingpictures.views.xml, search for

Code:
     <control><description>Rounded cover edges</description>
      <type>image</type>
      <id>246</id>
      <posX>00</posX>
      <posY>285</posY>
      <width>268</width>
      <height>371</height>
      <texture>#movingpictures_RoundedPosters</texture>
      <visible>facadeview.list+Control.IsVisible(50)</visible>
     </control>


Code:
     <!--<control><description>Rounded cover edges</description>
      <type>image</type>
      <id>246</id>
      <posX>00</posX>
      <posY>285</posY>
      <width>268</width>
      <height>371</height>
      <texture>#movingpictures_RoundedPosters</texture>
      <visible>facadeview.list+Control.IsVisible(50)</visible>
     </control>-->

@ uncertainty: even though I tend to listen to everyone's feedback as much as possible, I don't really find it interesting to do what you're asking for. If there were more people requesting this, I could look into it though..
I will however see if I can make the right panel of the details view a bit transparent so fanart "shines through" and see if it's pretty.

@jedritav: Yes it's possible but not plausible because it makes it harder to read. Having for example 8 gold stars and nothing else will force people to count the stars. If you have 8 gold stars & 2 white stars, you'll immediately see it's 10-2 = 8 stars..

I still cant seem to removed the rounded covers?

I deleted the code above in the xml but it stopped the overlays working completely. What should I do to remove the rounded covers, do I have to edit that code somehow?

Thanks.
 

Henkie Flits

Portal Pro
November 1, 2008
210
44
Home Country
Netherlands Netherlands
Hi Trevor, thanks for helping me out. Here's the info you asked me about:

MediaPortal 1.1 ALPHA
C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP
C:\Program Files (x86)\Team MediaPortal\MediaPortal
InfoService 0.99.3

And, maybe unfortunately in Dutch:

Zie het einde van dit bericht voor meer informatie over het aanroepen
van JIT-foutopsporing (Just In Time) in plaats van dit dialoogvenster.

************** Tekst van uitzondering **************
System.ArgumentOutOfRangeException: Index en lengte moeten naar een locatie binnen de tekenreeks verwijzen.
Parameternaam: length
bij System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
bij StreamedMP_AeonMod_Editor.StreamedMpAeonEditor.loadSkin(String menu)
bij System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bij System.Windows.Forms.Control.CreateControl()
bij System.Windows.Forms.Control.WmShowWindow(Message& m)
bij System.Windows.Forms.Control.WndProc(Message& m)
bij System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bij System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladen assembly's **************
mscorlib
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
StreamedMP_AeonMod_Editor
Assembly-versie: 1.0.100.0
Win32-versie: 1.0.100.0
CodeBase: file:///C:/Users/Zorba/Desktop/StreamedMP_AeonMod_Editor.exe
----------------------------------------
System.Windows.Forms
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
InfoService
Assembly-versie: 0.9.9.3
Win32-versie: 0.9.9.3
CodeBase: file:///C:/Program%20Files%20(x86)/Team%20MediaPortal/MediaPortal/plugins/windows/infoservice.dll
----------------------------------------
mscorlib.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3074 (QFE.050727-3000)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
System.XML.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.resources/2.0.0.0_nl_b77a5c561934e089/System.Xml.resources.dll
----------------------------------------
System.Windows.Forms.resources
Assembly-versie: 2.0.0.0
Win32-versie: 2.0.50727.3053 (netfxsp.050727-3000)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_nl_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------

************** JIT-foutopsporing **************
Als u JIT-foutopsporing wilt inschakelen, moet in het configuratiebestand voor deze
toepassing of computer (machine.config) de waarde
jitDebugging in het gedeelte system.windows.forms zijn ingesteld.
De toepassing moet ook zijn gecompileerd terwijl foutopsporing
was ingeschakeld.
 

Attachments

  • Basichome.xml
    30.6 KB

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
Hi Trevor, thanks for helping me out. Here's the info you asked me about:

MediaPortal 1.1 ALPHA
C:\ProgramData\Team MediaPortal\MediaPortal\skin\StreamedMP
C:\Program Files (x86)\Team MediaPortal\MediaPortal
InfoService 0.99.3

Thanks for this, found the problem - you have 0 defined for Time on Page, schoolboy error me letting error catch me out.

That has been fixed and Version 1.1.22.0 uploaded to Google Code and is in the download section.

Been doing a lot of changed over the w/e, here is the summary

Lots more checking when loading the BasicHome file

If Unable to load BasicHome.xml your are given the choice to load a default 6
tab template, saving current file and editing that file.

Modified the InfoService menu, when selecting the current menu will stay on
place and the screen and the RSS logo will be highlighted - looks cleaner this
way. Currently the InfoService background will load when RSS is selected, this
will become optional in the next relase.

If using MP 1.1.0 Alpha you have the option to wrap the RSS and Twitter tickers.


Give the new version a try, I can edit your file with no problems...but your file has pointed something out to me, you dont use the deafult background directorys...the editor will preserve what is in the file but when you add a new item will only allow you to add the pre-defined directories. Will add the ability to browse to a chosen directory in the next release.

The version I have put on up is marked as Test a test version as still have some finishing off to do along with the new stuff. If you or anyone tries it please let me know of any problems.

Thanks

Trevor
 

Henkie Flits

Portal Pro
November 1, 2008
210
44
Home Country
Netherlands Netherlands
Trevor thanks, that new version works like a charm!
I build the BasicHome with the previous version of the editor and it handled the custom directories perfectly and it still does. My menu is perfect right now, thanks!
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
Trevor thanks, that new version works like a charm!
I build the BasicHome with the previous version of the editor and it handled the custom directories perfectly and it still does. My menu is perfect right now, thanks!

Thats good news, thanks for letting me know

Trevor
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
Could you also integrate your MovingPictures on Google Code (http://code.google.com/p/aeonmod-streamedmp-editor/)?
This is a great view and it would make it easier to find the last version... :D

Not my stuff that (Vergo 's) and I am not activley maintaining the MovingPictures skin code though no reason why I could not.

I will collect up the lastest version on all Fusion mods and add them as an archive on the site.

Anyone who is intrested in helping maintain any of the skin files in Vergo's absance PM with your google account and I will add you to the project.

Thanks

Trevor
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
AeonMod Editor release V1.1.23.0

All,

Should be near enough the final update, well unless more requests or bugs turn up.

Version 1.1.23.0

Changes

Lots more checking when loading the BasicHome file

If Unable to load BasicHome.xml your are given the choice to load a default 6
tab template, saving current file and editing that file.

Modified the InfoService menu, when selecting the current menu will stay on
place and the screen and the RSS logo will be highlighted - looks cleaner this
way. Currently the InfoService background will load when RSS is selected, this
will become optional in the next relase.

Added Browse button for image folder directory

If using MP 1.1.0 Beta you have the option to wrap the RSS and Twitter tickers.

Added some Tooltips

Bugs fixed

Fixed bug that caused crash if Time on Page was set to 0


The new version can be found on the Google Code site.

In addition I have started to look at including Vergo's FusionMP files on this site, noticed that the downloads are no longer available, as I had a copy of the last set of mods I have added the archive to the Google Code site.

I will look in more detail at this and try to maintain them if there is still interest in these modifications?

Thanks

Trevor
 

FoxForceFive

Portal Pro
February 16, 2009
71
2
Home Country
United Kingdom United Kingdom
I still cant seem to remove the rounded covers?

I deleted the code above in the xml but it stopped the overlays working completely. What should I do to remove the rounded covers, do I have to edit that code somehow?

Thanks.

Anyone? This is really, really bugging me. I dont actually mind the rounded covers *that* much, but I prefer straight, however the reflection being wrong underneath is starting to wind me up!

Trevor, is there any chance you could make the rss & weather parts of the menu generator optional?

I dont use either & currently have to manually edit the xml file to remove them.

The generator is brilliant, & does exactly what I need it to, bar this. It's no big thing though, if it's too much please dont bother on my account!
 

trevor

Portal Pro
October 17, 2006
1,600
950
Chelmsford
Home Country
United Kingdom United Kingdom
I still cant seem to remove the rounded covers?

I deleted the code above in the xml but it stopped the overlays working completely. What should I do to remove the rounded covers, do I have to edit that code somehow?

Thanks.

Anyone? This is really, really bugging me. I dont actually mind the rounded covers *that* much, but I prefer straight, however the reflection being wrong underneath is starting to wind me up!

Have not looked back on the thread but assume this is a MovingPictures issue, if you upload the the .xml and I can remove the rounded covers part...


Just checked this, this should be a matter of editing MovingPictures.xml and changing this line

<define>#movingpictures_RoundedPosters:round.poster.frame.png</define>

with this

<define>-</define>

Sorry if this has already been said..but works for me...




Trevor, is there any chance you could make the rss & weather parts of the menu generator optional?

I dont use either & currently have to manually edit the xml file to remove them.

The generator is brilliant, & does exactly what I need it to, bar this. It's no big thing though, if it's too much please dont bother on my account!

They are :confused:

Either don't install Infoservice or untick all the InfoService options, will need to give Weather a background folder but thats about it.

Trevor
 

Users who are viewing this thread

Top Bottom