profile/ivi/rygel.git
15 years agoHandle dynamic pads.
Zeeshan Ali (Khattak) [Sun, 28 Dec 2008 16:48:07 +0000 (16:48 +0000)]
Handle dynamic pads.

If source element doesn't have any pads, wait for a pad to be added to it
before linking it to sink.

svn path=/trunk/; revision=401

15 years agothrow an error if elements fail to link.
Zeeshan Ali (Khattak) [Sun, 28 Dec 2008 16:48:03 +0000 (16:48 +0000)]
throw an error if elements fail to link.

svn path=/trunk/; revision=400

15 years agoGIO api update.
Zeeshan Ali (Khattak) [Sun, 28 Dec 2008 16:48:00 +0000 (16:48 +0000)]
GIO api update.

GLib.File.load_contents() doesn't return unowned string anymore.

svn path=/trunk/; revision=399

15 years agoStreamer properly handles interactive contents.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:02:21 +0000 (12:02 +0000)]
Streamer properly handles interactive contents.

Currently just images.

svn path=/trunk/; revision=398

15 years agoRename Streamer.handle_item_stream to handle_streaming_item.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:02:16 +0000 (12:02 +0000)]
Rename Streamer.handle_item_stream to handle_streaming_item.

svn path=/trunk/; revision=397

15 years agoRefactor Streamer.handle_item_request().
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:02:08 +0000 (12:02 +0000)]
Refactor Streamer.handle_item_request().

svn path=/trunk/; revision=396

15 years agoSend a 404 if Streamer fails to create a stream from item.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:02:04 +0000 (12:02 +0000)]
Send a 404 if Streamer fails to create a stream from item.

Streamer.handle_item() sets the appropriate status code on HTTP message
if it fails to handle it.

svn path=/trunk/; revision=395

15 years agoEntertain Streamer.item_requested in DVBChannelGroup.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:02:00 +0000 (12:02 +0000)]
Entertain Streamer.item_requested in DVBChannelGroup.

svn path=/trunk/; revision=394

15 years agoDVBChannelGroup.find_channel() doesn't need didl_writer arg.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:55 +0000 (12:01 +0000)]
DVBChannelGroup.find_channel() doesn't need didl_writer arg.

svn path=/trunk/; revision=393

15 years agoStreamer only entertains 'HEAD' and 'GET' requests.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:50 +0000 (12:01 +0000)]
Streamer only entertains 'HEAD' and 'GET' requests.

svn path=/trunk/; revision=392

15 years agoStreamer only adds headers if values provided by MediaItem.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:45 +0000 (12:01 +0000)]
Streamer only adds headers if values provided by MediaItem.

svn path=/trunk/; revision=391

15 years agoDVBChannel constructor should chain-up to it's parent.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:40 +0000 (12:01 +0000)]
DVBChannel constructor should chain-up to it's parent.

svn path=/trunk/; revision=390

15 years agoAdd a prefix to Streamer's hosted path.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:35 +0000 (12:01 +0000)]
Add a prefix to Streamer's hosted path.

This is to make sure it doesn't conflict with any other paths hosted by the
HTTP server.

svn path=/trunk/; revision=389

15 years agoTrackerItem* should throw the error rather than acting on it.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:31 +0000 (12:01 +0000)]
TrackerItem* should throw the error rather than acting on it.

svn path=/trunk/; revision=388

15 years agoRemove leaky hack to assign unowned strings to weak fields.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:26 +0000 (12:01 +0000)]
Remove leaky hack to assign unowned strings to weak fields.

The fields are no longer 'weak' so unowned strings can simply be assigned
to them and vala will take care of them for us.

svn path=/trunk/; revision=387

15 years agoMimetype is "video/mpeg" for radio channels as well.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:21 +0000 (12:01 +0000)]
Mimetype is "video/mpeg" for radio channels as well.

This is since they are also contained in an mpeg transport stream. The
UPnP type for items however remains different so CPs and MRs can still
differentiate between them.

svn path=/trunk/; revision=386

15 years agoCorrect(swap) the logic of differenciating audio from video.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:11 +0000 (12:01 +0000)]
Correct(swap) the logic of differenciating audio from video.

svn path=/trunk/; revision=385

15 years agoCorrect the leaky hack to initialize DIDLLiteResource fields.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:06 +0000 (12:01 +0000)]
Correct the leaky hack to initialize DIDLLiteResource fields.

svn path=/trunk/; revision=384

15 years agoInitialize the important fields of DVBChannel.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:01:01 +0000 (12:01 +0000)]
Initialize the important fields of DVBChannel.

svn path=/trunk/; revision=383

15 years agoCatch the error from DVBChannel creation method.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:57 +0000 (12:00 +0000)]
Catch the error from DVBChannel creation method.

svn path=/trunk/; revision=382

15 years agoRefactor DVBChannelGroup construction method.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:53 +0000 (12:00 +0000)]
Refactor DVBChannelGroup construction method.

svn path=/trunk/; revision=381

15 years agoLet DVBContentDir create the ChannelList proxy.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:48 +0000 (12:00 +0000)]
Let DVBContentDir create the ChannelList proxy.

svn path=/trunk/; revision=380

15 years agoUpdate the child_count once it's known.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:44 +0000 (12:00 +0000)]
Update the child_count once it's known.

svn path=/trunk/; revision=379

15 years agoDon't throw an error if there are no channels in group.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:40 +0000 (12:00 +0000)]
Don't throw an error if there are no channels in group.

svn path=/trunk/; revision=378

15 years agoAdd DVB plugin.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:35 +0000 (12:00 +0000)]
Add DVB plugin.

Right now it only builds, haven't tested because of broken python jhbuild.

svn path=/trunk/; revision=377

15 years agoStreamer only provide headers on "HEAD" requests.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:29 +0000 (12:00 +0000)]
Streamer only provide headers on "HEAD" requests.

svn path=/trunk/; revision=376

15 years agoStreamer puts essential headers into streams.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:25 +0000 (12:00 +0000)]
Streamer puts essential headers into streams.

Streamer puts "Content-Type" and "Content-Length" headers into streams.

svn path=/trunk/; revision=375

15 years agoMediaTracker provides the item when requested by Streamer.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:21 +0000 (12:00 +0000)]
MediaTracker provides the item when requested by Streamer.

svn path=/trunk/; revision=374

15 years agoInitialize the local variable before using.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:11 +0000 (12:00 +0000)]
Initialize the local variable before using.

svn path=/trunk/; revision=373

15 years agoMediaTracker keeps a ref to Streamer instance.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 12:00:06 +0000 (12:00 +0000)]
MediaTracker keeps a ref to Streamer instance.

svn path=/trunk/; revision=372

15 years agoAdd API to get the MediaItem, given it's ID.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:58 +0000 (11:59 +0000)]
Add API to get the MediaItem, given it's ID.

svn path=/trunk/; revision=371

15 years agoUse ID of MediaItem instead of URI in the proxy URIs.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:53 +0000 (11:59 +0000)]
Use ID of MediaItem instead of URI in the proxy URIs.

On getting an HTTP request for an item, Streamer will emit a signal to get
the MediaItem instance requested.

svn path=/trunk/; revision=370

15 years agoDefine and use enums for metadata array indices.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:47 +0000 (11:59 +0000)]
Define and use enums for metadata array indices.

svn path=/trunk/; revision=369

15 years agoInclude file size of the item in the DIDL.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:42 +0000 (11:59 +0000)]
Include file size of the item in the DIDL.

svn path=/trunk/; revision=368

15 years agoNo need to keep the keys in the TrackerItem class.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:37 +0000 (11:59 +0000)]
No need to keep the keys in the TrackerItem class.

svn path=/trunk/; revision=367

15 years agoMediaItem keeps a res struct instead of res fields itself.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:31 +0000 (11:59 +0000)]
MediaItem keeps a res struct instead of res fields itself.

