This is a custom pattern for foobar2000 which is supposed to list every song in your library related to ocremix by only querying metadata and not relying on paths, filenames, directory structures and so on. But since apparently not all remixes conform to ocremixes id3-specs this is a bit cheesy and not exactly super scientific. I thought I'd share this anyway since there might actually be another person out there who finds this useful. So what I came up with is this: $puts(x,$meta(album))$puts(y,$meta(www))$if($or($strstr($get(x),ocremix),$strstr($get(y),ocremix)),%original album%) Well, wha