Drakk Posted June 11, 2008 Share Posted June 11, 2008 Hello I have a problem with Foobar2000 0.9.5.2 and FOOAvA 1.04. The problem is that every time you play a song with Japanese characters, happens that the characters are changed to signs of interrogation. Not which may be the solution greetings. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589475524 Share on other sites More sharing options...
Drakk Posted June 11, 2008 Share Posted June 11, 2008 I have another problem, every time you play music from a DVD. I get this window. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589475638 Share on other sites More sharing options...
kesh! Posted June 13, 2008 Share Posted June 13, 2008 Does anyone have 0.9.5.2 hosted? Can't find it anywhere :\ Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589479268 Share on other sites More sharing options...
KeeperOfThePizza Posted June 13, 2008 Share Posted June 13, 2008 foobar builds can be found on filehippo.com under audio. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589479279 Share on other sites More sharing options...
nbanyan Posted June 13, 2008 Share Posted June 13, 2008 I have another problem, every time you play music from a DVD. I get this window. This is probably caused by the Play Count Mod attempting to add it's tags to the audio file. Play Count Mod settings are found under Tools in foobar preferences. If you don't use the play count info, you can set the "Skip tracks NOT in DB by filetype:" to * That should make Play Count ignore all files that aren't in you Media Library (I'm assuming that's the DB they're talking about; I could be wrong though) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589481621 Share on other sites More sharing options...
nbanyan Posted June 13, 2008 Share Posted June 13, 2008 I can't get it to align with the reflect, no matter how I resize the foobar window, what could be the problem? It was normal on my first installation. In the code for the album art panel (rightclick on the panel and choose settings), about half way down is the code for placing the reflected spectrum. Probably the easiest way to find it is to copy the entire page of code into notepad and search for vis.reflect The lines you're looking fore are: $panel(Spectrum analyser4,Channel spectrum panel,1,$sub(%_height%,122),$eval({%_width%}/2+3),35,) $panel(Spectrum analyser14,Channel spectrum panel,2,$sub(%_height%,86),$eval({%_width%}/2+3),25,) Notice the 1 and the 2 after "Channel spectrum panel". Those are the horizontal position. To make them align change the 2 to 1 or the 1 to 2 so they're the same. There are a few other spectrum analyser blocks on this page of code. You can take a look at those and make minor changes there also to see if it changes what you want. Always good to have a backup of the code in notepad or elsewhere in case you can't figure out how to get back to where it works if you broke something. Personally, I usually leave the spectrum off because of the extraordinary amount of CPU time it demands (added my own $ifequal($getpvar(vis.reflect),1, at the around the spectrum blocks so I could use the reflect option in settings to turn it on and off) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589481643 Share on other sites More sharing options...
Marfere Posted June 15, 2008 Share Posted June 15, 2008 In the code for the album art panel (rightclick on the panel and choose settings), about half way down is the code for placing the reflected spectrum. Probably the easiest way to find it is to copy the entire page of code into notepad and search for vis.reflectThe lines you're looking fore are: $panel(Spectrum analyser4,Channel spectrum panel,1,$sub(%_height%,122),$eval({%_width%}/2+3),35,) $panel(Spectrum analyser14,Channel spectrum panel,2,$sub(%_height%,86),$eval({%_width%}/2+3),25,) Notice the 1 and the 2 after "Channel spectrum panel". Those are the horizontal position. To make them align change the 2 to 1 or the 1 to 2 so they're the same. There are a few other spectrum analyser blocks on this page of code. You can take a look at those and make minor changes there also to see if it changes what you want. Always good to have a backup of the code in notepad or elsewhere in case you can't figure out how to get back to where it works if you broke something. Personally, I usually leave the spectrum off because of the extraordinary amount of CPU time it demands (added my own $ifequal($getpvar(vis.reflect),1, at the around the spectrum blocks so I could use the reflect option in settings to turn it on and off) Thanks for your reply and very informative help :) Though I don't even seem to have that specific piece of code in the album art code (I right-clicked on the cover art and chosed settings). I did a search in notepad for "vis.reflect" and "Spectrum" but they gave me no results. Can I put in the code manually? Thank you once again for taking time to help me :) Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589485642 Share on other sites More sharing options...
nbanyan Posted June 17, 2008 Share Posted June 17, 2008 Ok, try the Settings from right clicking on the progress bar near the bottom. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589488822 Share on other sites More sharing options...
Marfere Posted June 19, 2008 Share Posted June 19, 2008 No luck there too :no: Is there something wrong with my install? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589496150 Share on other sites More sharing options...
nbanyan Posted June 21, 2008 Share Posted June 21, 2008 ////////////////////////////////////////////////////////////////// // // // FOOAvA by Dawid Szypulski (dawxxx666) // // 1.04 // // www.dawxxx666.neostrada.pl // // // ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////// // Global //$setpvar(first.boot,0) //Mini mode on/off $ifgreater(%_height%,119, $setpvar(MiniMode,0) , $setpvar(MiniMode,1) ) // First boot $ifequal($getpvar(first.boot),0, $setpvar(first.boot,0) , $setpvar(first.boot,1) ) // Colurs $select($getpvar(set.colour), $setpvar(colour,0-140-220) , $setpvar(colour,250-50-50) , $setpvar(colour,41-185-92) ) // Hide scrollbar function $ifgreater($getpvar(playlist_width),$eval({%_width%}/2-6+10), $setpvar(scrollbar,1) , $ifequal($getpvar(playlist_width),$eval({%_width%}/2-6), $setpvar(scrollbar,1) , $setpvar(scrollbar,0) )) $ifgreater($getpvar(playlist_width),$eval({%_width%}-2+10), $setpvar(scrollbar3,1) , $ifequal($getpvar(playlist_width),$eval({%_width%}-2), $setpvar(scrollbar3,1) , $setpvar(scrollbar3,0) )) //-end of Global///////////////////////////// This is what's at the top of the code. I guess it's the first code page you see when you go to Preferences > Panel UI > Edit Layout. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589499775 Share on other sites More sharing options...
Snapples Posted June 26, 2008 Share Posted June 26, 2008 Hi, I'm having this problem with this skin where it doesn't display the lyrics, album list and playlist switcher. I was wondering if someone could help me correct this. Problem is shown in images. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589513180 Share on other sites More sharing options...
dongolo Posted June 27, 2008 Share Posted June 27, 2008 im noob on foobar ...... and i have a question whow we save the changes in this foobar skin ... i change the color of the bars, change background and put Cd cover to show. But every time i close foobar and open .... the foobar loads the Defaut skin my question is what i have to do for foobar save the changes e made in the skin so i dont have to change it every time i open foobar cumps Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589513432 Share on other sites More sharing options...
blunt3d Posted June 27, 2008 Share Posted June 27, 2008 (edited) EDIT Edited June 27, 2008 by blunt3d Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589515236 Share on other sites More sharing options...
Drakk Posted July 5, 2008 Share Posted July 5, 2008 because the tracks are separated? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589533233 Share on other sites More sharing options...
jjlobban Posted July 5, 2008 Share Posted July 5, 2008 I'm a noob to foobar, but when I saw this skin I had to download it. The problem I'm finding with this skin is the playlist location. Is there anyway to get the list of playlists to show up at all times? Rather than right clicking and selecting it? Thanks. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589533617 Share on other sites More sharing options...
dawxxx666 Posted July 18, 2008 Author Share Posted July 18, 2008 Update, sorry but I'm very busy right now so I can't reply to everyone's posts Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589566703 Share on other sites More sharing options...
freeloader105 Posted July 20, 2008 Share Posted July 20, 2008 Hey guys, I just got this script installed but there's one thing I can't figure out: why the library isn't working. I went into Setttings>Media Library and added my the root folder of my music library, yet when I click the 'A' on the bottom right for 'Album List', it only displays the album that I'm currently playing, like so: What am I doing wrong? Also, what is quick search and how do I access it? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589568935 Share on other sites More sharing options...
blunt3d Posted July 20, 2008 Share Posted July 20, 2008 Hey guys,I just got this script installed but there's one thing I can't figure out: why the library isn't working. I went into Setttings>Media Library and added my the root folder of my music library, yet when I click the 'A' on the bottom right for 'Album List', it only displays the album that I'm currently playing, like so: What am I doing wrong? Also, what is quick search and how do I access it? Similar problem, is coverflow working for you. I get a text error or something Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589569331 Share on other sites More sharing options...
freeloader105 Posted July 20, 2008 Share Posted July 20, 2008 Similar problem, is coverflow working for you. I get a text error or something By coverflow you mean does it show album covers properly? I don't get any text errors, but it still doesn't work right. For example, when start the playback of an album (through the default ugly album browser, since the graphical one doesn't work), it momentarily flashes the correct album cover and goes to 'no cover art' right afterwards. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589570223 Share on other sites More sharing options...
dawxxx666 Posted July 21, 2008 Author Share Posted July 21, 2008 Graphical Browser displays active playlist only. This is how foo_uie_graphical_browser works. Covers for Chronflow should be called "folder.jpg", you can change it in Preferences->Display->Chronflow->Album Source->Sources Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589571579 Share on other sites More sharing options...
freeloader105 Posted July 23, 2008 Share Posted July 23, 2008 Graphical Browser displays active playlist only. This is how foo_uie_graphical_browser works. Covers for Chronflow should be called "folder.jpg", you can change it in Preferences->Display->Chronflow->Album Source->Sources So what you're saying is that FooAva doesn't allow for a sexy album library browsing interface, only for the current/active playlist? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589578413 Share on other sites More sharing options...
Drakk Posted July 25, 2008 Share Posted July 25, 2008 because I get it :( how load covers? Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589581597 Share on other sites More sharing options...
Nizmox Posted July 26, 2008 Share Posted July 26, 2008 I have the exact same issue with Coverflow. I've downloaded and installed the Windows Script Control that is required. I love the skin, but the one thing I think is really lacking is the scroll bars not being coloured. They just look out of place compared to the rest of the skin! Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589584974 Share on other sites More sharing options...
Urlsen Posted July 26, 2008 Share Posted July 26, 2008 Hi.. First, congratulations, the skin it?s really great! I?ve a problem with the cover art. I have all of covers, embedded in the ID3 tags, so the skin can?t load the covers.. There are any form to solve this?? Thanks. Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589585015 Share on other sites More sharing options...
exed Posted July 26, 2008 Share Posted July 26, 2008 thx Link to comment https://www.neowin.net/forum/topic/566958-foobar-foo-ava-by-dawxxx666/page/40/#findComment-589585573 Share on other sites More sharing options...
Recommended Posts