svn path=/trunk/; revision=366

15 years agoAdd the original res at the end of the DIDL.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:26 +0000 (11:59 +0000)]
Add the original res at the end of the DIDL.

For compatibility with crappy MediaRenderers just takes the first res
from the DIDL rather than the one they can handle.

svn path=/trunk/; revision=365

15 years agoTracker items fetch metadata at contruction time.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:15 +0000 (11:59 +0000)]
Tracker items fetch metadata at contruction time.

svn path=/trunk/; revision=364

15 years agoHandle important messages on the pipeline bus.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:10 +0000 (11:59 +0000)]
Handle important messages on the pipeline bus.

svn path=/trunk/; revision=363

15 years agoMediaItem adds transcoded resources to the DIDL.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:59:05 +0000 (11:59 +0000)]
MediaItem adds transcoded resources to the DIDL.

ATM it's just the HTTP URI that the new Streamer API creates for us.

svn path=/trunk/; revision=362

15 years agoMediaItem now just use Streamer instead of GUPnP.Context.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:58:59 +0000 (11:58 +0000)]
MediaItem now just use Streamer instead of GUPnP.Context.

svn path=/trunk/; revision=361

15 years agoAdd gstreamer CFLAGS and LIBS to tracker plugin build.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:58:53 +0000 (11:58 +0000)]
Add gstreamer CFLAGS and LIBS to tracker plugin build.

svn path=/trunk/; revision=360

15 years agoSupport streaming from URIs other than HTTP.
Zeeshan Ali (Khattak) [Thu, 25 Dec 2008 11:58:46 +0000 (11:58 +0000)]
Support streaming from URIs other than HTTP.

This could be any URI that gstreamer have a source element to handle it
through.

svn path=/trunk/; revision=359

15 years agoAllow URIs of protocols other than HTTP.
Zeeshan Ali (Khattak) [Tue, 16 Dec 2008 14:31:38 +0000 (14:31 +0000)]
Allow URIs of protocols other than HTTP.

We don't assume the protocol to be HTTP anymore but guess it from URI.

svn path=/trunk/; revision=358

15 years agoIntroduce an Error to serialize method.
Zeeshan Ali (Khattak) [Tue, 16 Dec 2008 14:31:34 +0000 (14:31 +0000)]
Introduce an Error to serialize method.

svn path=/trunk/; revision=357

15 years agoUse mpeg2 video inside mpeg transport stream.
Zeeshan Ali (Khattak) [Tue, 16 Dec 2008 14:31:30 +0000 (14:31 +0000)]
Use mpeg2 video inside mpeg transport stream.

Use mpeg2 video inside mpeg transport stream rather than H.263 in AVI.

svn path=/trunk/; revision=356

15 years agoTell libsoup to not accumulate the chunks.
Zeeshan Ali (Khattak) [Tue, 16 Dec 2008 14:31:26 +0000 (14:31 +0000)]
Tell libsoup to not accumulate the chunks.

Otherwise the memory usage keeps rising and rising.

svn path=/trunk/; revision=355

15 years agoStream should only end if the abort signal is for it's message.
Zeeshan Ali (Khattak) [Tue, 16 Dec 2008 14:31:22 +0000 (14:31 +0000)]
Stream should only end if the abort signal is for it's message.

svn path=/trunk/; revision=354

15 years agoTest plugin only gets built/installed if enabled.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:23:04 +0000 (20:23 +0000)]
Test plugin only gets built/installed if enabled.

svn path=/trunk/; revision=353

15 years agoUse fakesink instead of appsink.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:23:00 +0000 (20:23 +0000)]
Use fakesink instead of appsink.

appsink is currently in gst-plugins-bad and no distro ships it.

svn path=/trunk/; revision=352

15 years agoMinor refactoring.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:56 +0000 (20:22 +0000)]
Minor refactoring.

svn path=/trunk/; revision=351

15 years agoDon't send out prerolled buffers.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:46 +0000 (20:22 +0000)]
Don't send out prerolled buffers.

