Recommended Posts

Hi dawxxx nice beta foobar config :) Just got a quick suggestion, for your foobar 1.04 why don't you just add some of the features from iAVA to fooAVA? I really like the white skin from iAVA so could you please add this skin to your new version of fooAVA?

hello,

another experiment, is i?m reinstall from zero all foobar, and FooAva 1.04 B3, with Panels Ui. 0.14.12 B (this fooAVA dont work with PUI 0.14.9),

and i?m upload screenshot, with same cleartype proble:D:D. but font not render bad, it?s more sharp,

I?M KEEP with this last beta configuration, is awesome!.

Greetings for all

post-124718-1194636983_thumb.png

Edited by calo

About v1.04 beta c. This is what I've found so far... good and bad points (just my experience in my rig).

+no restart need after background change (except when dark background mode selected)

+faster startup/shutdown

+cute settings menu.

+more options to change on settings menu.

+beautiful layout (CD for album art, nice buttons, and progress bar, etc.)

+excellent mini-player mode!

-bug when "dark background selected":

back01ff6.png

this happens even after restarting the application.

-when playlist menu is clicked and you move the mouse away, the submenu splits and only half of it is shown. (disregard this, it only happened once and never again.)

-no more "next song" (it was a nice feature).

Overall it's a very nice update and very much worthed the wait. Keep it up! :)

where did you guys all get the beta versions? i couldnt find any dl links in this or the other topics (and neither on daxxxx666s homepage)...

should i recheck my eyesight or is it a 'closed beta' only?

i really love this config and seeing all the progress, i cant wait to get the new version :D

great work, dawxxx666!

regarding the 'next track': it only ever worked correctly in normal playback mode; and if you needed to know what song's next you could just look at the playlist. but you could make a button to hide or display it in the config window.

-no more "next song" (it was a nice feature).

I disagree. You can always see in the playlist panel what the next song will be. And as for me, I always listen to music with shuffle option on, so "next song" was just irritating. :)

Am I the only who has this error? The cover in Album Art mode is too big

68347Clip_2.jpg

Hi dawxxx666. First of all, fantastic work on your version of foobar! I'm completely new to foobar, and as soon as someone linked me to your skin I jumped right on it. The default foobar interface is ugly as anything and probably would've turned me off foobar altogether, as I would never have been able to create foobars like the ones I've seen around the net.

I've spent about 4 straight days finding my way around foobar, making it work how I would like it to and also manually adding albums into my library. I previously used iTunes 7, I have ~5000 songs but most of them are horrible quality (<192kbps) so I'm adding the ones that are good quality into foobar, complete with proper foldername, tagging and album art. It's arduous bit it'll be much worth it in the long run!

I thought I'd just post a few small customization hints for other users:

Enable system tray notification; I know this is already in there but it took me a while to find it

File>Preferences>PanelsUI>Edit Layout

Scroll right to the bottom and uncomment the line beginning with $settray

Ignore leading "the" in artist sorting;

This is a biggie. I get massively annoyed when I just end up with a clump of "The" artists 3/4 of the way down my library. Alright, to do this in the Library Filter, go to

File>Preferences>PanelsUI-Library Filter

Select artist from the dropdown box, click on the second line which reads

$replace(%artist%,', ',|)

and add a function at the end, so it now reads

$replace(%artist%,', ',|%artist%,'The ',)

This will cause the filter to blank all occurences of 'The ' when sorting, yet still have the full artist name appear in the display. I haven't done this in Album List, but I assume the process is pretty much the same.

