]> git.sur5r.net Git - minitube/commitdiff
Updated TODO and CHANGES
authorFlavio Tordini <flavio.tordini@gmail.com>
Mon, 31 Aug 2009 08:25:10 +0000 (10:25 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Mon, 31 Aug 2009 08:25:10 +0000 (10:25 +0200)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 1ab7166656f7e69894a82340ee5b04bc0444eada..0a43ec25ed14fe9f498b6711eea15a945aa3d548 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
 0.6
 - Hide idle mouse cursor when above the video
 - Volume keyboard shortcuts and status bar messages
+- Show keyboard shortcuts in the status bar
 - Better error reporting
 - Spanish translation by Rafa
 - Japanese translation by Kiwamu Okabe
diff --git a/TODO b/TODO
index f0c432bb4b43b421bfd8ebcdd23d86563c052918..579ac2ec5de96ac3fc1d5342a7afa9c8111b20fd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,36 +1,55 @@
-* Bugs
+#Minitube TODO list
+
+## Bugs
 - Item positions when moving two items down
 - Always remember the playlist width
-- Investigate ways to ensure Minitube never ever stops playing
 - Truncate overflowing text in the playlist
 - Fix Space key not working in fullscreen (Pause)
 
-* Killer features
+
+## Killer features
+
 - Video download
+    Every playlist items should have small a download icon that appears on mouse hover.
+    Once the icon is clicked a mini-progressbar appears and the the download icon remains visible
+    even on "mouseout", maybe with a different color.
+
 - YouTube related videos
+    List of related videos identical to the playlist.
+    When a related video is clicked Minitube will keep playing the next related videos.
+    Don't where the list should appear, maybe on the right, but when activated it should replace the playlist.
+    Maybe the playlist should disappear, leaving only the panel on the right.
+
 - Accept YouTube URLs in the search box and as CLI args
+    ./minitube [url]
+    When Minitube has a single video to play, it will continue playing related videos.
+    This feature is depends on the related videos above.
+    We could also accept any URL and scrape web pages searching for YouTube videos.
+
+- Windows build
+    Stefan Brueck has compiled on Windows but there are problems with Phonon
+
 - HD streaming (requires settings)
 - Subtitles, see http://google2srt.sourceforge.net/
-- Windows build
 
-* Features
-- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
+
+## Features
 - Show buffering progress (when Phonon backends will work)
 - Clear recent keywords
 - Mark playlist items that have errors
 - Settings: number of "Recent Keywords", Phonon settings, HD or not
-- Accept any URL and scrape web pages searching for YouTube videos
-- Show the toolbar when mouse hits the top of the screen in Fullscreen mode
-- Show the playlist when mouse hits the left side of the screen in Fullscreen mode
-- Show more thumbs on hover
+- Show the toolbar when mouse hits the top of the screen in Fullscreen mode with animation
+- Show the playlist when mouse hits the left side of the screen in Fullscreen mode with animation
+- Show more thumbs on hover with animated crossfade
 
-* Unsure features
+## Unsure features
+- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
 - YouTube video details
 - Saved playlists
 - Starred videos
 - Investigate fetchMore() and canFetchMore() in the Model/View API
 
-* Phonon bugs (Come on Qt devs, do your job!)
+## Phonon bugs (Come on Qt devs, do your job!)
 - Mac: playback sometimes does not start (got a workaround!)
 - Mac: Phonon freezes the GUI when loading a video
 - Phonon::MediaSource does not work with QIODevices