Apparently this was causing the problems of receiving side unable to
handle (recognise and decode) the incoming stream.

svn path=/trunk/; revision=350

15 years agoUse H263 enclosed in AVI container.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:41 +0000 (20:22 +0000)]
Use H263 enclosed in AVI container.

Use H263 enclosed in AVI container instead of theora in ogg.

svn path=/trunk/; revision=349

15 years agoOops: Put the muxer after the encoder.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:37 +0000 (20:22 +0000)]
Oops: Put the muxer after the encoder.

svn path=/trunk/; revision=348

15 years agoStreamer rejects the stream, rather than signal handler.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:32 +0000 (20:22 +0000)]
Streamer rejects the stream, rather than signal handler.

svn path=/trunk/; revision=347

15 years agoAdd method to detect if stream has been accepted.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:28 +0000 (20:22 +0000)]
Add method to detect if stream has been accepted.

svn path=/trunk/; revision=346

15 years agoGeneralize: Put common code into TestItem class.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:23 +0000 (20:22 +0000)]
Generalize: Put common code into TestItem class.

Put common code from TestAudioItem and TestVideoItem into TestItem class.

svn path=/trunk/; revision=345

15 years agoAdd a video item to test plugin.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:17 +0000 (20:22 +0000)]
Add a video item to test plugin.

Streams video from 'videotestsrc is-live=true ! theoraenc ! oggmux'.

svn path=/trunk/; revision=344

15 years agoNicer title/ID for the exported audio item.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:12 +0000 (20:22 +0000)]
Nicer title/ID for the exported audio item.

svn path=/trunk/; revision=343

15 years agoTell audiotestsrc to behave like a live source.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:08 +0000 (20:22 +0000)]
Tell audiotestsrc to behave like a live source.

svn path=/trunk/; revision=342

15 years agoMove StreamContext to Rygel as GstStream.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:22:02 +0000 (20:22 +0000)]
Move StreamContext to Rygel as GstStream.

This is to avoid code-duplication in plugins. Now plugins just create the
gst source element they want to stream from and tell the Streamer to
stream from that.

svn path=/trunk/; revision=341

15 years agoStreamContext can now be told to stream from any gst (source) element.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:57 +0000 (20:21 +0000)]
StreamContext can now be told to stream from any gst (source) element.

svn path=/trunk/; revision=340

15 years agoNo need to provide candidates to Streamer anymore.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:52 +0000 (20:21 +0000)]
No need to provide candidates to Streamer anymore.

Instead you get a new stream object for each HTTP request and you can
accept or reject it and start streaming to it in case of former.

svn path=/trunk/; revision=339

15 years agoHosted path should be derived from given name.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:48 +0000 (20:21 +0000)]
Hosted path should be derived from given name.

Streamer takes a name as constructor argument and uses that to create the
server path it hosts.

svn path=/trunk/; revision=338

15 years agoImplement Test audio item.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:43 +0000 (20:21 +0000)]
Implement Test audio item.

It creates a small gstreamer pipeline and feeds the data produced from
that pipeline to http response messages.

svn path=/trunk/; revision=337

15 years agoAdd gstreamer CFLAGS and LIBS to test plugin build.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:38 +0000 (20:21 +0000)]
Add gstreamer CFLAGS and LIBS to test plugin build.

svn path=/trunk/; revision=336

15 years agoAdd a convience method to create URI from path.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:34 +0000 (20:21 +0000)]
Add a convience method to create URI from path.

svn path=/trunk/; revision=335

15 years agoInitialize gstreamer.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:29 +0000 (20:21 +0000)]
Initialize gstreamer.

svn path=/trunk/; revision=334

15 years agoProvide a const for generic UPnP audio item class.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:24 +0000 (20:21 +0000)]
Provide a const for generic UPnP audio item class.

svn path=/trunk/; revision=333

15 years agoBasic skeleton for test plugin.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:18 +0000 (20:21 +0000)]
Basic skeleton for test plugin.

