Skip to content

Releases: jensenkd/plex-api

Fixed bug with Deserializing new Guid vs guid parameters

22 Sep 16:59
Compare
Choose a tag to compare

Plex is now returning two values from their API called guid. They are different cases which is valid JSON.

I had to change the configuration for Deserialization with System.Text.Json to accomodate.

v2.0.4-preview001

22 Sep 20:04
Compare
Choose a tag to compare
v2.0.4-preview001 Pre-release
Pre-release
added GetCollectionItemsByCollectionKey

Added more Session metadata

21 Sep 19:10
Compare
Choose a tag to compare
v2.0.3

fixed some deserilization bugs due to Plex api returning different ty…

Fix typing issues due to Plex Server api changes and inconsistancies

21 Sep 18:41
Compare
Choose a tag to compare
v2.0.2

fixed some deserilization bugs due to Plex api returning different ty…

Added missing metadata for Sessions

21 Sep 18:16
Compare
Choose a tag to compare
v2.0.1

added missing Metadata fields for Session

v2.0.0

20 Sep 20:24
Compare
Choose a tag to compare
code cleanup

Fixed Date conversion issues on Accounts

20 Sep 19:38
Compare
Choose a tag to compare
v2.0.0-preview027

fixed Account date conversion issues

Fixed Datetime conversion issues

20 Sep 19:33
Compare
Choose a tag to compare
Pre-release
v2.0.0-preview026

converted date fields to useing UTC instead of trying to convert to u…

v2.0.0-preview025

15 Sep 20:10
Compare
Choose a tag to compare
v2.0.0-preview025 Pre-release
Pre-release

Plex API added new &includeGuids query string parameter on retrieving library items.

We no longer have to make a subsequent call to get TVDBId or IMDBid (ScraperIds)

v2.0.0-preview024

25 Mar 02:11
Compare
Choose a tag to compare
v2.0.0-preview024 Pre-release
Pre-release
fixed date mapping on Server object