Radical Pan Posted November 26, 2007 Share Posted November 26, 2007 Dude! font that used in config don't support any encoding except english :)So if you want to see Japanese/Chinese/Korean characters just change fonts in config manually ;) Excuse me, but how am I supposed to do that? before I installed dawxxx666's skin, I could do it at "default user interface" but once I had the skin, this option appears as blocked, alas, I can't modify it. Could anyone tell me what to do instead? I don't know much about foobar. Thanks. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589019140 Share on other sites More sharing options...
Simieski Posted November 26, 2007 Share Posted November 26, 2007 Can someone help, I'm a noob at this game and just can't get my code right for track info panel. Currently it is: // PerSecond $align(center,top)$font(calibri,15,bold,255-255-255) ffffff%playback_time% - %length%$char(10) //PerTrack $align(left,bottom)$font(calibri,10,uppercase,255-255-255) D7B997Title: ffffff%title%$char(10) D7B997Artist: F3EAE0%artist%$char(10) D7B997Album: F3EAE0%album%$char(10) This is working ok, as can be seen in screenshot, but how do I add padding to the bottom section?? I tried $pad(x,y) but I think I have the syntax wrong or something?? Please help? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589019204 Share on other sites More sharing options...
mazorax Posted November 27, 2007 Share Posted November 27, 2007 Any updates on 1.04? Thanks, Maz Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589020726 Share on other sites More sharing options...
Deavy Posted November 27, 2007 Share Posted November 27, 2007 (edited) Could anyone tell me what to do instead? I don't know much about foobar. Of cause! Just go into Foo2k Preferences->Panels UI->Edit Layout->Globals (button at the right bottom of window :) ) You'll see something like this: $ifgreater($getpvar(MyFont),0, //hooge 05_53 $puts(fontAVA,[b]Trebuchet MS[/b]) $puts(fontAVAsize,8) $puts(fontAVAsize_2,8) $puts(fontAVAsize_3,8) $puts(fontAVAsize_4,8) , // Swis721 Cn BT D-Type $puts(fontAVA,[b]Tahoma[/b]) $puts(fontAVAsize,8) $puts(fontAVAsize_2,8) $puts(fontAVAsize_3,7) $puts(fontAVAsize_4,8) ) $if($fontexists([b]Tahoma[/b]), // hooge 05_53 $puts(fontrating,[b]Tahoma[/b]) , $puts(fontrating,[b]Tahoma[/b]) ) $if($fontexists(), // HandelGotD $puts(fontlyrics,[b]Tahoma[/b]) , // Swis721 Cn BT D-Type $puts(fontlyrics,[b]Tahoma[/b]) ) Just change font-names that I marked and you'll get custom foobar :) rpger81 screenshot plz :) Edited November 27, 2007 by Deavy Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589021394 Share on other sites More sharing options...
x9248 Posted November 28, 2007 Share Posted November 28, 2007 rpger81screenshot plz :) This is with his most updated 1.03 version with the clear type font thingy to fix those gaps in between letters Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589022121 Share on other sites More sharing options...
dawxxx666 Posted November 28, 2007 Author Share Posted November 28, 2007 Any updates on 1.04?Thanks, Maz I'll post everything on my new website first: www.dawxxx666.neostrada.pl Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589022665 Share on other sites More sharing options...
Vivek1984 Posted November 28, 2007 Share Posted November 28, 2007 When you do get it finalized, would you mind posting just the modifications and images needed to make the main album art panel display show up in a CD case? That looks damn well fantastic. :D I'm drooling over it. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589022911 Share on other sites More sharing options...
BKT Posted November 28, 2007 Share Posted November 28, 2007 Hi, dawxxx666 I love your config. It's great :) been using it for a while. and there is something i want to ask. I used 1.0.3+ with PUI 14.12b, I found that if i hover my mouse over some button (hide,exit,miniplayer,search,next&previous playlist, maybe another) CPU usage will jump up to 50% for a few seconds. it's happen even from fresh install & unmoded. at first i thought it's normal but i never seen something like this happen with any another config before. So i tried version 1.0.3 and it doesn't happen. So i thought maybe there is a problem with 1.0.3+. can you (or someone else) check it out? THX Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589023350 Share on other sites More sharing options...
Radical Pan Posted November 29, 2007 Share Posted November 29, 2007 Of cause! Just go into Foo2k Preferences->Panels UI->Edit Layout->Globals (button at the right bottom of window :) ) You'll see something like this: $ifgreater($getpvar(MyFont),0, //hooge 05_53 $puts(fontAVA,[b]Trebuchet MS[/b]) $puts(fontAVAsize,8) $puts(fontAVAsize_2,8) $puts(fontAVAsize_3,8) $puts(fontAVAsize_4,8) , // Swis721 Cn BT D-Type $puts(fontAVA,[b]Tahoma[/b]) $puts(fontAVAsize,8) $puts(fontAVAsize_2,8) $puts(fontAVAsize_3,7) $puts(fontAVAsize_4,8) ) $if($fontexists([b]Tahoma[/b]), // hooge 05_53 $puts(fontrating,[b]Tahoma[/b]) , $puts(fontrating,[b]Tahoma[/b]) ) $if($fontexists(), // HandelGotD $puts(fontlyrics,[b]Tahoma[/b]) , // Swis721 Cn BT D-Type $puts(fontlyrics,[b]Tahoma[/b]) ) Just change font-names that I marked and you'll get custom foobar :) Thank you so much!!! it worked, I can finally use it properly :woot: Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589024175 Share on other sites More sharing options...
stripedphantom Posted November 29, 2007 Share Posted November 29, 2007 Deavy and others, Use [ codebox] instead of [ code] if you want to use [b]Bold[/b] or [color="#0000FF"]colors[/color] in codebox text. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589024605 Share on other sites More sharing options...
g0rk Posted November 29, 2007 Share Posted November 29, 2007 (edited) Could someone post foo_uie_albumlist-0.2.3-beta.7z online !? I can't find it :/ Please .... Thanks a lot :) Edited November 29, 2007 by g0rk Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589025516 Share on other sites More sharing options...
Deavy Posted November 29, 2007 Share Posted November 29, 2007 Use [ codebox] instead of [ code] Ok! I will remember this :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589025787 Share on other sites More sharing options...
idxd Posted November 29, 2007 Share Posted November 29, 2007 Feature Request: I have a suggestion for further improving that fantastic skin: The arrow in the middle of the main window opens/closes the playlist. It would be great to have such a button at the left edge of the main screen to open the albumlist at the left of the albumart: albumlist:albumart:playlist Besides that a nearly perfect skin!!! Winamp has gone from my hdd now... Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589025842 Share on other sites More sharing options...
JJJ Posted December 3, 2007 Share Posted December 3, 2007 Why I got "No cover"? I have the CD cover in all my album folders named 'folder.jpg'. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589032313 Share on other sites More sharing options...
BKT Posted December 4, 2007 Share Posted December 4, 2007 Hi, dawxxx666I love your config. It's great :) been using it for a while. and there is something i want to ask. I used 1.0.3+ with PUI 14.12b, I found that if i hover my mouse over some button (hide,exit,miniplayer,search,next&previous playlist, maybe another) CPU usage will jump up to 50% for a few seconds. it's happen even from fresh install & unmoded. at first i thought it's normal but i never seen something like this happen with any another config before. So i tried version 1.0.3 and it doesn't happen. So i thought maybe there is a problem with 1.0.3+. can you (or someone else) check it out? THX OK, after a bit of experiment i finally found that Channel spectrum with Transparent background "on" cause this CPU spike. After some modding by draw Channel spectrum in the left track display panel (the one that show album art) and use "Fast pseudo-tranparent mode" instead of at main layout. (Which you can't use "Fast pseudo-tranparent mode" in Channel spectrum because it will cause glitch display.) and problem is gone. my cpu usage is reduced, and it's look exactly just like real transparent mode. Now, I am happy. Thanks for the great config dawxxx666 :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589034407 Share on other sites More sharing options...
xyhec Posted December 7, 2007 Share Posted December 7, 2007 (edited) Hello, I have modded FooAvA a bit to get that clear glass effect on Vista. I just have one small problem: I have a small square hole on each individual cover art on the right playlist panel which I have been unable to fix, attached is a screenshot of what I am talking about. @JJJ Here is what you need to do to properly display your album art: Right click on the album art portion of the playlist, go to settings, make sure you are in Group Display: $drawrect(1,8,37,37,brushcolor-null pencolor-180-180-180) $imageabs2(33,33,,,,,3,10,images\fooAVA\art5.png,nokeepaspect) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.gif),NOKEEPASPECT) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.png),NOKEEPASPECT) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.jpg),NOKEEPASPECT) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*.bmp),NOKEEPASPECT) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*cover*.*),NOKEEPASPECT) $imageabs2(33,33,,,,,3,10,$replace(%path%,%filename_ext%,*folder*.*),NOKEEPASPECT) $imageabs2(34,34,,,,,3,10,images\fooAVA\artoverlay.png,) $puts(xoffset,40) Replace the current chunk with that, it adds .bmp support and also adds the additional search for cover/folder images. Edited December 7, 2007 by xyhec Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589042023 Share on other sites More sharing options...
Potatoz Posted December 9, 2007 Share Posted December 9, 2007 How about updates? :unsure: Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589046867 Share on other sites More sharing options...
dawxxx666 Posted December 10, 2007 Author Share Posted December 10, 2007 Hello, I have modded FooAvA a bit to get that clear glass effect on Vista. I just have one small problem:I have a small square hole on each individual cover art on the right playlist panel which I have been unable to fix, attached is a screenshot of what I am talking about. First of all, try to to get rid of all blur effects, e.g.: $font($get(fontAVA),9,glow-20-20-20glowexpand-0 glowalpha-100,255-255-255) change it to: $font($get(fontAVA),9,,255-255-255) How about updates? :unsure: I'm quite busy now :( Maybe in January 2008... Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589049779 Share on other sites More sharing options...
blackmartinix Posted December 11, 2007 Share Posted December 11, 2007 what font is used for fontAVA? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589050860 Share on other sites More sharing options...
exxadore Posted December 11, 2007 Share Posted December 11, 2007 I just started using foobar yesterday, and I love it already. It's very nice aesthetically, and simple to use. I noticed that if you use the new foobar beta release with the components provided for fooava 1.03, you'll get very weird, and mixed, results. If anyone is having problems with this, it's probably because they didn't EXACTLY follow the tutorial. Good job to everyone who's help with this, with a massive thank you to David. Someone using the newer 1.03+ build, could you please post a picture of your components folder? I think I'm missing something, but I'm not entirely sure. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589051861 Share on other sites More sharing options...
dawxxx666 Posted December 11, 2007 Author Share Posted December 11, 2007 what font is used for fontAVA? It's Swis721 Cn BT D-Type I just started using foobar yesterday, and I love it already. It's very nice aesthetically, and simple to use.I noticed that if you use the new foobar beta release with the components provided for fooava 1.03, you'll get very weird, and mixed, results. If anyone is having problems with this, it's probably because they didn't EXACTLY follow the tutorial. Good job to everyone who's help with this, with a massive thank you to David. Someone using the newer 1.03+ build, could you please post a picture of your components folder? I think I'm missing something, but I'm not entirely sure. Why do you think so? Could you describe your problem more precisely and post a screenshot? List of my all installed components: Seek Panel 0.1 (foo_uie_powerpanels) foo_lyricsdb 0.0.7 beta 5 (foo_lyricsdb) Album List 4.1 (foo_albumlist) Volume Panel 0.1 (foo_uie_powerpanels) Playlist Manager 1.0 (foo_playlist_manager) Default User Interface 0.9.5 (foo_ui_std) Dolby Headphone Wrapper 1.1 (foo_dsp_dolbyhp) Peakmeter Panel 0.0.3.1 (foo_uie_peakmeter) Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) Run services 0.3.2 (foo_run) Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown) Masstagger 1.6 (foo_masstag) Columns UI 0.2.1 alpha 3 (foo_ui_columns) cwbowron's title format hooks 1.1.1 [May 4 2007 - 12:39:47] (foo_cwb_hooks) Quick Search Toolbar 2.8l (foo_uie_quicksearch) WMP Visualizations 0.1.3 (Intel SSE) (foo_uie_wmpvis) Converter 1.0.1 (foo_converter) CD Audio Decoder 2.1.2 (foo_cdda) File Operations 2.0 (foo_fileops) Discogs Tagger 1.02 (foo_discogs) ReplayGain Scanner 2.0.2 (foo_rgscan) Lyric Show Panels 0.3.1.2 Alpha 2 [Nov 23 2007 - 20:21:05] (foo_uie_lyrics) Standard Input Array 1.0 (foo_input_std) Panels UI 0.14.12 beta (foo_ui_panels) foo_custominfo 0.1.2 (foo_custominfo) Album list panel 0.2.3 beta (foo_uie_albumlist) Audioscrobbler 1.3.9 (foo_audioscrobbler) Album Art Panel 0.2.6 (foo_uie_albumart) Standard DSP Array 1.0 (foo_dsp_std) Playback Statistics Custom 1.4.3 (foo_playback_custom) Make sure that you have latest version of those files :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589052048 Share on other sites More sharing options...
exxadore Posted December 11, 2007 Share Posted December 11, 2007 The scroll bar along the right side looks incredibly out of place. It wasn't an issue until I started adding more tracks, but I haven't gone back through the forum for the solution. Also, some of the fonts seem like they're crowded together. I guess I have some catching up to do... Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589052616 Share on other sites More sharing options...
exxadore Posted December 12, 2007 Share Posted December 12, 2007 After some searching, I found these two sites that have a good deal of components available for download: http://wiki.hydrogenaudio.org/index.php?ti...:Components_0.9 http://www.fooblog2000.com/components Are there any other sites that have a large amount of components available for download? I still cannot find the following components that dawxxx666 has in his component folder (some were "available" but the links were dead): Dolby Headphone Wrapper 1.1 (foo_dsp_dolbyhp) Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown) <-- up to alpha 6, but links are all dead File Operations 2.0 (foo_fileops) Please let me know where I can find these. I'm almost willing to invest in a file server or making a torrent for all of these. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589053165 Share on other sites More sharing options...
dawxxx666 Posted December 12, 2007 Author Share Posted December 12, 2007 http://foobar2000.xrea.jp/index.php This is a great site where you can find here latest components before someone post them on hygrogenaudio.org ;) I still cannot find the following components that dawxxx666 has in his component folder (some were "available" but the links were dead):Dolby Headphone Wrapper 1.1 (foo_dsp_dolbyhp) Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) Playlists Dropdown 0.6 alpha 4 (foo_uie_playlists_dropdown) <-- up to alpha 6, but links are all dead File Operations 2.0 (foo_fileops) Please let me know where I can find these. I'm almost willing to invest in a file server or making a torrent for all of these. Only Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) is needed: http://foobar2000.xrea.jp/up/files/up578.zip The scroll bar along the right side looks incredibly out of place. It wasn't an issue until I started adding more tracks, but I haven't gone back through the forum for the solution. Also, some of the fonts seem like they're crowded together. It's up to you and your VS what scrollbar will look like. About the fonts: you have to manually turn on ClearType or wait for new version of my foo Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589053931 Share on other sites More sharing options...
exxadore Posted December 12, 2007 Share Posted December 12, 2007 Only Channel Spectrum panel 0.10.1 (foo_uie_vis_channel_spectrum) is needed: http://foobar2000.xrea.jp/up/files/up578.zip Thanks, I managed to everything but File Operations (foo_fileops v2.0). Oh well, I guess... It's up to you and your VS what scrollbar will look like. About the fonts: you have to manually turn on ClearType or wait for new version of my foo I just started using this 2 days ago. VS? Visual settings? Also, I don't know how to manually turn on ClearType. I'll spend some time digging through threads... :| Thanks for all your help. It's really awesome that you spend the time helping people with this. Rarely does some one who's invested the time writing the code take the time to help out others when there's problems. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/30/#findComment-589055008 Share on other sites More sharing options...
Recommended Posts