]> git.sur5r.net Git - minitube/blob - TODO
Japanese translation credits
[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 - Playing/Paused icon overlay on the current video thumb
21 - Mark playlist items that have errors
22 - Settings: number of "Recent Keywords", Phonon settings, HD or not
23 - Accept any URL and scrape web pages searching for YouTube videos
24 - Show the toolbar when mouse hits the top of the screen in Fullscreen mode
25 - Show the playlist when mouse hits the left side of the screen in Fullscreen mode
26 - Show more thumbs on hover
27
28 * Unsure features
29 - YouTube video details
30 - Saved playlists
31 - Starred videos
32 - Investigate fetchMore() and canFetchMore() in the Model/View API
33
34 * Phonon bugs (Come on Qt devs, do your job!)
35 - Mac: playback sometimes does not start (got a workaround!)
36 - Mac: Phonon freezes the GUI when loading a video
37 - Cannot seek beyond the buffered part of the video
38 - Linux: Seek does not work
39 - Phonon does not report the buffering percent correctly