]> git.sur5r.net Git - minitube/blob - TODO
69d5ab554c7223004f22c55e7194a6db11c28d3b
[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 - Safe search levels (in the status bar beside HD)
35 - Show buffering progress (when Phonon backends will work)
36 - Show more thumbs on hover with animated crossfade
37
38 ## Unsure features
39 - Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
40 - Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
41 - Saved playlists
42 - Starred videos
43
44 ## Phonon bugs (Come on Qt and KDE devs, do your job!)
45 - Mac: playback sometimes does not start (got a workaround!)
46 - Mac: Phonon freezes the GUI when loading a video
47 - Phonon::MediaSource does not work with QIODevices
48 - Mac: Cannot seek beyond the buffered part of the video
49 - Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
50 - Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
51 - Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543