<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello ;-)<br>
I'm a totally newby working the first time with ogg vorbis.<br>
<br>
The problem I have is this:<br>
<br>
I ripped Musik CD's with the Program Exact Audio Copy (EAC) and used
the the newest vorbis tools to kompress the files. But I have made a
mistake. With EAC I can give oggenc some parameters with a commandline.
So I do it for the titel of the tracks. The commandline looks like this:<br>
<br>
-q 6 -a "%a" -l "%g" -N "%n" -t "<font color="#ff0000">t</font>" %s %d<br>
<br>
My mistake is coloured in red. The correct way is %t to get the titel
of the track for the ogg-file comment. Now every file hast the
trackname t. Is there any way with tools to catch the trackname with
the filename and put it into the commend-tag of the ogg file?<br>
<br>
Greetings<br>
<br>
Ralph<br>
</body>
</html>