]> git.sur5r.net Git - minitube/blob - TODO
Updated TODO
[minitube] / TODO
1 * Bugs
2 - Item positions when moving two items down
3 - Always remember the playlist width
4 - Investigate ways to ensure Minitube never ever stops playing
5 - Truncate overflowing text in the playlist
6 - Fix Space key not working in fullscreen (Pause)
7
8 * Killer features
9 - Video download
10 - YouTube related videos
11 - Accept YouTube URLs in the search box and as CLI args
12 - HD streaming (requires settings)
13 - Subtitles, see http://google2srt.sourceforge.net/
14 - Windows build
15
16 * Features
17 - Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
18 - Show buffering progress (when Phonon backends will work)
19 - Clear recent keywords
20 - Mark playlist items that have errors
21 - Settings: number of "Recent Keywords", Phonon settings, HD or not
22 - Accept any URL and scrape web pages searching for YouTube videos
23 - Show the toolbar when mouse hits the top of the screen in Fullscreen mode
24 - Show the playlist when mouse hits the left side of the screen in Fullscreen mode
25 - Show more thumbs on hover
26
27 * Unsure features
28 - YouTube video details
29 - Saved playlists
30 - Starred videos
31 - Investigate fetchMore() and canFetchMore() in the Model/View API
32
33 * Phonon bugs (Come on Qt devs, do your job!)
34 - Mac: playback sometimes does not start (got a workaround!)
35 - Mac: Phonon freezes the GUI when loading a video
36 - Phonon::MediaSource does not work with QIODevices
37 - Cannot seek beyond the buffered part of the video
38 - Linux: Seek does not work at all
39 - Phonon does not report the buffering percent correctly