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

    • I'm not sure about that, but it at least "does" a version of 7.1 that this brand new card doesn't....
    • Floorp 12.15.2 by Razvan Serea Floorp is a cutting-edge web browser that combines the trusted foundation of Mozilla's Firefox with a unique Japanese perspective, offering users an exceptional online experience. This open-source browser prioritizes privacy, customization, and security. Floorp is transparent, with no user tracking or data sharing, and it's completely open source. With a strict no-tracking policy and full transparency, your personal information remains private. As an open-source project, Floorp not only shares its source code but also its build environment, inviting users to contribute and build their unique versions. The regular updates, based on Firefox ESR, ensure that you always have the latest features and security enhancements. Floorp key features: Strong Tracking Protection: Floorp offers robust tracking protection, safeguarding users from malicious tracking and fingerprinting on the web. Flexible Layout: Customize Floorp's layout to your heart's content, including moving the tab bar, hiding the title bar, and more for a personalized browsing experience. Switchable Design: Choose from five distinct designs for the Floorp interface, and even switch between OS-specific designs for a unique look Regular Updates: Based on Firefox ESR, Floorp receives updates every four weeks, ensuring up-to-date security even before Firefox's releases. No User Tracking: Floorp prioritizes user privacy by abstaining from collecting personal information, tracking users, or selling user data, with no affiliations with advertising companies. Completely Open Source: The full source code for Floorp is open to the public, allowing transparency and enabling anyone to explore and build their own version. Dual Sidebar: Floorp features a versatile built-in sidebar for webpanels and browsing tools, making it perfect for multitasking and quick access to bookmarks, history, and websites. Flexible Toolbar & Tab Bar: Customize your browser with Tree Style Tabs, vertical tabs, and bookmark bar modifications, catering to both beginners and experts in customization. User-Centric Web Experience: Floorp prioritizes user privacy and collaboratively blocks harmful trackers. Floorp 12.15.2 changelog: fix: reset tab drag state on dragend to prevent position offset (#2488) by @Ryosuke-Asano in #2497 fix(workspaces): hide split view wrapper when all tabs are hidden by @Ryosuke-Asano in #2495 fix(split-view): prevent stuck pointer-events:none after drag on web content by @Ryosuke-Asano in #2492 feat(design): add Gecko 152 CSS variable aliases and Lepton compatibility layer by @Ryosuke-Asano in #2494 fix(workspaces): exitOnLastTabClose no longer quits Floorp when closing the last tab by @Ryosuke-Asano in #2498 Download: Floorp 64-bit | 95.0 MB (Open Source) Links: Floorp Website | Github Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I can barely recall getting web results from a file search... I must've turned it off long ago. 26H2 is Insider's Preview build 26300.8697, which I am running, atm. It is not available for people running the standard commercial builds of Windows--only for the beta test Insider's group. But anyway, as mentioned in the thread, this feature has been around for a long time...
    • Speak for yourself. I saw it on Feedly, came here to read it, and did read it until the steps to activate. I skipped them to read the last paragraph. I knew it was probably not "the most requested feature", but knowing Neowin, I knew the article was going to talk about a feature nonetheless. I've seen Neowin in its best and worst.
    • See if this article I wrote the other day works for you.
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      84
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!