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