Recommended Posts

I have an album which is made up of various artists, I used to have the artist tag as various artists and the title tag had the artist of the track and the title of the song, how would I go about using masstagger to reformat the title tags which read like this

David Bowie - Speed Of Life

to make David Bowie the artist tag and remove everything before the S in Speed Of Life in the title tag??

you can select "Guess values from other fields" then,

Source format:

%title%

Guessing pattern:

%artist% - %title%

Also I would like to get my tracks sorted right, just now I have them sorted by directory structure which works to a certain degree, however I would like every artists albums to be in chronological order i.e an album released in 1980 would be above one released in 1990.

My old sort string was

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

which woks but now since I'm using the album artist tag for compilation disks it mixes up albums because it sorts by album first. What would I need to change to fix this???

if a file has ALBUM ARTIST tag, then uses it, else uses ARTIST tag.

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

Edited by miscellanea

Can anyone help me? I can't get the selection background to goto the colour I want it too, I can't find the option to change the colour - I've looked all through foobar2000 > Preferences > Columns UI > Display area :(

Please help

foobar2pj.jpg

Can anyone help me? I can't get the selection background to goto the colour I want it too, I can't find the option to change the colour - I've looked all through foobar2000 > Preferences > Columns UI > Display area :(

Please help

you can define colour like this in Globals tab - Colour, or Columns tab - Colour.

text|selected text|

background|selected background|[selected background non-focus]|...

example:

$if(%_isplaying%,0072dd|0072dd|,ff9900|ff9900|)
381000|190000||

Can anyone help me? I can't get the selection background to goto the colour I want it too, I can't find the option to change the colour - I've looked all through foobar2000 > Preferences > Columns UI > Display area sad.gif

Please help

What you want to do is find the colour value. Go to Preferences -> Display -> Columns UI. Select the tab Globals. Then look around for values like:

design= ,info= ,selected= , etc. There are hexidecimal values next to those, so you use the colour picker down the bottom to choose your colour which it will display in hexidecimals for you to replace the old values with.

Here's a screenshot of the things you should be replacing.

you can select "Guess values from other fields" then,

Source format:

%title%

Guessing pattern:

%artist% - %title%

if a file has ALBUM ARTIST tag, then uses it, else uses ARTIST tag.

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

Cool, thanks

how do i change the look of the playlist switcher???

also can i add a tab with the extended playlist generator???? how do i dd a database tab?

thanks

I don't think there is a uie plugin for the extended playlist generator. i used the uie album list plugin and just renamed its tab to 'database.'

A couple of days ago I asked about a sorting string and miscellanea replied with this piece of code

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

This works almost exactly how I would like it to, however it places all the artists like "The Beatles" & "The Who" with the rest of the bands beginning with T. How would I go about modifying this so that it places "The Beatles" under B etc???

One final question, I'm using the album list panel which I have sorted by directory structure, it looks like this:

post-25418-1139286957.png

If I use the sorting string above it looks like this:

post-25418-1139287124.png

Is there anyway of sorting the album list panel so that it looks like the first pick but with the albums sorted the in chronological order etc???

A couple of days ago I asked about a sorting string and miscellanea replied with this piece of code

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

This works almost exactly how I would like it to, however it places all the artists like "The Beatles" & "The Who" with the rest of the bands beginning with T. How would I go about modifying this so that it places "The Beatles" under B etc???

One final question, I'm using the album list panel which I have sorted by directory structure, it looks like this:

post-25418-1139286957.png

If I use the sorting string above it looks like this:

post-25418-1139287124.png

Is there anyway of sorting the album list panel so that it looks like the first pick but with the albums sorted the in chronological order etc???

I'm not completely for sure, but I'll go:

$puts(album_artist,$if2($meta(album artist),$meta(artist)))
$puts(album_artist,
$if($strcmp($left($get(album_artist),4),'The '),
$replace($get(album_artist),$left($get(album_artist),4),,),
$get(album_artist)))

$get(album_artist)|%date%|%album%|$num(%tracknumber%,2)' - '%title%

This code shows like this. It displays "The Cardigans" as "Cardigans". Also tested with "The Bangles", and it worked.

post-97247-1139311343.png

Edited by miscellanea

Cool, thanks.

I'll give it a try when I get back in from college.

The above code will only work for the album list panel and not for the playlist window too????

How I get this toaster, mine is very small :no: . It appears short time ;)

17xk.th.jpg

And I can't install custom play pack button :wacko:

14hx.th.jpg

well im using toaster for foobar2000 - here

and for the toolbars you might need libpng*.dll and zlib1.dll .. both of which should go into the root of your foobar2000 folder

e.g.

c:\program files\foobar2000\

I'm not completely for sure, but I'll go:

$puts(album_artist,$if2($meta(album artist),$meta(artist)))
$puts(album_artist,
$if($strcmp($left($get(album_artist),4),'The '),
$replace($get(album_artist),$left($get(album_artist),4),,),
$get(album_artist)))

$get(album_artist)|%date%|%album%|$num(%tracknumber%,2)' - '%title%

This code shows like this. It displays "The Cardigans" as "Cardigans". Also tested with "The Bangles", and it worked.

post-97247-1139311343.png

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??

It works with both. for the playlist window, Columns UI -> Columns -> Sort tab

post-97247-1139318983.png

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.

well im using toaster for foobar2000 - here

and for the toolbars you might need libpng*.dll and zlib1.dll .. both of which should go into the root of your foobar2000 folder

e.g.

c:\program files\foobar2000\

Thanks for your reply :yes: :blush:

Aaaaahhhhhh :sleep:

0 a.m I must go to bed and sleep now :shiftyninja:

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!