google-code-export / beets

Automatically exported from code.google.com/p/beets
MIT License
0 stars 0 forks source link

"Date added" fields #415

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have adopted the following path schema for my music collection : 

$year-of-acquisition/$albumartist - $album/$track $title

Would it be possible to have an import date / import year / acquisition year in 
the path formats. This could then be an option in the import command for 
importing an existing collection.

http://beets.readthedocs.org/en/1.0b15/reference/pathformat.html

For example on my collection the import would be : 

  for i in 2010 2011 2012; do beet import --aquired-in $i /big/music/collection/$i; done

The on new imports the --aquired-in would not be used and would default to the 
current year.

By the way, the projects looks awesome, just started using it and am impressed. 

Original issue reported on code.google.com by arthur.l...@gmail.com on 1 Aug 2012 at 10:33

GoogleCodeExporter commented 9 years ago
Good idea! Thanks.

Beets definitely should keep track of "added" dates. And this usage in the path 
format seems quite reasonable. We'll add this in an upcoming release.

Original comment by adrian.sampson on 1 Aug 2012 at 9:27