Move some playlist-related expanduser() calls from hooke.plugin.* to hooke.playlist...
[hooke.git] / hooke / plugin / playlists.py
2010-09-29 W. Trevor KingMove some playlist-related expanduser() calls from...
2010-09-29 W. Trevor KingAdd os.path.expanduser() wrappers to user-supplied...
2010-08-19 W. Trevor King'new playlist' now puts the new playlist into outqueue...
2010-08-16 W. Trevor KingFix playlist filename preservation for 'load playlist...
2010-08-15 W. Trevor KingUse input name in 'new playlist' and 'load playlist...
2010-08-15 W. Trevor KingCleanups to playlist name handling in 'load playlist'.
2010-08-12 W. Trevor KingRemove superfluous ..plugin from imports in hooke.plugin.*
2010-08-07 W. Trevor KingAdd 'new playlist' command and clean up 'Creating a...
2010-08-03 W. Trevor KingBroke type conversion out into hooke.util.convert and...
2010-08-03 W. Trevor KingUse .index() instead of ._index for NoteIndexList access
2010-08-03 W. Trevor KingRan update_copyright.py
2010-07-30 W. Trevor KingAdded 'get playlist' and hooke.plugin.playlists