]> git.sur5r.net Git - minitube/blob - TODO
Updated TODO & CHANGES
[minitube] / TODO
1 # Minitube TODO list
2
3 ## Killer features
4
5 - Video download
6     Playlist items should have a download icon that appears on mouse hover.
7     Once the icon is clicked a mini-progressbar appears and the download icon remains visible
8     even on "mouseout", maybe with a different color.
9     Videos should be downloaded in HD format, if available.
10     Videos should be downloaded directly on the Desktop without asking for a location.
11
12 - YouTube related videos
13     List of related videos identical to the playlist.
14     When a related video is clicked Minitube will keep playing the next related videos.
15     Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist.
16     Maybe the playlist should disappear, leaving only the panel on the right.
17
18 - Accept YouTube URLs in the search box and as CLI args
19     ./minitube [url]
20     When Minitube has a single video to play, it will continue playing related videos.
21     This feature depends on the related videos above.
22     We could also accept any URL and scrape web pages searching for YouTube videos.
23
24 - Windows build
25     Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend
26     Marco di Antonio tried with the Mplayer backend, but it is very unstable
27
28 - Subtitles, see http://google2srt.sourceforge.net/
29
30 ## Minor Features
31 - Safe search levels (in the status bar beside HD)
32 - Show buffering progress (when Phonon backends will work)
33 - Show more thumbs on hover with animated crossfade
34
35 ## Unsure features
36 - Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
37 - Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
38 - Saved playlists
39 - Starred videos
40
41 ## Phonon bugs (Come on Qt and KDE devs, do your job!)
42 - Mac: playback sometimes does not start (got a workaround!)
43 - Mac: Phonon freezes the GUI when loading a video
44 - Phonon::MediaSource does not work with QIODevices
45 - Mac: Cannot seek beyond the buffered part of the video
46 - Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
47 - Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
48 - Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543