core/tests/components/jellyfin/fixtures/tracks.json

96 lines
2.8 KiB
JSON

{
"Items": [
{
"Album": "ALBUM_NAME",
"AlbumArtist": "ARTIST",
"AlbumArtists": [{ "Id": "ARTIST-UUID", "Name": "ARTIST" }],
"AlbumId": "ALBUM-UUID",
"AlbumPrimaryImageTag": "string",
"ArtistItems": [{ "Id": "ARTIST-UUID", "Name": "ARTIST" }],
"Artists": ["ARTIST"],
"Id": "TRACK-UUID",
"ImageTags": { "Primary": "string" },
"IndexNumber": 1,
"IsFolder": false,
"MediaSources": [
{
"Bitrate": 1,
"Container": "flac",
"DefaultAudioStreamIndex": 0,
"Formats": [],
"GenPtsInput": false,
"Id": "string",
"IgnoreDts": false,
"IgnoreIndex": false,
"IsInfiniteStream": false,
"IsRemote": false,
"MediaAttachments": [],
"MediaStreams": [
{
"BitDepth": 16,
"ChannelLayout": "stereo",
"Channels": 2,
"Codec": "flac",
"CodecTimeBase": "1/44100",
"DisplayTitle": "FLAC - Stereo",
"Index": 0,
"IsDefault": false,
"IsExternal": false,
"IsForced": false,
"IsInterlaced": false,
"IsTextSubtitleStream": false,
"Level": 0,
"SampleRate": 44100,
"SupportsExternalStream": false,
"TimeBase": "1/44100",
"Type": "Audio"
}
],
"Name": "string",
"Path": "/media/music/MockArtist/MockAlbum/01 - Track - MockAlbum - MockArtist.flac",
"Protocol": "string",
"ReadAtNativeFramerate": false,
"RequiredHttpHeaders": {},
"RequiresClosing": false,
"RequiresLooping": false,
"RequiresOpening": false,
"RunTimeTicks": 2954933248,
"Size": 30074476,
"SupportsDirectPlay": true,
"SupportsDirectStream": true,
"SupportsProbing": true,
"SupportsTranscoding": true,
"Type": "Default"
}
],
"MediaStreams": [
{
"BitDepth": 16,
"ChannelLayout": "stereo",
"Channels": 2,
"Codec": "flac",
"CodecTimeBase": "1/44100",
"DisplayTitle": "FLAC - Stereo",
"Index": 0,
"IsDefault": false,
"IsExternal": false,
"IsForced": false,
"IsInterlaced": false,
"IsTextSubtitleStream": false,
"Level": 0,
"SampleRate": 44100,
"SupportsExternalStream": false,
"TimeBase": "1/44100",
"Type": "Audio"
}
],
"MediaType": "Audio",
"Name": "TRACK",
"ParentId": "ALBUM-UUID",
"Path": "/media/music/MockArtist/MockAlbum/01 - Track - MockAlbum - MockArtist.flac",
"ServerId": "string",
"Type": "Audio"
}
]
}