SCSI_2k Posted October 21, 2007 Share Posted October 21, 2007 (edited) Not sure what is causing Lyric Show not to work on 1.03+. Lyrics works when I switch to 1.03 but I get unknown functions in the Playlist panel. I compared the configuration of both 1.03 and 1.03+ and under Edit Layout in 1.03, there is something called Lyrics [Lyric Show] while in 1.03+ there is Lyrics [Track Display]. I'm not sure if or how to change that to Lyrics [Lyric Show]. Edited October 21, 2007 by SCSI_2k Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588935125 Share on other sites More sharing options...
kyzumi Posted October 21, 2007 Share Posted October 21, 2007 This sking is perfect for foobar. Thank you! I have a few questions though: How can I remove the "next song:" display? There is another thing that is a bit annoying: Let's say I have an cover image inside an album on C:\Program Files\Music\Artist\Album\cover.jpg. It will display perfectly. But, if I have a subfolder on Album like this: C:\Program Files\Music\Artist\Album\Bonus Disc, the cover that is only on ALBUM won't show on Bonus Disc cover panel. That makes me have to add the same cover on each subfolder I have. Example: If I didn't have 2 covers (one on the ALBUM folder and other on the BONUS DISC subfolder) the cover wouldn't display Thank you Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588935824 Share on other sites More sharing options...
ZappBrannigan Posted October 22, 2007 Share Posted October 22, 2007 the only thing i can think is to put all the music in 1 folder, that's what i do with multi disc albums. 101 - disc1track1 201 - disc2track1 Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588936784 Share on other sites More sharing options...
cynric Posted October 23, 2007 Share Posted October 23, 2007 I just found what caused my troubles with the unknown functions: I had the following in my user globals to set the taskbar entry to the current song: $settitle($if($or(%ispaused%,$not(%isplaying%)),Stopped,%artist% - %title%) - Foobar2000) $settray($if($or(%ispaused%,$not(%isplaying%)),Stopped,%artist% - %title%) - Foobar2000) after commenting this out, foo ava and the other skins look fine again with panels_ui 0.14. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588938484 Share on other sites More sharing options...
Lqv2015 Posted October 23, 2007 Share Posted October 23, 2007 How can I remove the "next song:" display? I also want to know. :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588938583 Share on other sites More sharing options...
xankazo Posted October 23, 2007 Share Posted October 23, 2007 can someone please help me make bitrate (at the bottom of the player) be dynamic for VBR songs? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588939012 Share on other sites More sharing options...
dawxxx666 Posted October 23, 2007 Author Share Posted October 23, 2007 can someone please help me make bitrate (at the bottom of the player) be dynamic for VBR songs? Just move $ifequal($getpvar(codec),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs($ifequal($getpvar(onepanel),1,$sub(%_width%,135),80),$sub(%_height%,57),%_width%,%_height%,,)[$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)cdda,$codec())] [$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)1411 kbps,$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')) - ] [$div(%samplerate%,1000).$substr(%samplerate%,3,3) kHz] ,) to "// PerSecond" section How can I remove the "next song:" display? Right click on "next song"-> Settings and remove this part of code: $alignabs(,$add(%_width%,-13),%_width%,%_height%,center,top) $font($get(fontAVA),6,glow-155-155-155 glowexpand-0 glowalpha-120,220-220-220) $if(%isplaying%, $ifequal($getpvar(language),1,Następny utwor:,Next song:) $font($get(fontAVA),6,$ifequal($getpvar(blue),1,glow-0-200-255 glowexpand-0 glowalpha-120,glow-255-50-50 glowexpand-0 glowalpha-120),250-250-250)[%cwb_next_title%] ) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588939109 Share on other sites More sharing options...
dawxxx666 Posted October 23, 2007 Author Share Posted October 23, 2007 New features: Seekbar and volume bar (thx to dyniaq and lukasssp) and new buttons (by me and khz, 'random' button included) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588940079 Share on other sites More sharing options...
Bubbabyte Posted October 23, 2007 Share Posted October 23, 2007 new features look nice... any idea why we're having the problem with the playlist when in transparency mode? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588940188 Share on other sites More sharing options...
dawxxx666 Posted October 23, 2007 Author Share Posted October 23, 2007 Transparent playlist have two modes - 'Singles' (I forgot to delete it) and 'Albums'. Non-transparent version have only 'Albums' Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588940222 Share on other sites More sharing options...
SMELTN Posted October 23, 2007 Share Posted October 23, 2007 New features:Seekbar and volume bar (thx to dyniaq and lukasssp) and new buttons (by me and khz, 'random' button included) Man looks AWESOME when can we get this? I WANT I WANT Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588940605 Share on other sites More sharing options...
stripedphantom Posted October 23, 2007 Share Posted October 23, 2007 I mean:Right-click on a blank area of the Desktop and choose Properties. Click on the Appearance tab; click effects. Check the box: Use the following method to smooth edges of screen fonts. In the drop down box select: Clear Type. I had this same problem with the font. Choosing "Clear Type" does fix the font problem, but it makes the rest of the fonts on my computer seem too fuzzy for my taste. I noticed that when I use version 1.03, it has no problems with that default font (with smoothing set to "standard" instead of "Clear Type", but 1.03+ does. Is there a way to fix without changing the smooth edges method? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588940634 Share on other sites More sharing options...
stripedphantom Posted October 24, 2007 Share Posted October 24, 2007 Oh, looks like the problem with the fonts is because of the new version of Panels UI. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588941184 Share on other sites More sharing options...
SCSI_2k Posted October 24, 2007 Share Posted October 24, 2007 Lyric show problem solved. Now I feel very stupid. :blush: I forgot to check the Lyric Show component on the Foo AVA settings. :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588941293 Share on other sites More sharing options...
Potatoz Posted October 24, 2007 Share Posted October 24, 2007 Just move $ifequal($getpvar(codec),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs($ifequal($getpvar(onepanel),1,$sub(%_width%,135),80),$sub(%_height%,57),%_width%,%_height%,,)[$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)cdda,$codec())] [$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)1411 kbps,$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')) - ] [$div(%samplerate%,1000).$substr(%samplerate%,3,3) kHz] ,) to "// PerSecond" section dawxxx666, I did that I now track's time (above the seekbar) disappeared :( Help please. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588941347 Share on other sites More sharing options...
stripedphantom Posted October 24, 2007 Share Posted October 24, 2007 (edited) Potatoz, you must have deleted something on accident. This is what I have under "// PerSecond" // PerSecond $ifequal($getpvar(codec),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs($ifequal($getpvar(onepanel),1,$sub(%_width%,135),80),$sub(%_height%,57),%_width%,%_height%,,)[$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)cdda,$codec())] [$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)1411 kbps,$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')) - ] [$div(%samplerate%,1000).$substr(%samplerate%,3,3) kHz] ,) $ifequal($getpvar(MiniMode),1,, $ifequal($getpvar(onepanel),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs(,$sub(%_height%,57),%_width%,%_height%,center,) [%playback_time% / %length%] , $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs(,$sub(%_height%,57),%_width%,%_height%,center,) [ %playback_time% / %length%] ) ) Make sure you have those last couple of lines because that's where the track time is located. ==== And just to throw this out there again, for those who want to use Album Art Panel in Mini mode You'll need to find this entry $imageabs2(83,83,,,,,3,7,$getpvar(myCoverPath),NOKEEPASPECT) $imageabs2(84,84,,,,,3,7,images\fooAVA\artoverlay.png,) and replace it with this.. (use "//" to null the original code in case you want to switch back) $panel(Album,Album Art,3,7,$sub(83),$sub(83),) //$imageabs2(83,83,,,,,3,7,$getpvar(myCoverPath),NOKEEPASPECT) //$imageabs2(84,84,,,,,3,7,images\fooAVA\artoverlay.png,) note: you'll have to re-set your album art preferences for the minimode (rmb > preferences) Edited October 24, 2007 by stripedphantom Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588941560 Share on other sites More sharing options...
dawxxx666 Posted October 24, 2007 Author Share Posted October 24, 2007 Album Art panel in mini-player mode is a really good idea, thanks stripedphantom, I'll include this option in new ver. .................. Changes, changes.... I made a playlist popup which can be quite useful in mini-player mode. Also, I fixed some bugs with playlist name alignment and made the informations on the cover art panel (artist, album) like hypertext ('Quicksearch for same album/artist' buttons). Thanks to exodus77 for suggestions. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588941867 Share on other sites More sharing options...
SMELTN Posted October 24, 2007 Share Posted October 24, 2007 Album Art panel in mini-player mode is a really good idea, thanks stripedphantom, I'll include this option in new ver................... Changes, changes.... I made a playlist popup which can be quite useful in mini-player mode. Also, I fixed some bugs with playlist name alignment and made the informations on the cover art panel (artist, album) like hypertext ('Quicksearch for same album/artist' buttons). Thanks to exodus77 for suggestions. Did you already release this version yet? Is it updated in the first thread? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942084 Share on other sites More sharing options...
dawxxx666 Posted October 24, 2007 Author Share Posted October 24, 2007 Not yet, I want to add some more stuff, reorganize Settings, optimize code, etc. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942184 Share on other sites More sharing options...
Potatoz Posted October 24, 2007 Share Posted October 24, 2007 stripedphantom thanks, but my seekbar has now disappeared. It still works but there's no blue line so it's impossible to navigate Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942186 Share on other sites More sharing options...
stripedphantom Posted October 24, 2007 Share Posted October 24, 2007 stripedphantom thanks, but my seekbar has now disappeared. It still works but there's no blue line so it's impossible to navigate Hrmm, I really dunno what you're doing wrong. You might have left out a parenthesis somewhere, maybe? Double-check your config. Here's my config starting with "// codec" The entry in bold is what I moved down to "// PerSecond" [color="#2E8B57"][b]// Codec[/b][/color] $ifequal($getpvar(MiniMode),1,, $ifequal($getpvar(showpanel),2, , $ifequal($getpvar(codec),0, $button2(40,$ifequal($getpvar(MiniMode),1,$sub(%_height%,23),$sub(%_height%,57)),0,0,40,18, '$font($get(fontAVA),$get(fontAVAsize_2),glow-$ifequal($getpvar(blue),1,0-180-220,220-50-40) glowexpand-1 glowalpha-120,240-240-240) INFO ', '$font($get(fontAVA),$get(fontAVAsize_2),glow-$ifequal($getpvar(blue),1,0-200-250,250-0-0) glowexpand-1 glowalpha-180,250-250-250) INFO ',PVAR:SET:codec:1,TOOLTIP:) , $button2(40,$ifequal($getpvar(MiniMode),1,$sub(%_height%,23),$sub(%_height%,57)),0,0,40,18, '$font($get(fontAVA),$get(fontAVAsize_2),glow-$ifequal($getpvar(blue),1,0-180-220,220-50-40) glowexpand-1 glowalpha-120,240-240-240) INFO ', '$font($get(fontAVA),$get(fontAVAsize_2),glow-$ifequal($getpvar(blue),1,0-200-250,250-0-0) glowexpand-1 glowalpha-180,250-250-250) INFO ',PVAR:SET:codec:0,TOOLTIP:) )) //$font($get(fontAVA),9,shadow,$ifequal($getpvar(blue),1,0-200-255,250-50-50)) //$alignabs($sub($calcwidth(%codec%),20),$sub(%_height%,59),%_width%,%_height%,center,)$if(%_ispaused%,PAUSED,) ) $settitle($if($or(%ispaused%,$not(%isplaying%)),Foo AvA - Stopped,%artist% - %title%)) //$settray($if($or(%ispaused%,$not(%isplaying%)),Foo AvA - Stopped,%artist% - %title%)) //$glass(,-2,%_width%,%_height%) [color="#2E8B57"][b]// PerSecond[/b][/color] [b]$ifequal($getpvar(codec),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs($ifequal($getpvar(onepanel),1,$sub(%_width%,135),80),$sub(%_height%,57),%_width%,%_height%,,)[$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)cdda,$codec())] [$if($strstr(%_path_raw%,'cdda://'),$font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240)1411 kbps,$if2($info(bitrate_dynamic)' Kbps',$info(bitrate)' Kbps')) - ] [$div(%samplerate%,1000).$substr(%samplerate%,3,3) kHz] ,)[/b] $ifequal($getpvar(MiniMode),1,, $ifequal($getpvar(onepanel),1, $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs(,$sub(%_height%,57),%_width%,%_height%,center,) [%playback_time% / %length%] , $font($get(fontAVA),$get(fontAVAsize_2),shadow,240-240-240) $alignabs(,$sub(%_height%,57),%_width%,%_height%,center,) [ %playback_time% / %length%] ) ) [color="#2E8B57"][b]// Progress Bar[/b][/color] $if(%isplaying%, $puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,86),%length_seconds%)), ) $ifgreater($get(progress),0, $drawrect(5,$sub(%_height%,38),$get(progress),4,brushColor-0-0-0 penColor-$ifequal($getpvar(blue),1,0-200-255,250-50-50) alpha-180), ) [color="#2E8B57"][b]// Volume Bar[/b][/color] $ifequal(%panel_volume%,0,, $puts(volume.level,$muldiv(%panel_volume%,54,1000)) $drawrect($sub(%_width%,59),$sub(%_height%,38),$get(volume.level),4,brushColor-0-0-0 penColor-$ifequal($getpvar(blue),1,0-200-255,250-50-50) alpha-180) ) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942729 Share on other sites More sharing options...
Lqv2015 Posted October 24, 2007 Share Posted October 24, 2007 How can I remove the "next song:" display? I need to remove it from the mini player as well. What do I delete D? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942840 Share on other sites More sharing options...
stripedphantom Posted October 24, 2007 Share Posted October 24, 2007 (edited) I need to remove it from the mini player as well. What do I delete D? Kill this entry to get rid of the "next song" in mini mode $alignabs(3,89,$eval(%_width% - $get(xoffset) - 5),14,left,middle) $font($get(fontAVA),6,glow-155-155-155 glowexpand-0 glowalpha-120,220-220-220) $if(%isplaying%,[$ifequal($getpvar(language),1,Następny utwor,Next song): $font($get(fontAVA),6,$ifequal($getpvar(blue),1,glow-0-200-255 glowexpand-0 glowalpha-120,glow-255-50-50 glowexpand-0 glowalpha-120),250-250-250)%cwb_next_title%]) Also, for dynamic bitrate in MiniMode Find and move this section: $font(,$get(fontAVAsize),shadow uppercase,200-200-200) $alignabs($ifequal($getpvar(cdbox),1,$ifequal(%date%,?,$get(xoffset),$eval($get(xoffset)+6)),$get(xoffset)),45,$eval(%_width% - $get(xoffset) - 5),14,left,middle) [%codec% '-' ][%codec_profile%] [%bitrate% kb/s '-' ][%channels%] and move it under "// PerSecond" Edited October 24, 2007 by stripedphantom Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588942937 Share on other sites More sharing options...
xankazo Posted October 25, 2007 Share Posted October 25, 2007 (edited) Thank you dawxxx666 for helping me out with the dynamic birate! BTW, new version looks KICKASS!!! I'd also love to see the glass Vista version when you have it ready. :) Edited October 25, 2007 by xan K Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588943469 Share on other sites More sharing options...
Ryne Posted October 26, 2007 Share Posted October 26, 2007 Also, for dynamic bitrate in MiniModeFind and move this section: $font(,$get(fontAVAsize),shadow uppercase,200-200-200) $alignabs($ifequal($getpvar(cdbox),1,$ifequal(%date%,?,$get(xoffset),$eval($get(xoffset)+6)),$get(xoffset)),45,$eval(%_width% - $get(xoffset) - 5),14,left,middle) [%codec% '-' ][%codec_profile%] [%bitrate% kb/s '-' ][%channels%] and move it under "// PerSecond" Hmm, when I do that, the bitrate overlaps the album art and becomes unreadable. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/25/#findComment-588946082 Share on other sites More sharing options...
Recommended Posts