summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-07-09 13:47:07 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-07-09 13:47:07 +0000
commit28b8fb570e62c276b0f42bba979e463b3229f6e2 (patch)
treecf7aeef20dc812f5e9e860a1eae7d99f4a4db749
parentab99c04d0639ec897a9a8b8323fa4ec41c685088 (diff)
downloadvdr-plugin-muggle-28b8fb570e62c276b0f42bba979e463b3229f6e2.tar.gz
vdr-plugin-muggle-28b8fb570e62c276b0f42bba979e463b3229f6e2.tar.bz2
Updated next steps
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@103 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--muggle-plugin/TODO29
1 files changed, 18 insertions, 11 deletions
diff --git a/muggle-plugin/TODO b/muggle-plugin/TODO
index 93a5255..e0b1ea5 100644
--- a/muggle-plugin/TODO
+++ b/muggle-plugin/TODO
@@ -1,35 +1,40 @@
TODO File for Muggle
====================
+Testing/bugs
+============
+- Save/load playlists to database
+- Export playlists
+- Execute playlist commands
+- Check play speed
+- Playlists starts with 2nd song
+- Check for getSourceFile
+
Code polishing
==============
- Check for memory leaks
- Check for (reasonably) consistent usage of char*/string
- mgDatabase is not used? mgPlayer used what for?
- Check for unnecessary log commands
-- Add logs, documentation (generate in HTML)
- Generate HTML documentation using doxygen, dotty/gv for state machines
Short term items
================
-- Adapt scripts
- - use working directory by default or argument
- - how to install into correct path
+- Import existing m3u playlists
-OSD
----
+OSD (general)
+-------------
+- Add separators for first letter (A, B, C, ...) that can be skipped using left/right
Content
-------
- Handle loop mode in mgPlaylist
- Handle shuffle mode in mgPlaylist
-- Save/load playlists to database
Player
------
-- Determine max. framecount (needed for rewinding) ?
+- Determine max. framecount (needed for rewinding)?
- Init scale/level/normalize?
-- Check play speed
- Add ogg decoder
- Add a simple progress display (song title, artist, ...)
@@ -40,12 +45,11 @@ Medium term items
=================
- really abstract from specific queries etc.
-- mgDatabase should abstract database stuff!?
+- mgDatabase should abstract database (mySQL) stuff!?
OSD
---
- Type numbers to enter characters and jump to first title accordingly
-- Add separators for first letter (A, B, C, ...) that can be skipped using left/right
Content
-------
@@ -98,6 +102,9 @@ Already Done
************************************************************
*
* $Log: TODO,v $
+* Revision 1.8 2004/07/09 13:47:07 LarsAC
+* Updated next steps
+*
* Revision 1.7 2004/05/28 15:29:18 lvw
* Merged player branch back on HEAD branch.
*