profile/ivi/rygel.git
11 years agoexamples: Remove duplicate include
Jens Georg [Wed, 5 Dec 2012 21:33:45 +0000 (22:33 +0100)]
examples: Remove duplicate include

11 years agorenderer: Delay creation of PlayerController
Jens Georg [Wed, 5 Dec 2012 23:41:16 +0000 (00:41 +0100)]
renderer: Delay creation of PlayerController

Fixes critical in renderer-gst test.

11 years agorenderer: Use passed renderer
Jens Georg [Wed, 5 Dec 2012 23:38:21 +0000 (00:38 +0100)]
renderer: Use passed renderer

11 years agocore: Handling of 'content-synchronization' dlna cap
Regis Merlino [Tue, 4 Dec 2012 10:31:31 +0000 (11:31 +0100)]
core: Handling of 'content-synchronization' dlna cap

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

11 years agoPrepare 0.17.4 RYGEL_0_17_4
Jens Georg [Wed, 5 Dec 2012 14:00:46 +0000 (15:00 +0100)]
Prepare 0.17.4

11 years agoChange --with-media-engine=none to =simple
Murray Cumming [Wed, 5 Dec 2012 09:30:10 +0000 (10:30 +0100)]
Change --with-media-engine=none to =simple

11 years agoReally fix the build.
Murray Cumming [Wed, 5 Dec 2012 09:07:11 +0000 (10:07 +0100)]
Really fix the build.

We needed a new symlink in tests/ for the new .vala file.

11 years agotests: Fix the build.
Murray Cumming [Wed, 5 Dec 2012 08:54:35 +0000 (09:54 +0100)]
tests: Fix the build.

Since I moved DLNAProfile to its own file we seem to need
a Rygel. prefix when using it.

11 years agoserver: One class/interface per file
Murray Cumming [Tue, 4 Dec 2012 14:07:03 +0000 (15:07 +0100)]
server: One class/interface per file

This stop gtk-doc (or valadoc) from getting confused.

11 years agodocs: MediaEngine: Slight improvement
Murray Cumming [Tue, 4 Dec 2012 13:55:54 +0000 (14:55 +0100)]
docs: MediaEngine: Slight improvement

11 years agomedia-export: Handle text/plain
Jens Georg [Mon, 3 Dec 2012 19:17:44 +0000 (20:17 +0100)]
media-export: Handle text/plain

DIDL_S playlists don't need to start with <?xml, so if a client does not
upload a playlist file with a .xml extenstion, shared-mime-info maps this to
text/plain, so we try those as well.

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

11 years agomedia-export: Ignore files starting with .
Jens Georg [Mon, 3 Dec 2012 18:58:33 +0000 (19:58 +0100)]
media-export: Ignore files starting with .

11 years agomedia-export: Set DLNA profile of playlist
Jens Georg [Mon, 3 Dec 2012 18:54:21 +0000 (19:54 +0100)]
media-export: Set DLNA profile of playlist

11 years agodoc: Fix build with --disable-valadoc
Jens Georg [Sat, 1 Dec 2012 12:57:04 +0000 (13:57 +0100)]
doc: Fix build with --disable-valadoc

11 years agoFix a typo in a .pc.in file
Murray Cumming [Tue, 4 Dec 2012 12:31:37 +0000 (13:31 +0100)]
Fix a typo in a .pc.in file

11 years agoFix grammar in a comment
Murray Cumming [Mon, 3 Dec 2012 13:19:14 +0000 (14:19 +0100)]
Fix grammar in a comment

11 years agoFix NEWS file
Jens Georg [Sat, 1 Dec 2012 00:23:31 +0000 (01:23 +0100)]
Fix NEWS file

11 years agoPrepare 0.17.3 RYGEL_0_17_3
Jens Georg [Fri, 30 Nov 2012 23:57:43 +0000 (00:57 +0100)]
Prepare 0.17.3

11 years agobuild: Fix building against tracker 0.14
Jens Georg [Fri, 30 Nov 2012 12:14:37 +0000 (13:14 +0100)]
build: Fix building against tracker 0.14

11 years agobuild: Fix building against tracker master
Jens Georg [Fri, 30 Nov 2012 12:13:04 +0000 (13:13 +0100)]
build: Fix building against tracker master

11 years agobuild: Don't run tests by default
Jens Georg [Thu, 29 Nov 2012 15:29:31 +0000 (16:29 +0100)]
build: Don't run tests by default

11 years agobuild: Remove test plugin from summary
Jens Georg [Wed, 28 Nov 2012 16:27:43 +0000 (17:27 +0100)]
build: Remove test plugin from summary

11 years agoUpdate POTFILES.skip
Jens Georg [Wed, 28 Nov 2012 16:14:42 +0000 (17:14 +0100)]
Update POTFILES.skip

11 years agomedia-export: Store playlist's metadata in cache. RYGEL_0_17_2_W48
Krzesimir Nowak [Mon, 26 Nov 2012 14:39:38 +0000 (15:39 +0100)]
media-export: Store playlist's metadata in cache.

11 years agomedia-export: Extract some metadata from DIDL_S playlists.
Krzesimir Nowak [Mon, 26 Nov 2012 14:35:01 +0000 (15:35 +0100)]
media-export: Extract some metadata from DIDL_S playlists.

11 years agomedia-export: Treat "application/ogg" as music items.
Krzesimir Nowak [Mon, 26 Nov 2012 14:32:14 +0000 (15:32 +0100)]
media-export: Treat "application/ogg" as music items.

This is how it used to be - it was caught by using "else" clause. Now
else is for DIDL_S playlists so "application/ogg" needs to be checked
explicitly.

11 years agoserver: Add creator to playlist item.
Krzesimir Nowak [Mon, 26 Nov 2012 14:31:32 +0000 (15:31 +0100)]
server: Add creator to playlist item.

11 years agogst-media-engine: Add DIDL_S DLNA profile.
Krzesimir Nowak [Mon, 26 Nov 2012 12:57:59 +0000 (13:57 +0100)]
gst-media-engine: Add DIDL_S DLNA profile.

11 years agomedia-export: Add playlist item.
Krzesimir Nowak [Fri, 23 Nov 2012 16:58:37 +0000 (17:58 +0100)]
media-export: Add playlist item.

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