Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | platinum: add support for multiple ratings | phate89 | |
2015-09-14 | platinum: add xbmc:userrating for user ratings | montellese | |
2015-09-14 | platinum: add xbmc:country for countries | montellese | |
2015-06-21 | Initalize vars claimed by valgrind / write classname instead 'PVR' in ↵ | mapfau | |
PVRChannelGroups:LOGDEBUG to make debugging easier | |||
2015-01-17 | platinum Changes to external subtitles over UPnP works | Rafał Chwiała | |
Added custom data to resources field - needed to add some attributes to res. Added new struct PLK_SecResource - needed by Somasung devices. It's not specialized struct (just general one), because I can't find any "sec" specification. | |||
2014-12-23 | platinum: add xbmc:uniqueidentifier for IMDB/TVDB identifiers | montellese | |
2014-11-29 | platinum: fix filter mask values of xbmc:votes and xbmc:artwork | montellese | |
2014-08-07 | platinum: improve logging on bad HTTP requests | montellese | |
2014-08-02 | platinum: only apply Xbox specific "friendlyName" restrictions to Xbox clients | montellese | |
2014-06-01 | platinum: implement GetSortCapabilities in media browser | montellese | |
2014-06-01 | platinum: implement GetSearchCapabilities in media browser | montellese | |
2014-06-01 | platinum: add SearchSync method to SyncMediaBrowser | Michał Piechowiak | |
2014-06-01 | platinum: add support for xbmc specific fields dateadded, rating, votes and ↵ | montellese | |
artwork xbmc:dateadded to pass dateadded with items and not need to stat upnp resources for that xbmc:rating for number-based rating xbmc:votes for string-based votes number xbmc:artwork for a type-url-based mapping of artwork | |||
2014-06-01 | platinum: add support for upnp:episodeCount and upnp:episodeSeason from ↵ | montellese | |
ContentDirectory v4 | |||
2014-06-01 | platinum: add proper support for dc:publisher | montellese | |
2014-06-01 | platinum: add already supported default filters | montellese | |
2014-05-17 | platinum: lastPlaybackTime is in the "upnp" and not in the "dc" namespace | montellese | |
2014-05-17 | platinum: fix shadowed local var | Memphiz | |
2014-05-17 | platinum: fixed compiler warning about unused var | davilla | |
2014-05-17 | platinum: add support for UpdateObject action | Alasdair Campbell | |
2014-05-17 | platinum: add SetNextAVTransportURI support to media renderer base | Joakim Plate | |
2014-05-17 | platinum: don't disregard PLT_MediaObjects only for lacking resources | Joakim Plate | |
This could cause us to misscount the number of media objects in a upnp browse request, and re-request items we already had in list giving us duplicated items in lists. | |||
2014-05-17 | platinum: fix compilation by using the right suffix for 64bit constants | Memphiz | |
2014-05-17 | platinum: fix missing filtering for extra metadata | Alasdair Campbell | |
2014-05-17 | platinum: switch to NPT_UInt64 for bitmask flags | Alasdair Campbell | |
2014-05-17 | platinum: fixes support for filtering by the extended properties we need | Alasdair Campbell | |
2014-05-17 | platinum: increase number of requested items per iteration. gives 2-3 times ↵ | Alasdair Campbell | |
speed up. | |||
2014-05-17 | platinum: support video ratings | Alasdair Campbell | |
2014-05-17 | platinum: use PersonRole for directors. Also fixes ::FromDidl for authors, ↵ | Alasdair Campbell | |
actors, directors - previously duplicate entries were present | |||
2014-05-17 | platinum: add support for upnp:lastPlaybackPosition, upnp:lastPlaybackTime ↵ | Alasdair Campbell | |
and upnp:playbackCount | |||
2014-05-17 | platinum: allow some statevariables to reset to default value after sending ↵ | Alasdair Campbell | |
completed (needed for ContainerUpdateIDs usage) | |||
2014-05-17 | platinum: also support sort criterias in format res@<property> | Alasdair Campbell | |
2014-05-17 | platinum: use server provided item count to iterate browse req | Alasdair Campbell | |
all other modifications to libPlatinum/Neptune since codiqs last commit have been checked and are not required / have been included upstream the following patches therefore do not need to be reinstated: 5e5156bde70bb4250c9d912e43656a19d008f110 4df0a4cb1cd059f585de289a10ab915ce1bd95a8 a6eaa587174f73c0fdd7a5130774772c7d475fec 964b08aed02ee52d7f88250409b4e3fdd0363be3 2f70d124f75d76813e48ecc26ffd9aa3625072aa 299d326314619aa3a085f2c026e55860a75b3a5c 5bbf59fbc049325ec4205fadaa0903a753b866ee 370c8366ed83115558e4dcb00561207854c4f971 755f17fe4353b7047ca04c16b7461d1ef3b8ed1b 20c1ed61030f7a5bada60821507f29e54821b1a9 0b11444d6e405fa17e73ef0abc9ceba25a559cce f96d966e7575b4d9f7c864ad153dd9fb968344c9 99479c384176fd3f82d518506e560ba08ad57e40 347aa55b6c55e2801ff7a421e8bcc02ce0314cab a1993bf0380b9ced60c39064833435e458aa5434 f13f20aaa9493d58264c55f2a5b2cafd09435b0e 95df1d019cb7ea64a6f748a9104db1ecd666af42 887728b93d0a8cddd6a08bfddc4079f4c2ae82f8 66d2daf7bd90f7be2cb4cdbc5088488627953e3f ec70e260e95becc5bfcd86512b245776ef9653ea 296435b9a9262b23b49cbfb2302e36e730f292e7 99e0a1eaf18ed07625143e4fadc6eb027f822857 588a66a55067433ade77769a39c81552a995b38d 3fd25488ba88b30cfa0f5b834bbde91a21f05a73 | |||
2014-05-17 | platinum: log allowed values with state variable errors | Alasdair Campbell | |
2014-05-17 | platinum update from 0.6.9.1 to 1.0.5.13 | montellese | |
2014-01-23 | platinum: lastPlaybackTime is in the "upnp" and not in the "dc" namespace | montellese | |
2013-12-27 | platinum: fix parsing of upnp:actor in PltMediaItem | montellese | |
2013-10-31 | fixed, compiler warning. album_art is never used | S. Davilla | |
2013-05-27 | [platinum] - fix shadowed local var | Memphiz | |
2013-04-11 | fixed compiler warning about unused var | davilla | |
2013-04-08 | upnp: add support for UpdateObject action to Platinum | Alasdair Campbell | |
2013-01-20 | Platinum: add SetNextAVTransportURI support to media renderer base | Joakim Plate | |
2013-01-19 | Platinum: don't disregard PLT_MediaObjects only for lacking resources | Joakim Plate | |
This could cause us to misscount the number of media objects in a upnp browse request, and re-request items we already had in list giving us duplicated items in lists. | |||
2012-10-26 | [osx] - fix compilation by using the right suffix for 64bit constants | Memphiz | |
2012-10-26 | Platinum: fix missing filtering for extra metadata | Alasdair Campbell | |
2012-10-26 | Platinum: switch to NPT_UInt64 for bitmask flags | Alasdair Campbell | |
2012-10-25 | upnp: fixes support for filtering by the extended properties we need | Alasdair Campbell | |
2012-10-25 | Revert "Platinum - allow sub classes of PltSyncMediaBrowser to specify ↵ | Alasdair Campbell | |
property filter mask" This reverts commit aa93b7516cabe08eafe8b7c2ea15500c6bae128c. Conflicts: lib/libUPnP/Platinum/Source/Devices/MediaServer/PltSyncMediaBrowser.cpp | |||
2012-10-11 | [UPnP] increase number of requested items per iteration. gives 2-3 times speed | Alasdair Campbell | |
up. | |||
2012-10-11 | Merge pull request #1582 from alcoheca/upnp-cache-notify | Alasdair Campbell | |
Upnp cache notify |