Recommended Posts

arkon

autoplaylists are playlists that automatically keep track of whatever field they are designated.

an example for year:

(date LESS 2000) AND (date GREATER 1989)

that would be for the 1990's

If a song doesnt have a date:

NOT date GREATER 1

any song without a date will be in this playlist

for codecs

%codec% IS aac

%codec% IS mp3

%codec% IS vorbis

%codec% IS wma

%codec% IS flac

(NOT %codec% IS mp3) AND (NOT %codec% IS vorbis) AND (NOT %codec% IS wma) AND (NOT %codec% IS flac) AND (NOT %codec% IS aac)

any song with a codec which is one of these will be assinged to that playlist and if it isnt one of those it wil be placed in the last playlist.

thank you to Dirhael for helping me out with all this...he is the one who pmd me this info.

What i still dont understand is hwo to get a autoplaylist for songs with missing tags and a autoplaylist for songs added to the library in the past week?

sort of like a last added playlist

arkon

autoplaylists are playlists that automatically keep track of whatever field they are designated.

That makes sense what you put there, but where would I put all that data for it to look at? I'm not too sure where that would go. Thank you :)

Edit: I think I found it actually. http://www.foobar2000.org/components/index.html you can download 'Autoplaylist Manager'. I am guessing this is what you use to do this. I haven't dled it yet, just wanted to post the link for the others who wanted to do the autoplaylists as well.

Also, I am trying to use: %playlist_name% in my Track Info panel though all it returns is a question mark. It works in columns, just not in the Track Info panel which baffels me. Anyone have any ideas?

Edited by pawky

What i still dont understand is hwo to get a autoplaylist for songs with missing tags and a autoplaylist for songs added to the library in the past week?

sort of like a last added playlist

For missing tags use:

<tag> MISSING

i.e. date MISSING for files without a date tag

About the last added thing, you need a plugin which adds a tag to each file as it is added to the database, and then you can do it, but until someone makes it (there was one for 0.8), then it can't be done.

both of them are the foo_browser plugin

http://wiki.bowron.us/index.php/Foobar2000

from the site

"foo_browser allows you to browse your library using columns ui panels. Each panel can be configured for any tag and header you wish, but initially is set up for Genre, Artist, Album, Title and Title with Tracknumber. It also creates a Playlist named "*Browser*" which displays browser selection contents. foo_browser also adds "Browse" to context menu which will populate all the panels from your selections"

btw thank you both

First go-around:

Ok, so I've tried to code everything myself (except the components themselves :p) and I've learned a lot, though still a bit I don't get yet... Anyways, below are a couple pictures of my setup as is.

Album View:

foobar_look-album.gif

Normal View

Playlist Tree (for a question below)

Please let me know what you think of layout and colors.

Now for a couple problems I have run into.

1) Still not sure how to do the rating for songs

2) foo_playcount : I am pretty sure I can figure this one out once I have the newest version. I am just having a hard time telling which is the newest foo_playcount and which ones are old and for v0.8.3

3) Track Info Panel on left side

3.1) For the headers I have --------------[song Info] etc, is there a way I can make a fading (as I have it now) line that is solid instead of dashed like I have using ---------

3.2) Progess bar has spacing between each bar, is there a way for me to reduce this or ideally make it solid?

3.3) I know I can change color in the code [$rgb(xx,xx,xx)], is it possible for me to change font and boldness as well? Or am I stuck w/ the same font throughout the whole thing?

4) The grey areas (tabs, seekbar, borders, etc..) can I change these colors? and where/how can I do such?

5) The Playlist tree: In the picture I showed you can see where it says Playlists--> *Browser*, Default, New Playlist, etc... Anyways, I don't have any of these playlists any more though they remain and the new ones don't show, why is this? How can I fix this?

5.1) I found and read all of this: http://wiki.bowron.us/index.php/Playlist_Tree_Tutorial however I still cannot figure out how to really customize the Playlist tree, I must be missing something big...

Oh yea, the components I am using are:

foo_ui_columns [v. 0.1.3 beta 1v5]

foo_uie_quicksearch [v. 2.8f]

foo_uie_trackinfo [v. 0.8]

foo_uie_tabs [v. 0.2.0]

foo_uie_albumart [v. 0.2.1]

foo_playlist_tree [v. 2.2.beta2 [Jun 26 2006 - 11:41:51]]

foo_infobox [v. 2.0.1]

foo_prettypop [v. 1.2.3]

Thank you all very much for your help. :D

1) Still not sure how to do the rating for songs

2) foo_playcount : I am pretty sure I can figure this one out once I have the newest version. I am just having a hard time telling which is the newest foo_playcount and which ones are old and for v0.8.3

3) Track Info Panel on left side

3.1) For the headers I have --------------[song Info] etc, is there a way I can make a fading (as I have it now) line that is solid instead of dashed like I have using ---------

3.2) Progess bar has spacing between each bar, is there a way for me to reduce this or ideally make it solid?

3.3) I know I can change color in the code [$rgb(xx,xx,xx)], is it possible for me to change font and boldness as well? Or am I stuck w/ the same font throughout the whole thing?

4) The grey areas (tabs, seekbar, borders, etc..) can I change these colors? and where/how can I do such?

5) The Playlist tree: In the picture I showed you can see where it says Playlists--> *Browser*, Default, New Playlist, etc... Anyways, I don't have any of these playlists any more though they remain and the new ones don't show, why is this? How can I fix this?

5.1) I found and read all of this: http://wiki.bowron.us/index.php/Playlist_Tree_Tutorial however I still cannot figure out how to really customize the Playlist tree, I must be missing something big...

1) Try this. It saves the rating to either the media library, or a text file.

Although this did seem to cause me some problems by making foobar crash on random songs, so be warned..

2) I think this is the newest playcount.

3.1) Use the character map program, and see if there are any symbols in the font you're using that join together to form a line..

3.2) Same as 3.1

3.3) Stuck with same font, unless you use a vertical splitter, and several panels, but that can get ugly.

4) They depend on the visual style you're using. You can change them but it causes the whole windows theme to change. It's in right-click on desktop > properties > appearance tab > advanced > change the colour of the 3D objects item.

5) Edit the 'Playlists' item and check the box that says 'Automatically update' or something along those lines.

5.1) I'll let someone else help on this, as it can be confusing ;)

Also, does anyone know how to get the album list plugin to automatically update, so if I add an mp3 to my music folder, it would automatically be updated to the library?

You could try the foo_dirwatch component.

http://www.hydrogenaudio.org/forums/index....showtopic=41298

You could try the foo_dirwatch component.

http://www.hydrogenaudio.org/forums/index....showtopic=41298

foo_dirwatch does not work with .9.x yet. I hope it gets updated soon because this is something I've been looking for so I don't have to rescan my whole library all of the time.

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

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      524
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!