annotate src/adplug/core/README.audacious @ 2942:233cb5dffbf7
Fix tags for ALAC files.
For some reason, the tag can occour a second time, but this time empty.
Always use the first tag we found.
| author |
Jonathan Schleifer <js@webkeks.org> |
| date |
Sat, 27 Sep 2008 19:04:32 +0200 |
| parents |
cae46214b8bf |
| children |
|
| rev |
line source |
|
703
|
1 This is a summary of changes made to the AdPlug core in the plugin for
|
|
|
2 Audacious:
|
|
|
3
|
|
|
4 - every replayer is now passed a VFS fd
|
|
|
5 - there is a binio virtual which is now used to wrap the VFS in a way
|
|
|
6 that is non-intrusive
|
|
|
7 - some blatantly bad coding practices have been corrected
|
|
|
8
|
|
|
9 --
|
|
|
10 William Pitcock <nenolod -at- sacredspiral.co.uk>
|