summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
...
* ui: Port from Dialog to WindowJens Georg2014-06-011-35/+17
| | | | | | | Get rid of "Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged." Signed-off-by: Jens Georg <mail@jensge.org>
* Add support for pretty hostnamesGiovanni Campagna2014-02-131-1/+1
| | | | | | | | | | | | | Read and parse /etc/machine-info to obtain a pretty human readable hostname (eg. "Bob's Laptop" instead of "bob-laptop"). If the file is not found, or it can't be parsed, we fall back on the normal hostname. In GNOME, the pretty hostname can be configured in the control center details and sharing panels. In other systems, it can be changed using "hostnamectl --pretty". https://bugzilla.gnome.org/show_bug.cgi?id=724138
* data: Make the GstLaunch pipelines in rygel.conf work with gst-1.0Debarshi Ray2014-02-121-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=724215
* renderer: Implement SetNextAVTransportURIJussi Kukkonen2013-12-141-1/+26
| | | | | | | | | | | This is a simple implementation: It does not prefetch media. Things that will be tried on EOS or on "Next" action: * if there are songs to play on playlist, play next one * else if NEXTAVTransportURI is set, play that * else set state to "STOPPED" and track to 1. https://bugzilla.gnome.org/show_bug.cgi?id=719721
* Remove unused state variable A_ARG_TYPE_DateTime This fixes DLNA CTT failure ↵Parthiban Balasubramanian2013-12-081-5/+0
| | | | | | for DIAGE 7.2.12.2 https://bugzilla.gnome.org/show_bug.cgi?id=719998
* renderer: Implement DLNA byte seekingJussi Kukkonen2013-11-101-0/+44
| | | | | | | | | | 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
* data: Remove allowedValueList from TransportPlaySpeedJussi Kukkonen2013-11-101-3/+0
| | | | | | | AVTransport2 TransportPlaySpeed state variable is allowed to have vendor specific values. https://bugzilla.gnome.org/show_bug.cgi?id=710368
* core: Add UPnP BasicManagement service supportJussi Kukkonen2013-11-022-0/+419
| | | | | | | | | | | | | | Add BasicManagement:2 service that contains a bunch of tools (Ping, NSLookup and Traceroute to start with). Service is useful for DLNA Diagnostics, and can be enabled on a plugin-by-plugin basis. See doc/README.BasicManagement for details. Commit was partly authored by Christophe Guiraud <christophe.guiraud@intel.com>. https://bugzilla.gnome.org/show_bug.cgi?id=707831
* ui: Fix tooltips in network sectionJens Georg2013-10-051-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=709287
* Fix AbsoluteCounterPosition to match UPnP specFionn Cleary2013-10-011-1/+1
| | | | | | | | | UPnP AV Transport Specification v1.01 states that the AbsoluteCounterPosition state variable is a signed value, where as the xml document has it as an unsigned value. Rygel stores the AbsoluteCounterPosition internally as an signed value. https://bugzilla.gnome.org/show_bug.cgi?id=709190
* renderer: Set PossiblePlaybackStorageMediaJens Georg2013-09-301-0/+4
| | | | | | "None" and "Network" are mandatory according to 7.3.104.7 https://bugzilla.gnome.org/show_bug.cgi?id=677405
* data: Remove unused state variablesJens Georg2013-08-191-25/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706143
* data: Add X_DLNADOC node to device descriptionJens Georg2013-08-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=706142
* server: Add X_GetDLNAUploadProfiles callJens Georg2013-08-192-1/+53
|
* xml templates: fix element order to match UDA 1.1Jussi Kukkonen2013-06-276-680/+684
| | | | | | | | | | | | UPnP Device Architecture 1.1: "The order of XML elements in device and service description documents MUST adhere to the order as defined in the corresponding specification" Note that this commit is not enough for compliance: when we dynamically add optional elements, we must make sure they appear in the correct place. https://bugzilla.gnome.org/show_bug.cgi?id=702451
* ui: Support multiple network interfacesJens Georg2013-06-141-39/+134
|
* ui: Set toolbar style from gladeJens Georg2013-06-141-0/+3
|
* ui: Drop some obsolete thingsJens Georg2013-06-141-9/+0
|
* ui: Declare cell renderer in gladeJens Georg2013-06-141-4/+16
|
* data: Fix typo in presetJens Georg2013-06-141-1/+1
|
* core,rygel,doc: Use multiple interfacesJens Georg2013-05-101-3/+4
| | | | Rygel may now bind to more than any or just one interface.
* build: Don't use relative pathsJens Georg2013-05-101-1/+1
|
* ui: Use Switch instead of checkboxJens Georg2013-04-301-35/+46
|
* data: Fix preferences desktop fileJens Georg2013-03-061-1/+1
|
* server,data: Implement CreateReference UPnP callJens Georg2013-03-041-0/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=694179
* core,data: Force downgrade for some iOS DMCsJens Georg2013-03-041-1/+1
|
* core,data: V1 downgrade for libupnpJens Georg2013-03-041-1/+1
| | | | | | | | In theory we'd want to apply the downgrade for synology NAS devices only, but they fail to provide a proper user agent so we have to apply it to everything out there using libupnp. https://bugzilla.gnome.org/show_bug.cgi?id=694270
* data: Hide rygel-preferences in GNOMEJens Georg2013-02-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=692696
* media-export: Option to disable virtual foldersJens Georg2013-02-181-0/+1
|
* server: Show up in Windows 7 as DMSJens Georg2013-01-231-1/+1
|
* Added keywords to .desktop fileDaniel Mustieles2013-01-151-0/+1
|
* data: Drop note about editing rygel.confJens Georg2013-01-101-3/+0
| | | | | That's not true anymore as rygel-preferences doesn't cover everything in there anymore.
* Gstreamer mediaengine: Rename the config groupMurray Cumming2013-01-071-1/+1
|
* data: Use proper bitrates for AVC_MP4_BL_CIF15_AAC_520Jens Georg2012-12-222-2/+2
|
* renderer: Add GetCurrentTransportActions method.Mark Ryan2012-11-231-0/+21
| | | | | | | | | | | | | 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
* renderer: Implement DIDL_S playlist supportJens Georg2012-11-222-0/+8
|
* examples: Add a C version of the example renderer pluginMurray Cumming2012-11-221-0/+3
|
* all: Port to GStreamer 1.0Jens Georg2012-11-2111-20/+23
|
* example renderer plugin: Rename this with a -vala prefix.Murray Cumming2012-11-191-0/+3
| | | | | | 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: Add UpdateObject actionKrzesimir Nowak2012-10-292-0/+64
|
* server: Implement ServiceResetTokenJens Georg2012-10-292-0/+36
| | | | | | 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.
* core,plugins: Add server capabilitiesJens Georg2012-10-292-0/+373
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=676024
* data: Bump MediaServer version to 3Jens Georg2012-10-294-28/+28
| | | | | | | Also use version and website from build in the device template. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=679023
* server: Implement LastChange in ContentDirectoryKrzesimir Nowak2012-10-291-0/+5
|
* Add an example server pluginMurray Cumming2012-10-221-0/+6
| | | | | | | | | * 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.
* server,engine: Move MediaEngine into .soJens Georg2012-10-051-0/+4
|
* core,data,doc: Drop transcoder optionsJens Georg2012-10-051-19/+7
| | | | Add a new [MediaEngine] section and add a "transcoders" list.
* server: Force downgrade for Reciva firmwareJens Georg2012-10-011-1/+1
| | | | | | | Seems to have regressed, used to work fine with v257-* firmware. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=685183
* media-export: Drop file suffix filterJens Georg2012-09-181-1/+0
| | | | Use content-type based filter instead
* core,data: Fix AVC transcoderJens Georg2012-08-313-2/+5
| | | | | | | | Add a slight hack to enable a streamable position of moov atoms. Drop the passthrough in the transcoder. This doesn*t make sense currently and it needs to be more sophisticated; it doesn't properly work if we change the resolution and/or framerate.