This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
# Minitube to do list |
| 2 |
|
| 3 |
## Major features |
| 4 |
|
| 5 |
- Snapshots |
| 6 |
|
| 7 |
- Features for logged in users: |
| 8 |
* Channel subscriptions (r/w) |
| 9 |
* Favorite videos (r/w) |
| 10 |
* Comments (r/w) |
| 11 |
* Likes (r/w) |
| 12 |
|
| 13 |
- Related videos |
| 14 |
List of related videos identical to the playlist. |
| 15 |
When a related video is clicked Minitube will keep playing the next related videos. |
| 16 |
Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist. |
| 17 |
Maybe the playlist should disappear, leaving only the panel on the right. |
| 18 |
|
| 19 |
- Info view |
| 20 |
Displays video metadata. Could be somewhat linked with related videos... |
| 21 |
|
| 22 |
- Subtitles, see http://google2srt.sourceforge.net/ |
| 23 |
|
| 24 |
## Minor Features |
| 25 |
- Search for playlists http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Searching_for_Playlists |
| 26 |
- Safe search levels (in the status bar beside the video definition option) |
| 27 |
- Show more thumbs on hover with animated crossfade |
| 28 |
- Time filter on the bottom of the playlist: Today, 7 days, 30 days |
| 29 |
- Accept any URL and scrape web pages searching for YouTube videos. |
| 30 |
|
| 31 |
## Unsure features |
| 32 |
- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time |
| 33 |
- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...) |
| 34 |
- Saved playlists |
| 35 |
- Starred videos |
| 36 |
|
| 37 |
## Phonon bugs |
| 38 |
- Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking) |