mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
26 KiB
26 KiB
GetSessionsPart
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Container |
string | ➖ | N/A | flac |
Duration |
int | ➖ | N/A | 186240 |
File |
string | ➖ | N/A | /music/Green Day/Saviors (2024)/Green Day - Saviors - 01 - The American Dream Is Killing Me.flac |
HasThumbnail |
string | ➖ | N/A | 1 |
Id |
string | ➖ | N/A | 130625 |
Key |
string | ➖ | N/A | /library/parts/130625/1705543268/file.flac |
Size |
int | ➖ | N/A | 23644000 |
Decision |
string | ➖ | N/A | directplay |
Selected |
bool | ➖ | N/A | true |
Stream |
List<GetSessionsStream> | ➖ | N/A | [ { "albumGain": "-12.94", "albumPeak": "1.000000", "albumRange": "4.751014", "audioChannelLayout": "stereo", "bitDepth": 16, "bitrate": 1014, "channels": 2, "codec": "flac", "displayTitle": "FLAC (Stereo)", "extendedDisplayTitle": "FLAC (Stereo)", "gain": "-12.94", "id": "352487", "index": 0, "loudness": "-5.94", "lra": "1.74", "peak": "1.000000", "samplingRate": 44100, "selected": true, "streamType": 2, "location": "direct" } ] |