-Have MusicBee able to ignore any artist pictures too far outside a specified aspect ratiocan anyone give me some examples where the aspect ratio is not good or the resolution too low
-Have MusicBee able to ignore any artist pictures below a certain resolution
-Have MusicBee able to ignore any artist pictures too far outside a specified aspect ratiocan anyone give me some examples where the aspect ratio is not good or the resolution too low
-Have MusicBee able to ignore any artist pictures below a certain resolution
<settings fixedWidth="300" fixedHeight="100" />
- support in the skin file to set the window to a fixed size (for grebs recent files)Code<settings fixedWidth="300" fixedHeight="100" />
http://musicbee.niblseed.com/V2_1/MusicBee_Exe_Patched.zip
I've tryed it. It gives some problems when advancing to the next track.can you describe the problem?
I've tryed it. It gives some problems when advancing to the next track.can you describe the problem?
There is a "cross-threading" bug which i found and fixed but i am unclear whether it is the same as what you are refering to as i didnt have any visible problem (although the size of fixed window size is way too small compared to the background image size which is set at 71dpi and my monitor resolution is 96dpi - i guess MB needs to force the picture resolution to 96dpi)
hopefully this fixes the incorrect sizing handling and the next track issue
http://musicbee.niblseed.com/V2_1/MusicBee_Exe_Patched.zip
Not working for me.the sizing? playing the next track?
By the way, Steven, would be it possible to give the option to composed fields to be multiline?i dont know what you mean by composed
<element type="Field" id="Comment" xAnchor="AlbumCover.Right" x="30" yAnchor="AlbumCover.Top" y="-3" xwidthDock="X:Panel.Right" xwidth="-300" width="120" height="100" multiLine="true" font="Arial" style="Bold" size="12" fg="250,250,250" ></element>
<element type="Field" id="Tracks[2]" xAnchor="Panel.Right" x="-260" yAnchor="Tracks[1].Top" y="60" width="250" font="Arial" style="Regular" size="9.75" fg="180,180,180" onClick="PlayNow">
<child id="Artist" />
</element>
- support in the skin file to set the window to a fixed size (for grebs recent files)Thx for this! But the boring part is now, when I change back to a theater mode without fixed width or even leave theater mode back to the main player, they'll keep the mostly to small dimensions with the need of manually adjustments. Much better would be, if MB remembered the previous size when changing from main player or non-fixed-szie theater mode to a fixed one and restore it the way back.Code<settings fixedWidth="300" fixedHeight="100" />
A couple of things:1 - i already replied somewhere about that but keep an eye on this topic:
(1) I don't know if you read this first one. I just copypaste: "I was checking it today and I can't get both pictures at the same time [artist and composer]. It gives me either the one from the composer or the one from the artist, but no way to get both of them..."
(2) Would be it possible to rescale the png icons with some 'width/height' property? Otherwise, using an png icon as a frame, it's needed to rescale for every resolution. Example of use, this screencap:
Thank you for the quick answer. I'm using 2.1.4720 (on Win XP), is there anything newer?i cant reproduce any incorrect behavior (i also tried on my XP machine) - there was a bug with earlier versions but if you are using 1.2.4720 then thats fine
The steps are quite easy:
1. Open MB with the main player in normal size (large, but not full screen)
2. Select view theater mode for example "Book lovers - Book of Shadows by Chapters Only Index - FONT Im Fell" (version Dec 02)
=> Now MB resizes to the defined fixed one, which is fine
3. Select view main player
=> The size is still the one for Book lovers and to small for the main player
The same happens when switching between fixed and non fixed size theater modes. If you start in full screen mode then it changes back to full screen.
1 - i already replied somewhere about that but keep an eye on this topic:
http://getmusicbee.com/forum/index.php?topic=8102.0
artistType="Artist"
artistType="Composer"
artistType="ComposerPref" - this one tries composer first and if blank then uses the artist
artistType="ArtistPref"
2 - i cant see where you are using the icons
<element type="Icon" image="Images\Book Lovers - Frame 1600x900.png" x="1" y="1" widthDock="Panel" width="-2" heightDock="Panel" height="-2" ></element>
@Roadrunner, this version has the change that might solve the sizing issue for youIndeed, works perfectly, thank you very much!
i have changed it so sizing attributes are now respected (note that in the zip file you sent, the png file has a different filename so is not loaded)
http://musicbee.niblseed.com/V2_1/MusicBee_Exe_Patched.zipCodeI cant easily solve loading 2 different artists at the same time and will leave that unaddressed<element type="Icon" image="Images\Book Lovers - Frame 1600x900.png" x="1" y="1" widthDock="Panel" width="-2" heightDock="Panel" height="-2" ></element>
@Roadrunner, this version has the change that might solve the sizing issue for you
An issue I found while playing with Theater Mode is that the new "Icon" element's onClick event doesn't work with the OpenAutoHidePanel() function.thats done for the next v2.1 update
this has the onClick implemtation for the OpenAutoHidePanel() function:
http://musicbee.niblseed.com/V2_1/MusicBee_Exe_Patched.zip