Files
plexruby/docs/models/operations/getsessionspart.md

26 KiB
Raw Blame History

GetSessionsPart

Fields

Field Type Required Description Example
container T.nilable(::String) N/A flac
duration T.nilable(::Integer) N/A 186240
file T.nilable(::String) N/A /music/Green Day/Saviors (2024)/Green Day - Saviors - 01 - The American Dream Is Killing Me.flac
has_thumbnail T.nilable(::String) N/A 1
id T.nilable(::String) N/A 130625
key T.nilable(::String) N/A /library/parts/130625/1705543268/file.flac
size T.nilable(::Integer) N/A 23644000
decision T.nilable(::String) N/A directplay
selected T.nilable(T::Boolean) N/A true
stream T::Array<::OpenApiSDK::Operations::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"
}
]