Advertisement
Guest User

seriesinfo

a guest
Nov 11th, 2023
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.14 KB | None | 0 0
  1. {
  2.     "episodes": {
  3.         "1": [
  4.             {
  5.                 "added": "1598581991",
  6.                 "container_extension": "mkv",
  7.                 "custom_sid": "",
  8.                 "direct_source": "",
  9.                 "episode_num": 1,
  10.                 "id": "83550",
  11.                 "info": {
  12.                     "audio": {
  13.                         "avg_frame_rate": "0/0",
  14.                         "bits_per_sample": 0,
  15.                         "channel_layout": "stereo",
  16.                         "channels": 2,
  17.                         "codec_long_name": "Generic Audio Codec",
  18.                         "codec_name": "generic_audio",
  19.                         "codec_tag": "0x0000",
  20.                         "codec_tag_string": "[0][0][0][0]",
  21.                         "codec_time_base": "1/48000",
  22.                         "codec_type": "audio",
  23.                         "disposition": {
  24.                             "attached_pic": 0,
  25.                             "clean_effects": 0,
  26.                             "comment": 0,
  27.                             "default": 1,
  28.                             "dub": 0,
  29.                             "forced": 0,
  30.                             "hearing_impaired": 0,
  31.                             "karaoke": 0,
  32.                             "lyrics": 0,
  33.                             "original": 0,
  34.                             "timed_thumbnails": 0,
  35.                             "visual_impaired": 0
  36.                         },
  37.                         "index": 1,
  38.                         "profile": "Generic Profile",
  39.                         "r_frame_rate": "0/0",
  40.                         "sample_fmt": "generic_format",
  41.                         "sample_rate": "48000",
  42.                         "start_pts": 23,
  43.                         "start_time": "0.023000",
  44.                         "tags": {
  45.                             "language": "eng"
  46.                         },
  47.                         "time_base": "1/1000"
  48.                     },
  49.                     "bitrate": 673,
  50.                     "duration": "00:39:37",
  51.                     "duration_secs": 2377,
  52.                     "movie_image": "https://example.com/image.jpg",
  53.                     "plot": "Plot summary of Example Series 1, Episode 1.",
  54.                     "rating": "8.04",
  55.                     "releasedate": "2019-01-01",
  56.                     "season": "1",
  57.                     "video": {
  58.                         "avg_frame_rate": "24000/1001",
  59.                         "codec_long_name": "Generic Video Codec",
  60.                         "codec_name": "generic_video",
  61.                         "codec_tag": "0x0000",
  62.                         "codec_tag_string": "[0][0][0][0]",
  63.                         "codec_time_base": "1001/24000",
  64.                         "codec_type": "video",
  65.                         "coded_height": 536,
  66.                         "coded_width": 1280,
  67.                         "display_aspect_ratio": "16:9",
  68.                         "disposition": {
  69.                             "attached_pic": 0,
  70.                             "clean_effects": 0,
  71.                             "comment": 0,
  72.                             "default": 1,
  73.                             "dub": 0,
  74.                             "forced": 0,
  75.                             "hearing_impaired": 0,
  76.                             "karaoke": 0,
  77.                             "lyrics": 0,
  78.                             "original": 0,
  79.                             "timed_thumbnails": 0,
  80.                             "visual_impaired": 0
  81.                         },
  82.                         "height": 536,
  83.                         "index": 0,
  84.                         "level": 93,
  85.                         "pix_fmt": "yuv420p10le",
  86.                         "profile": "Main 10",
  87.                         "r_frame_rate": "24000/1001",
  88.                         "refs": 1,
  89.                         "sample_aspect_ratio": "1:1",
  90.                         "width": 1280
  91.                     }
  92.                 },
  93.                 "season": 1,
  94.                 "title": "Example Series 1 - S01E01 - First Episode Title"
  95.             }
  96.         ],
  97.         "2": [
  98.             {
  99.                 "added": "1604077919",
  100.                 "container_extension": "mkv",
  101.                 "episode_num": 1,
  102.                 "id": "95865",
  103.                 "info": {
  104.                     "audio": {
  105.                         // Audio details similar to Season 1, Episode 1
  106.                     },
  107.                     "bitrate": 744,
  108.                     "duration": "00:51:48",
  109.                     "duration_secs": 3108,
  110.                     "movie_image": "https://example.com/image2.jpg",
  111.                     "plot": "Plot summary of Example Series 1, Season 2, Episode 1.",
  112.                     "releasedate": "2020-01-01",
  113.                     "season": "2",
  114.                     "video": {
  115.                         // Video details similar to Season 1, Episode 1
  116.                     }
  117.                 },
  118.                 "season": 2,
  119.                 "title": "Example Series 1 - S02E01 - Second Season First Episode"
  120.             }
  121.         ]
  122.     },
  123.     "info": {
  124.         "backdrop_path": [
  125.             "https://example.com/backdrop.jpg"
  126.         ],
  127.         "cast": "Generic Cast Names",
  128.         "category_id": "54",
  129.         "cover": "https://example.com/cover.jpg",
  130.         "genre": "Generic Genre",
  131.         "last_modified": "1682108682",
  132.         "name": "Example Series 1",
  133.         "plot": "General plot summary of Example Series 1.",
  134.         "rating": "8",
  135.         "releaseDate": "2019-01-01",
  136.         "youtube_trailer": "example_trailer"
  137.     },
  138.     "seasons": [
  139.         {
  140.             "air_date": "2019-01-01",
  141.             "cover": "https://example.com/season1cover.jpg",
  142.             "episode_count": 8,
  143.             "name": "Season 1",
  144.             "overview": "Overview of Example Series 1, Season 1.",
  145.             "season_number": 1
  146.         },
  147.         {
  148.             "air_date": "2020-01-01",
  149.             "cover": "https://example.com/season2cover.jpg",
  150.             "episode_count": 8,
  151.             "name": "Season 2",
  152.             "overview": "Overview of Example Series 1, Season 2.",
  153.             "season_number": 2
  154.         }
  155.     ]
  156. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement