Help - Search - Members - Calendar
Full Version: Ogg command line to remap tags
Hydrogenaudio Forums > Lossy Audio Compression > Ogg Vorbis > Ogg Vorbis - General
rengelman
Can someone help me out with the command line for encoding into ogg where it remaps the title from the original tags to be = track num (2 digit) - artist - title? I am using both foobar and eac if that matters.

I'd like to do this as part of the encoder parameters in foobar instead of having to convert then run masstagger and load a script there.

Also, any place I can find a comprehensive list of ogg command line options?

Thanks
[solid]
QUOTE(rengelman @ Aug 3 2004, 02:53 AM)
Also, any place I can find a comprehensive list of ogg command line options?

oggenc -h afaik shows all options except --advanced-encode-option.

but, to the point:
CODE
oggenc {your options here} -n "%n - %a - %t.ogg"
should work.
rengelman
QUOTE([solid)
,Aug 3 2004, 04:40 AM]
QUOTE(rengelman @ Aug 3 2004, 02:53 AM)
Also, any place I can find a comprehensive list of ogg command line options?

oggenc -h afaik shows all options except --advanced-encode-option.

but, to the point:
CODE
oggenc {your options here} -n "%n - %a - %t.ogg"
should work.
*



That worked

Thanks
rengelman
QUOTE(rengelman @ Aug 3 2004, 05:59 AM)
QUOTE([solid)
,Aug 3 2004, 04:40 AM]
QUOTE(rengelman @ Aug 3 2004, 02:53 AM)
Also, any place I can find a comprehensive list of ogg command line options?

oggenc -h afaik shows all options except --advanced-encode-option.

but, to the point:
CODE
oggenc {your options here} -n "%n - %a - %t.ogg"
should work.
*



That worked

Thanks
*



Oops,

Actually that did work for another issue I had which is formatting the filename from commandline.

However, I was trying to re-map the title of the song in the title tag to go from "original title" to "artist - original title" during the encoding process using the commandline. (using foobar2K).

I have tried -t "%a - %t" but that didn't work.

Anyone with any thoughts on that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.