notes for the new db/symlink handling
git-svn-id: https://svn.musicpd.org/mpd/trunk@251 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
1157b5d332
commit
03b19a5c8a
8
TODO
8
TODO
|
@ -1,2 +1,10 @@
|
|||
1) 24-bit pcm-tools (this may just wait since almost no one uses it)
|
||||
2?) put software mixer settings in state file
|
||||
3) Dealing with symlinks and new db:
|
||||
a) id3 talbe: artist->album->song
|
||||
song: key->title,
|
||||
data->tag (add SongList of symlinks)
|
||||
b) check for symlinks by comparing realpaths
|
||||
c) when writing songs to db, put duplicate links
|
||||
d) when reading db, check duplicate links, if duplicate link,
|
||||
then just copy the tag.
|
||||
|
|
Loading…
Reference in New Issue