========= FOR THE RELEASE - CLIENT =========
A:
- Trying to start a tag radio station with too few streamable items doesn't
  bring up an error. Just fails silently.

B:
- Wipe cache after 90 days (Chris)
- Hourglass should appear when clicking + in exclusions tree
- Disable Play/Volume when scrobbling
- Label alignment needs to be tweaked per platform
- Context menu in sidebar should have default action bold

C:
- Commas (or some sort of delimiter) between tags
- Proper plugin names in About box
- Stop wizard jitter
- No version resource in exe
- Headers in options look wrong
- Remove all exclamation marks from error messages, don't want to be
  shouting at the user.

Discussion:
- Tagging a track doesn't make it appear in sidebar
  <c> what should appear there? we don't show songs below the tag-node.

- Can't play Loved Radio, says "Not enough content" even though I could play
  it before with old player
  <c> yes, because you listened to the tracks just recently and therefore all the
      tracks in your loved-station won't be played again till they reach some time out.

- Not getting which user a neighbour radio song comes from any longer
  <c> why that? this feature is awesome and everyone cheered when i reactivated it.

- 1px wide splitter
  <c> that is silly, really. this is not a website frame. those 1px wide splitters aren't
      click-/dragable without trying to grab them 10-times. plus it's just not obvious
      to the user that this view can be resized -> usability nightmare.

Features:
- Can't add stuff to bookmarks
- Manually refresh cached item
- Turn off metadata option
- Turn off systray option
- Geek/help screen
- Design status message system
- Auto version increment for release builds

Test:
- Win 9x, shfolder.dll
- Proxy support
- Make sure transition from old ASS works


========= FOR THE RELEASE - WEBSERVICES =========
A:
- Scrobbling disabled doesn't work for radio (RJ)
- "Your session is invalid" is not very helpful, investigate what we can do

B:
- History entries shouldn't read "lastfm://" etc, make them friendly
  <c> adjust.php needs to tell us the proper name (RJ)



======== Container ============================================================
<e> About box displays wrong plugin names
<e> Qt doesn't understand virtual drives, affects exclusions dirs


======== Search Extension =====================================================
<c> Draw blue selection boxes with a gradient.


======== MetaData Extension ===================================================


======== Sidebar Extension ====================================================
<c> Add buttons for OS X.


======== RTAudio Playback Service =============================================
<c> Make a QThread watch the buffer-size. QTimer's Events could be
    blocked by other cpu-intensive stuff.
<c> Only stop playback instantly when the user clicked stop. Otherwise let the
    buffer run out.


======== Settings Extension ===================================================
<e> Test saving lots of exclude dirs on Win98 as it uses REG_MULTI_SZ which
    is Win2k and later only







======== Legacy stuff from MFC Audioscrobbler =================================
<e> Version number detection for installed players could be ropey and relying on default paths. Not good. 
<e> Better detection of players (HKCR)t
<e> FLAC submits once a second plus don't get the metadata out (Winamp)
<e> What if user has changed plugin dir? Doom.
<e> Running the plugin wizard on a limited account is going to tell you you need to install plugins because it's using HKCU, but the plugins won't install because it doesn't have write access.
<e> Wizard buttons aren't behaving if you're cancelling or saying No to shut down players
<e> Automatic proxy detection
<e> Close AS with player
<e> AS seems to think iTunes is running on some machines when it isn't
<e> Check if connected to the internet before doing an update check
<e> Don't bug me option (or sneaky install option)
<e> Foobar to resubmit to AS when the user changes the ID3 info
<e> Should disable Next button in Wizard if no updates are selected
<e> Refresh cache for track button
<e> More fine-grained "track will not submit" info
<e> Handle TaskbarCreated message
<e> Have description field for player plugins if several versions available
<e> Modify rctools to not write comma version to string value
<e> Make capitalisation consistent
<e> Really need better progress screen, see Firefox Downloads window
<e> Actual plugin ID not passed through because there's no way of setting plugin per submission
<e> Change upg.win.xxx to XML
<e> Have server automatically moderate "&" -> "and" and the like
