v1.0.3 released on 2012-05-20 01:15 GMT+1 updated on 2012-05-26 (quick fix on common script for non numeric rating tag support!)
v1.0.2: optimization ! important update! v1.0.3: minor update, fix a problem for people that doesn't use European language set
[Fonts Required] * Optional but recommended: Font uni 05_53 >> [link] * Optional: Font guifx v2 transports >> [link]
[Installation notes] 1. Copy the content of this folder to your foobar2000 user profile folder ==>If Normal install done, on Windows Seven, your foobar2000 user profile folder is C:\Users\<your_username>\AppData\Roaming\foobar2000\ ==>If Portable install done, your foobar2000 user profile folder is your foobar2000 program folder, for example C:\My Programs\foobar2000\ 2. Run foobar2000 3. Go to foobar Preferences: menu File>Preferences>Tools>WSH Panel Mod page, untick "Safe mode" option! 4. Go to foobar Preferences: menu File>Preferences>Display>Default User Interface> "click Import Theme button", then select the fooRazor .fth file, Apply/OK, it's done!
[Tips] - double click on Play/Pause button = Stop button - double click on Prev/Next button = Random play - CoverFlow and Playlist panels have their own settings (collapsed toolbar on their top)
enjoy!
Notes: Bottom controls panel inspirated by an old PanelsUI config named DSjr (control buttons look and gradient effect on a black background)
You may be already aware of this small bug in your Playlist Viewer of selecting/double clicking through the tool-tip of long track titles. If you click to select/double click to play a track through a tool-tip you must do it twice, but without moving your mouse away from the track when doing so. Therefore to avoid this you must click above or below the tool-tip. Also foobar's window will 'wink' at you, like when you try to click behind/beyond a dialog window. In version 2.1.0 that I got from somewhere...?, this isn't a problem as the the tool-tip is offset below the offending track.
Ah that's why I couldn't find it, thanks!
You may be already aware of this small bug in your Playlist Viewer of selecting/double clicking through the tool-tip of long track titles. If you click to select/double click to play a track through a tool-tip you must do it twice, but without moving your mouse away from the track when doing so. Therefore to avoid this you must click above or below the tool-tip. Also foobar's window will 'wink' at you, like when you try to click behind/beyond a dialog window. In version 2.1.0 that I got from somewhere...?, this isn't a problem as the the tool-tip is offset below the offending track.
You do outstanding work, Thanks!
is there a possiblility to display the album-total-time in the album header?
e.g.:
11 TRKS | MP3 | POP | 1:00:24
thx
phiber
if(group.nbrows==2 && group.type!=0) {
try {
gr.DrawString(total_grp_items+(total_grp_items>1?" TRKS":" TRK")+" | "+this.codec+" | ---> TOTALTIME <--- | "+this.genre.toUpperCase(), mini_font, g_textcolor&0x44ffffff, text_x+1, (this.y-cover.margin)+2, text_w-1, row.h, lb_stringformat);
} catch(e) {
gr.DrawString(total_grp_items+(total_grp_items>1?" TRKS":" TRK")+" | "+this.codec+" | ---> TOTALTIME <--- | "+this.genre.toUpperCase(), gdi.Font("tahoma",11), g_textcolor&0x44ffffff, text_x+1, (this.y-cover.margin)+2, text_w-1, row.h, lb_stringformat);
};
} else if(group.nbrows>2) {
try {
gr.DrawString(total_grp_items+(total_grp_items>1?" TRKS":" TRK")+" | "+this.codec+" | ---> TOTALTIME <--- | "+this.genre.toUpperCase(), mini_font, g_textcolor&0x44ffffff, text_x+1, (this.y-cover.margin)+2, text_w-1, row.h, lc_stringformat);
} catch(e) {
gr.DrawString(total_grp_items+(total_grp_items>1?" TRKS":" TRK")+" | "+this.codec+" | ---> TOTALTIME <--- | "+this.genre.toUpperCase(), gdi.Font("tahoma",11), g_textcolor&0x44ffffff, text_x+1, (this.y-cover.margin)+2, text_w-1, row.h, lc_stringformat);
};
};
Another great skin though!
great job Br3tt