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