A test plugin that is supposed to host test media, mainly meant for
testing the new Streaming API and hopefully the transcoding API
that will follow soon.

svn path=/trunk/; revision=332

15 years agoStreamer doesn't derive from GUPnP.Context anymore.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:13 +0000 (20:21 +0000)]
Streamer doesn't derive from GUPnP.Context anymore.

Streamer doesn't derive from GUPnP.Context anymore but rather uses an
existing GUPnP.Conext object.

svn path=/trunk/; revision=331

15 years agoAdd Streamer and Stream classes.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:08 +0000 (20:21 +0000)]
Add Streamer and Stream classes.

New classes for rygel and plugins to be able to stream data from sources
other than files on disk.

svn path=/trunk/; revision=330

15 years agoRefactor ContentDirectory.browse_cb ().
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:21:02 +0000 (20:21 +0000)]
Refactor ContentDirectory.browse_cb ().

svn path=/trunk/; revision=329

15 years agoIntroduce BrowseArgs.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:20:57 +0000 (20:20 +0000)]
Introduce BrowseArgs.

Introduce a new class, whose instances holds the arguments (in and out) to
Browse action and pass these instance to all methods instead of passing
around the arguments themselves everywhere. Simplifies the code and lives
of content directory implementors.

svn path=/trunk/; revision=328

15 years agoMove most of the root container handling to base class.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:20:52 +0000 (20:20 +0000)]
Move most of the root container handling to base class.

So that plugins need to a bit less work.

svn path=/trunk/; revision=327

15 years agoReflect the correct number of children in the root container.
Zeeshan Ali (Khattak) [Sun, 14 Dec 2008 20:20:46 +0000 (20:20 +0000)]
Reflect the correct number of children in the root container.

Do create the root container before creating it's child containers but
update the number of children when we know it.

svn path=/trunk/; revision=326

15 years agoSome minor beautification changes.
Zeeshan Ali (Khattak) [Mon, 1 Dec 2008 16:39:32 +0000 (16:39 +0000)]
Some minor beautification changes.

svn path=/trunk/; revision=325

15 years agoA small convenience constructor for root container.
Zeeshan Ali (Khattak) [Mon, 1 Dec 2008 16:39:27 +0000 (16:39 +0000)]
A small convenience constructor for root container.

svn path=/trunk/; revision=324

15 years agoGConf.Client.get_string returns null if key is not found.
Zeeshan Ali (Khattak) [Mon, 1 Dec 2008 16:39:22 +0000 (16:39 +0000)]
GConf.Client.get_string returns null if key is not found.

GConf.Client.get_string returns null if key is not found rather than
throwing an error.

svn path=/trunk/; revision=323

15 years agoRefactor MediaServerFactory.
Zeeshan Ali (Khattak) [Mon, 1 Dec 2008 16:39:18 +0000 (16:39 +0000)]
Refactor MediaServerFactory.

Put the saving of modified desc into a separate method.

svn path=/trunk/; revision=322

15 years agoRefactor MediaServerFactory.
Zeeshan Ali (Khattak) [Mon, 1 Dec 2008 16:39:12 +0000 (16:39 +0000)]
Refactor MediaServerFactory.

Put the creation of modified description xml into a separate method.

svn path=/trunk/; revision=321

15 years agoSet the default value to gconf rather than null.
Zeeshan Ali (Khattak) [Sat, 29 Nov 2008 23:19:50 +0000 (23:19 +0000)]
Set the default value to gconf rather than null.

svn path=/trunk/; revision=320

15 years agoInitialize the local variables.
Zeeshan Ali (Khattak) [Sat, 29 Nov 2008 23:19:45 +0000 (23:19 +0000)]
Initialize the local variables.

svn path=/trunk/; revision=319

15 years agoMake the module resident rather than keeping a ref to it.
Zeeshan Ali (Khattak) [Fri, 28 Nov 2008 12:59:41 +0000 (12:59 +0000)]
Make the module resident rather than keeping a ref to it.

Rygel was crashing on exit because of modules being unloaded while there
were still objects of classes provided by the module. I thought I had
solved the issue by keeping a ref to each module in the PluginLoader but
the problem with that approach is that it is not guaranteed the
PluginLoader will not be freed before all the objects of classes it
provides.

svn path=/trunk/; revision=318

15 years agoExport the tracker logo.
Zeeshan Ali (Khattak) [Thu, 27 Nov 2008 23:20:09 +0000 (23:20 +0000)]
Export the tracker logo.

Export the tracker logo to be used as the MediaServer icon.

svn path=/trunk/; revision=317

15 years agoAdd support for icons.
Zeeshan Ali (Khattak) [Thu, 27 Nov 2008 23:20:03 +0000 (23:20 +0000)]
Add support for icons.

Plugins can now provide icons to represent themselves. Yay!

svn path=/trunk/; revision=316

15 years agoInitialize the list before adding services to it.
Zeeshan Ali (Khattak) [Thu, 27 Nov 2008 16:49:25 +0000 (16:49 +0000)]
Initialize the list before adding services to it.

svn path=/trunk/; revision=315

15 years agoMinor refactor.
Zeeshan Ali (Khattak) [Thu, 27 Nov 2008 16:49:19 +0000 (16:49 +0000)]
Minor refactor.

svn path=/trunk/; revision=314

15 years agoDelete the now redundant directories.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 20:53:04 +0000 (20:53 +0000)]
Delete the now redundant directories.

svn path=/trunk/; revision=313

15 years agoTry to quit the app gracefully on SIGTERM.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 17:00:39 +0000 (17:00 +0000)]
Try to quit the app gracefully on SIGTERM.

svn path=/trunk/; revision=312

15 years agoAdd API to Main for exiting the app with an exit code.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 17:00:33 +0000 (17:00 +0000)]
Add API to Main for exiting the app with an exit code.

svn path=/trunk/; revision=311

15 years agoTurn MainLoop into a prop of the Main class.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 17:00:28 +0000 (17:00 +0000)]
Turn MainLoop into a prop of the Main class.

svn path=/trunk/; revision=310

15 years agoUse exceptions rather than returning nulls.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 17:00:23 +0000 (17:00 +0000)]
Use exceptions rather than returning nulls.

svn path=/trunk/; revision=309

15 years agoMerge two functions together.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 14:28:20 +0000 (14:28 +0000)]
Merge two functions together.

svn path=/trunk/; revision=308

15 years agoKeep the search and sort caps in a protected field.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 14:28:15 +0000 (14:28 +0000)]
Keep the search and sort caps in a protected field.

svn path=/trunk/; revision=307

15 years agoMinor indentation fixes.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 14:28:10 +0000 (14:28 +0000)]
Minor indentation fixes.

svn path=/trunk/; revision=306

15 years agoAllow service subclasses to override most of the funtionality.
Zeeshan Ali (Khattak) [Wed, 26 Nov 2008 14:28:06 +0000 (14:28 +0000)]
Allow service subclasses to override most of the funtionality.

Make some fields protected and some methods virtual.

svn path=/trunk/; revision=305

15 years agoAdd some basic doc comments for all classes.
Zeeshan Ali (Khattak) [Tue, 25 Nov 2008 14:44:09 +0000 (14:44 +0000)]
Add some basic doc comments for all classes.

svn path=/trunk/; revision=304

15 years agoOops! Had forgotten to update my email in the vapi file.
Zeeshan Ali (Khattak) [Tue, 25 Nov 2008 14:44:05 +0000 (14:44 +0000)]
Oops! Had forgotten to update my email in the vapi file.

svn path=/trunk/; revision=303

15 years agoRename 'media-server' dir to 'rygel'.
Zeeshan Ali (Khattak) [Tue, 25 Nov 2008 14:43:59 +0000 (14:43 +0000)]
Rename 'media-server' dir to 'rygel'.

svn path=/trunk/; revision=302