From 64de5be89b8cb3415a1cbf6e38a7a520a2c04d8a Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Mon, 31 Aug 2009 10:25:10 +0200 Subject: [PATCH] Updated TODO and CHANGES --- CHANGES | 1 + TODO | 43 +++++++++++++++++++++++++++++++------------ 2 files changed, 32 insertions(+), 12 deletions(-) diff --git a/CHANGES b/CHANGES index 1ab7166..0a43ec2 100644 --- 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 f0c432b..579ac2e 100644 --- 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 -- 2.39.2