]> git.sur5r.net Git - minitube/blobdiff - TODO
Select text after selecting keyword/channel
[minitube] / TODO
diff --git a/TODO b/TODO
index c38bed09c0bc34b33ad3ff28cd4aa18552b43b6f..d2a735ab967586c78f4a030338b68f6d67cd9320 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,54 +1,38 @@
-# Minitube TODO list
+# Minitube to do list
 
-## Known Bugs
-- Wrong item positions when moving more than one item down or up
+## Major features
 
-## Killer features
+- Snapshots
 
-- Video download
-    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.
+- Features for logged in users:
+    * Channel subscriptions (r/w)
+    * Favorite videos (r/w)
+    * Comments (r/w)
+    * Likes (r/w)
 
-- YouTube related videos
+- 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
+- Info view
+    Displays video metadata. Could be somewhat linked with related videos...
 
 - Subtitles, see http://google2srt.sourceforge.net/
 
 ## Minor Features
-- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
-- Safe search levels (in the status bar beside HD)
-- Show buffering progress (when Phonon backends will work)
-- Show the toolbar when mouse hits the top of the screen in Fullscreen mode with animation
-- Show the playlist when mouse hits the left side of the screen in Fullscreen mode with animation
+- Search for playlists http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Searching_for_Playlists
+- Safe search levels (in the status bar beside the video definition option)
 - Show more thumbs on hover with animated crossfade
-- Disable tooltips in the toolbar. Is there a way to do it?
+- Time filter on the bottom of the playlist: Today, 7 days, 30 days
+- Accept any URL and scrape web pages searching for YouTube videos.
 
 ## 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
 - Starred videos
 
-## 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
-- 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
+## Phonon bugs
+- Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking)