Recommended Posts

Uhm, i'm kind of new to skinning my own theme to Foobar, and I'm stuck editing some tagz. This is probably an easy one, but: how do you make the first track of an album in a playlist a different color than all the other items? By the way, what is to prefer tagz or tagscript? And also, is there a tagzeditor with highlight and such?

Edited by mMuh

Uhm, i'm kind of new to skinning my own theme to Foobar, and I'm stuck editing some tagz. This is probably an easy one, but: how do you make the first track of an album in a playlist a different color than all the other items? By the way, what is to prefer tagz or tagscript? And also, is there a tagzeditor with highlight and such?

i think you would need something like

$if3($num(%tracknumber%,2),01,colour formatting for track one here $num(%tracknumber%,2),colour formatting for track two here $num(%tracknumber%,2))

I really appriciate your work but it's not exactly what I'm looking for. I would prefer it just to show the albums without having the year folders showing. Is that possible??

you can remove "%date%|" from that code, but it disables chronological ordering. another idea is $if2(%album artist%,%artist%)|'['%date%'] '%album%|$tracknumber().

Anyway, without using %date% (and displaying it) we can't sort chronologically.

I can't really use the code here as I'm using Navigator fcs and there is already code in there which I can't change. I would ideally prefer a code similar to

$if2(%album artist%,%artist%)%date%%album%$tracknumber()

which I can use in the autoplaylist sort section and would just remove the "the" from artists.

about autoplaylist : it's in 0.9 beta... are you using 0.9 beta?

how do you make the first track of an album in a playlist a different color than all the other items?

I'm using this.

$if($strcmp($num(%tracknumber%,2),01),'first track colour','other colour')

you can remove "%date%|" from that code, but it disables chronological ordering. another idea is $if2(%album artist%,%artist%)|'['%date%'] '%album%|$tracknumber().

Anyway, without using %date% (and displaying it) we can't sort chronologically.

about autoplaylist : it's in 0.9 beta... are you using 0.9 beta?

I'm glad you don't know where I live, if you did you would probably come round and give me a slap for causing you all this hassle :D, anyway to answer your question, yes I'm using the beta (for what seems like forever :)).

I wasn't aware you couldn't sort chronologically in the album list panel without showing the dates, oh well I might give it a go and see how it works for a while. Is there anyway of getting the "The's" to show in the panel instead of removing them???

As for the sort string for the autoplaylist, the string above doesn't quite work. I'll say what I want and see if it's possible.

Ideally I would like it sorted by:

