]> git.sur5r.net Git - minitube/blob - TODO
Imported Debian patch 1.5-1
[minitube] / TODO
1 # Minitube TODO list
2
3 ## Major features
4
5 - Features for logged in users:
6     * Channel subscriptions (r/w)
7     * Favorite videos (r/w)
8     * Comments (r/w)
9     * Likes (r/w)
10
11 - Related videos
12     List of related videos identical to the playlist.
13     When a related video is clicked Minitube will keep playing the next related videos.
14     Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist.
15     Maybe the playlist should disappear, leaving only the panel on the right.
16
17 - Info view
18     Displays video metadata. Could be somewhat linked with related videos...
19
20 - Subtitles, see http://google2srt.sourceforge.net/
21
22 ## Minor Features
23 - Stop after this video
24 - Always on top
25 - Accessibility
26 - Support YouTube URLs drag'n'drop from browser
27 - Search for playlists http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Searching_for_Playlists
28 - Safe search levels (in the status bar beside the video definition option)
29 - Show more thumbs on hover with animated crossfade
30 - Time filter on the bottom of the playlist: Today, 7 days, 30 days
31 - Accept any URL and scrape web pages searching for YouTube videos.
32 - Accept YouTube URLs as CLI args and tell the running Minitube instance
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
41 - Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking)
42
43 ## Phonon bugs that do not apply to Minitube anymore
44 - Mac: playback sometimes does not start (got a workaround!)
45 - Mac: Phonon freezes the GUI when loading a video
46 - Mac: Cannot seek beyond the buffered part of the video
47 - Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
48 - Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
49 - Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543