mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
news about $format
This commit is contained in:
parent
2eb10e391a
commit
adcaaf3a13
1 changed files with 5 additions and 2 deletions
7
NEWS
7
NEWS
|
|
@ -34,8 +34,11 @@
|
|||
and use "beet import -A" to import without autotagging. This will use
|
||||
the existing tags on the files but use their location in the directory
|
||||
tree to cluster items into albums.
|
||||
* Fixed some bugs with encoding paths on Windows. Also, :s are now
|
||||
replaced with -s in path names (instead of _s) for readability.
|
||||
* Fixed some bugs with encoding paths on Windows. Also, : is now
|
||||
replaced with - in path names (instead of _) for readability.
|
||||
* MediaFiles now have a "format" attribute, so you can use $format in
|
||||
your library path format strings like "$artist - $album ($format)"
|
||||
to get directories with names like "Paul Simon - Graceland (FLAC)".
|
||||
|
||||
1.0b2
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in a new issue