3 * Some of the new classes need to be 'internal'.
4 * persist update count for containers
5 * More errors needed in MediaDBError
6 * Remove generic save*() & get*()
7 * Fix coding-style/indentation everywhere.
8 * DB tables should directly correspond/map to class hierarchy & naming
12 * Find a way to handle images properly
13 * Will be done automagically by
14 * https://bugzilla.gnome.org/show_bug.cgi?id=626531
17 * '''Fix coding-style everywhere'''
18 * Filesystem-based cover art (Implement feeding-part of MediaArtStorageSpec)
19 * Preliminary patch exists, though ugly
20 * React to configuration changes
21 * Add configurable filter on "Genre" to decide between Audio and Music for
23 * check if g_file_enumerator_container can simplify harvester
25 * Add 'title' param to AddURI?
26 * Patch needs cleaning
28 * causes assertion failure followed by a crash if done during its
29 harvested at rygel-media-export-root-container.vala:393
31 * Check in HTTPSeek really needed?
33 * crash on trying to trancode ogg to wmv.
35 * Always build/run tests if configured with '--enable-tests'.
37 * autogen passes '--enable-tests' to configure by default.
39 * Use common.m4 in tests/Makefile.am.
41 * Cache response(s). If user fast forwards a stream, one request completes and
42 a second will be issued with a new time offset. It is important to keep the
43 latency of starting the new request small.
45 * Refactor ItemCreator class (especially run method).
48 * Get mime-type from gupnp-dlna when dlna pn is known.
50 * Make sure tracker uses mime from gupnp-dlna.
52 * Assign priorities to gstreamer threads
53 (See gstreamer/tests/examples/streams/stream-status.c)
56 * Make sure we restart rygel when configuration changes.
58 * Get interfaces directly from NM.
59 * Show available APs for Wifi interface.
61 * rygel copies config file to user's home dir if not already there.
64 * Start rygel as part of user session.
65 * Remove relavent code from UI code.
67 * Config for XBox hacks user-agent.
70 * Make use of encodebin when it's ready (update README/wiki afterwards).
71 * Use h264 instead of mpeg2 video?
75 * Move UI components to gnome-user-share (bastien will do this, really?)
76 * Remove rygel-preferences (code and UI file).
77 * Remove unneeded API from UserConfig.
78 * Remove related stuff from this TODO file.
80 * MediaItem.add_resource() should take a res (and renamed) rather than
81 taking a didl_item and returning a res.
84 * More suitable name for SearchContainer (QueryContainer?)
85 * Async creation of containers.
86 * Fetch as much metadata from added item as possible.
87 * Use tracker:id for IDs.
88 * Complete search implementation.
89 * Deal with number search expressions.
90 * Deal with logical expressions too.
91 * Move dbus path constants to relavent interfaces.
93 * Document plugin API.
95 * Use methods (with errors) in Player's API to set props.
97 * Player's APIs should be async.
99 * Make all GIO calls async
101 * Replace magic keywords in model description as well.
103 * Get rid of 'handle_error' in most places.
105 * save_modified_desc is in two classes.
109 * HTTPIdentityHandler
110 * HTTPTranscodeHandler
112 * config file not available
114 * MediaProviderSpec/External
115 * incrementally browse containers at startup.
116 * Fix search: complete prop translation.
117 * search: What about multvalued props?
118 * Make use of "*" filter.
120 * How to hide ContentDirectoryError?
123 * use icons for media objects.
127 * Handle GetMediaInfo_Ext
128 * Actually handle all advertized actions/variables.
131 * configuration options to set gst playbin props?
133 * Handle all provided metadata in CreateObject.
135 * Put common code in item and container into object (e.g upnp_class)
137 * Totem plugin that implements MediaRenderer spec.
139 * plugins should keep version of rygel they were compiled against.
141 * ScheduledRecording (ScheduledRecording spec, especially section 2.9.2.2.1)
142 * Add MediaItem.ChannelID prop.
143 * MediaItem.ChannelID prop gets serialized into DIDL.
144 * Skeleton ScheduledRecording service implementation
145 * RecordSchedule : MediaObject
146 * RecordTask : MediaObject
147 * Implement ScheduledRecording and RecordingBrowse classes (only allow
148 single RecordTask in each RecordSchedule)
149 * Make ScheduledRecording and ContentDir derive from a common class
150 (Browsable?). Same goes for RecordingBrowse and ContentDirBrowse.
152 * Move common code (construction and serializating) to MediaObject.
154 * Move the res field and it's manipulation to MediaObject.
157 * export EPG hierarchy
162 * Port to libtracker-sparql.
163 * Set the pixel-aspect-ratio props.
165 * Document delegate functions.
166 * Rid of choping tails.
167 * Do something about total_count param of search (using COUNT?)
169 * Video: resolution info, author, framerate, bitrate etc.
172 * Use ~/.face as icon if available.
173 * Request creation of thumbnails (http://live.gnome.org/ThumbnailerSpec).
174 * Remove redundant "Item" from item class names.
175 * share playlists and other categories?
180 * Provide APIs for D-Bus service-based plugins (external,mpris,tracker).
182 === Doubtful / issues ===
184 * Use cached props instead of Properties.get*() for cleaner code. issue: How
185 to deal with optional properties on MediaServer2?
187 * move contents of src dir a level up?
189 * Pass a function to HTTPServer and HTTPRequest for item search, rather than
192 * Implement DLNA's time seeking for non-transcoded contents as well.
194 * Turn Rygel into a library?
195 * most c files put into a lib: librygel.so
198 * remove project prefix from file names?
200 * use soup_buffer_new_with_owner() to save memory?
202 * UTF16 conversion to UTF8.
204 * mark the plugins using %h option.
206 * listen to hostname changes and re-create plugins that use %h magic.
208 * Port to Gio.Variant and GDBus.
209 * Asynchronous DBusService/Interface.shutdown.
210 * Remove FreeDesktop.Properties ?
214 * http://zee-nix.blogspot.com/2008/10/rygel-gnome-upnp-media-server.html