profile/ivi/rygel.git
11 years agoserver: Add playlist item.
Krzesimir Nowak [Fri, 23 Nov 2012 16:56:43 +0000 (17:56 +0100)]
server: Add playlist item.

11 years agoRevert accidental change.
Murray Cumming [Tue, 27 Nov 2012 08:04:38 +0000 (09:04 +0100)]
Revert accidental change.

11 years agoAdded missing file
Murray Cumming [Tue, 27 Nov 2012 08:04:27 +0000 (09:04 +0100)]
Added missing file

11 years agorenderer: Only accept playlists with profile
Jens Georg [Mon, 26 Nov 2012 13:39:30 +0000 (14:39 +0100)]
renderer: Only accept playlists with profile

11 years agomedia-export: Undo place-holder hack
Jens Georg [Mon, 26 Nov 2012 13:29:14 +0000 (14:29 +0100)]
media-export: Undo place-holder hack

127244d6 introduced a mtime of int64.MAX as a hack to mark items as a
place-holder in the db, unfortunately not all paths handling with mtime were
updated to reflect this, so uploaded items were harvested (due to size
difference) but under some circumstances the mtime wasn't updated properly.

11 years agodocs: librygel-renderer: Add Implementing Renderers section
Murray Cumming [Fri, 23 Nov 2012 12:14:49 +0000 (13:14 +0100)]
docs: librygel-renderer: Add Implementing Renderers section

However, we still need to add an example for this.

11 years agodocs: librygel-renderer-gst: Rename the example
Murray Cumming [Fri, 23 Nov 2012 12:10:02 +0000 (13:10 +0100)]
docs: librygel-renderer-gst: Rename the example

11 years agodocs: librygel-renderer-gst: Rename a section.
Murray Cumming [Fri, 23 Nov 2012 11:41:53 +0000 (12:41 +0100)]
docs: librygel-renderer-gst: Rename a section.

Rename the example section to Implementing GStreamer-based Renderers.

11 years agorenderer: Add GetCurrentTransportActions method.
Mark Ryan [Mon, 22 Oct 2012 12:48:59 +0000 (14:48 +0200)]
renderer: Add GetCurrentTransportActions method.

The GetCurrentTransportActions method and the CurrentTransportActions state
variable have been added to the AVTransport interface.  This method and its
related state variable need to be supported by renderers that support Seek
to be DLNA compliant.

Slightly modified to match current code. Note that this breaks the UPnP test
due to X_DLNA_SeekTime capability.

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=686638

11 years agodocs: RygelPlaybinRenderer: Small improvement
Murray Cumming [Fri, 23 Nov 2012 11:33:00 +0000 (12:33 +0100)]
docs: RygelPlaybinRenderer: Small improvement

Mention that it is in-process.

11 years agodocs: librygel-server: Remove duplicate license statements.
Murray Cumming [Fri, 23 Nov 2012 11:27:44 +0000 (12:27 +0100)]
docs: librygel-server: Remove duplicate license statements.

11 years agodocs: librygel-renderer: Add an Implementing section.
Murray Cumming [Fri, 23 Nov 2012 11:26:41 +0000 (12:26 +0100)]
docs: librygel-renderer: Add an Implementing section.

And show the C example source code.

11 years agodocs: Implementing server plugins: Improvements
Murray Cumming [Fri, 23 Nov 2012 11:07:51 +0000 (12:07 +0100)]
docs: Implementing server plugins: Improvements

Show the C example code and describe briefly what it does.

11 years agorenderer-gst: Check duration availability
Jens Georg [Thu, 22 Nov 2012 22:19:49 +0000 (23:19 +0100)]
renderer-gst: Check duration availability

11 years agomedia-export: Reenable media art extraction
Jens Georg [Thu, 22 Nov 2012 21:18:26 +0000 (22:18 +0100)]
media-export: Reenable media art extraction

