]> git.sur5r.net Git - minitube/blob - TODO
954bd98dc01840d9b4262adb92bc0b40d71e0aa1
[minitube] / TODO
1 # Minitube TODO list
2
3 ## Killer features
4
5 - Video download
6     Download status on the status bar. When clicked, a download manager view appears.
7     Videos should be downloaded in the current format
8     directly on the Desktop or Downloads dir without asking for a location.
9
10 - YouTube related videos
11     List of related videos identical to the playlist.
12     When a related video is clicked Minitube will keep playing the next related videos.
13     Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist.
14     Maybe the playlist should disappear, leaving only the panel on the right.
15
16 - Accept YouTube URLs in the search box and as CLI args
17     ./minitube [url]
18     When Minitube has a single video to play, it will continue playing related videos.
19     This feature depends on the related videos above.
20     We could also accept any URL and scrape web pages searching for YouTube videos.
21
22 - Windows build
23     Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend
24     Marco di Antonio tried with the Mplayer backend, but it is very unstable
25
26 - Subtitles, see http://google2srt.sourceforge.net/
27
28 ## Minor Features
29 - Safe search levels (in the status bar beside HD)
30 - Show buffering progress (when Phonon backends will work)
31 - Show more thumbs on hover with animated crossfade
32 - Time filter on the bottom of the playlist: Today, 7 days, 30 days
33
34 ## Unsure features
35 - Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
36 - Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
37 - Saved playlists
38 - Starred videos
39
40 ## Phonon bugs (Come on Qt and KDE devs, do your job!)
41 - Mac: playback sometimes does not start (got a workaround!)
42 - Mac: Phonon freezes the GUI when loading a video
43 - Phonon::MediaSource does not work with QIODevices
44 - Mac: Cannot seek beyond the buffered part of the video
45 - Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
46 - Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
47 - Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543