NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) Recording2, MusicLibrary2, SystemStatus Support v
1 2 3 4 5 … 10 Next »
Music Box 4 - Version 9.1

 
  • 0 Vote(s) - 0 Average
Music Box 4 - Version 9.1
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,996
Threads: 956
Joined: May 2006
#91
2011-06-15, 02:23 AM
Jaggy Wrote:He's talking about the IconJukebox not the main skin(s) so I don't see how the Backdrop will help him for this??
Thanks Jaggy, I misunderstood what he wanted, and it makes the solution easier
Code:
    <Element name="IconView" location="0,12.36" size="100,75.28" alpha="255" rows="3" columns="5">
        <Image source="..\..\_common\PopUp.png" location="0.25,0.25" size="98,96" fixedAspectRatio="false" />
    </Element>

The optional Jukebox folder is one level deeper, the reason I did this was to allow cycling through all skins in this folder with Alt-B. I was curious how creative NPVR users could be.

Quote:BTW while I have dropped BRVE+ I have found out I am "totally addicted" <sad or what> to doing some development work so I am currently doing a new slightly different skin, so your effort for adding that hasn't been totally wasted Wink

I don't consider it a waste at all, after our earlier I quickly realized the importance of giving the skinner some custom background option which the MB4 design took away and I was truly impressed with what you had achieved. If you need anything else for BRVE++ or wherever you are going feel free, to ask.

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#92
2011-06-15, 02:41 AM
Yes, the IconJukebox.xml file (that is one level deeper in the directory tree) is the file I'm talking about. I'm trying to achieve a similar appearance to when you switch views while in the jubebox mode.

I appreciate you taking a look at it.
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#93
2011-06-15, 02:43 AM
Jaggy Wrote:BTW while I have dropped BRVE+ I have found out I am "totally addicted" <sad or what> to doing some development work so I am currently doing a new slightly different skin, so your effort for adding that hasn't been totally wasted Wink

Good to hear! I feel the more options for the users the better.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,996
Threads: 956
Joined: May 2006
#94
2011-06-15, 02:51 AM
Northpole Wrote:Yes, the IconJukebox.xml file (that is one level deeper in the directory tree) is the file I'm talking about. I'm trying to achieve a similar appearance to when you switch views while in the jubebox mode.

I appreciate you taking a look at it.

If you meant you wanted a third view that looks like Covers view in Music. I have attached a template, I never added the top metadata, but you probably get the idea.

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#95
2011-06-15, 03:49 AM
mvallevand Wrote:If you meant you wanted a third view that looks like Covers view in Music. I have attached a template, I never added the top metadata, but you probably get the idea.

Martin

No, that's not the problem I'm having. I'm trying to draw a .png (or .jpg) image as a background for IconView in the file IconJukebox.xml

Code:
    <Element name="IconView" location="5,4.5" size="90,94" alpha="255" rows="3" columns="5">
                <RoundedRect location="0.25,0.25" size="98,96" fillColor="#0C2978" borderColor="#101010" radius="0.1" borderWidth="1px"/>
        <!--Image source="..\_common\PopUp.jpg" location="0.25,0.25" size="98,96" fixedAspectRatio="false" /-->
    </Element>

the first line works but if you uncomment the second line, it won't draw the image. (snipet from IconJukebox.xml) In other words, RoundedRect or Rect work but Image doesn't. BTW, this image code works OK in the Jukebox.xml file.

Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,996
Threads: 956
Joined: May 2006
#96
2011-06-15, 04:04 AM
Ok, did you see the earlier post with this Image source="..\..\_common\PopUp.png"


Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#97
2011-06-15, 11:56 AM
mvallevand Wrote:Ok, did you see the earlier post with this Image source="..\..\_common\PopUp.png"


Martin

Duh... Sometimes I'm a little slow. A good nights sleeps always helps. Thanks very much.
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#98
2011-06-15, 04:12 PM
One last question... Is it possible to change the render order for the Album.xml (center) column to be similar to track.xml (right) column so that when the center column is not selected, that it can be "dulled" or "masked" by the content from the ZonePosition element in the musicbox.xml. Currently this works good for the left and right columns but not the center (album) column.

Thanks
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#99
2011-06-15, 05:55 PM
I have found a work around so please disregard the above post.

Thanks.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,996
Threads: 956
Joined: May 2006
#100
2011-06-15, 11:46 PM
Northpole Wrote:One last question... Is it possible to change the render order for the Album.xml (center) column to be similar to track.xml (right) column so that when the center column is not selected, that it can be "dulled" or "masked" by the content from the ZonePosition element in the musicbox.xml. Currently this works good for the left and right columns but not the center (album) column.

Thanks

Glad you got this part working. Correctly getting the column shading part of the skin is definitely tricky, especially the middle column as you found out since I render the middle column after zone position. This wasn't my first choice, but it was a compromise I made in the code because I strongly felt masking out the album art weakened the look of the Default skin. I look forward to seeing what you have done. One day I might have a better handle on skinning (if I had half the talent you, Jaggy, and Hairy have shown, I'd be happy) and I might be able to make skinning this easier but other solutions aren't jumping out at me.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 8 9 10 11 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Music Box 4 - M3U files and Genres R1Dave 5 13,991 2011-12-03, 07:27 PM
Last Post: R1Dave
  Music Box 4 - Version 9.2 mvallevand 54 40,924 2011-11-09, 12:00 AM
Last Post: nia
  MusicLibrary3 - Version 8.1 psycik 6 8,766 2011-01-06, 12:37 AM
Last Post: mvallevand
  MusicLibrary2 - Version 7 Support thread. psycik 124 63,909 2009-05-18, 06:26 AM
Last Post: pz1
  ML2 version 8 bugs pz1 9 5,069 2009-03-29, 07:50 AM
Last Post: psycik
  visualisations and Music Videos Captcol 5 3,766 2008-05-02, 12:46 AM
Last Post: Captcol
  CDRipper Version 1.0 BETA - Support Thread psycik 22 8,473 2008-04-02, 08:25 PM
Last Post: MixMan
  Music Library2 v6.7 - BETA psycik 204 52,065 2008-03-23, 10:21 PM
Last Post: psycik
  Any long term ML2 users want to test the new version? psycik 1 2,066 2008-02-20, 04:00 PM
Last Post: mkenyon2
  Music Library 2 CarolinaGuy 8 4,141 2007-12-26, 03:52 PM
Last Post: ACTCMS

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode