]> git.sur5r.net Git - minitube/blobdiff - TODO
Select text after selecting keyword/channel
[minitube] / TODO
diff --git a/TODO b/TODO
index df4433f5ef855d4d55404a2f0c29b3fbad1f0732..d2a735ab967586c78f4a030338b68f6d67cd9320 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,35 +1,38 @@
-* 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
-
-* Killer features
-- Video download
-- YouTube related videos
-- Accept YouTube URLs in the search box and as CLI args
-
-* 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
-- Playing/Paused icon overlay on the current video thumb
-- Mark playlist items that have errors
-- Settings: number of "Recent Keywords", Phonon settings
-- Accept any URL and scrape web pages searching for YouTube videos
-- Dragndrop on video widget
-- Show toolbar when mouse nears top of the screen in Fullscreen mode
-- Show more thumbs on hover
-- Played state for playlist items
-- YouTube video details
+# Minitube to do list
+
+## Major features
+
+- Snapshots
+
+- Features for logged in users:
+    * Channel subscriptions (r/w)
+    * Favorite videos (r/w)
+    * Comments (r/w)
+    * Likes (r/w)
+
+- 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.
+
+- Info view
+    Displays video metadata. Could be somewhat linked with related videos...
+
 - Subtitles, see http://google2srt.sourceforge.net/
+
+## Minor Features
+- 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
+- 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
-- Investigate fetchMore() and canFetchMore() in the Model/View API
 
-* Phonon bugs (Come on Qt 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 bugs
+- Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking)