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