11 years agomedia-export: Prevent critical on file harvesting
Jens Georg [Thu, 22 Nov 2012 21:07:18 +0000 (22:07 +0100)]
media-export: Prevent critical on file harvesting

11 years agorenderer: Prevent signalling the same state
Jens Georg [Thu, 22 Nov 2012 20:47:58 +0000 (21:47 +0100)]
renderer: Prevent signalling the same state

11 years agorenderer: Implement DIDL_S playlist support
Jens Georg [Mon, 19 Nov 2012 16:29:33 +0000 (17:29 +0100)]
renderer: Implement DIDL_S playlist support

11 years agorenderer: Set proper track number
Jens Georg [Tue, 20 Nov 2012 16:07:38 +0000 (17:07 +0100)]
renderer: Set proper track number

11 years agorenderer-gst: Add 3GPP mime-type
Jens Georg [Tue, 20 Nov 2012 15:21:26 +0000 (16:21 +0100)]
renderer-gst: Add 3GPP mime-type

11 years agorenderer: Add PresetNameList to initial notify
Jens Georg [Tue, 20 Nov 2012 15:26:56 +0000 (16:26 +0100)]
renderer: Add PresetNameList to initial notify

11 years agorenderer: Mark strings for translation
Jens Georg [Tue, 20 Nov 2012 12:35:22 +0000 (13:35 +0100)]
renderer: Mark strings for translation

11 years agoserver: Generate thumbs for native files only
Jens Georg [Thu, 15 Nov 2012 14:41:28 +0000 (15:41 +0100)]
server: Generate thumbs for native files only

11 years agoserver: Add DIDL_S resource to container
Jens Georg [Fri, 2 Nov 2012 16:15:26 +0000 (17:15 +0100)]
server: Add DIDL_S resource to container

This resource is a playlist in DIDL_S format. Some players and renderers can
process those playlists directly.

11 years agoserver: Add DataSource for playlist XML data
Jens Georg [Thu, 1 Nov 2012 14:33:21 +0000 (15:33 +0100)]
server: Add DataSource for playlist XML data

11 years agoserver: Support all objects in HTTPRequest
Jens Georg [Thu, 1 Nov 2012 14:32:41 +0000 (15:32 +0100)]
server: Support all objects in HTTPRequest

11 years agoserver: Extend HTTPServerURI for DIDL_S playlists
Jens Georg [Thu, 22 Nov 2012 10:35:09 +0000 (11:35 +0100)]
server: Extend HTTPServerURI for DIDL_S playlists

11 years agoserver: Add skeleton playlist handler
Jens Georg [Thu, 22 Nov 2012 10:32:37 +0000 (11:32 +0100)]
server: Add skeleton playlist handler

11 years agoserver: Add generic Serializer class
Jens Georg [Wed, 31 Oct 2012 19:04:51 +0000 (20:04 +0100)]
server: Add generic Serializer class

11 years agoexamples: Add a C version of the example renderer plugin
Murray Cumming [Thu, 22 Nov 2012 13:26:48 +0000 (14:26 +0100)]
examples: Add a C version of the example renderer plugin

11 years agobuild: Remove obsolete --enable-test-plugin from autogen.sh
Krzesimir Nowak [Thu, 22 Nov 2012 10:24:13 +0000 (11:24 +0100)]
build: Remove obsolete --enable-test-plugin from autogen.sh

11 years agobuild: Really bump vala requirement to 0.18
Jens Georg [Wed, 21 Nov 2012 12:34:55 +0000 (13:34 +0100)]
build: Really bump vala requirement to 0.18

11 years agoPrepare 0.17.2 RYGEL_0_17_2
Jens Georg [Wed, 21 Nov 2012 11:04:01 +0000 (12:04 +0100)]
Prepare 0.17.2

11 years agodoc: Fix uninstall of doc
Jens Georg [Wed, 21 Nov 2012 11:47:51 +0000 (12:47 +0100)]
doc: Fix uninstall of doc

