cyanreg / cyanrip

Bule-ish CD ripper
GNU Lesser General Public License v2.1
222 stars 10 forks source link

Question: Keywords for -D option #66

Closed ASopH closed 10 months ago

ASopH commented 11 months ago

Hi, I love this prog :-), but I need some information about the -D option

I want to rip to \album artist(date) album\cd-number.track - title.extension.

  1. how to I get --> Is there a list of keywords tro use for?
  2. how I get only year in date 2000 from 31-12-2000 or 2000-12-31

Thank you very much for your effort

cyanreg commented 10 months ago

"how to I get --> Is there a list of keywords tro use for?" A what?

ASopH commented 10 months ago

Hi, sorry, is not my home language - I want to rip to \album artist(date) album\cd+tracknumber. track - title.extension, but, in example [album artist] ist not known - [ALBUM ARTIST] or [CD-NUMBER] I meant as keywords for building the directory string. With DATE, ALBUM and TITLE it works. I hope, it is clearly know.

nice work :-) ASopH

cyanreg commented 10 months ago

Oh, can you try -D "{album_artist} ({year}) - {album}"? The filenames should be already correct.

ASopH commented 10 months ago

That's it - I've missed the underscore ^^ Thanks

cyanreg commented 10 months ago

Sure, no problem