Here it is, but I must warn you, it hasn't been maintained since the end of 2005, so don't expect any of the new features or formats I've added since then.
Thanks, kode! Works like a charm.
Cutter
Aug 19 2008, 14:38
Kode54, thanks a lot for the update but I still look forward to seeing the "Playback override" settings be used by the Converter.
kode54
Aug 20 2008, 13:22
QUOTE(Cutter @ Aug 19 2008, 13:38)
Kode54, thanks a lot for the update but I still look forward to seeing the "Playback override" settings be used by the Converter.
Done, but don't expect it to play nice with multiple instances. (Playback, conversion, ReplayGain scanning...) The most recent instance to start will always take over the dialog, disconnecting any previous instance and leaving it with whichever settings were last applied. Don't ask why I locked it to a single instance when it was already locked to playback only.
Cutter
Aug 20 2008, 23:52
Thank you !
One more suggestion: could you add an horizontal single-bar peak meter for each track in the GEP Control dialog? It would make identifying tracks (channels) easier.
imiganai
Sep 14 2008, 05:51
Would it be possible to have an option to enter a default genre that gep reports for formats that don't support the field? For example, VGM doesn't have a genre field which results in everything showing up under the ? category instead of "game" which I have usf and smc files under. Thanks!
Borisz
Sep 15 2008, 05:48
QUOTE(imiganai @ Sep 14 2008, 12:51)
Would it be possible to have an option to enter a default genre that gep reports for formats that don't support the field? For example, VGM doesn't have a genre field which results in everything showing up under the ? category instead of "game" which I have usf and smc files under. Thanks!
Use [%genre%] in your titleformatting.
imiganai
Sep 15 2008, 05:52
QUOTE(Borisz @ Sep 15 2008, 03:48)
Use [%genre%] in your titleformatting.
Thanks, but I'd like stuff that legitimately doesn't have genres assigned to show up in the ? group. Also that would result it just a nameless group instead of ?, which doesn't really change much. Although this was my bad--I didn't mention that I was talking about the album list, not other places....sorry!
Borisz
Sep 20 2008, 06:47
$if2([%genre%],no genre tag present) ?
or maybe, $if($strcmp(%codec%,VGM),$if2([%genre%],no VGM genre tag present),%genre%)
imiganai
Sep 20 2008, 11:10
QUOTE(Borisz @ Sep 20 2008, 04:47)
or maybe, $if($strcmp(%codec%,VGM),$if2([%genre%],no VGM genre tag present),%genre%)
Haha, yeah, $if($strcmp(%codec%,VGM),'Game',%<genre>%) does what I'd like, although it seems sort of silly to have to have a special case for a codec when the codec doesn't provide a pretty basic piece of information...
Borisz
Oct 13 2008, 07:44
I don't think genre shows up as anything but ? if its not included, regardless of format.
Still, it just shows how much you can customize Foobar. There are tons of similar oddities for every format anyway. I have a few XM tunes where the title field is blank - not blank as in empty, but blank as in occupied by 16 or so space characters. Modplug (my former mod player) used to display the filename in these cases, but foobar didnt, so I had to mix in $if($stricmp(%title%, ),$upper(%filename_ext%),%title%) to the titleformatting.
I have like, a completely seperate formatting for every format there is. It makes a nice big $if string (about 12k of text only).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.