Now for the main track list window! (I'm pretty proud that I figured this one out, being 4 days new to foobar :D)

File>Preferences>PanelsUI-Sort/Group

Select Artist, choose modify. Now you should see this code at the top

$if($get(%album artist%),

Or something to that effect (I forgot if it was album artist or just artist or whatever, doesn't matter anyway)

Now add some code above that to make it look like this:

$put(sortartist,$replace(%album artist%,'The ',))

$if($get(sortartist),

The takes the album artist variable, blanks the 'The ' if there is one, then stores it in the variable sortartist, which is then used to sort the aritsts. The rest of the code in that box should remain untouched btw.

That's it, just save it and restart foobar if needed :D Of course if you wanted to, you could nullify other phrases like 'A ' (so 'A Perfect Circle' would sort as if it were 'Perfect Circle') etc and you could also use this same method to sort albums the same way.

Alright, and just a quick question if someone else could help me out here:

Is there any way to maximize the foobar window? Like, in every other application you click the middle button of the top-right corner three and it either makes the window smaller, or maximizes it to the entire screen. With foobar, it makes it a miniplayer or makes it about a half-sized window compared to my screen, why is that? Surely there is some code I could change to make it restore to the full size of my screen (1024x768) apart from the toolbar.

Also, I'm working on how to make library view default to the expanded Artists view, and also how to stop that view expanding the tree all the way down to tracks (because that's just pointless IMO)

Thanks and keep up the great work! :woot:

Alright, and just a quick question if someone else could help me out here:

Is there any way to maximize the foobar window? Like, in every other application you click the middle button of the top-right corner three and it either makes the window smaller, or maximizes it to the entire screen. With foobar, it makes it a miniplayer or makes it about a half-sized window compared to my screen, why is that? Surely there is some code I could change to make it restore to the full size of my screen (1024x768) apart from the toolbar.

3 options:

You can edit the values of window size of those existing buttons, (look for "WINDOWSIZE" in the main prefs somewhere under //Mini player.)

Somehow, add an additional button. (I would look at the code of the existing buttons, copy it, move it around, and edit the function of the button.)

Or you can just unhide your titlebar and maximize the window.

There's a time limit for editing posts at his forum, I forgot the exact times.

Hey dawxxx666 or anyone else who can fix this, I have a problem with this part of my Foo config and I'm sure you guys ran across this problem too.

I was trying to fix it, but I failed : [

minimodepx0.jpg

I don't like how that activelist overlaps my buttons. It sometimes makes my foo crash when I click on the wrong place to try to meximize again. I tried to truncate the activelist name, but couldn't make the "next" and "previous" playlist buttons to follow correctly.

Please help!

There's a time limit for editing posts at his forum, I forgot the exact times.

Hey dawxxx666 or anyone else who can fix this, I have a problem with this part of my Foo config and I'm sure you guys ran across this problem too.

I was trying to fix it, but I failed : [

minimodepx0.jpg

I don't like how that activelist overlaps my buttons. It sometimes makes my foo crash when I click on the wrong place to try to meximize again. I tried to truncate the activelist name, but couldn't make the "next" and "previous" playlist buttons to follow correctly.

Please help!

Good news: it's already fixed in 1.04, even fonts are displayed correctly ;)

dawxxx666 could you please add the playcount via foo_custominfo.dll ?

The original one changes tags of the files :(

In new version I'm using foo_playback_custom.dll - no problems with tags any more :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • 26H2 absolutely will support ARM Windows just not on devices that came with 26H1. This is evident by the fact I am running 26H2, which on my MacBook Neo and Surface Pro 12 (inch), within a VM.
    • Mp3tag 3.35 by Razvan Serea Mp3tag is a powerful and yet easy-to-use tool to edit metadata (ID3, Vorbis Comments and APE) of common audio formats. It can rename files based on the tag information, replace characters or words from tags and filenames, import/export tag information, create playlists and more. The program supports online freedb database lookups for selected files, allowing you to automatically gather proper tag information for select files or CDs. Mp3tag supports the following audio formats: Advanced Audio Coding (aac) Free Lossless Audio Codec (flac) Monkeys Audio (ape) Mpeg Layer 3 (mp3) MPEG-4 (mp4 / m4a / m4b / iTunes compatible) Musepack (mpc) Ogg Vorbis (ogg) OptimFROG (ofr) OptimFROG DualStream (ofs) Speex (spx) Toms Audio Kompressor (tak) True Audio (tta) Windows Media Audio (wma) WavPack (wv) Mp3tag 3.35 changelog: This version introduces a new Files options page, enhanced toolbar customization, support for RF64 WAV files, improved Discogs and MusicBrainz tag sources, and many other improvements and fixes. See the Release Notes for more details. Download: Mp3tag 64-bit | 5.7 MB (Freeware) Download: Mp3tag 32-bit | 5.2 MB Link: Mp3tag Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The FIFA World Cup is not US centric.
    • It’s amusing how Microsoft is pushing IT admins as if this was a major, game-changing update. In reality, it’s just an enablement package that bumps the build number, which is disappointing compared to the more substantial 22H2 and 24H2 releases. Technically, 25H2, 26H1, and the upcoming 26H2 are essentially the same, differing only in support schedules. They could have included the Windows K2 improvements here, but chose not to. The era of Windows being in the backburner continues, and this 26H2 release feels like an afterthought. Shame, Nadella, shame.
    • Microsoft, totally not confusing /s 25H2 - Current for non-Arm based Windows 26H1 - Current for Arm based Windows 26H2 - Only for non Arm Windows
  • Recent Achievements

    • Week One Done
      AMV earned a badge
      Week One Done
    • One Month Later
      AMV earned a badge
      One Month Later
    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      78
    4. 4
      Steven P.
      72
    5. 5
      Michael Scrip
      71
  • Tell a friend

    Love Neowin? Tell a friend!