summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* all: Export disc numberJens Georg2023-03-191-0/+4
| | | | Fixes #223
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-113-18/+2
| | | | | The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed.
* build: Fix deprecations in meson filesJens Georg2022-06-041-1/+1
|
* engine-gst: Enable VA-API encoder for H.264Jens Georg2022-05-121-0/+6
|
* engine-gst: Add preset for vo-aacencJens Georg2022-05-121-0/+12
| | | | This seems to be the preferred AAC encoder on Ubuntu
* engine-gst: Enable MPEG2 encoding using VA-APIJens Georg2022-05-122-0/+7
|
* preset: Add AVC_MP4_BL_CIF15_AAC_520 to mp4muxJens Georg2022-05-121-0/+4
|
* presets: Add openh264enc presetJens Georg2022-05-121-0/+6
| | | | Together with the fdkaacenc, this should provide Fedora OOTB transcoding
* presets: Add fdkaacencJens Georg2022-05-121-0/+12
|
* build: Don't install UI if preferences not builtJens Georg2022-04-111-2/+4
| | | | fixes #208
* data: Add default section for Tracker3Jens Georg2020-10-241-0/+9
| | | | Part of the problem of #183
* data,doc: Update for IPv6Jens Georg2020-08-091-0/+3
| | | | Add IPv6 setting to default file and config manpage
* data: Increase gst-launch example resolutionJens Georg2020-07-261-2/+2
|
* data: Drop redundant Comment from .desktop filePhilip Withnall2019-11-141-1/+0
| | | | | | | | As per the desktop entry specification, the value of Comment= should not bthe same as that of GenericName= or Name=. https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s06.html Signed-off-by: Philip Withnall <withnall@endlessm.com>
* build: Drop AutotoolsJens Georg2019-10-208-107/+0
|
* build: Fix datadir path for mesonJens Georg2018-12-092-3/+7
|
* Port build system to mesonJens Georg2018-11-284-0/+215
|
* data,doc: Add description for acl-fallback-policyJens Georg2018-10-181-0/+4
|
* build: Add missing ruih server descriptionJens Georg2018-10-141-2/+2
|
* renderer-gst: Make sinks configurableJens Georg2018-10-111-0/+2
|
* doc,data: Update URL for gitlabJens Georg2018-09-051-1/+1
|
* build: Remove useless use of catJens Georg2017-05-011-1/+1
|
* build: Fix stem rule for xml filesMatteo Settenvini2017-05-011-1/+1
| | | | | | | | Some of the xml files are generated a first time from the configure script in the build folder, and hence were not found by the previous stemming. https://bugzilla.gnome.org/show_bug.cgi?id=778829
* xml: Stop claiming we do not implement SetNextAVTransportURIJens Georg2017-04-281-2/+0
|
* data: Add [Install] section to rygel.serviceJan Alexander Steffens (heftig)2016-08-301-0/+3
| | | | | | | | | | | | | | | This allows running `systemctl --user enable rygel` in order to automatically launch rygel at login. The default behavior is not changed. If lingering is also enabled for the user, rygel will be started at boot; this will then share media without needing a session. Since this disregards whether GSD would have launched rygel, it is primarily useful for headless servers and avoids the wrap-dbus hack used by the example system service. https://bugzilla.gnome.org/show_bug.cgi?id=766332
* data: Add missing SystemdService for DBus activationJan Alexander Steffens (heftig)2016-08-301-0/+1
| | | | | | Without this, DBus could start an independent instance of rygel. https://bugzilla.gnome.org/show_bug.cgi?id=766332
* data: Fix desktop file generationJens Georg2016-08-161-5/+4
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Add translator comments to .desktopPiotr Drąg2016-08-092-0/+2
|
* data: Remove obsolete 'upnp-enabled' from default configJens Georg2016-06-261-4/+0
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* Unmark placeholder strings from translationPiotr Drąg2016-06-051-2/+2
|
* mediathek: Remove pluginJens Georg2016-05-211-6/+0
| | | | | | The RSS items don't work anymore, always return 404. Signed-off-by: Jens Georg <mail@jensge.org>
* data: Add a way for Rygel to be started via user systemdBastien Nocera2016-05-192-2/+20
| | | | | | | | | This will allow better tracking of whether rygel is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd. https://bugzilla.gnome.org/show_bug.cgi?id=766332
* tracker: Add option to limit exported files to a set of urisJens Georg2016-04-271-0/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* data: Disable upload and remote file removalJens Georg2016-04-101-2/+2
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* data: Use proper plugin name for LMSJens Georg2016-04-091-1/+1
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* data: Drop empty Categories list from desktop fileKalev Lember2016-03-311-1/+0
| | | | | | | | | | An empty Categories= list led to rygel.desktop losing a newline during .desktop.in.in -> .desktop.in generation and ending up with an invalid Categories=Exec=rygel line. Work this around by dropping the empty list. https://bugzilla.gnome.org/show_bug.cgi?id=764016
* data: Fix distcheckJens Georg2016-03-211-2/+3
| | | | | | Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=763586
* Use upstream gettext install intltool/glib-gettextJavier Jardón2016-03-213-9/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=763586
* doc,config: Add LightMediaScannerJens Georg2016-03-061-0/+4
| | | | Signed-off-by: Jens Georg <mail@jensge.org>
* data: Change logo licenseJens Georg2015-11-072-8/+16
| | | | | | | As agreed on with the original author, we change the logo to CC-BY-SA 3.0 to be DFSG compatible. Signed-off-by: Jens Georg <mail@jensge.org>
* mediathek: There's no WMV support anymoreJens Georg2015-09-111-1/+0
| | | | | | | Use MP4 by default. Unfortunately this also means RTSP which limits the supported players quite a bit Signed-off-by: Jens Georg <mail@jensge.org>
* mediathek: Use new default feedJens Georg2015-09-111-1/+1
| | | | | | Use "Frag den Lesch" because "Neues aus der Anstalt" does not exist anymore Signed-off-by: Jens Georg <mail@jensge.org>
* data: Switch DLNA version to 1.51Parthiban Balasubramanian2015-07-053-4/+4
| | | | | | | | | | Update DLNA version in DMR, DMS and RUIHSRC As per Errata 00223v006, if the protocolInfo string has a case of exceeding 256 bytes then the DLNA version must be 1.51 This happens most of the time with the CVP2 server, when it exposes support for playspeeds,etc and it exceeds 256 bytes in the protocolInfo https://bugzilla.gnome.org/show_bug.cgi?id=747815
* renderer: Fixed warning AV1-MR:1-AVT:1-6.1Simon Mikuda2015-03-161-2/+2
| | | | | | Use uppercase for PossiblePlaybackStorageMedia values Signed-off-by: Simon Mikuda <simon.mikuda@streamunlimited.com>
* data: Change default title of sharesJens Georg2015-02-131-2/+2
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=740221 Signed-off-by: Jens Georg <mail@jensge.org>
* renderer: Implement SetPlayModeRichard Röjfors2014-11-091-0/+20
| | | | | | | | | | | Add an implementation of SetPlayMode, a method is added on the player controller interface to validate if the new play mode is valid or not. If it is the play_mode property of the controller gets the new mode assigned. Signed-off-by: Richard Röjfors <richard.rojfors@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=737522
* core: Add initial EnergyManagement service implementationJussi Kukkonen2014-11-082-1/+129
| | | | | | | EnergyManagement is a way to tell controlpoints that the device (e.g. Mediaserver or Renderer) may suspend, and also advice on how it can be woken up: http://upnp.org/specs/lp/UPnP-lp-EnergyManagement-v1-Service.pdf
* ruih: Initial RUIH service implementationScott Deboy2014-11-085-0/+88
| | | | Initial implementation of RemoteUIServer:1 spec
* data: Launch rygel directlyBastien Nocera2014-06-241-1/+1
| | | | | | Instead of relying on an external D-Bus command. https://bugzilla.gnome.org/show_bug.cgi?id=731858
* media-export: Make grace period configurableJens Georg2014-06-151-0/+1
| | | | | | | | | | | While it helps not to run discover on half-downloaded files, it slows down the server sync use-case and breaks several DLNA requirements. It can turned off now using monitor-grace-timeout=0 Signed-off-by: Jens Georg <mail@jensge.org> https://bugzilla.gnome.org/show_bug.cgi?id=694455