X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=TODO;h=68032fafa69c4d90fa3ca5825218412c47b95b39;hb=acda6aee34b1aa7cec6f9aa04e73f4b0c3e1e5ee;hp=21e297992093d8c2ffe1e3c026f9f95ca2f21f9a;hpb=2d3751fa9aaec1216b6f2444621d4f9bfda0424a;p=minitube diff --git a/TODO b/TODO index 21e2979..68032fa 100644 --- a/TODO +++ b/TODO @@ -1,20 +1,11 @@ # Minitube TODO list ## Bugs -- Item positions when moving two items down -- Always remember the playlist width -- Truncate overflowing text in the playlist -- Fix Space key not working in fullscreen (Pause) - +- in fullscreen mode at the right screen in a dual-screen setup, + will show the song list at the left when working on the left screen. ## Killer features -- Video download - 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. - Videos should be downloaded in HD format, if available. - - 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. @@ -24,36 +15,33 @@ - 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. + This feature 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 + Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend + Marco di Antonio tried with the Mplayer backend, but it is very unstable. + Waiting for the VLC backend to work. -- HD streaming (requires settings) - Subtitles, see http://google2srt.sourceforge.net/ - -## Features +## Minor Features +- Safe search levels (in the status bar beside HD) - 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 -- 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 +- Time filter on the bottom of the playlist: Today, 7 days, 30 days ## Unsure features +- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time - 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 and KDE 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 -- Cannot seek beyond the buffered part of the video -- Linux: Seek does not work at all -- Phonon does not report the buffering percent correctly +- Mac: Cannot seek beyond the buffered part of the video +- Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927 +- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336 +- Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543