Hi Jeff,

I forwarded this one to the system manager. He replied this:


[quote]

> rdimport is going to see that first full stop [period] as the beginning
 > of the suffix

I would consider that a bug.  The last full stop should probably be 
considered the beginning of the suffix, rather than the first.

Also, I'm not entirely convinced the pattern matching stopping at a "-" 
in the artist name is a console error.  The filename and pattern are 
"quoted" properly, so the dash - and spaces shouldn't confuse the 
console.  And the filename is obviously passed properly to rdimport, 
else rdimport shouldn't be able to find the file at all. Also, the same 
syntax/command works fine with regular artist names. I'll have to do 
some more experimenting with different syntaxes.

Either way, sure, it's all things we can work around. :-)
[/quote]



Kind regards and have a blast!


Peter.


Verstuurd



Van: Robert Jeffares
Verzonden: ‎zondag‎ ‎29‎ ‎december‎ ‎2013 ‎05‎:‎04
Aan: Peter van Embden

On 28/12/13 11:43, Peter van Embden wrote:
> (and here comes the problem) while importing files from console using 
> rdimport with metadata pattern "%a- %t.wav" pattern matching seems to 
> stop at a dash (-) or dot (.).
>
> "A-Ha - Take on me.wav" becomes artist "A" with title ""
> "Bruce Springsteen - Born in the U.S.A..wav" becomes artist "Bruce
> Springsteen" with "Born in the U"

this one is a linux one ..

%a - %t.wav will sort out A-Ha Although you may have to %a\ -\ %t.wav on 
some OS

your match has no gap after the %a

rdimport is going to see that first full stop [period] as the beginning 
of the suffix

I would be cleaning out the extra '.' s and leaving .wav as the only 
place you see a '.'

one more sed sweep for .

regards

robert
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to