11 years agoFix the doc build when installing from the tarball
Regis Merlino [Tue, 20 Nov 2012 16:46:53 +0000 (17:46 +0100)]
Fix the doc build when installing from the tarball

https://bugzilla.gnome.org/show_bug.cgi?id=688409

11 years agoengine: Fix video transcoders
Jens Georg [Tue, 20 Nov 2012 23:13:42 +0000 (00:13 +0100)]
engine: Fix video transcoders

11 years agoall: Port to GStreamer 1.0
Jens Georg [Tue, 20 Nov 2012 19:16:15 +0000 (20:16 +0100)]
all: Port to GStreamer 1.0

11 years agobuild: Remove GStreamer dependencies
Jens Georg [Tue, 20 Nov 2012 19:23:34 +0000 (20:23 +0100)]
build: Remove GStreamer dependencies

11 years agoall: Port to libgee-0.8
Jens Georg [Tue, 20 Nov 2012 18:56:34 +0000 (19:56 +0100)]
all: Port to libgee-0.8

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=687168

11 years agodev: Fix .pc files
Jens Georg [Tue, 20 Nov 2012 18:06:32 +0000 (19:06 +0100)]
dev: Fix .pc files

11 years agoserver: Don't make private member a property
Jens Georg [Tue, 20 Nov 2012 16:15:48 +0000 (17:15 +0100)]
server: Don't make private member a property

11 years agoexample renderer plugin: Rename this with a -vala prefix.
Murray Cumming [Mon, 19 Nov 2012 12:57:22 +0000 (13:57 +0100)]
example renderer plugin: Rename this with a -vala prefix.

So that things are clearer when I add the C version,
and so that there is no conflict caused by two plugins
containing the same symbols.

11 years agoFix typos
Murray Cumming [Mon, 19 Nov 2012 12:38:15 +0000 (13:38 +0100)]
Fix typos

11 years agoUpdate .gitignore files now we have C files.
Murray Cumming [Mon, 19 Nov 2012 12:23:33 +0000 (13:23 +0100)]
Update .gitignore files now we have C files.

11 years agoexamples: Add a C version of the example server plugin
Murray Cumming [Mon, 19 Nov 2012 10:53:32 +0000 (11:53 +0100)]
examples: Add a C version of the example server plugin

11 years agoexample server plugin: Rename this with a -vala prefix.
Murray Cumming [Thu, 15 Nov 2012 09:46:25 +0000 (10:46 +0100)]
example server plugin: Rename this with a -vala prefix.

So that things are clearer when I add the C version,
and so that there is no conflict caused by two plugins
containing the same symbols.

11 years agoserver: Make more member variables be properties
Murray Cumming [Mon, 19 Nov 2012 10:55:54 +0000 (11:55 +0100)]
server: Make more member variables be properties

And update the standalone-server example appropriately.

See bug #686211 .

11 years agorenderer: Add comment about live sources
Jens Georg [Tue, 13 Nov 2012 15:18:58 +0000 (16:18 +0100)]
renderer: Add comment about live sources

11 years agoserver: Really fix Content-Length header
Jens Georg [Tue, 13 Nov 2012 14:06:17 +0000 (15:06 +0100)]
server: Really fix Content-Length header

6f5a29 used the wrong length for thumbnails and subtitles as well as setting
the wrong soup mode for resources whose size is not known, effectively
breaking proxying of non-local resources.

11 years agoplaybin: Add missing buffering handling
Jens Georg [Mon, 12 Nov 2012 21:57:35 +0000 (22:57 +0100)]
playbin: Add missing buffering handling

11 years agoserver: Add missing Content-Length header
Jens Georg [Mon, 12 Nov 2012 22:23:03 +0000 (23:23 +0100)]
server: Add missing Content-Length header

More fall-out from that seeking bugfix. Caused seek in player not to work as
well as missing length information for several file types.

