i think i found a bug in 0.9b12 when editing a tag in a wavpack file that has an embedded cuesheet
1. open the file in 0.9b12
2. stop playback
3. rightlick on a song => preferences
4. edit a title of a song
5. update and close 0.9b12
6. import the wavpack file to foobar 0.8.3
7. rightclick on a song => preferences => reload file info
then it should look like that: http://songbird.dyndns.info/wavepackcuesheet.png
the CUE_TRACK... tags seem like additional apev2tags which should not be there as all tag updates should be made in the CUESHEET=VALUES tag
my wavpack files are encoded with the following commandline: wavpack -m -t -w "CUESHEET=@*.cue" -w "LOG=@*.log" <infile> <outfile.wv>
using wavpack v4.3
thanks