]> git.sur5r.net Git - minitube/blob - TODO
85ce391945a2268ae693af08ba40a3ed96020300
[minitube] / TODO
1 # Minitube TODO list
2
3 ## Known Bugs
4 - Wrong item positions when moving more than one item down or up
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's directX backend
29     Marco di Antonio tried with the Mplayer backend, but it is very unstable
30
31 - Subtitles, see http://google2srt.sourceforge.net/
32
33 ## Minor Features
34 - Clear recent keywords
35 - Safe search levels (in the status bar beside HD)
36 - Show buffering progress (when Phonon backends will work)
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 and KDE 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 - Mac: Cannot seek beyond the buffered part of the video
53 - Xine: 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
55 - Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543