11 years agoplaybin: Only report duration if known
Jens Georg [Mon, 12 Nov 2012 21:29:35 +0000 (22:29 +0100)]
playbin: Only report duration if known

11 years agoserver: Fix plugin creation. Use MediaServer3.xml
Ludovic Ferrandis [Wed, 7 Nov 2012 16:15:02 +0000 (17:15 +0100)]
server: Fix plugin creation. Use MediaServer3.xml

Was using old MediaServer2.xml file

11 years agoserver: Fix thumbnails for XBox 360
Jens Georg [Thu, 1 Nov 2012 22:57:01 +0000 (23:57 +0100)]
server: Fix thumbnails for XBox 360

If a video file needed transcoding for the XBox, it would not display a
thumbnail because the generated url was adding the /th/ subrequest on top of
the /tr/ request.

This caused a "no transcoder available for WMVHIGH_FULL.wmv" warning as well
as a failing thumbnail request.

11 years agoserver: Fix CSV splitting in ItemUpdater.
Krzesimir Nowak [Tue, 30 Oct 2012 08:04:02 +0000 (09:04 +0100)]
server: Fix CSV splitting in ItemUpdater.

https://bugzilla.gnome.org/show_bug.cgi?id=687177

11 years agomedia-export: Fix typo causing empty containers
Jens Georg [Thu, 1 Nov 2012 12:34:55 +0000 (13:34 +0100)]
media-export: Fix typo causing empty containers

11 years agoUpdated POTFILES.in and POTFILES.skip
Piotr Drąg [Mon, 29 Oct 2012 18:44:22 +0000 (19:44 +0100)]
Updated POTFILES.in and POTFILES.skip

11 years agoPrepare 0.17.1 RYGEL_0_17_1
Jens Georg [Mon, 29 Oct 2012 15:59:54 +0000 (16:59 +0100)]
Prepare 0.17.1

11 years agoi18n: Remove test plugin from POTFILES
Jens Georg [Mon, 29 Oct 2012 16:14:22 +0000 (17:14 +0100)]
i18n: Remove test plugin from POTFILES

11 years agomedia-export: Allow updating of items via UPnP
Jens Georg [Tue, 23 Oct 2012 21:11:48 +0000 (23:11 +0200)]
media-export: Allow updating of items via UPnP

11 years agoserver: Add UpdatableObject interface
Krzesimir Nowak [Tue, 23 Oct 2012 10:48:14 +0000 (12:48 +0200)]
server: Add UpdatableObject interface

Backends should implement this for persiting changes done by
UpdateObject call in their storage back-end.

11 years agoserver: Add UpdateObject action
Krzesimir Nowak [Thu, 11 Oct 2012 14:29:51 +0000 (16:29 +0200)]
server: Add UpdateObject action

11 years agoserver: Implement Service Reset Procedure
Jens Georg [Tue, 23 Oct 2012 13:52:13 +0000 (15:52 +0200)]
server: Implement Service Reset Procedure

11 years agoserver: Implement search for upnp:*UpdateID
Jens Georg [Mon, 22 Oct 2012 12:48:25 +0000 (14:48 +0200)]
server: Implement search for upnp:*UpdateID

11 years agoserver: Serialize special track item properties
Jens Georg [Sun, 21 Oct 2012 16:58:18 +0000 (18:58 +0200)]
server: Serialize special track item properties

- res@updateCount

11 years agoserver: Implement totalDeletedChildCount
Jens Georg [Sun, 21 Oct 2012 15:14:29 +0000 (17:14 +0200)]
server: Implement totalDeletedChildCount

11 years agomediathek: Add change tracking
Jens Georg [Mon, 29 Oct 2012 14:07:57 +0000 (15:07 +0100)]
mediathek: Add change tracking

11 years agoserver: Add automatic change tracking
Jens Georg [Mon, 29 Oct 2012 14:03:01 +0000 (15:03 +0100)]
server: Add automatic change tracking