1. Artist (with bands like The Beatles under B and compilation disks with various artists (using the album artist tag) sorted under V

2. Albums then sorted chronologically and by the discnumber tag.

Possible???

Ideally I would like it sorted by:

1. Artist (with bands like The Beatles under B and compilation disks with various artists (using the album artist tag) sorted under V

2. Albums then sorted chronologically and by the discnumber tag.

with 0.9 beta I'm using this in Playlist -> Sort -> Sort by...

$if($stricmp($left(%album artist%,4),'the '),$replace(%album artist%,$left(%album artist%,4),,),%album artist%)|%date% - %album%|[%disc%|]$tracknumber()

I don't use autoplaylist :p

with 0.9 beta I'm using this in Playlist -> Sort -> Sort by...

$if($stricmp($left(%album artist%,4),'the '),$replace(%album artist%,$left(%album artist%,4),,),%album artist%)|%date% - %album%|[%disc%|]$tracknumber()

I don't use autoplaylist :p

:jump: Excellent, works perfectly :wub:

Here have a beer on me :beer:

One final thing to get and my foobar will be almost perfect:

How would I get autoplaylist to list everything which doesn't have any replaygain information what-so-ever?? I know how to get the autoplaylist to display things if I know exactly what it's supposed to be i.e. all my singles have a SINGLE tag which is set to true so in autoplaylist I search for single IS true and it displays all my singles, I don't know how I would go about getting it to display tracks without replaygain info though.

Any ideas??

Hi. I'm new to Foobar2000 (well I've heard of it a couple of years ago but haven't actually used it before). I think I'm going to make a permanent switch from Winamp.

Could someone please upload the tbar_foo plugin? The download site doesn't work and I can't find a mirror :/

Thanks :)

the playlist question: is there a plugin that will let me say.. (while in the playlist) press "m" and have foobar go directly to the first artist with the letter "m"?

the album art question: is it possible to make foo_ui_albumart not search for album art for single songs?

also.. would anyone know where i could find some track info strings? power went out, and when i booted back up, foobars settings were.. well... fubared.

the playlist question: is there a plugin that will let me say.. (while in the playlist) press "m" and have foobar go directly to the first artist with the letter "m"?

the album art question: is it possible to make foo_ui_albumart not search for album art for single songs?

also.. would anyone know where i could find some track info strings? power went out, and when i booted back up, foobars settings were.. well... fubared.

If you are using 0.83 then the link below will work, if you are using the beta then I'm sorry your SOL :)

Playlist - Playlist Find should be what you are looking for.

Album Art - I can't be certain but I would think you could, it's been that long since I have used it I can't remember :)

the album art question: is it possible to make foo_ui_albumart not search for album art for single songs?

You could try putting all the singles in one directory and making the "folder.jpg" image the same color as your window so that it looks empty... :D

I just started using Foobar2000 today.

Anyone wanna tell me how to change the title font so it doesn't show [ALBUM TRACK#] and [Foobar2000 vo.83] ?

Thanks!

Preferences > Display > Title formatting > Main window title

use this if you only want it to display artist - title

[%artist% - ]$if(%title%,%title%,%_filename%)

thallos.jpg

config: Navigator suite

theme: Thallos

// various symbols used in display

$puts(theme_dark,0)

// foreground colors

$puts(standard_color,$rgb(153,168,182))

$puts(special_color,$rgb(0,0,0))

$puts(playing_color,$rgb(218,236,250))

$puts(borders_color,$rgb(220,220,220))

// background colors

$puts(bg_color,$rgb(238,242,245))

$puts(bg_color2,$rgb(238,242,245))

// various symbols used in display

$puts(symbol_rating,● )

How do I add the Album art panel and album list panel below foobar2000 menu like this?

foobarsetup5ft.jpg

I just started using foobar today im using the LunaVX theme and i want my setup to look like yours. could you share your config please...i also would like to know how can i get the album art to show. Thanks

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

    • No registered users viewing this page.
  • Posts

    • Everything they say you can already do yourself on the registry by changing some things.
    • Artist's renderings are so much nicer to view than the real thing, don't you think?
    • WildBit Viewer 6.20 released; no further updates planned by Razvan Serea WildBit Viewer is a popular, fast, and extensive image viewer offering a comprehensive suite of tools for photographers, designers, and image enthusiasts. It includes a powerful Viewer, Slide Show, Editor, Search, Profile Switcher, and Multi-Screen Viewer. The Viewer provides blazing-fast folder, file list, and thumbnail navigation with customizable headers, full-screen view, and a shell toolbar to organize favorite folders. It supports all major graphic formats (over 70), including JPEG, TIFF, PNG, BMP, GIF, PCX, TGA, and RAW formats. Detailed Image Info shows EXIF, IPTC, and XMP metadata, with rotation based on EXIF orientation, wallpaper setting, image comparison, geo-tag viewing, color labels, and CMS-aware color management. The Slide Show module offers 176 transition effects, multi-monitor support, custom shows with per-image settings, image marking, zoom, rotate, and desktop hiding for a professional viewing experience. The Editor supports advanced image manipulation, including crop, resize, color adjustments, curves, edge detection, effects, batch processing, retouching, layer support, and printing. Users can apply mass renaming, update or clear metadata, and work with multi-page TIFFs and animated GIFs. Search allows filtering by name, location, date, size, attributes, and metadata, while the Profile Switcher saves and loads custom layouts for all modules. The Multi-Screen Viewer opens multiple windows on available monitors, allowing simultaneous image viewing with independent zoom, pan, and rotation. WildBit Viewer also supports portable operation, 32- and 64-bit versions, Unicode, high-DPI displays, and multiple Windows styling options. With its combination of speed, versatility, and rich feature set, WildBit Viewer is an indispensable tool for managing, editing, and showcasing images efficiently. WildBit Viewer key features: Blazing-fast folder, file list, and thumbnail browsing Supports 70+ image formats including JPEG, TIFF, PNG, BMP, GIF, and RAW Full-screen view with multi-monitor support Explorer-style file handling with customizable headers Thumbnail Browser with sorting, view change, and fast size adjustment EXIF, IPTC, and XMP metadata viewing and editing Automatic rotation based on EXIF orientation Shell toolbar for organizing favorite folders Image Compare to calculate similarity between images Mass renaming and batch metadata updates File List Generator (HTML, CSV, RTF, TXT, Unicode) Rating and color labels, CMS-aware color management Video playback (AVI, MPG, MPEG, WMV) Animated GIF, multipage TIFF, Camera RAW support Slide Show with 176 transition effects and custom settings Editor: crop, resize, rotate, flip, canvas resize, and retouching tools Batch processing and image format conversion Multi-Screen Viewer: multiple windows with independent zoom, pan, and rotate Profile Switcher: save, load, reset, delete module profiles Portable operation, 32-/64-bit support, Unicode, and high-DPI ready WildBit Viewer 6.20 changelog: Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated ImageEn to 15.0.0 version. Viewer, Slide Show, Editor, Search, Profile Switcher & Multi Screen Viewer. Updated Jedi JCL&JVCL. Viewer - Image Geo Info, OpenStreetMap removed. Slide Show Remote Mode removed. Note! This means that WildBit Slide Show Remote is now officially EOL. Editor - Shortcut keys for Capture removed. Optimized code. Note! This version includes help what supersedes all previous releases. plus Lots of bug fixes and changes, check Readme files for details. WildBit Viewer End‑of‑Life WildBit Viewer has reached its final release with version 6.20. As development comes to a close, no further feature updates are planned. WildBit Slide Show Remote reached End-of-Life on 06 June 2026, while WildBit Viewer will reach End-of-Life on 30 June 2026. Downloads will remain available until the end of July 2026 (possibly extending into early August). After End-of-Life, the software will no longer receive updates, security fixes, or technical support. Download: WildBit Viewer 64-bit | Portable 64-bit | ~70.0 MB (Freeware) Download: WildBit Viewer 32-bit | Portable 32-bit Links: WildBit Viewer Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks for liking it! 😊 That's Arch Linux with Gnome.
    • LOL. Can't even quote and edit a comment correctly. Figures you're a Linux user.
  • Recent Achievements

    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      252
    3. 3
      Steven P.
      71
    4. 4
      FloatingFatMan
      69
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!