]> git.sur5r.net Git - minitube/blob - TODO
d6b6fe3f1bc631ce0f97a6d4c3275356e3593dae
[minitube] / TODO
1 # Minitube TODO list
2
3 ## Major features
4
5 - Twitter https://twitter.com/intent/tweet
6 - Facebook https://www.facebook.com/sharer.php?u=<url to share>&t=<title of content>
7 - Email mailto:?subject=&body=
8
9 - Snapshots
10
11 - Features for logged in users:
12     * Channel subscriptions (r/w)
13     * Favorite videos (r/w)
14     * Comments (r/w)
15     * Likes (r/w)
16
17 - Related videos
18     List of related videos identical to the playlist.
19     When a related video is clicked Minitube will keep playing the next related videos.
20     Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist.
21     Maybe the playlist should disappear, leaving only the panel on the right.
22
23 - Info view
24     Displays video metadata. Could be somewhat linked with related videos...
25
26 - Subtitles, see http://google2srt.sourceforge.net/
27
28 ## Minor Features
29 - Stop after this video
30 - Always on top
31 - Accessibility
32 - Support YouTube URLs drag'n'drop from browser
33 - Search for playlists http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Searching_for_Playlists
34 - Safe search levels (in the status bar beside the video definition option)
35 - Show more thumbs on hover with animated crossfade
36 - Time filter on the bottom of the playlist: Today, 7 days, 30 days
37 - Accept any URL and scrape web pages searching for YouTube videos.
38 - Accept YouTube URLs as CLI args and tell the running Minitube instance
39
40 ## Unsure features
41 - Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
42 - Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
43 - Saved playlists
44 - Starred videos
45
46 ## Phonon bugs
47 - Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking)
48
49 ## Phonon bugs that do not apply to Minitube anymore
50 - Mac: playback sometimes does not start (got a workaround!)
51 - Mac: Phonon freezes the GUI when loading a video
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