mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 16:34:45 +01:00
NEWS note about "improved" ls -a &c.
This commit is contained in:
parent
4b313fdbfb
commit
2d54e0cb56
1 changed files with 5 additions and 4 deletions
9
NEWS
9
NEWS
|
|
@ -28,10 +28,11 @@
|
|||
refactored to keep track of some information at an album (rather than
|
||||
item) granularity. Databases created with earlier versions of beets
|
||||
should work fine, but they won't have any "albums" in them--they'll
|
||||
just be a bag of items. One way to "upgrade" your database so it
|
||||
contains albums is to remove your old database file 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
|
||||
just be a bag of items. This means that commands like "beet ls -a"
|
||||
and "beet rm -a" won't match anything. "One way to "upgrade" your
|
||||
database so it contains albums is to remove your old database file
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue