On Jul 28, 2011, at 14:09 34, Rob Landry wrote:

> Why does:  rdimport --metadata-pattern="%g_%n." CRI_897779.wav
> 
> give me: rdimport: invalid group specified ?

Because you haven't specified a valid group.  Specifically, the underscore 
between 'CRI' and '897779.wav' makes it look like one big filename 
("CRI_897779.wav") to the parser.  Even though you're using %g in the metadata 
pattern, you still have to supply a group name that will be used as the default 
value in the event that the name from the filename doesn't exist.

Cheers!


|-------------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |               Chief Developer               |
|                           |               Paravel Systems               |
|-------------------------------------------------------------------------|
|    Obstacles are what you see when you take your eyes off the road.     |
|                                          -- Anonymous                   |
|-------------------------------------------------------------------------|

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to