summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Changed the Copyright to 2017Rick Bell2017-02-275-5/+5
|
* [Network Filtering] New API and saveLudovic Ferrandis2013-10-031-4/+11
| | | | | | | | - Remove all WhiteListxxx API - Add Set() to 'org.freedesktop.DBus.Properties' interface to 'com.intel.dLeynaRenderer.Manager' root interface Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Tests] Fix 2 typos in rendererconsole.pyRegis Merlino2013-09-111-2/+2
| | | | | | Fix for bug https://github.com/01org/dleyna-renderer/issues/118 Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Network Filtering] Add Network Filtering supportLudovic Ferrandis2013-08-221-0/+26
| | | | | | | | | | | | | | | | | Add 2 new settings: 1 - netf_enabled (boolean): To activate or deactivate the network filtering 2 - netf_entries (str list): List of supported network Add org.freedesktop.DBus.Properties DBUS Interface to com.intel.dLeynaRenderer.Manager root object. Add 4 new methodes to com.intel.dLeynaRenderer.Manager interface 1 - WhiteListEnable 2 - WhiteListAddEntries 3 - WhiteListRemoveEntries 4 - WhiteListClear Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Renderer] Enable byte seekRegis Merlino2013-08-011-1/+7
| | | | | | | | | Based on original work from Sebastien Bianti <sebastien.bianti@linux.intel.com> - Resolves issue #59 - Documentation updated. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Player] Add OpenNextUri() methodRegis Merlino2013-07-191-0/+3
| | | | | | | | | Based on original work from Sébastien Bianti <sebastien.bianti@linux.intel.com> - Resolves bug #35 - Documentation updated. Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [API] Issue #94: Add new SetUri API to PlayerLudovic Ferrandis2013-07-181-0/+3
| | | | | | | | | Fix issue #94: <https://github.com/01org/dleyna-renderer/issues/94> Do the same as OpenUriEx, except it doesn't excecute the Play command. Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Device] Fix #78: MPRIS OpenUri() does not start playingLudovic Ferrandis2013-07-182-2/+0
| | | | | | Fix issue #78: <https://github.com/01org/dleyna-renderer/issues/78> Signed-off-by: Ludovic Ferrandis <ludovic.ferrandis@intel.com>
* [Device] Add an extra mimetype parameter to GetIcon()Regis Merlino2013-05-311-3/+3
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Device] Add a GetIcon() methodRegis Merlino2013-05-291-0/+7
| | | | Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [API] Change APIs: GetServers() -> GetRenderers() - FoundServer -> ↵Regis Merlino2013-05-243-9/+9
| | | | | | FoundRenderer - LostServer -> LostRenderer Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Bug] Add a Rescan method to Manager interfaceSébastien Bianti2013-04-181-0/+2
| | | | | | | | - Resolves bug #2 - Make use of new API gupnp_context_manager_rescan_control_points() - Documentation updated. Signed-off-by: Sébastien Bianti <sebastien.bianti@linux.intel.com>
* [RendererConsole] Added methods for creating renderersMark Ryan2013-04-161-0/+19
| | | | | | | | | | Two new methods have been added to the Manager class, renderer_from_name and renderer_from_udn. These methods can be used to construct Renderer objects from UDNs or friendly names, which is typically easier than using the d-Bus path, which is long and changes from one invocation of dLeyna-renderer to the next. Signed-off-by: Mark Ryan <mark.d.ryan@intel.com>
* [Device] Add OpenUriEx player methodChristophe Guiraud2013-03-191-0/+3
| | | | | | | | | | | - Add a new player interface method OpenUriEx, which is the same as the existing OpenUri one, with an additional metadata parameter to pass the URI description information in DIDL-Lite XML format. - Documentation updated. - Renderer Console python test application updated. - Fix issue: https://github.com/01org/dleyna-renderer/issues/25 Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
* [Tests] Add missing execution flags to test scriptsChristophe Guiraud2013-03-013-0/+0
| | | | | | - Add missing execution flags to test scripts. Signed-off-by: Christophe Guiraud <christophe.guiraud@intel.com>
* [Device] Add GotoTrack() player methodRegis Merlino2013-02-281-0/+3
| | | | | | | | | | | | | | - Add a new Player interface method GotoTrack(...) which will perform a seek operation with "TRACK_NR" unit on the specified track number. - Add CurrentTrack and NumberOfTracks properties to the Player interface. - API documentation updated - Tested with Rygel playlist This is port of commit https://github.com/01org/renderer-service-upnp/commit/8b6ab831433b6883b9857fa3456e690af29696b7 Signed-off-by: Regis Merlino <regis.merlino@intel.com>
* [Init] Add initial source codeRegis Merlino2013-02-265-0/+946
Signed-off-by: Regis Merlino <regis.merlino@intel.com>