summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-11 06:49:53 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-10-11 06:49:53 +0000
commitb4d6bf0a31ec3b491e3e8b8bf197f11c69a42819 (patch)
tree9cb816fac919b6cc55503e131feef8a3aefbaa75 /TODO
parent5c67d1d9eae0cbcf4ced5dadc9434165d8aa0de6 (diff)
downloadvdr-plugin-muggle-b4d6bf0a31ec3b491e3e8b8bf197f11c69a42819.tar.gz
vdr-plugin-muggle-b4d6bf0a31ec3b491e3e8b8bf197f11c69a42819.tar.bz2
TODOs updated
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@225 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'TODO')
-rw-r--r--TODO84
1 files changed, 34 insertions, 50 deletions
diff --git a/TODO b/TODO
index 764986f..30f365b 100644
--- a/TODO
+++ b/TODO
@@ -17,8 +17,10 @@
\subsection urgentosd OSD-related Issues
+ - Red key does not work in Browser submenu
- Possible to resume play instead of restarting list from the beginning?
- Save on exit
+ - Rename playlist
\subsection urgentcode Code polishing
@@ -71,93 +73,75 @@
- Init scale/level/normalize?
- The max. level should be recognized during play
- Store max. level in the database
+ - Display covers
\subsection deploy Deployment
- - Script to publish a version
- - make dist
- - copy .tgz, README, CHANGES, HISTORY into web directory
- - generate documentation
- - copy into web directory
- - sync with web
- - How to track bugs and feature requests?
+ - Script to publish a version
+ - make dist
+ - copy .tgz, README, CHANGES, HISTORY into web directory
+ - generate documentation
+ - copy into web directory
+ - sync with web
+ - How to track bugs and feature requests?
- \verbatim
- # $1: version name (e.g. 0.0.5-BETA)
+ \verbatim
+ # $1: version name (e.g. 0.0.5-BETA)
+ # how to determine current path?
+ svn copy ... http://.../svn/muggle/tags/$1
- # how to determine current path?
- svn copy ... http://.../svn/muggle/tags/$1
+ make dist
+ # obtain name from output? or copy commands and make correctly
+ mv vdr-muggle-0.0.1.tgz ~/Web/current/htpc/muggle/vdr-muggle-$1.tgz
- make dist
- # obtain name from output? or copy commands and make correctly
- mv vdr-muggle-0.0.1.tgz ~/Web/current/htpc/muggle/vdr-muggle-$1.tgz
+ cp README ...
+ cp TODO ...
+ cp CHANGES ...
- cp README ...
- cp TODO ...
- cp CHANGES ...
+ doxygen muggle.doxygen
+ cp -R doc ~/Web/current/htpc/muggle/
- doxygen muggle.doxygen
- cp -R doc ~/Web/current/htpc/muggle/
-
- sitecopy --update htpctech
- \endverbatim
+ sitecopy --update htpctech
+ \endverbatim
\section mid ToDo items of moderate importance
\subsection midimport Import stuff
- Album
+ - Cover images (based on filename or tag)
- Genre
- Modified
- Cover text
- - Cover images (based on filename or tag)
- Tracks
- Language (?)
- - Genre1, 2
- Rating?
- Modified, created
- Lyrics
- - Import playlist from m3u
- - Run import/update from within OSD?
+ - Import playlist from m3u
+ - Run import/update from within OSD?
- - Handle updates in both directions
- - Check modification date in DB/fstat
- - if file is newer: update tags into db
- - if DB is newer: update db into tags
+ - Handle updates in both directions
+ - Check modification date in DB/fstat
+ - if file is newer: update tags into db
+ - if DB is newer: update db into tags
\subsection midcode Code issues
- really abstract from specific queries etc.
- mgDatabase should completely abstract database (mySQL) stuff!?
+ - initialization
- read/write queries
- - return results (needs a homogeneous representation of results?)
+ - return results (needs an abstract representation of results?)
\subsection midosd OSD-related issues
- Incremental search
- - Type numbers to enter characters and jump to first title accordingly
+ - Type numbers to enter characters and jump to first title accordingly
- Check whether submenus (as implemented in VDR) are more suitable
- do not permit jumping to arbitrary menus though
- - Add play indicators
- - Toggle display with Ok (off -> track info -> album info -> playlist info -> off)
- - Display track info (use vdr 1.3.12 progress display)
- - Song title
- - Artist
- - Genre
- - Album
- - Bitrate, channels, samplerate, format, ...
- - Progress display
- - Display album info
- - Album name
- - Artist
- - Year
- - No. Tracks
- - Track names?
- - Display playlist info
- - Overall progress
- - Next track(s)
\subsection midcontent Content issues