]> git.sur5r.net Git - minitube/blobdiff - TODO
padding
[minitube] / TODO
diff --git a/TODO b/TODO
index cd0c975840462374f1394a6f680b55f630e7dec3..61c337c1ea480055b49bcefd8205ab125efb6f66 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,34 +1,48 @@
-* Bugs
-- Item positions when moving two items down
-- Always remember the playlist width
-- Investigate ways to ensure Minitube never ever stops playing
-- Truncate overflowing text in the playlist
-- Hide the mouse cursor in full screen mode
-
-* Features
-- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
-- Show buffering progress (when Phonon backends will work)
-- Windows build
-- Clear recent keywords
+# Minitube TODO list
+
+## Killer features
+
 - Video download
-- Show current video position and total/remaining time near the seekbar
-- Playing/Paused icon overlay on the current video thumb
-- Mark playlist items that have errors
-- Settings: number of "Recent Keywords", Phonon settings
-- Accept YouTube URLs in the search box
-- Accept any URL and scrape web pages searching for YouTube videos
-- Search autocomplete
-- Dragndrop on video widget
-- Controls in Fullscreen mode
-- Show more thumbs on hover
-- Played state for playlist items
-- YouTube video details
+    Playlist items should have a download icon that appears on mouse hover.
+    Once the icon is clicked a mini-progressbar appears and the download icon remains visible
+    even on "mouseout", maybe with a different color.
+    Videos should be downloaded in HD format, if available.
+    Videos should be downloaded directly on the Desktop without asking for a location.
+
 - YouTube related videos
+    List of related videos identical to the playlist.
+    When a related video is clicked Minitube will keep playing the next related videos.
+    Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist.
+    Maybe the playlist should disappear, leaving only the panel on the right.
+
+- Accept YouTube URLs in the search box and as CLI args
+    ./minitube [url]
+    When Minitube has a single video to play, it will continue playing related videos.
+    This feature depends on the related videos above.
+    We could also accept any URL and scrape web pages searching for YouTube videos.
+
+- Windows build
+    Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend
+    Marco di Antonio tried with the Mplayer backend, but it is very unstable
+
 - Subtitles, see http://google2srt.sourceforge.net/
+
+## Minor Features
+- Safe search levels (in the status bar beside HD)
+- Show buffering progress (when Phonon backends will work)
+- Show more thumbs on hover with animated crossfade
+
+## Unsure features
+- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
+- Add menu entries for Most relevant, Most recent, Most viewed (Playlist => ...)
 - Saved playlists
-- Investigate fetchMore() and canFetchMore() in the Model/View API
+- Starred videos
 
-* Phonon bugs
-- Mac: playback sometimes does not start
+## Phonon bugs (Come on Qt and KDE devs, do your job!)
+- Mac: playback sometimes does not start (got a workaround!)
 - Mac: Phonon freezes the GUI when loading a video
-- Linux: Seek does not work
+- Phonon::MediaSource does not work with QIODevices
+- Mac: Cannot seek beyond the buffered part of the video
+- Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
+- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
+- Linux: The Phonon volume slider mute button does not change: https://bugs.kde.org/show_bug.cgi?id=214543