11 years agogit: Update .gitignore
Jens Georg [Fri, 19 Oct 2012 18:52:42 +0000 (20:52 +0200)]
git: Update .gitignore

11 years agoserver: Implement ServiceResetToken
Jens Georg [Thu, 11 Oct 2012 14:04:44 +0000 (16:04 +0200)]
server: Implement ServiceResetToken

Currently it appears as if the server did a Service Reset Procedure
(cf. UPnP-av-ContentDirectory-v3-Service.pdf, Section 2.3.7.1, pg 51) when it
was shut down.

11 years agocore,plugins: Add server capabilities
Jens Georg [Thu, 11 Oct 2012 10:25:30 +0000 (12:25 +0200)]
core,plugins: Add server capabilities

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=676024

11 years agodata: Bump MediaServer version to 3
Jens Georg [Thu, 11 Oct 2012 12:39:52 +0000 (14:39 +0200)]
data: Bump MediaServer version to 3

Also use version and website from build in the device template.

Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=679023

11 years agoserver: Implement LastChange in ContentDirectory
Krzesimir Nowak [Tue, 11 Sep 2012 14:37:56 +0000 (16:37 +0200)]
server: Implement LastChange in ContentDirectory

11 years agoserver: Changed Container's updated() signal.
Krzesimir Nowak [Tue, 11 Sep 2012 14:34:57 +0000 (16:34 +0200)]
server: Changed Container's updated() signal.

Used to implement a more fine-grained change tracking.

11 years agoserver: Add LastChange classes
Krzesimir Nowak [Tue, 11 Sep 2012 14:25:00 +0000 (16:25 +0200)]
server: Add LastChange classes

11 years agoengine-gst: Ignore full-range seek
Jens Georg [Sun, 28 Oct 2012 17:07:03 +0000 (18:07 +0100)]
engine-gst: Ignore full-range seek

11 years agoMake all const members upper case
Murray Cumming [Thu, 25 Oct 2012 08:12:04 +0000 (10:12 +0200)]
Make all const members upper case

11 years agoFix the build in renderer example.
Murray Cumming [Thu, 25 Oct 2012 08:17:10 +0000 (10:17 +0200)]
Fix the build in renderer example.

11 years agoserver: RootDeviceFactory: No public set for context
Murray Cumming [Wed, 24 Oct 2012 08:20:47 +0000 (10:20 +0200)]
server: RootDeviceFactory: No public set for context

11 years agoserver: Turn some member variables into properties.
Murray Cumming [Wed, 24 Oct 2012 08:17:20 +0000 (10:17 +0200)]
server: Turn some member variables into properties.

This should partly fix bug #686211

11 years agocore, server: Plugin: Avoid public setting of some members.
Murray Cumming [Tue, 23 Oct 2012 08:02:43 +0000 (10:02 +0200)]
core, server: Plugin: Avoid public setting of some members.

This is not necessary so it seems unwise to make it public API
already that cannot be removed later.
This actually changes the access from bare struct access to
GObject properties, allowing us later to respond properly to
changes to the title.
Bug #686682

11 years agoAdd example renderer plugin
Murray Cumming [Mon, 22 Oct 2012 11:52:40 +0000 (13:52 +0200)]
Add example renderer plugin

This is a fairly stupid example but it does at least show what
needs to be implemented, even if the example does not actually
contain much implementation.
Bug #686632

11 years agocore: Plugin: Mention MetaConfig
Murray Cumming [Tue, 23 Oct 2012 07:48:46 +0000 (09:48 +0200)]
core: Plugin: Mention MetaConfig

11 years agorenderer: Add MediaPlayer documentation
Murray Cumming [Mon, 22 Oct 2012 11:46:34 +0000 (13:46 +0200)]
renderer: Add MediaPlayer documentation

11 years agoRemove the test plugin
Murray Cumming [Mon, 22 Oct 2012 08:38:01 +0000 (10:38 +0200)]
Remove the test plugin

Because the new example plugins are better examples.

