]> git.sur5r.net Git - minitube/blobdiff - TODO
Mac locale inside Resources
[minitube] / TODO
diff --git a/TODO b/TODO
index cf6e6474911e32164b4465e28f906ad5031d75f2..6d26b32dd0ae1aa0ee5e707308c7296c1efb3a6c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,33 +1,28 @@
-* 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
-- Video download
-- 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
-- YouTube related videos
+# Minitube to do list
+
+## Major features
+
+- Snapshots (Cannot be done with Phonon)
+
+- Channel subscriptions
+
+- Favorite videos
+
+- 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
+- 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
-- Investigate fetchMore() and canFetchMore() in the Model/View API
 
-* Phonon bugs
-- 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)