summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: Add option to unblacklist from mx-infoJens Georg2016-01-161-41/+54
| | | | | | Use -u to remove a file from blacklist. Signed-off-by: Jens Georg <mail@jensge.org>
* all: Update license text to LGPLv2.1 properJens Georg2015-11-0217-134/+139
| | | | | | We always claimed being LGPLv2.1 but the license text said differently. Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Add small script for media-export dbJens Georg2015-08-021-0/+123
| | | | | | | | mx-info takes a list of files or uris and shows the information that is saved in MediaExport's database for those uris and for recent versions if the file is in the blacklist. Signed-off-by: Jens Georg <mail@jensge.org>
* renderer-gst: Enable setting the user_agentAron Rosenberg2015-05-152-4/+43
| | | | | | | | | Setting the user_agent on the underlying gst element Including modifications to use the user-agent in HEAD requests as well to be consistent. https://bugzilla.gnome.org/show_bug.cgi?id=748769
* examples: Fix C server exampleJens Georg2015-05-091-2/+2
| | | | | | Was using the wrong functions to add uris to items. Signed-off-by: Jens Georg <mail@jensge.org>
* all: Refactoring of the MediaObject class hierarchyCraig Pratt2015-02-082-5/+6
| | | | | | | | Introduce a MediaFileItem class that represents a single file Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=720218
* ruih: Initial RUIH service implementationScott Deboy2014-11-082-0/+70
| | | | Initial implementation of RemoteUIServer:1 spec
* examples: Set license of GI examples to BSDJens Georg2014-09-282-1/+52
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Fix renderer exampleJens Georg2014-09-281-1/+64
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Add python examples for introspectionJens Georg2014-08-192-0/+78
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Hide MediaObject.urisJens Georg2014-07-071-3/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* all: Move Rygel.DLNAProfile into coreJens Georg2014-02-081-3/+3
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* examples: Fix C renderer pluginRichard Röjfors2013-11-181-1/+58
| | | | | | Add new properties. https://bugzilla.gnome.org/show_bug.cgi?id=712336
* renderer: Implement DLNA byte seekingJussi Kukkonen2013-11-101-0/+18
| | | | | | | | | | Adds X_DLNA_GetBytePositionInfo() method, the required state variables and the missing SeekModes for Seek() to AVTransport2 implementation. https://bugzilla.gnome.org/show_bug.cgi?id=710368 https://bugzilla.gnome.org/show_bug.cgi?id=707058 https://bugzilla.gnome.org/show_bug.cgi?id=707059 https://bugzilla.gnome.org/show_bug.cgi?id=707541
* examples: Simulate image rendering in vala exampleJens Georg2013-10-102-0/+31
|
* examples: Simplify C renderer exampleJens Georg2013-10-071-93/+43
|
* build: Don't use relative pathsJens Georg2013-05-101-1/+1
|
* all: Add sidecar file support for pluginsJens Georg2013-04-308-0/+39
| | | | | | | | | Install a .plugin file with each plugin that provides some meta-information about the plugin, allowing us to not load the module if the user has disabled it instead blindly loading each .so we come across and let the module check whether it's enabled or not https://bugzilla.gnome.org/show_bug.cgi?id=693658
* fullscreen-renderer: Fix some compiler warningsMurray Cumming2013-01-211-5/+5
|
* Revert "docs: Change C example code license."Murray Cumming2013-01-1711-44/+194
| | | | This reverts commit 41cccb3575f20c257c54f8af8cb01903eed1f63a.
* docs: Change C example code license.Murray Cumming2013-01-1711-194/+44
| | | | LGPL is not really appropriate for example code.
* Remove a vala-generated header blockMurray Cumming2013-01-161-3/+0
|
* examples: Use correct preset nameJens Georg2012-12-191-1/+1
|
* examples: hq-preset for MPEG2 transcodingJens Georg2012-12-182-0/+17
| | | | | | Courtesy of Luis de Bethencourt, taken from https://github.com/luisbg/rygel/tree/presets
* examples: Hide mouse cursorJens Georg2012-12-181-0/+4
|
* examples: Make blackJens Georg2012-12-181-0/+23
|
* examples: Add keybinding to shut down rendererJens Georg2012-12-181-0/+29
|
* example plugins: The _construct() functions can be staticMurray Cumming2012-12-182-2/+2
|
* examples: Implement _PS for example rendererJens Georg2012-12-131-1/+78
|
* renderer: Add playback speeds supportChristophe Guiraud2012-12-131-0/+18
| | | | | | | | | | - allow to specify value other than 1.0 for playback speed. - allowed playback speed values are specified by the renderer player plugins. - add the X_DLNA_PS to the result of GetCurrentTransportAction invoked from a renderer. https://bugzilla.gnome.org/show_bug.cgi?id=690056
* examples: Fix C renderer exampleJens Georg2012-12-123-28/+43
|
* build: Improve the buildMurray Cumming2012-12-125-62/+49
| | | | | | | | | | | | | | | * configure.ac: Mention dependencies as executable/library-specific PKG_CHECK_MODULES() calls, instead of having one PKG_CHECK_MODULE() call for each dependency and then listing those depdendencies' CFLAGS and LIBS individually in each Makefile.am. Also define the _VALAFLAGS in the same place, keeping things consistent. * common.am: Clean this up, using more obvious variable names. * various Makefile.am: Use the new structure. Do not use AM_CFLAGS, instead specifying the CFLAGS, LIBS and VALAFLAGS for each executable/library. As well as being cleaner, this would allow us to convert to a non-recursive autotools build sometime in the future. https://bugzilla.gnome.org/show_bug.cgi?id=689960
* renderer: Check player if it can do time-seekJens Georg2012-12-062-0/+14
|
* examples: Add fullscreen renderer exampleJens Georg2012-12-062-0/+113
|
* examples: Remove duplicate includeJens Georg2012-12-061-1/+0
|
* Change --with-media-engine=none to =simpleMurray Cumming2012-12-052-4/+0
|
* docs: librygel-renderer-gst: Rename the exampleMurray Cumming2012-11-232-3/+3
|
* examples: Add a C version of the example renderer pluginMurray Cumming2012-11-227-3/+721
|
* example renderer plugin: Rename this with a -vala prefix.Murray Cumming2012-11-193-19/+19
| | | | | | 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.
* Update .gitignore files now we have C files.Murray Cumming2012-11-192-0/+2
|
* examples: Add a C version of the example server pluginMurray Cumming2012-11-196-1/+312
|
* example server plugin: Rename this with a -vala prefix.Murray Cumming2012-11-194-17/+28
| | | | | | 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.
* server: Make more member variables be propertiesMurray Cumming2012-11-191-1/+3
| | | | | | And update the standalone-server example appropriately. See bug #686211 .
* core,plugins: Add server capabilitiesJens Georg2012-10-291-1/+3
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=676024
* Fix the build in renderer example.Murray Cumming2012-10-251-0/+1
|
* Add example renderer pluginMurray Cumming2012-10-255-1/+230
| | | | | | | 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
* Add an example server pluginMurray Cumming2012-10-225-0/+154
| | | | | | | | | * 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.
* docs: Add overview documentation.Murray Cumming2012-10-121-1/+1
| | | | | These mention the most interesting classes and show the example code from examples/.
* example: Fix service description in init scriptJens Georg2012-10-081-1/+1
|
* renderer: Add get_playbin()Murray Cumming2012-10-061-4/+3
| | | | This avoids the need to get the default player just to get the playbin.