summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorville <ville@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-09 09:33:21 +0000
committerville <ville@e10066b5-e1e2-0310-b819-94efdf66514b>2005-10-09 09:33:21 +0000
commit0275bf4d0d3dfc3b38e7c95728847a62256b4b36 (patch)
tree1742b77d3143455d3cd822d4889af94c3dbd36e3 /TODO
parent9c4f3f0c6e516a318ec0df58e504dff7d9000e8c (diff)
downloadvdr-plugin-muggle-0275bf4d0d3dfc3b38e7c95728847a62256b4b36.tar.gz
vdr-plugin-muggle-0275bf4d0d3dfc3b38e7c95728847a62256b4b36.tar.bz2
Wrap lines at < 80 cols.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@875 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 11 insertions, 7 deletions
diff --git a/TODO b/TODO
index b77204b..0baa7a9 100644
--- a/TODO
+++ b/TODO
@@ -21,7 +21,8 @@
\subsection urgentcontent Content handling
\subsection urgentplayer Player extensions
- - Possible to resume play instead of restarting list from the beginning?
+ - Possible to resume play instead of restarting list from the
+ beginning?
- Init scale/level/normalize?
- The max. level should be recognized during play
- Store max. level in the database
@@ -53,7 +54,8 @@
\subsection midcontent filter issues
- new OSD list for filters. Only ONE filter can be active at any time
- - filters can be defined recursively, different filters can share subfilters
+ - filters can be defined recursively, different filters can share
+ subfilters
- Save/load filter set
- table filters and filterrules
- filters: id, name, created, author. Uses id 0 from filterrules.
@@ -76,7 +78,7 @@
\section vision Long term ideas and visions
- handle off-line media (CDs, DVDs, recordings)
- - handle streams (live TV with channel list, MP3 radio,..., EPG)
+ - handle streams (live TV with channel list, MP3 radio,..., EPG)
- handle images (possibly in sync with music/radio)
- muggle content syndication (e.g. via DAAPD)
- access media on someone elses computer
@@ -92,8 +94,8 @@
- Prepend top level dir to filename in non-GD-mode
- Edit playlist (move tracks like channels in VDR channel list)
(OK in playlist view)
- - Instant play = empty current playlist, append tracks of current node and play
- (easy, in submenu of browser)
+ - Instant play = empty current playlist, append tracks of current node and
+ play (easy, in submenu of browser)
- Clear playlist (submenu action)
- Find files from database entry based on GD compatibility flag
- Handle Next/PrevFile in mgPlaylist (vdr_player.c)
@@ -116,7 +118,8 @@
- Extended mgGdTrack with audio properties (bitrate, samplerate, channels)
- in mgPCMPlayer/vdr_player.c:
- pass m_playing to mp3/ogg decoder (instead of filename)
- - mgOggDecoder: obtain audio properties from DB (channels, sampling rate via mgContentItem)
+ - mgOggDecoder: obtain audio properties from DB (channels, sampling rate
+ via mgContentItem)
- mgPCMPlayer::getSourceFile moved to abstract data layer (mgContentItem)
and made concrete in subclasses (mgGdTrack)
- mgDecoders::findDecoder: extend decoder detection
@@ -135,7 +138,8 @@
- Simple progress indicator for 1.3.12
- Attach to graphlcd plugin via replay string
- Test Instant play from browser view
- - Displaying the menu while progress display is shown makes VDR crash (DONE)
+ - Displaying the menu while progress display is shown makes VDR crash
+ (DONE)
- Check int/unsigned stuff in mg_playlist
- mgPCMPlayer::GetIndex: obtain track length from database (DONE)
- Import (mugglei) now checks for duplicate entries based on filenames