home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Now Playing Music Fanart Mods
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="kiwijunglist" data-source="post: 541463" data-attributes="member: 76888"><p>Your not a noob, the xml file for the above screenshot hasn't been coded yet. (I am waiting for a developer to code it for me). <a href="http://code.google.com/p/streamedmp/issues/detail?id=194&colspec=ID%20Type%20Status%20Priority%20Stars%20Milestone%20Owner%20Summary" target="_blank">Click here and add a star.</a></p><p></p><p>If you want fanart right now you can do the following.</p><p>Make a backup copy of mymusicplayingnow.xml from the \skin\streamedmp\ directory</p><p>Now edit mymusicplayingnow.xml in notepad</p><p>Find the following code (near the top)</p><p></p><p>[code]</p><p> <control></p><p> <description>music background image</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>1280</width></p><p> <height>720</height></p><p>[COLOR="Red"][B] <texture>#header.hover</texture>[/B][/COLOR]</p><p> <animation effect="fade" time="400" delay="0">WindowOpen</animation></p><p> </control></p><p>[/code]</p><p></p><p>Change it to </p><p></p><p>[code]</p><p> <control></p><p> <description>music background image</description></p><p> <type>image</type></p><p> <id>0</id></p><p> <posX>0</posX></p><p> <posY>0</posY></p><p> <width>1280</width></p><p> <height>720</height></p><p>[COLOR="Red"][B] <texture>C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture>[/B][/COLOR]</p><p> <animation effect="fade" time="400" delay="0">WindowOpen</animation></p><p> </control></p><p>[/code]</p><p></p><p>This uses C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\ and looks for files called %artistname%L.jpg</p><p></p><p>These files are automatically creating by the audioscrober plugin that is built into mediaportal. Find and enable it in MP Config, under process plugins, use it to automatically download artist images for your entire library, it will automatically put the files into C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\</p><p></p><p>If you are using Vista then the directory name is slightly different</p><p></p><p>EDIT: <a href="https://forum.team-mediaportal.com/black-glass-456/music-now-playing-mod-full-color-fanart-73530/" target="_blank">you could also probably easily mod this screen into streamedmp.</a></p></blockquote><p></p>
[QUOTE="kiwijunglist, post: 541463, member: 76888"] Your not a noob, the xml file for the above screenshot hasn't been coded yet. (I am waiting for a developer to code it for me). [url=http://code.google.com/p/streamedmp/issues/detail?id=194&colspec=ID%20Type%20Status%20Priority%20Stars%20Milestone%20Owner%20Summary]Click here and add a star.[/url] If you want fanart right now you can do the following. Make a backup copy of mymusicplayingnow.xml from the \skin\streamedmp\ directory Now edit mymusicplayingnow.xml in notepad Find the following code (near the top) [code] <control> <description>music background image</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</posY> <width>1280</width> <height>720</height> [COLOR="Red"][B] <texture>#header.hover</texture>[/B][/COLOR] <animation effect="fade" time="400" delay="0">WindowOpen</animation> </control> [/code] Change it to [code] <control> <description>music background image</description> <type>image</type> <id>0</id> <posX>0</posX> <posY>0</posY> <width>1280</width> <height>720</height> [COLOR="Red"][B] <texture>C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\#Play.Current.ArtistL.jpg</texture>[/B][/COLOR] <animation effect="fade" time="400" delay="0">WindowOpen</animation> </control> [/code] This uses C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\ and looks for files called %artistname%L.jpg These files are automatically creating by the audioscrober plugin that is built into mediaportal. Find and enable it in MP Config, under process plugins, use it to automatically download artist images for your entire library, it will automatically put the files into C:\Documents and Settings\All Users\Application Data\Team MediaPortal\MediaPortal\thumbs\Music\Artists\ If you are using Vista then the directory name is slightly different EDIT: [url=https://forum.team-mediaportal.com/black-glass-456/music-now-playing-mod-full-color-fanart-73530/]you could also probably easily mod this screen into streamedmp.[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Skins
Popular Skins
StreamedMP
Now Playing Music Fanart Mods
Contact us
RSS
Top
Bottom