| 1 |
# Minitube TODO list |
| 2 |
|
| 3 |
## Known Bugs |
| 4 |
- Wrong item positions when moving more than one item down or up |
| 5 |
|
| 6 |
## Killer features |
| 7 |
|
| 8 |
- Video download |
| 9 |
Playlist items should have a download icon that appears on mouse hover. |
| 10 |
Once the icon is clicked a mini-progressbar appears and the download icon remains visible |
| 11 |
even on "mouseout", maybe with a different color. |
| 12 |
Videos should be downloaded in HD format, if available. |
| 13 |
Videos should be downloaded directly on the Desktop without asking for a location. |
| 14 |
|
| 15 |
- YouTube related videos |
| 16 |
List of related videos identical to the playlist. |
| 17 |
When a related video is clicked Minitube will keep playing the next related videos. |
| 18 |
Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist. |
| 19 |
Maybe the playlist should disappear, leaving only the panel on the right. |
| 20 |
|
| 21 |
- Accept YouTube URLs in the search box and as CLI args |
| 22 |
./minitube [url] |
| 23 |
When Minitube has a single video to play, it will continue playing related videos. |
| 24 |
This feature depends on the related videos above. |
| 25 |
We could also accept any URL and scrape web pages searching for YouTube videos. |
| 26 |
|
| 27 |
- Windows build |
| 28 |
Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend |
| 29 |
Marco di Antonio tried with the Mplayer backend, but it is very unstable |
| 30 |
|
| 31 |
- Subtitles, see http://google2srt.sourceforge.net/ |
| 32 |
|
| 33 |
## Minor Features |
| 34 |
- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time |
| 35 |
- Safe search levels (in the status bar beside HD) |
| 36 |
- Show buffering progress (when Phonon backends will work) |
| 37 |
- Show the toolbar when mouse hits the top of the screen in Fullscreen mode with animation |
| 38 |
- Show the playlist when mouse hits the left side of the screen in Fullscreen mode with animation |
| 39 |
- Show more thumbs on hover with animated crossfade |
| 40 |
- Disable tooltips in the toolbar. Is there a way to do it? |
| 41 |
|
| 42 |
## Unsure features |
| 43 |
- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...) |
| 44 |
- Saved playlists |
| 45 |
- Starred videos |
| 46 |
|
| 47 |
## Phonon bugs (Come on Qt and KDE devs, do your job!) |
| 48 |
- Mac: playback sometimes does not start (got a workaround!) |
| 49 |
- Mac: Phonon freezes the GUI when loading a video |
| 50 |
- Phonon::MediaSource does not work with QIODevices |
| 51 |
- Mac: Cannot seek beyond the buffered part of the video |
| 52 |
- Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927 |
| 53 |
- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336 |
| 54 |
- Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543 |