Planned Enhancements and Known Bugs
===================================

Road Map
--------
This is a "rough" plan, nothing is set in stone.

0.6.0
  o Summary consistency in README, setup.py, and rpm, etc.
  o eyeD3 man page
  o --playlist - Create playlists from scanned files.
  o --set-text-frame=FID:TEXT Set any text frame.
  o --rename[=STRING]         Rename filename from tag info
  o -r, --rename[=STRING]         Rename filename from tag info
  o -S, --sanitize-filename       Sanitize filenames
  o -C, --capitalize[=ARG]        Capitalize frames
  o --attach-picture=[[[MIMETYPE:]TYPE:]DESCRIPTION:]FILE
                   Attach picture
  o --play-counter=NUMBER     Set play counter value
  o -i, --interactive[=FRAME(S)]  Set tag data interactively
  o -B, --save-binary[=FRAME(S)]  Save binary frame(s)
  o -P, --force-padding           Enforce padding of tag data
  o --padded-size             Set padded size
  o Tag.export() (export) to save to empty files.
  o -E, --export[=FILENAME]       Export tag(s) to file
  o More "low-level" capibilities via bin/eyeD3
  o Native Support for: MCDID, TMED, IPLS/TIPL, PCNT, TEXT, USLT
                                   SYLT, TDAT(2.3 rendering TDRC)
  o Regression/unit test app.

0.7.0
  o More native frame support.
  o Handle appened ID3v2 tags, SEEK frames, and footers.
  o UTF-16 encoding (0x01 byte prefix)
  o UTF-16BE encoding (0x02 byte prefix) (ID3 v2.4)
  o UTF-8 encoding (0x03 byte prefix)    (ID3 v2.4)

0.8.0
  o eyeD3 --playlist
  o bin/eyeD3 XML output.

0.9.0
  o Native support for all frames!
  o Abide by read only and tag/file alter flags in tag header when
    setting/saving.
  o Abide by extended header restrictions when setting/saving.

1.0.0
  o Ogg Tag Support
  o Ogg tag writing.
  o Ogg audio spec support
  o GUI

Problematic id3lib Sample Tags
------------------------------
thatspot.tag - Parses fine, but native support for TMED, USLT, PCNT, POPM,
               TLEN, and IPLS is needed.
230-syncedlyrics.tag - Not tested, synced lyrics has not been implemented
                       yet.
230-unicode - Not tested, encodings other then ISO-8859-1 have not been
              implemented yet.
