google-code-export / beets

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

beet ls -f doesn't provide a way to include file path in the output #421

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As far as I can tell, the format specifiers allowed for beet ls -f don't 
provide a way to put the path to the music file in question into the output; in 
other words beet ls -p cannot be implemented in terms of beet ls -f.  Given the 
output beet fields, $path would be the obvious way to do this, but that doesn't 
work.

beet ls -f should provide a way to do this, or if it's already there but 
hidden, it should be mentioned in the man page.

Original issue reported on code.google.com by dwg.uniq...@gmail.com on 16 Aug 2012 at 5:19

GoogleCodeExporter commented 9 years ago
Thanks for pointing this out. Fixed (i.e., $path works) in 57dc05348fba.

Original comment by adrian.sampson on 16 Aug 2012 at 4:01