song: convert to a subclass of dict.
commite4f46487145be0bbcd2aa278388a1b4b3ef78f54
authorAnton Khirnov <wyskas@gmail.com>
Mon, 24 Aug 2009 18:46:27 +0000 (24 20:46 +0200)
committerAnton Khirnov <wyskas@gmail.com>
Mon, 24 Aug 2009 18:46:27 +0000 (24 20:46 +0200)
tree4e0170664bdc651c782601544572170d20090239
parente7c01e7b53f02b24e6938d945e84453537f3fa31
song: convert to a subclass of dict.

also don't store whole song in Library and Playlist,
this saves a significant amount of memory.
nephilim/common.py
nephilim/mpclient.py
nephilim/plugins/AlbumCover.py
nephilim/plugins/Library.py
nephilim/plugins/Lyrics.py
nephilim/plugins/Playlist.py
nephilim/plugins/Songinfo.py
nephilim/song.py
nephilim/winMain.py