11 years agoAdd an example server plugin
Murray Cumming [Fri, 19 Oct 2012 11:44:37 +0000 (13:44 +0200)]
Add an example server plugin

* configure.ac: Add an --enable-example-plugins option.
* autogen.sh: Add --enable-example-plugins
* examples/: Add an example server plugin implemented in Vala.
* src/librygel-core/rygel-plugin.vala:
* src/librygel-core/rygel-plugin.vala: Document the name, title,
  and description parameters used by the example.

11 years agorenderer-gst: Add AAC mime-types
Jens Georg [Sat, 20 Oct 2012 12:37:34 +0000 (14:37 +0200)]
renderer-gst: Add AAC mime-types

11 years agocore: Don't search for modules hidden folders
Jens Georg [Fri, 19 Oct 2012 15:00:57 +0000 (17:00 +0200)]
core: Don't search for modules hidden folders

Unless it's .libs so that --enable-uninstalled still works.

https://bugzilla.gnome.org/show_bug.cgi?id=686018

11 years agodocs: Correct the MediaRenderer docs.
Murray Cumming [Fri, 19 Oct 2012 08:41:38 +0000 (10:41 +0200)]
docs: Correct the MediaRenderer docs.

They were a bad copy/paste of the MediaServer docs.

11 years agogstreamer: Fix DLNA profiles
Jens Georg [Thu, 18 Oct 2012 19:55:19 +0000 (21:55 +0200)]
gstreamer: Fix DLNA profiles

Mime-type and profile name were switched, causing upload to fail.

11 years agodocs: Explain modules, plugins, and players a bit more
Murray Cumming [Thu, 18 Oct 2012 12:22:30 +0000 (14:22 +0200)]
docs: Explain modules, plugins, and players a bit more

11 years agodocs: Mention basic usage (headers, cflags/libs, pkg-config)
Murray Cumming [Wed, 17 Oct 2012 07:36:13 +0000 (09:36 +0200)]
docs: Mention basic usage (headers, cflags/libs, pkg-config)

Also link to the examples properly.

11 years agoserver: docs: Mention the 3 uses.
Murray Cumming [Tue, 16 Oct 2012 11:55:35 +0000 (13:55 +0200)]
server: docs: Mention the 3 uses.

11 years agoserver: Improve MediaEngine documentation.
Murray Cumming [Tue, 16 Oct 2012 10:10:55 +0000 (12:10 +0200)]
server: Improve MediaEngine documentation.

11 years agobuild: Remove unneccessary gupnp-dlna dependencies
Mark Ryan [Fri, 12 Oct 2012 13:09:51 +0000 (15:09 +0200)]
build: Remove unneccessary gupnp-dlna dependencies

Rygel core no longer depends on gupnp-dlna. References to this library
can therefore be removed from the Rygel Makefiles.

https://bugzilla.gnome.org/show_bug.cgi?id=686037

11 years agodocs: Improve the librygel-core overview.
Murray Cumming [Fri, 12 Oct 2012 12:09:52 +0000 (14:09 +0200)]
docs: Improve the librygel-core overview.

11 years agodocs: No indent in first line of examples.
Murray Cumming [Fri, 12 Oct 2012 12:09:29 +0000 (14:09 +0200)]
docs: No indent in first line of examples.

11 years agoUpdate .gitignore for docs/
Murray Cumming [Fri, 12 Oct 2012 11:23:02 +0000 (13:23 +0200)]
Update .gitignore for docs/

11 years agodocs: Add overview documentation.
Murray Cumming [Fri, 12 Oct 2012 10:59:28 +0000 (12:59 +0200)]
docs: Add overview documentation.

These mention the most interesting classes and show the example code
from examples/.

11 years agodocs: Fix librygel-renderer-gst generation.
Murray Cumming [Fri, 12 Oct 2012 09:52:18 +0000 (11:52 +0200)]
docs: Fix librygel-renderer-gst generation.