mocks better, simplified tv shows
This commit is contained in:
parent
a1ba09b033
commit
964530b162
107 changed files with 2309 additions and 1661 deletions
|
|
@ -20,11 +20,6 @@ class PrebuiltPresets:
|
||||||
name=name, presets=["tv_show_url", "season_by_year__episode_by_month_day"]
|
name=name, presets=["tv_show_url", "season_by_year__episode_by_month_day"]
|
||||||
)
|
)
|
||||||
|
|
||||||
def _tv_show_youtube_channel(self, name: str) -> Preset:
|
|
||||||
return self._preset(
|
|
||||||
name=name, presets=["tv_show_youtube_channel", "season_by_year__episode_by_month_day"]
|
|
||||||
)
|
|
||||||
|
|
||||||
def _tv_show_collection(self, name: str) -> Preset:
|
def _tv_show_collection(self, name: str) -> Preset:
|
||||||
return self._preset(
|
return self._preset(
|
||||||
name=name,
|
name=name,
|
||||||
|
|
@ -62,13 +57,6 @@ class PrebuiltKodiTVShowPresets(PrebuiltPresets):
|
||||||
"""
|
"""
|
||||||
return self._tv_show_url(name="kodi_tv_show_url")
|
return self._tv_show_url(name="kodi_tv_show_url")
|
||||||
|
|
||||||
@property
|
|
||||||
def kodi_tv_show_youtube_channel(self) -> Preset:
|
|
||||||
"""
|
|
||||||
Kodi TV Show from a YouTube channel with seasons as years, episodes ordered by upload date
|
|
||||||
"""
|
|
||||||
return self._tv_show_youtube_channel(name="kodi_tv_show_youtube_channel")
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def kodi_tv_show_collection(self) -> Preset:
|
def kodi_tv_show_collection(self) -> Preset:
|
||||||
"""
|
"""
|
||||||
|
|
@ -87,13 +75,6 @@ class PrebuiltJellyfinTVShowPresets(PrebuiltPresets):
|
||||||
"""
|
"""
|
||||||
return self._tv_show_url(name="jellyfin_tv_show_url")
|
return self._tv_show_url(name="jellyfin_tv_show_url")
|
||||||
|
|
||||||
@property
|
|
||||||
def jellyfin_tv_show_youtube_channel(self) -> Preset:
|
|
||||||
"""
|
|
||||||
Kodi TV Show from a YouTube channel with seasons as years, episodes ordered by upload date
|
|
||||||
"""
|
|
||||||
return self._tv_show_youtube_channel(name="jellyfin_tv_show_youtube_channel")
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def jellyfin_tv_show_collection(self) -> Preset:
|
def jellyfin_tv_show_collection(self) -> Preset:
|
||||||
"""
|
"""
|
||||||
|
|
@ -112,13 +93,6 @@ class PrebuiltPlexTVShowPresets(PrebuiltPresets):
|
||||||
"""
|
"""
|
||||||
return self._tv_show_url(name="plex_tv_show_url")
|
return self._tv_show_url(name="plex_tv_show_url")
|
||||||
|
|
||||||
@property
|
|
||||||
def plex_tv_show_youtube_channel(self) -> Preset:
|
|
||||||
"""
|
|
||||||
Kodi TV Show from a YouTube channel with seasons as years, episodes ordered by upload date
|
|
||||||
"""
|
|
||||||
return self._tv_show_youtube_channel(name="plex_tv_show_youtube_channel")
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def plex_tv_show_collection(self) -> Preset:
|
def plex_tv_show_collection(self) -> Preset:
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -8,17 +8,9 @@ presets:
|
||||||
download_strategy: "source"
|
download_strategy: "source"
|
||||||
url: "{url}"
|
url: "{url}"
|
||||||
playlist_thumbnails:
|
playlist_thumbnails:
|
||||||
|
# Use latest_entry first, then see if YT channel artwork exists
|
||||||
- name: "{tv_show_poster_file_name}"
|
- name: "{tv_show_poster_file_name}"
|
||||||
uid: "latest_entry"
|
uid: "latest_entry"
|
||||||
|
|
||||||
####################################################################################################
|
|
||||||
|
|
||||||
# TV show from a single YouTube channel. Uses avatar and banner as poster and fanart.
|
|
||||||
tv_show_youtube_channel:
|
|
||||||
generic:
|
|
||||||
download_strategy: "source"
|
|
||||||
url: "{url}"
|
|
||||||
playlist_thumbnails:
|
|
||||||
- name: "{tv_show_poster_file_name}"
|
- name: "{tv_show_poster_file_name}"
|
||||||
uid: "avatar_uncropped"
|
uid: "avatar_uncropped"
|
||||||
- name: "{tv_show_fanart_file_name}"
|
- name: "{tv_show_fanart_file_name}"
|
||||||
|
|
@ -36,28 +28,6 @@ presets:
|
||||||
season_number: "{collection_season_number}"
|
season_number: "{collection_season_number}"
|
||||||
season_number_padded: "{collection_season_number_padded}"
|
season_number_padded: "{collection_season_number_padded}"
|
||||||
|
|
||||||
tv_show_collection_season_1_youtube_channel:
|
|
||||||
generic:
|
|
||||||
urls:
|
|
||||||
- url: "{collection_season_1_url}"
|
|
||||||
variables:
|
|
||||||
collection_season_number: "1"
|
|
||||||
collection_season_number_padded: "01"
|
|
||||||
playlist_thumbnails:
|
|
||||||
- name: "{season_poster_file_name}"
|
|
||||||
uid: "latest_entry"
|
|
||||||
- name: "{tv_show_poster_file_name}"
|
|
||||||
uid: "avatar_uncropped"
|
|
||||||
- name: "{tv_show_fanart_file_name}"
|
|
||||||
uid: "banner_uncropped"
|
|
||||||
|
|
||||||
output_directory_nfo_tags:
|
|
||||||
tags:
|
|
||||||
namedseason:
|
|
||||||
- tag: "{collection_season_1_name}"
|
|
||||||
attributes:
|
|
||||||
number: "1"
|
|
||||||
|
|
||||||
tv_show_collection_season_1:
|
tv_show_collection_season_1:
|
||||||
generic:
|
generic:
|
||||||
urls:
|
urls:
|
||||||
|
|
@ -66,8 +36,14 @@ presets:
|
||||||
collection_season_number: "1"
|
collection_season_number: "1"
|
||||||
collection_season_number_padded: "01"
|
collection_season_number_padded: "01"
|
||||||
playlist_thumbnails:
|
playlist_thumbnails:
|
||||||
|
# Use latest_entry first, then see if YT channel artwork exists
|
||||||
|
# ONLY FOR SEASON 1!
|
||||||
- name: "{season_poster_file_name}"
|
- name: "{season_poster_file_name}"
|
||||||
uid: "latest_entry"
|
uid: "latest_entry"
|
||||||
|
- name: "{tv_show_poster_file_name}"
|
||||||
|
uid: "avatar_uncropped"
|
||||||
|
- name: "{tv_show_fanart_file_name}"
|
||||||
|
uid: "banner_uncropped"
|
||||||
|
|
||||||
output_directory_nfo_tags:
|
output_directory_nfo_tags:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ def working_directory() -> str:
|
||||||
with tempfile.TemporaryDirectory() as temp_dir:
|
with tempfile.TemporaryDirectory() as temp_dir:
|
||||||
yield temp_dir
|
yield temp_dir
|
||||||
|
|
||||||
|
|
||||||
@contextlib.contextmanager
|
@contextlib.contextmanager
|
||||||
def assert_debug_log(logger: logging.Logger, expected_message: str):
|
def assert_debug_log(logger: logging.Logger, expected_message: str):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "b50326c1ed3d571c4cf48f4558725231",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "03d2838e7bec688d0edcc0a4257ac6d9",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "8164ef9042fc6201eb12be353308b5a0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "5e5e6a6ecf480f19fc9a439354e8e6af",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/tvshow.nfo": "906176b536bff6457138a759fcb85c1a"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/tvshow.nfo": "e81ec73f267a43326691239ec04d1144"
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "1d94604dd8b062f2bef693d014bf49ce",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "851237ed568be4cbdc1eb4fc698212cf",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "0fffce96ba809dad2aa9f867d24d3500",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "f63d106822d6e2770c0a1c96291246a8",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/tvshow.nfo": "aded5e9b416e2f5529f62e88e5ec5bd4"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/tvshow.nfo": "52689c6b5ffaf45a40e6b148d19ccf27"
|
||||||
}
|
}
|
||||||
|
|
@ -1,30 +1,30 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "2422687ffc548cbe9878718a8d60c046",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "df97e5713625cc952c44800dd67ce3fd",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "d158b1c585e5f37358073da2b0576b0a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "50d57be13008ce9cb22457c230b53dfe",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "f571c1731fcd31227d2406897d1fa2fa",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "5033a2f7a5c7dd3761e2131ba38ea048",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "233dee62faa4f3cd4db6f4b09607a667",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "794573cece319720a3b2b4626c39ee0f",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/tvshow.nfo": "f9540c3ca47ef2a39d0157ac85736cdb"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/tvshow.nfo": "be05c4bbb04609679054db892a011183"
|
||||||
}
|
}
|
||||||
|
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "2f9688c8c070ba13b624ece851b91cf7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "ea501b1596d703a0d0aa6053c749f6d7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "d28f80905ac370cd50f110a08326e2f9",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "81b7f0728756b89b2f94bea4dd960fd0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "46b05f666d56f34f85eb64a134377102",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "79fe19788b60ea6c1d78c25c7b80e1fb",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "d569146c347366e57e0b9245e0b0794c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "97c4ed08b63df6aa0107cb2f6d457488",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/tvshow.nfo": "a75cadabd141b08c73474d781174d657"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/tvshow.nfo": "435e6a4a924e431d2611d8323898917a"
|
||||||
}
|
}
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "4b853f6419d6bf27251c771b54d305fe",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "5bf64bd0c9d3da33c004b4097c461fe7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "a2a07289a283c5f601a2409879589e41",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "5b00acc8d3c84e1e275376118ff56a0d",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/tvshow.nfo": "1e5f1e3f4cb349f5e23c5deb03a933b2"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/tvshow.nfo": "658798b6ce9b68a8f33a91373a0bce40"
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "1ac8369b7d682cf3340f7f35698d8635",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "e4cdb0a63e94a3c08818be8d576e5d66",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "5621b028b57028528a6c347b481f1cb0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "cce5ff78fe0d32dea5ee7cd0b77add19",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/tvshow.nfo": "67c8439231e3c67b9828e8afa40a56b2"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/tvshow.nfo": "3b2f0f85e71c5fba73e747b1a919d725"
|
||||||
}
|
}
|
||||||
|
|
@ -1,30 +1,30 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "3718f8ff2ed0c9c3a85dce3f1b15e23e",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "78666be89dfeb600a0949fc7ed6bfb7b",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "3feadb1aadb9ee85ebd952e6945ace84",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "f9b068755e9bb1c2a6bef2e96ed36258",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "5da413e8ec92f4da487b5b6c50cdc746",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "9921e87874eb3b76445dfd3407528916",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "60d8f8cfc3b8d56b926508bbd2e2def5",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "5ddff6796d09742d5e4452a16fb5933b",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/tvshow.nfo": "3282d289425c36d2760fe4cfbf087345"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/tvshow.nfo": "6243e833de498bcaae2efbf614dede0e"
|
||||||
}
|
}
|
||||||
|
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "ecb5734ccdcdb5285c2f8a5be47da01a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "a44c0d84f021b49a36e1493af205a219",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "fa54ca5b95482218e202937d072b607a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "ce6a1283f076ca8f4d24a927d2a953d9",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "3836c699020f072531059f3fd7277c71",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "3561abf532749c442616ac8a2e2ffa0c",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "d1412f0316cb34f54c1898543c200b2d",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "477c8b6c99ea89c6a13e625a77be4ffc",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/tvshow.nfo": "bad2c54c5963ec190f4a3308f10349f9"
|
"unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/tvshow.nfo": "938113e06ac35355d319128764776f7c"
|
||||||
}
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day/tvshow.nfo": "20e91565bc6f47d9752cf9ad2e4891d1"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3.mp4": "561dc53a6b87972a3355ea7e7de69158",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2.mp4": "fbacc633dbc384caa8fbab85ab92de25",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1.mp4": "0daecf721bd195d7008f55a18c584a2b",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1.mp4": "828d9d3846846493fb50ede666aad8bc",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/tvshow.nfo": "71ee218d304ebfd326f62aad36d56f33"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3.mp4": "898eb084cf6e7d250788d985442109f9",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2.mp4": "84d9b96e282fa3cba95612ad8ae99d2a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1.mp4": "236d46cf472e96e3db60c00c1b8a4e8e",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1.mp4": "372c85b93cb61096e95abd810279f8ab",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/tvshow.nfo": "9d08753eb9d61b24fe9c96c2ee4951fa"
|
||||||
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed/tvshow.nfo": "2704b24b80283392a675eabf7c230b37"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1.mp4": "94c33e466627c0d2b2094328f8a60c9b",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2.mp4": "ac3caa19dec5299b7e19392125082693",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3.mp4": "6090c7cae28247964194054d4fe45a49",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1.mp4": "26eecd696cbc7ced1fcca1f7f5b8811d",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/tvshow.nfo": "f29fb9664b24972d6e1ba138a0151ba6"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1.mp4": "9e3b87dede7e9c85d137c21d61059d58",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2.mp4": "6f8168c23238ea75af26630f10a40133",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3.mp4": "be67095a7b6d4b8be4925775a120a0a6",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1.mp4": "47b74166b227169cb4707e216709d181",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/tvshow.nfo": "36326ca816db140e5766b66351977efe"
|
||||||
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day/tvshow.nfo": "8d452bdf68ef23b8dd60a839eda08a88"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3.mp4": "152e546929f5c93a9df51fd4e71b948e",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2.mp4": "0b7d1f6adcc4da34df47fde017a75457",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1.mp4": "d408708966bf71ae109e514bcabfbb40",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1.mp4": "66894b8505c3722c02845c7a049214f3",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/tvshow.nfo": "b2ce974282ea06ab8c2dfdd6ce507d72"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3.mp4": "ec46b6f192fe3965da8791be5ed7410f",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2.mp4": "ada0ec2dfb41393fc125aff8728fd8f4",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1.mp4": "a2866718382fa37a0725bebc35e10a5b",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1.mp4": "5dbbc5f06200edfdc8367e8a973a9ce4",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/tvshow.nfo": "577a6206f5a1b15843cb7d78c30cd098"
|
||||||
|
}
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day/tvshow.nfo": "e9eb92b3e8b59097205fdf3f10980eeb"
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/tvshow.nfo": "318fb48fca7f0cb402a78c962a478f5b"
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_jellyfin_tv_show_youtube_channel_season_by_year_month__episode_by_day/tvshow.nfo": "de17750d58c4dee5a08598dc3eb3034b"
|
|
||||||
}
|
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "4d56e520a9ce2e9010398b5c221af432",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "1cf4a2f76282f7f3f2910718d96f7e7c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "b2489162b2da6f92c0ffa93a77488d5e",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "cf6726da4c3254e58a65b9982398f0d8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/tvshow.nfo": "5b31a3564d28749f942ca7d30e96e84d"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/tvshow.nfo": "882d62a8430641a6bb9fe9d584151a5c"
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fdb8f34f7cfa39bd1c6d1d254ed587c9",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "61c1da1f2a3d248558fa8d0198f7c19a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.nfo": "cd1a035cce7e0a587a7a0d4e9bcc6c38",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "1466437d532ddc94c15518d3438a44ac",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.nfo": "8af613e103e157aeacae59b03ef96a51",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "c8576b9c0d7736e85048bb96028ce41b",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.nfo": "5a560892c20091c967ce516bb513ed01",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "d76c9583fad5b578a5756cc03e3612af",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.nfo": "3aa561adf899beef36634774adbf65f0",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/tvshow.nfo": "7d1c210b769d72cad7e9f2ec87c21b62"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/tvshow.nfo": "cc79a6ec2b960d135cedec8925b4d8ba"
|
||||||
}
|
}
|
||||||
|
|
@ -1,30 +1,30 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "b5f418fb160b440f01ebc2ce0a614f4c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "aa1500aacd92ef1ac2e98289cf8c17de",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "d4f5dc6c2f01cef6734b6e675ca26922",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "6342a2207ab34caf0515513a3b160fdc",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "19b4127f13deade534c93d78edc4e44c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "d83ee106153183ea868b92010fb85045",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "43fe50e3d4f6418df73d218584b57c03",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "89cdc79ef0a64801c163118b424b1e9a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/tvshow.nfo": "f6f7c3bda7cce7f1a7c446aac2efd93a"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/tvshow.nfo": "466324d7680cd10ced68b457b7b873ca"
|
||||||
}
|
}
|
||||||
|
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "1b1461a94ba52bdaafebdc6691c39086",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "968f9016afafe7b029332ec7d38f46f8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.nfo": "58bf9732b1fb73e2fdc47826064a9cf3",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "ce2a480f3d8e875d8f24487e80e92ef8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.nfo": "a9dbd99b931eeb59c8c6b4606b01da54",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "22ad2db210a657a2327f58ad4b5e5fc8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.nfo": "18a0a1b633e4e5c0960f6d4795c401e8",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "20a3dd7692aae12f211318affacd29bf",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.nfo": "8f481493151cc8e01670cb37352c7e2c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "3801bbc527a520c3d9b4aff071f9edf6",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.nfo": "d7290109d4bfade6ab78edaf213387ac",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "648505d662715259c9d4f3a4b8d4a843",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.nfo": "e634c5dc0ff71f50491f698920ee162a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "77f1281a6673ffbd813a59c06a7b8fbf",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.nfo": "14b16d85e76f2fdf82d378e84c189d8b",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "6fe600d4cc5aaf1b16bf66750135e87e",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.nfo": "98c55a12f8cd758aa9d64272690c3e05",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/tvshow.nfo": "2df4348f139d581812eae85a24f9456c"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/tvshow.nfo": "19bcc04897bbe816830e2684be78ef49"
|
||||||
}
|
}
|
||||||
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "82fe1984a3de53df0f9b379f396719e2",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "b8dc6848b9d5225c1b8fbe95c6e14eef",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "95c83da0da7a2617eec7b17e7aec62f4",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "34738acee22da128be39455309bf418c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/tvshow.nfo": "543aa0a5583eb6cd70aaecf40b21f5c8"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/tvshow.nfo": "a356e5d37c4bae703480d8d9c8e1305f"
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0550ea6b74c5bc72062fd0d9e350c2b1",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "98907d8141ef1639f59f00b9cd0d4446",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.nfo": "1ac4a4454dc0a98693af3d059bd8213d",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "1917400d2bd4a766634dd9296ef72319",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.nfo": "56150c6f2976bd869b62e2761441f715",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "6ea11f314a4eda07c5741880c097019f",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.nfo": "d06d8305896237565be9605ec5d3cdb5",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "8e4d04b2e8cecdb0e74dc22cab0f8f33",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.nfo": "90a32ffd9f810b36d1f13486e5160766",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/tvshow.nfo": "c501e0a2c0d43fd3a9c2b5dddf07482b"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/tvshow.nfo": "b513f5c9edc544781e451457696d4de1"
|
||||||
}
|
}
|
||||||
|
|
@ -1,30 +1,30 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "e0e284fb6ce1fe479d2bd9df6c2edd25",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "818c75844b9a46186b13299467d14fd2",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "eb6e5e8be63d0f26901428f09dfbcdff",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "e3642778afa1db8a72633713f8e70acf",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "311b21924601af2b06c8a12aaee15621",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "f2c1b7d864a522f5c17dd446fd67752a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "9e64706fc038c26e1703f378eff0bb57",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "6d6e8f36d9d4dd8c4618c08e6caed745",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/tvshow.nfo": "cbeac306effd5c3f41db5a0afe8fd9aa"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/tvshow.nfo": "40206b0783f2b7526e2138b181ee8cad"
|
||||||
}
|
}
|
||||||
|
|
@ -1,32 +1,32 @@
|
||||||
{
|
{
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fc910d03e74cd0341c450695f42d4d69",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "90531df75df2445ab8bb977c2b26b4c0",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.nfo": "d7304d208e57500fb7d6d9edfaa6c3a3",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "4bd11085d57c38e6dcb19b9954fa5c09",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.nfo": "efed3fa54ec02248c132accb97932fb7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "ae8cc889bda27bafdd2f03cf89c655cf",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.nfo": "8c8f1d16a51e9d0302c267a4a349a28a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "e603457b33609b711545f7d571b767cc",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.nfo": "ce873c1426b27a8cab19001987dbaa3c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "bc43298c222d089c994d1f92ccd7c136",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.nfo": "24ba0099a742cbd626385acdee6ff8fe",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "e1a804e8eeaf41a3d00daed6786c8732",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.nfo": "a0fd71e882ddab77a7b1684628b74806",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "1f15022e76fef39bb2cf176dc2935e1c",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.nfo": "e0c2b3c3668313fd765877f470c7cff0",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "a807246b7be7bfc80027fc36ab095c9b",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.nfo": "a42f4ccd71849b9b38c7ba35f33654be",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/season02-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/tvshow.nfo": "4bbbf611df4d6039ebd48c0825f9ddee"
|
"unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/tvshow.nfo": "c2aa8f97e727dac0fa3f4888ab3325f1"
|
||||||
}
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day/tvshow.nfo": "da724e9fa5ccc9ee37bde4d3983c0cea"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3.mp4": "c042d933e9df9be1475a2735242ce653",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2.mp4": "9c6bedb63220bf0c22f0425852aae79a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1.mp4": "30d55ae8236d2a004f4af95ae5487ddc",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1.mp4": "56d683b5a0a9b504aadab95dc1006c67",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/tvshow.nfo": "45df7541fc57187a1d6eafc1f527ac23"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3.mp4": "958b10cd7325b3d749bc83c74eadaaf0",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2.mp4": "f8fe430f7692aae460243b1670457f5f",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1.mp4": "c932dfd07ace3ce19c1810b511cdb776",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1.mp4": "f8094d8cac4b8f17d7c46b2fc51c0c31",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/tvshow.nfo": "1588e2cf365ccc5bc4a0d6cf300176cf"
|
||||||
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed/tvshow.nfo": "2b44e199951a3f01614411e5dbc9f83a"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1.mp4": "6cfc2690dffc4062977ff457c56b060d",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2.mp4": "60b8cae898f9e7b6b1168e25fd4fe308",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3.mp4": "62d46a5838c23fea4fb7694570be8e41",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1.mp4": "2e2a69dea8613b75e57112b80afdc6be",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/tvshow.nfo": "99f33c790b73acd25d825ef6fc43e1db"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1.mp4": "3acd7c5d4eb9a5efbcf5efe3a50e8d96",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2.mp4": "0d9292b42f331796a333041b5d4da773",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3.mp4": "e7eef359447805ebf038146ecba9a0aa",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1.mp4": "8a8be6603eda8567b3d4311100dfe5cb",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/tvshow.nfo": "4448ebf2846973ebd9b94a698bc2578a"
|
||||||
|
}
|
||||||
|
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day/tvshow.nfo": "808edee269c474cab19e5b8de8f04375"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3.mp4": "34858eb5448fcb9c391b93236e9d6e29",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2.mp4": "c9ca1ff26ba42a775df173163d8d2c78",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1.mp4": "e57119b46c1ad7fc72d090676265b61e",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1.mp4": "a4bf16090114e8289541a553230c579b",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/tvshow.nfo": "f2b9f0f1b75578bbef6c32dbf4305205"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
{
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3.mp4": "5ce441d6ad77ac8876292b488a4e3361",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2.mp4": "34e120f5b379861c9b636d9f7f569113",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1.mp4": "ad337cd77ac4479e10d1303ea9021be1",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1.mp4": "f1150bc06a06c240ca8133351c2744c9",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
||||||
|
"unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/tvshow.nfo": "f162112f78837e337f80d72ae0bb3789"
|
||||||
|
}
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "108c80f56c4f3a545313914023fec626",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.nfo": "daef467da711df9bc224b5e9fd2a7247",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.nfo": "57e7a04456d6381656b4755ac4cfb5a0",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.nfo": "b9d9d2781e965a76715f61e580b815de",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.nfo": "eba8a895487808d156981f8f1273ab6c",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day/tvshow.nfo": "1a86a1516ce2b38a4e5772c4a454a536"
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "25ae0d11d49153f48b8eb9fc3e1e3c89",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.nfo": "be1896d120162e30b97620fd7d0fdd1c",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.nfo": "4f39b5d071d6dbc36d10a612632e0e6c",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.nfo": "adfc362e8ded11f4cd51e3ef9d268cf3",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.nfo": "09409cd82d50e706dedfa89e53dd87a3",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/tvshow.nfo": "744961ca9e3f3636ae4143c9cd05d0be"
|
|
||||||
}
|
|
||||||
|
|
@ -1,18 +0,0 @@
|
||||||
{
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "3d22780635619b3aa79f7ccaa08f7026",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.nfo": "dbbe054a879a9b7067747bf543a9980c",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.nfo": "80a4d18a3b48986aefe1da46cf9a0680",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.nfo": "76c731a20897e26d162dc2a7f9fdfb07",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.nfo": "7b0183872410248e5b3909d2d1a4431a",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a",
|
|
||||||
"unit_kodi_tv_show_youtube_channel_season_by_year_month__episode_by_day/tvshow.nfo": "3558c8a37ee263fc6f906adc7843fcbf"
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ef07cf81ca60bcbf80d8374bea37c867",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ef07cf81ca60bcbf80d8374bea37c867",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - 20-3.mp4": "de2867799411a9cb12806b3bafd9fcbc",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - 20-2.mp4": "f7c7bb290f37c2c90dccbabf7c3a4843",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - 20-1.mp4": "7ad05795686eb4b30d733552981908da",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - 21-1.mp4": "d8d29f6df03d1876465a39ee79b7433b",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
}
|
}
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ef07cf81ca60bcbf80d8374bea37c867",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ef07cf81ca60bcbf80d8374bea37c867",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "d7571eb96b7a3dd1cef6d16f074925b6",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - 20-3.mp4": "6e6fa5fdbd7cf24c4ca54d4d16278231",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "32665c6eb60ed1650af092f847115e15",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - 20-2.mp4": "8f88d6c45e54759b297e19f47d680fee",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "b291c573b69adc34e712ca26d34169cd",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - 20-1.mp4": "83bd2f7aca928dc88ee9dc457e3e19ca",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "2423c64e3dae35979437024994be9d7b",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - 21-1.mp4": "7c89a9e1bafbce5541e2d4d517f738a7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
}
|
}
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5341a2f740a38a0bfba924a16f19898f",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5341a2f740a38a0bfba924a16f19898f",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - 20-7.mp4": "2679ff8723789438e6c1f7bb1258d2c2",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - 20-6.mp4": "20e0037b7e1f08fcc9163c9d187165eb",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - 20-5.mp4": "07b8280b16a9ac0c4363ed5a484c619e",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - 20-4.mp4": "63d6b523b691f64fbc0887fd71ae4a55",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - 20-3.mp4": "d3f396e4d532fef5f7cfbf1daabd0f2e",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - 20-2.mp4": "029f69244f5e67a78eafb676298f6c2a",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - 20-1.mp4": "c1230eddc13a277eebc1b2e4539595c3",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - 21-1.mp4": "ddc66bbb1010e849bf9323618f90e4bd",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
}
|
}
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5341a2f740a38a0bfba924a16f19898f",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5341a2f740a38a0bfba924a16f19898f",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "109c043539c7cbfcb64b30abbe2b32e8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - 20-7.mp4": "bb68a4966db449eb2e71008e6b23e0fa",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "b4b3d1afa08b556dc4098468ea0adcb9",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - 20-6.mp4": "6a916126bec7de17ee388a04047eed2b",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "e3e73921a0650df9fa35b42171a7ecd2",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - 20-5.mp4": "5949aa414024f7a1fa63dfa30df34425",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "df6dee4b0722f01b170a0f701fe32323",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - 20-4.mp4": "673a506430d70c4915568b3d018d4b17",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "e7f024073aaf0b9581009652ab51f897",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - 20-3.mp4": "f345a3b85d3927ebd1b8bfcb3c87c4bf",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "e10ab46ae7f2f655542b10f55194f1a8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - 20-2.mp4": "7e9349b52d5a353e1ac3999ba565bcea",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "0d1c7721cdf07d43a8adc26efcbd16d7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - 20-1.mp4": "184214177f60c1344986bc0e25d0e197",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "02fe3e2203c54b6da8a6cc5f6358cb37",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - 21-1.mp4": "cd17859d72d95ff6143b72ed6b68fd49",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
}
|
}
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "42ec2ae08f46b8d0b0a9e015f459b933",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "42ec2ae08f46b8d0b0a9e015f459b933",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - 21-1.mp4": "038fc1d1933d7ec8f78267a5bde27ee2",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - 20-1.mp4": "13c84f9b6b544b79c8a9983d279a21bb",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - 20-2.mp4": "a04cdc9984044b8e8a2b71d7628ad7c7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - 20-3.mp4": "5df77e6b4f1f5c982c09dd76da0b62e7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
}
|
}
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "42ec2ae08f46b8d0b0a9e015f459b933",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "42ec2ae08f46b8d0b0a9e015f459b933",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "e5de634ed80117873d8897c6d23af502",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - 21-1.mp4": "017b27508e09cbfc8c7aa313348ffcf0",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "e147c82805a93c83d2fee4ee04e1fe25",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - 20-1.mp4": "4226eee08c9171f9a54f224697486a0a",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "67206d7f71e15a7b0f379dcc4361f050",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - 20-2.mp4": "f965b356e9b5c6486b13a79eea285203",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "20e59f5dcfc7b02d7356293d44a8a164",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - 20-3.mp4": "bbbbce537ec54d76d4026e8776ceccda",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
}
|
}
|
||||||
|
|
@ -1,21 +1,21 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "7504e260c2187ad20810f8079cb4c9c8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "7504e260c2187ad20810f8079cb4c9c8",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - 20-4.mp4": "889e9d94ef18962001bfdad80af4085b",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - 20-5.mp4": "fb69d1a9da3d212cac72babed94327e9",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - 20-6.mp4": "3f9bc7ad5e7ef49d00f8366436568408",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - 20-7.mp4": "f82548d6836560c3493b086c64246df7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - 21-1.mp4": "cdfc6ebfa88c3ff5fe95187ff4c4d8a0",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - 20-1.mp4": "5976f7e4abc45c3df4a7d059ef9ba8f4",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - 20-2.mp4": "8373eba6bb6455b79ecdd8ee3c1951ef",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - 20-3.mp4": "65fa0bb34dbc6b6d9e57eb3a3cd9e465",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
}
|
}
|
||||||
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "7504e260c2187ad20810f8079cb4c9c8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "7504e260c2187ad20810f8079cb4c9c8",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "8a7bfbcd58ea5424ea7643c8abf40f86",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - 20-4.mp4": "27cfc580f54241aa1954c8ef2e1c09ba",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "3d080f30a6c561eb8ee616b28e474378",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - 20-5.mp4": "772c5d0b7ced4b8fda2b33d3188557dc",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "a6cb4dbfc324fe95738034825f556dd8",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - 20-6.mp4": "4d69ee5325ab5122bd458e53709e780b",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "eeb5602a180f8a9de8cdd6d8fb45d70a",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - 20-7.mp4": "f36d95f84e50c83a1067b419b3472b29",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "d76e48a246997b3c74ea219777d8cd0f",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - 21-1.mp4": "3af69de909dae34597e19f43ea5b9d27",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "60ba3dcc9b20502f7362ea74e2bee596",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - 20-1.mp4": "f65f2dad62df22fd83a55c7c47a7392f",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "77a171cc55a10fb21cc55aee4f16559b",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - 20-2.mp4": "6abfb3c1a482876d621007cb273d7a14",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "5cd6fcf44cd9011d7fd73a34fbb3127d",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - 20-3.mp4": "edd9af9980e912cf28ff6abe1d2df80d",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
"unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
}
|
}
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "fca0f5c06bf49d4e45eca00e2fa44aa3",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day/show.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "fca0f5c06bf49d4e45eca00e2fa44aa3",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - 20-3.mp4": "8c9d71c22d5c8605ad925ea2556bfb0a",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - 20-2.mp4": "81312acc9bd2f46c344055aaa1add28b",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - 20-1.mp4": "3abc6c445f023bf46a86af9066942964",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - 21-1.mp4": "956ad5f54105d7175f7e4a55baf6e004",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "fca0f5c06bf49d4e45eca00e2fa44aa3",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - 20-3.mp4": "98c385eff8bb46e7f53d06c938a35db7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - 20-2.mp4": "bd0efd3a5fbf6aa373c064e7aeb603df",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - 20-1.mp4": "e8f0e9dbb502d085b93fb5376a31aafe",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - 21-1.mp4": "6974a349bb66f65811ecb1d5c512745b",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
|
}
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "b8eb5dfa0df8e9f28a5b7b25a74af1f5",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed/show.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "b8eb5dfa0df8e9f28a5b7b25a74af1f5",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - 20-1.mp4": "613940adb10a4468a835f2f5f0e0c5c0",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - 20-2.mp4": "3f7582b82e4dc6eaf0bfdb4c02cd7bb5",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - 20-3.mp4": "a2aba9166c2ffad1484d38f283f4d7b2",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - 21-1.mp4": "9d6ce57ddccae118149978f9f33e9e92",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "b8eb5dfa0df8e9f28a5b7b25a74af1f5",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - 20-1.mp4": "4b02627c75dda70ebea05c9c4aed9fd9",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - 20-2.mp4": "28a40070ae497bb67ab8e11469cb2f3b",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - 20-3.mp4": "699abd02c6c5a63b178d2087e4315530",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - 21-1.mp4": "31b6f15810fe8adb4872376c505bc2f7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_plex_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
|
}
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "23fa68bb353c6e104e5b6448f54241da",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_plex_tv_show_url_season_by_year_month__episode_by_day/show.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "23fa68bb353c6e104e5b6448f54241da",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - 20-3.mp4": "d1969bb62edd553584231c6dd9a232f6",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - 20-2.mp4": "f3848dfb5e18919154cc0f5cccce35b8",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - 20-1.mp4": "1078cc4501ff17fc4276a63fd2c8e934",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - 21-1.mp4": "5fbff128df27b4c91738e824d84a98cc",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_0/poster.jpg": "e80c508c4818454300133fe1dc1a9cd7"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "23fa68bb353c6e104e5b6448f54241da",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - 20-3.mp4": "4dff14dbb7e8fd21fa1c0f7a4fa43d89",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - 20-2.mp4": "c2371fdd7f15c5c8f09801d20854e57d",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - 20-1.mp4": "347bca9776c2d8c52a9f0b4a3fa4c0cc",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - 21-1.mp4": "54c0d2b96af5dd02639ffb7f622d66ce",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
||||||
|
"unit_plex_tv_show_url_season_by_year_month__episode_by_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
||||||
|
}
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/.ytdl-sub-subscription_test-download-archive.json": "fca0f5c06bf49d4e45eca00e2fa44aa3",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080701 - 20-3.mp4": "ebc348e0baa7ff04cc717b0b2ef27591",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080801 - 20-2.mp4": "d1107363f5b95fefe34ea6773c085e11",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2020/s2020.e080802 - 20-1.mp4": "dc18dd10832dfd511ce4e0d96ffad90e",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/Season 2021/s2021.e080801 - 21-1.mp4": "3f2f3027b3fedc266225f2a26b58c3a9",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
|
||||||
}
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/.ytdl-sub-subscription_test-download-archive.json": "b8eb5dfa0df8e9f28a5b7b25a74af1f5",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14698 - 20-1.mp4": "1a18d5f122221da71f1aa3d2168564ec",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14699 - 20-2.mp4": "f671a7cfa2e636aa87553de8e5e7cd69",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2020/s2020.e14799 - 20-3.mp4": "590e7f605a12ba42e4ef152153243fa4",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/Season 2021/s2021.e14699 - 21-1.mp4": "48b4b4f3e82eb49e428af7edc6cfd3b8",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year__episode_by_month_day_reversed/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
|
||||||
}
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/.ytdl-sub-subscription_test-download-archive.json": "23fa68bb353c6e104e5b6448f54241da",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0701 - 20-3.mp4": "36e060b6691442e63a745159e2e97da1",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0801 - 20-2.mp4": "2acf0335bce41aa4b91b73dc9cd1cb80",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202008/s202008.e0802 - 20-1.mp4": "2338571a79a59fd253012a8b06749178",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/Season 202108/s202108.e0801 - 21-1.mp4": "49cdf6676ef2f5ce29d8c04e2a75d054",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61",
|
|
||||||
"unit_plex_tv_show_youtube_channel_season_by_year_month__episode_by_day/show.jpg": "0b0fdbe56bab3e3fdda18730588d742a"
|
|
||||||
}
|
|
||||||
|
|
@ -1,76 +1,90 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20080702 - 20-3-thumb.jpg
|
s01.e20080701 - 20-3-thumb.jpg
|
||||||
s01.e20080702 - 20-3.mp4
|
s01.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080803 - 20-1-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080803 - 20-1.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s01.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s01.e20080803 - 20-2-thumb.jpg
|
|
||||||
s01.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e21080802 - 21-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e21080802 - 21-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,92 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20080702 - 20-3-thumb.jpg
|
s01.e20080701 - 20-3-thumb.jpg
|
||||||
s01.e20080702 - 20-3.mp4
|
s01.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080803 - 20-1-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080803 - 20-1.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s01.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s01.e20080803 - 20-2-thumb.jpg
|
|
||||||
s01.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e21080802 - 21-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e21080802 - 21-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,173 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20060602 - 20-7-thumb.jpg
|
s01.e20060601 - 20-7-thumb.jpg
|
||||||
s01.e20060602 - 20-7.mp4
|
s01.e20060601 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060602
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e20060602 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e20060601 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 20060602
|
episode: 20060601
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20070603 - 20-5-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070603 - 20-5.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070603
|
episode_id: 20070601
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-5.com
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
s01.e20070603 - 20-5.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-07-06
|
|
||||||
episode: 20070603
|
|
||||||
plot: https://20-5.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
year: 2020
|
|
||||||
s01.e20070603 - 20-6-thumb.jpg
|
|
||||||
s01.e20070603 - 20-6.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-07-06
|
|
||||||
episode_id: 20070603
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e20070603 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e20070601 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 20070603
|
episode: 20070601
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080602 - 20-4-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20080602 - 20-4.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-07-06
|
||||||
|
episode_id: 20070602
|
||||||
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
|
synopsis: https://20-5.com
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20070602 - 20-5.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-07-06
|
||||||
|
episode: 20070602
|
||||||
|
plot: https://20-5.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080602
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e20080602 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 20080602
|
episode: 20080601
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080702 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080702 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e20080803 - 20-1-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080803 - 20-1.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 2
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s02.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s02.e20080803 - 20-2-thumb.jpg
|
|
||||||
s02.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e21080802 - 21-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e21080802 - 21-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,175 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20060602 - 20-7-thumb.jpg
|
s01.e20060601 - 20-7-thumb.jpg
|
||||||
s01.e20060602 - 20-7.mp4
|
s01.e20060601 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060602
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e20060602 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e20060601 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 20060602
|
episode: 20060601
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20070603 - 20-5-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070603 - 20-5.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070603
|
episode_id: 20070601
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-5.com
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
s01.e20070603 - 20-5.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-07-06
|
|
||||||
episode: 20070603
|
|
||||||
plot: https://20-5.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
year: 2020
|
|
||||||
s01.e20070603 - 20-6-thumb.jpg
|
|
||||||
s01.e20070603 - 20-6.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-07-06
|
|
||||||
episode_id: 20070603
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e20070603 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e20070601 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 20070603
|
episode: 20070601
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080602 - 20-4-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20080602 - 20-4.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-07-06
|
||||||
|
episode_id: 20070602
|
||||||
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
|
synopsis: https://20-5.com
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20070602 - 20-5.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-07-06
|
||||||
|
episode: 20070602
|
||||||
|
plot: https://20-5.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080602
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e20080602 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 20080602
|
episode: 20080601
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080702 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080702 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e20080803 - 20-1-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080803 - 20-1.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 2
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s02.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s02.e20080803 - 20-2-thumb.jpg
|
|
||||||
s02.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e21080802 - 21-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e21080802 - 21-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,90 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e79052498 - 21-1-thumb.jpg
|
s01.e79052499 - 21-1-thumb.jpg
|
||||||
s01.e79052498 - 21-1.mp4
|
s01.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s01.e80052497 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052497 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s01.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s01.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052497 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052497 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052598 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052598 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,92 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e79052498 - 21-1-thumb.jpg
|
s01.e79052499 - 21-1-thumb.jpg
|
||||||
s01.e79052498 - 21-1.mp4
|
s01.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s01.e80052497 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052497 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s01.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s01.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052497 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052497 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052598 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052598 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,173 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e80052698 - 20-4-thumb.jpg
|
s01.e80052699 - 20-4-thumb.jpg
|
||||||
s01.e80052698 - 20-4.mp4
|
s01.e80052699 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052698
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e80052698 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e80052699 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 80052698
|
episode: 80052699
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062697 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
s01.e80062697 - 20-5.nfo
|
year: 2020
|
||||||
|
s01.e80062698 - 20-5.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062698
|
||||||
plot: https://20-5.com
|
plot: https://20-5.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062697 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e80062697 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e80062699 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062699
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80072598 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072598 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072598
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e80072598 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e80072599 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 80072598
|
episode: 80072599
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052498 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052498 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s02.e80052497 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052497 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s02.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s02.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052497 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052497 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052598 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052598 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,175 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e80052698 - 20-4-thumb.jpg
|
s01.e80052699 - 20-4-thumb.jpg
|
||||||
s01.e80052698 - 20-4.mp4
|
s01.e80052699 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052698
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e80052698 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e80052699 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 80052698
|
episode: 80052699
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062697 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
s01.e80062697 - 20-5.nfo
|
year: 2020
|
||||||
|
s01.e80062698 - 20-5.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062698
|
||||||
plot: https://20-5.com
|
plot: https://20-5.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062697 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e80062697 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e80062699 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062699
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80072598 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072598 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072598
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e80072598 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e80072599 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 80072598
|
episode: 80072599
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052498 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052498 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s02.e80052497 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052497 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s02.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s02.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052497 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052497 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052598 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052598 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,24 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e080702 - 20-3-thumb.jpg
|
s2020.e080701 - 20-3-thumb.jpg
|
||||||
s2020.e080702 - 20-3.mp4
|
s2020.e080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 807
|
episode_id: 807
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +27,17 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e080803 - 20-1-thumb.jpg
|
s2020.e080801 - 20-2-thumb.jpg
|
||||||
s2020.e080803 - 20-1.mp4
|
s2020.e080801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 808
|
|
||||||
season_number: 2020
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s2020.e080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 808
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2020
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s2020.e080803 - 20-2-thumb.jpg
|
|
||||||
s2020.e080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +46,37 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1-thumb.jpg
|
||||||
|
s2020.e080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 808
|
||||||
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 808
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2020
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e080802 - 21-1-thumb.jpg
|
s2021.e080801 - 21-1-thumb.jpg
|
||||||
s2021.e080802 - 21-1.mp4
|
s2021.e080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +84,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,25 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e080702 - 20-3-thumb.jpg
|
s2020.e080701 - 20-3-thumb.jpg
|
||||||
s2020.e080702 - 20-3.mp4
|
s2020.e080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 807
|
episode_id: 807
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +28,17 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e080803 - 20-1-thumb.jpg
|
s2020.e080801 - 20-2-thumb.jpg
|
||||||
s2020.e080803 - 20-1.mp4
|
s2020.e080801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 808
|
|
||||||
season_number: 2020
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s2020.e080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 808
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2020
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s2020.e080803 - 20-2-thumb.jpg
|
|
||||||
s2020.e080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +47,37 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1-thumb.jpg
|
||||||
|
s2020.e080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 808
|
||||||
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 808
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2020
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e080802 - 21-1-thumb.jpg
|
s2021.e080801 - 21-1-thumb.jpg
|
||||||
s2021.e080802 - 21-1.mp4
|
s2021.e080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +85,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,77 +1,87 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e14697 - 20-1-thumb.jpg
|
s2020.e14698 - 20-1-thumb.jpg
|
||||||
s2020.e14697 - 20-1.mp4
|
s2020.e14698 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14698
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s2020.e14697 - 20-1.nfo
|
year: 2020
|
||||||
|
s2020.e14698 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14698
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14697 - 20-2-thumb.jpg
|
s2020.e14699 - 20-2-thumb.jpg
|
||||||
s2020.e14697 - 20-2.mp4
|
s2020.e14699 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14699
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e14697 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e14699 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14699
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14798 - 20-3-thumb.jpg
|
s2020.e14799 - 20-3-thumb.jpg
|
||||||
s2020.e14798 - 20-3.mp4
|
s2020.e14799 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 14798
|
episode_id: 14799
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e14798 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e14799 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 14798
|
episode: 14799
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e14698 - 21-1-thumb.jpg
|
s2021.e14699 - 21-1-thumb.jpg
|
||||||
s2021.e14698 - 21-1.mp4
|
s2021.e14699 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 14698
|
episode_id: 14699
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e14698 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e14699 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 14698
|
episode: 14699
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,77 +1,88 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e14697 - 20-1-thumb.jpg
|
s2020.e14698 - 20-1-thumb.jpg
|
||||||
s2020.e14697 - 20-1.mp4
|
s2020.e14698 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14698
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s2020.e14697 - 20-1.nfo
|
year: 2020
|
||||||
|
s2020.e14698 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14698
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14697 - 20-2-thumb.jpg
|
s2020.e14699 - 20-2-thumb.jpg
|
||||||
s2020.e14697 - 20-2.mp4
|
s2020.e14699 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14699
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e14697 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e14699 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14699
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14798 - 20-3-thumb.jpg
|
s2020.e14799 - 20-3-thumb.jpg
|
||||||
s2020.e14798 - 20-3.mp4
|
s2020.e14799 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 14798
|
episode_id: 14799
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e14798 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e14799 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 14798
|
episode: 14799
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e14698 - 21-1-thumb.jpg
|
s2021.e14699 - 21-1-thumb.jpg
|
||||||
s2021.e14698 - 21-1.mp4
|
s2021.e14699 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 14698
|
episode_id: 14699
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e14698 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e14699 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 14698
|
episode: 14699
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,24 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
{output_directory}/Season 202008
|
{output_directory}/Season 202008
|
||||||
s202008.e0702 - 20-3-thumb.jpg
|
s202008.e0701 - 20-3-thumb.jpg
|
||||||
s202008.e0702 - 20-3.mp4
|
s202008.e0701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 7
|
episode_id: 7
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s202008.e0702 - 20-3.nfo
|
year: 2020
|
||||||
|
s202008.e0701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +27,17 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s202008.e0803 - 20-1-thumb.jpg
|
s202008.e0801 - 20-2-thumb.jpg
|
||||||
s202008.e0803 - 20-1.mp4
|
s202008.e0801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 8
|
|
||||||
season_number: 202008
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s202008.e0803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 8
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 202008
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s202008.e0803 - 20-2-thumb.jpg
|
|
||||||
s202008.e0803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s202008.e0803 - 20-2.nfo
|
year: 2020
|
||||||
|
s202008.e0801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +46,37 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1-thumb.jpg
|
||||||
|
s202008.e0802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 8
|
||||||
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 8
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 202008
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 202108
|
{output_directory}/Season 202108
|
||||||
s202108.e0802 - 21-1-thumb.jpg
|
s202108.e0801 - 21-1-thumb.jpg
|
||||||
s202108.e0802 - 21-1.mp4
|
s202108.e0801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202108
|
season_number: 202108
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s202108.e0802 - 21-1.nfo
|
year: 2021
|
||||||
|
s202108.e0801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +84,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 202108
|
season: 202108
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,25 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
{output_directory}/Season 202008
|
{output_directory}/Season 202008
|
||||||
s202008.e0702 - 20-3-thumb.jpg
|
s202008.e0701 - 20-3-thumb.jpg
|
||||||
s202008.e0702 - 20-3.mp4
|
s202008.e0701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 7
|
episode_id: 7
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s202008.e0702 - 20-3.nfo
|
year: 2020
|
||||||
|
s202008.e0701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +28,17 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s202008.e0803 - 20-1-thumb.jpg
|
s202008.e0801 - 20-2-thumb.jpg
|
||||||
s202008.e0803 - 20-1.mp4
|
s202008.e0801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 8
|
|
||||||
season_number: 202008
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s202008.e0803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 8
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 202008
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s202008.e0803 - 20-2-thumb.jpg
|
|
||||||
s202008.e0803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s202008.e0803 - 20-2.nfo
|
year: 2020
|
||||||
|
s202008.e0801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +47,37 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1-thumb.jpg
|
||||||
|
s202008.e0802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 8
|
||||||
|
season_number: 202008
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 8
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 202008
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 202108
|
{output_directory}/Season 202108
|
||||||
s202108.e0802 - 21-1-thumb.jpg
|
s202108.e0801 - 21-1-thumb.jpg
|
||||||
s202108.e0802 - 21-1.mp4
|
s202108.e0801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202108
|
season_number: 202108
|
||||||
|
show: unit_jellyfin_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s202108.e0802 - 21-1.nfo
|
year: 2021
|
||||||
|
s202108.e0801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +85,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 202108
|
season: 202108
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,90 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20080702 - 20-3-thumb.jpg
|
s01.e20080701 - 20-3-thumb.jpg
|
||||||
s01.e20080702 - 20-3.mp4
|
s01.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080803 - 20-1-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080803 - 20-1.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s01.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s01.e20080803 - 20-2-thumb.jpg
|
|
||||||
s01.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e21080802 - 21-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e21080802 - 21-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,92 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20080702 - 20-3-thumb.jpg
|
s01.e20080701 - 20-3-thumb.jpg
|
||||||
s01.e20080702 - 20-3.mp4
|
s01.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080803 - 20-1-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080803 - 20-1.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s01.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s01.e20080803 - 20-2-thumb.jpg
|
|
||||||
s01.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e21080802 - 21-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e21080802 - 21-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,173 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20060602 - 20-7-thumb.jpg
|
s01.e20060601 - 20-7-thumb.jpg
|
||||||
s01.e20060602 - 20-7.mp4
|
s01.e20060601 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060602
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e20060602 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e20060601 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 20060602
|
episode: 20060601
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20070603 - 20-5-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070603 - 20-5.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070603
|
episode_id: 20070601
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-5.com
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
s01.e20070603 - 20-5.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-07-06
|
|
||||||
episode: 20070603
|
|
||||||
plot: https://20-5.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
year: 2020
|
|
||||||
s01.e20070603 - 20-6-thumb.jpg
|
|
||||||
s01.e20070603 - 20-6.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-07-06
|
|
||||||
episode_id: 20070603
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e20070603 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e20070601 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 20070603
|
episode: 20070601
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080602 - 20-4-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20080602 - 20-4.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-07-06
|
||||||
|
episode_id: 20070602
|
||||||
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
|
synopsis: https://20-5.com
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20070602 - 20-5.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-07-06
|
||||||
|
episode: 20070602
|
||||||
|
plot: https://20-5.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080602
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e20080602 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 20080602
|
episode: 20080601
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080702 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080702 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e20080803 - 20-1-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080803 - 20-1.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 2
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s02.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s02.e20080803 - 20-2-thumb.jpg
|
|
||||||
s02.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e21080802 - 21-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e21080802 - 21-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,175 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20060602 - 20-7-thumb.jpg
|
s01.e20060601 - 20-7-thumb.jpg
|
||||||
s01.e20060602 - 20-7.mp4
|
s01.e20060601 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060602
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e20060602 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e20060601 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 20060602
|
episode: 20060601
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20070603 - 20-5-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070603 - 20-5.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070603
|
episode_id: 20070601
|
||||||
season_number: 1
|
|
||||||
synopsis: https://20-5.com
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
s01.e20070603 - 20-5.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-07-06
|
|
||||||
episode: 20070603
|
|
||||||
plot: https://20-5.com
|
|
||||||
season: 1
|
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
|
||||||
year: 2020
|
|
||||||
s01.e20070603 - 20-6-thumb.jpg
|
|
||||||
s01.e20070603 - 20-6.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-07-06
|
|
||||||
episode_id: 20070603
|
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e20070603 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e20070601 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 20070603
|
episode: 20070601
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e20080602 - 20-4-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20080602 - 20-4.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-07-06
|
||||||
|
episode_id: 20070602
|
||||||
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
|
synopsis: https://20-5.com
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20070602 - 20-5.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-07-06
|
||||||
|
episode: 20070602
|
||||||
|
plot: https://20-5.com
|
||||||
|
season: 1
|
||||||
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080602
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e20080602 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e20080601 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 20080602
|
episode: 20080601
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080702 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080702 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080702
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e20080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e20080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 20080702
|
episode: 20080701
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e20080803 - 20-1-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080803 - 20-1.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080803
|
episode_id: 20080801
|
||||||
season_number: 2
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s02.e20080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 20080803
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s02.e20080803 - 20-2-thumb.jpg
|
|
||||||
s02.e20080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 20080803
|
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e20080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e20080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 20080803
|
episode: 20080801
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e21080802 - 21-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e21080802 - 21-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 20080802
|
||||||
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e20080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 20080802
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080802
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e21080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e21080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 21080802
|
episode: 21080801
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,90 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e79052498 - 21-1-thumb.jpg
|
s01.e79052499 - 21-1-thumb.jpg
|
||||||
s01.e79052498 - 21-1.mp4
|
s01.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s01.e80052497 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052497 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s01.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s01.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052497 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052497 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052598 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052598 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,76 +1,92 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e79052498 - 21-1-thumb.jpg
|
s01.e79052499 - 21-1-thumb.jpg
|
||||||
s01.e79052498 - 21-1.mp4
|
s01.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s01.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s01.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s01.e80052497 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052497 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s01.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s01.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052497 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052497 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s01.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s01.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80052598 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052598 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s01.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s01.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,173 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e80052698 - 20-4-thumb.jpg
|
s01.e80052699 - 20-4-thumb.jpg
|
||||||
s01.e80052698 - 20-4.mp4
|
s01.e80052699 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052698
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e80052698 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e80052699 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 80052698
|
episode: 80052699
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062697 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
s01.e80062697 - 20-5.nfo
|
year: 2020
|
||||||
|
s01.e80062698 - 20-5.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062698
|
||||||
plot: https://20-5.com
|
plot: https://20-5.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062697 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e80062697 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e80062699 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062699
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80072598 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072598 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072598
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e80072598 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e80072599 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 80072598
|
episode: 80072599
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052498 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052498 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s02.e80052497 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052497 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s02.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s02.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052497 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052497 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052598 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052598 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,145 +1,175 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
season01-poster.jpg
|
||||||
|
season02-poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
namedseason:
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 1
|
||||||
|
tag: Named Season 1
|
||||||
|
-
|
||||||
|
attributes:
|
||||||
|
number: 2
|
||||||
|
tag: Named Season 2
|
||||||
|
title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e80052698 - 20-4-thumb.jpg
|
s01.e80052699 - 20-4-thumb.jpg
|
||||||
s01.e80052698 - 20-4.mp4
|
s01.e80052699 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052698
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
s01.e80052698 - 20-4.nfo
|
year: 2020
|
||||||
|
s01.e80052699 - 20-4.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-06
|
aired: 2020-08-06
|
||||||
episode: 80052698
|
episode: 80052699
|
||||||
plot: https://20-4.com
|
plot: https://20-4.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062697 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
s01.e80062697 - 20-5.nfo
|
year: 2020
|
||||||
|
s01.e80062698 - 20-5.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062698
|
||||||
plot: https://20-5.com
|
plot: https://20-5.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80062697 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062697 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062697
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
s01.e80062697 - 20-6.nfo
|
year: 2020
|
||||||
|
s01.e80062699 - 20-6.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-07-06
|
aired: 2020-07-06
|
||||||
episode: 80062697
|
episode: 80062699
|
||||||
plot: https://20-6.com
|
plot: https://20-6.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
year: 2020
|
year: 2020
|
||||||
s01.e80072598 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072598 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072598
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
s01.e80072598 - 20-7.nfo
|
year: 2020
|
||||||
|
s01.e80072599 - 20-7.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-06-06
|
aired: 2020-06-06
|
||||||
episode: 80072598
|
episode: 80072599
|
||||||
plot: https://20-7.com
|
plot: https://20-7.com
|
||||||
season: 1
|
season: 1
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052498 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052498 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052498
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s02.e79052498 - 21-1.nfo
|
year: 2021
|
||||||
|
s02.e79052499 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 79052498
|
episode: 79052499
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
s02.e80052497 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052497 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s02.e80052497 - 20-1.nfo
|
year: 2020
|
||||||
|
s02.e80052498 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052498
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052497 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052497 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052497
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s02.e80052497 - 20-2.nfo
|
year: 2020
|
||||||
|
s02.e80052499 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 80052497
|
episode: 80052499
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s02.e80052598 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052598 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052598
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s02.e80052598 - 20-3.nfo
|
year: 2020
|
||||||
|
s02.e80052599 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 80052598
|
episode: 80052599
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2
|
season: 2
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,24 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e080702 - 20-3-thumb.jpg
|
s2020.e080701 - 20-3-thumb.jpg
|
||||||
s2020.e080702 - 20-3.mp4
|
s2020.e080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 807
|
episode_id: 807
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +27,17 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e080803 - 20-1-thumb.jpg
|
s2020.e080801 - 20-2-thumb.jpg
|
||||||
s2020.e080803 - 20-1.mp4
|
s2020.e080801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 808
|
|
||||||
season_number: 2020
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s2020.e080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 808
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2020
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s2020.e080803 - 20-2-thumb.jpg
|
|
||||||
s2020.e080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +46,37 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1-thumb.jpg
|
||||||
|
s2020.e080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 808
|
||||||
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 808
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2020
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e080802 - 21-1-thumb.jpg
|
s2021.e080801 - 21-1-thumb.jpg
|
||||||
s2021.e080802 - 21-1.mp4
|
s2021.e080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +84,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,25 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e080702 - 20-3-thumb.jpg
|
s2020.e080701 - 20-3-thumb.jpg
|
||||||
s2020.e080702 - 20-3.mp4
|
s2020.e080701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 807
|
episode_id: 807
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e080702 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e080701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +28,17 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e080803 - 20-1-thumb.jpg
|
s2020.e080801 - 20-2-thumb.jpg
|
||||||
s2020.e080803 - 20-1.mp4
|
s2020.e080801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 808
|
|
||||||
season_number: 2020
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s2020.e080803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 808
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 2020
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s2020.e080803 - 20-2-thumb.jpg
|
|
||||||
s2020.e080803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e080803 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e080801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +47,37 @@ Files created:
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1-thumb.jpg
|
||||||
|
s2020.e080802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 808
|
||||||
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s2020.e080802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 808
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 2020
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e080802 - 21-1-thumb.jpg
|
s2021.e080801 - 21-1-thumb.jpg
|
||||||
s2021.e080802 - 21-1.mp4
|
s2021.e080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e080802 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e080801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +85,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,77 +1,87 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e14697 - 20-1-thumb.jpg
|
s2020.e14698 - 20-1-thumb.jpg
|
||||||
s2020.e14697 - 20-1.mp4
|
s2020.e14698 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14698
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s2020.e14697 - 20-1.nfo
|
year: 2020
|
||||||
|
s2020.e14698 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14698
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14697 - 20-2-thumb.jpg
|
s2020.e14699 - 20-2-thumb.jpg
|
||||||
s2020.e14697 - 20-2.mp4
|
s2020.e14699 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14699
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e14697 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e14699 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14699
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14798 - 20-3-thumb.jpg
|
s2020.e14799 - 20-3-thumb.jpg
|
||||||
s2020.e14798 - 20-3.mp4
|
s2020.e14799 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 14798
|
episode_id: 14799
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e14798 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e14799 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 14798
|
episode: 14799
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e14698 - 21-1-thumb.jpg
|
s2021.e14699 - 21-1-thumb.jpg
|
||||||
s2021.e14698 - 21-1.mp4
|
s2021.e14699 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 14698
|
episode_id: 14699
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e14698 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e14699 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 14698
|
episode: 14699
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,77 +1,88 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e14697 - 20-1-thumb.jpg
|
s2020.e14698 - 20-1-thumb.jpg
|
||||||
s2020.e14697 - 20-1.mp4
|
s2020.e14698 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14698
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
s2020.e14697 - 20-1.nfo
|
year: 2020
|
||||||
|
s2020.e14698 - 20-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14698
|
||||||
plot: https://20-1.com
|
plot: https://20-1.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14697 - 20-2-thumb.jpg
|
s2020.e14699 - 20-2-thumb.jpg
|
||||||
s2020.e14697 - 20-2.mp4
|
s2020.e14699 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 14697
|
episode_id: 14699
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s2020.e14697 - 20-2.nfo
|
year: 2020
|
||||||
|
s2020.e14699 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
episode: 14697
|
episode: 14699
|
||||||
plot: https://20-2.com
|
plot: https://20-2.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
s2020.e14798 - 20-3-thumb.jpg
|
s2020.e14799 - 20-3-thumb.jpg
|
||||||
s2020.e14798 - 20-3.mp4
|
s2020.e14799 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 14798
|
episode_id: 14799
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s2020.e14798 - 20-3.nfo
|
year: 2020
|
||||||
|
s2020.e14799 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
episode: 14798
|
episode: 14799
|
||||||
plot: https://20-3.com
|
plot: https://20-3.com
|
||||||
season: 2020
|
season: 2020
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e14698 - 21-1-thumb.jpg
|
s2021.e14699 - 21-1-thumb.jpg
|
||||||
s2021.e14698 - 21-1.mp4
|
s2021.e14699 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 14698
|
episode_id: 14699
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year__episode_by_month_day_reversed_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s2021.e14698 - 21-1.nfo
|
year: 2021
|
||||||
|
s2021.e14699 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
episode: 14698
|
episode: 14699
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 2021
|
season: 2021
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,24 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
{output_directory}/Season 202008
|
{output_directory}/Season 202008
|
||||||
s202008.e0702 - 20-3-thumb.jpg
|
s202008.e0701 - 20-3-thumb.jpg
|
||||||
s202008.e0702 - 20-3.mp4
|
s202008.e0701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 7
|
episode_id: 7
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s202008.e0702 - 20-3.nfo
|
year: 2020
|
||||||
|
s202008.e0701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +27,17 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s202008.e0803 - 20-1-thumb.jpg
|
s202008.e0801 - 20-2-thumb.jpg
|
||||||
s202008.e0803 - 20-1.mp4
|
s202008.e0801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 8
|
|
||||||
season_number: 202008
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s202008.e0803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 8
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 202008
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s202008.e0803 - 20-2-thumb.jpg
|
|
||||||
s202008.e0803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s202008.e0803 - 20-2.nfo
|
year: 2020
|
||||||
|
s202008.e0801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +46,37 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1-thumb.jpg
|
||||||
|
s202008.e0802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 8
|
||||||
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 8
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 202008
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 202108
|
{output_directory}/Season 202108
|
||||||
s202108.e0802 - 21-1-thumb.jpg
|
s202108.e0801 - 21-1-thumb.jpg
|
||||||
s202108.e0802 - 21-1.mp4
|
s202108.e0801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202108
|
season_number: 202108
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s202108.e0802 - 21-1.nfo
|
year: 2021
|
||||||
|
s202108.e0801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +84,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 202108
|
season: 202108
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -1,15 +1,25 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
{output_directory}
|
||||||
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
|
fanart.jpg
|
||||||
|
poster.jpg
|
||||||
|
tvshow.nfo
|
||||||
|
NFO tags:
|
||||||
|
tvshow:
|
||||||
|
title: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
{output_directory}/Season 202008
|
{output_directory}/Season 202008
|
||||||
s202008.e0702 - 20-3-thumb.jpg
|
s202008.e0701 - 20-3-thumb.jpg
|
||||||
s202008.e0702 - 20-3.mp4
|
s202008.e0701 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 7
|
episode_id: 7
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
s202008.e0702 - 20-3.nfo
|
year: 2020
|
||||||
|
s202008.e0701 - 20-3.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-07
|
aired: 2020-08-07
|
||||||
|
|
@ -18,32 +28,17 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
year: 2020
|
year: 2020
|
||||||
s202008.e0803 - 20-1-thumb.jpg
|
s202008.e0801 - 20-2-thumb.jpg
|
||||||
s202008.e0803 - 20-1.mp4
|
s202008.e0801 - 20-2.mp4
|
||||||
Video Tags:
|
|
||||||
date: 2020-08-08
|
|
||||||
episode_id: 8
|
|
||||||
season_number: 202008
|
|
||||||
synopsis: https://20-1.com
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
s202008.e0803 - 20-1.nfo
|
|
||||||
NFO tags:
|
|
||||||
episodedetails:
|
|
||||||
aired: 2020-08-08
|
|
||||||
episode: 8
|
|
||||||
plot: https://20-1.com
|
|
||||||
season: 202008
|
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
|
||||||
year: 2020
|
|
||||||
s202008.e0803 - 20-2-thumb.jpg
|
|
||||||
s202008.e0803 - 20-2.mp4
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202008
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
s202008.e0803 - 20-2.nfo
|
year: 2020
|
||||||
|
s202008.e0801 - 20-2.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2020-08-08
|
aired: 2020-08-08
|
||||||
|
|
@ -52,16 +47,37 @@ Files created:
|
||||||
season: 202008
|
season: 202008
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
year: 2020
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1-thumb.jpg
|
||||||
|
s202008.e0802 - 20-1.mp4
|
||||||
|
Video Tags:
|
||||||
|
date: 2020-08-08
|
||||||
|
episode_id: 8
|
||||||
|
season_number: 202008
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
|
synopsis: https://20-1.com
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
|
s202008.e0802 - 20-1.nfo
|
||||||
|
NFO tags:
|
||||||
|
episodedetails:
|
||||||
|
aired: 2020-08-08
|
||||||
|
episode: 8
|
||||||
|
plot: https://20-1.com
|
||||||
|
season: 202008
|
||||||
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 202108
|
{output_directory}/Season 202108
|
||||||
s202108.e0802 - 21-1-thumb.jpg
|
s202108.e0801 - 21-1-thumb.jpg
|
||||||
s202108.e0802 - 21-1.mp4
|
s202108.e0801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 8
|
episode_id: 8
|
||||||
season_number: 202108
|
season_number: 202108
|
||||||
|
show: unit_kodi_tv_show_url_season_by_year_month__episode_by_day_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
s202108.e0802 - 21-1.nfo
|
year: 2021
|
||||||
|
s202108.e0801 - 21-1.nfo
|
||||||
NFO tags:
|
NFO tags:
|
||||||
episodedetails:
|
episodedetails:
|
||||||
aired: 2021-08-08
|
aired: 2021-08-08
|
||||||
|
|
@ -69,9 +85,4 @@ Files created:
|
||||||
plot: https://21-1.com
|
plot: https://21-1.com
|
||||||
season: 202108
|
season: 202108
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
year: 2021
|
year: 2021
|
||||||
|
|
||||||
Files modified:
|
|
||||||
----------------------------------------
|
|
||||||
{output_directory}
|
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
|
||||||
|
|
@ -10,29 +10,37 @@ Files created:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080701
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
s01.e20080801 - 20-2-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080801 - 20-2.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080801
|
episode_id: 20080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s01.e20080802 - 20-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e20080802 - 20-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080802
|
episode_id: 20080802
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s01.e21080801 - 21-1-thumb.jpg
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
s01.e21080801 - 21-1.mp4
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080801
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
|
|
@ -4,7 +4,7 @@ Files created:
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
Season01.jpg
|
Season01.jpg
|
||||||
fanart.jpg
|
fanart.jpg
|
||||||
show.jpg
|
poster.jpg
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20080701 - 20-3-thumb.jpg
|
s01.e20080701 - 20-3-thumb.jpg
|
||||||
s01.e20080701 - 20-3.mp4
|
s01.e20080701 - 20-3.mp4
|
||||||
|
|
@ -12,29 +12,37 @@ Files created:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080701
|
episode_id: 20080701
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
s01.e20080801 - 20-2-thumb.jpg
|
s01.e20080801 - 20-2-thumb.jpg
|
||||||
s01.e20080801 - 20-2.mp4
|
s01.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080801
|
episode_id: 20080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s01.e20080802 - 20-1-thumb.jpg
|
s01.e20080802 - 20-1-thumb.jpg
|
||||||
s01.e20080802 - 20-1.mp4
|
s01.e20080802 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080802
|
episode_id: 20080802
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s01.e21080801 - 21-1-thumb.jpg
|
s01.e21080801 - 21-1-thumb.jpg
|
||||||
s01.e21080801 - 21-1.mp4
|
s01.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080801
|
episode_id: 21080801
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
|
|
@ -11,32 +11,40 @@ Files created:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060601
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
|
year: 2020
|
||||||
s01.e20070601 - 20-6-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070601 - 20-6.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070601
|
episode_id: 20070601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
|
year: 2020
|
||||||
s01.e20070602 - 20-5-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20070602 - 20-5.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070602
|
episode_id: 20070602
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
s01.e20080601 - 20-4-thumb.jpg
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
s01.e20080601 - 20-4.mp4
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080601
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080701 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080701 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
|
|
@ -44,29 +52,37 @@ Files created:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080701
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
s02.e20080801 - 20-2-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080801 - 20-2.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080801
|
episode_id: 20080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s02.e20080802 - 20-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e20080802 - 20-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080802
|
episode_id: 20080802
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s02.e21080801 - 21-1-thumb.jpg
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
s02.e21080801 - 21-1.mp4
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080801
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
|
|
@ -5,7 +5,7 @@ Files created:
|
||||||
Season01.jpg
|
Season01.jpg
|
||||||
Season02.jpg
|
Season02.jpg
|
||||||
fanart.jpg
|
fanart.jpg
|
||||||
show.jpg
|
poster.jpg
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e20060601 - 20-7-thumb.jpg
|
s01.e20060601 - 20-7-thumb.jpg
|
||||||
s01.e20060601 - 20-7.mp4
|
s01.e20060601 - 20-7.mp4
|
||||||
|
|
@ -13,32 +13,40 @@ Files created:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 20060601
|
episode_id: 20060601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
|
year: 2020
|
||||||
s01.e20070601 - 20-6-thumb.jpg
|
s01.e20070601 - 20-6-thumb.jpg
|
||||||
s01.e20070601 - 20-6.mp4
|
s01.e20070601 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070601
|
episode_id: 20070601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
|
year: 2020
|
||||||
s01.e20070602 - 20-5-thumb.jpg
|
s01.e20070602 - 20-5-thumb.jpg
|
||||||
s01.e20070602 - 20-5.mp4
|
s01.e20070602 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 20070602
|
episode_id: 20070602
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
s01.e20080601 - 20-4-thumb.jpg
|
s01.e20080601 - 20-4-thumb.jpg
|
||||||
s01.e20080601 - 20-4.mp4
|
s01.e20080601 - 20-4.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 20080601
|
episode_id: 20080601
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e20080701 - 20-3-thumb.jpg
|
s02.e20080701 - 20-3-thumb.jpg
|
||||||
s02.e20080701 - 20-3.mp4
|
s02.e20080701 - 20-3.mp4
|
||||||
|
|
@ -46,29 +54,37 @@ Files created:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 20080701
|
episode_id: 20080701
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
s02.e20080801 - 20-2-thumb.jpg
|
s02.e20080801 - 20-2-thumb.jpg
|
||||||
s02.e20080801 - 20-2.mp4
|
s02.e20080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080801
|
episode_id: 20080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s02.e20080802 - 20-1-thumb.jpg
|
s02.e20080802 - 20-1-thumb.jpg
|
||||||
s02.e20080802 - 20-1.mp4
|
s02.e20080802 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 20080802
|
episode_id: 20080802
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s02.e21080801 - 21-1-thumb.jpg
|
s02.e21080801 - 21-1-thumb.jpg
|
||||||
s02.e21080801 - 21-1.mp4
|
s02.e21080801 - 21-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 21080801
|
episode_id: 21080801
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
|
|
@ -10,29 +10,37 @@ Files created:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052499
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
s01.e80052498 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052498 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052498
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s01.e80052499 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052499 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052499
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s01.e80052599 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052599 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052599
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
|
|
@ -4,7 +4,7 @@ Files created:
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
Season01.jpg
|
Season01.jpg
|
||||||
fanart.jpg
|
fanart.jpg
|
||||||
show.jpg
|
poster.jpg
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e79052499 - 21-1-thumb.jpg
|
s01.e79052499 - 21-1-thumb.jpg
|
||||||
s01.e79052499 - 21-1.mp4
|
s01.e79052499 - 21-1.mp4
|
||||||
|
|
@ -12,29 +12,37 @@ Files created:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052499
|
episode_id: 79052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
s01.e80052498 - 20-1-thumb.jpg
|
s01.e80052498 - 20-1-thumb.jpg
|
||||||
s01.e80052498 - 20-1.mp4
|
s01.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052498
|
episode_id: 80052498
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s01.e80052499 - 20-2-thumb.jpg
|
s01.e80052499 - 20-2-thumb.jpg
|
||||||
s01.e80052499 - 20-2.mp4
|
s01.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052499
|
episode_id: 80052499
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s01.e80052599 - 20-3-thumb.jpg
|
s01.e80052599 - 20-3-thumb.jpg
|
||||||
s01.e80052599 - 20-3.mp4
|
s01.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052599
|
episode_id: 80052599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
|
|
@ -11,32 +11,40 @@ Files created:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052699
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
|
year: 2020
|
||||||
s01.e80062698 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062698 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062698
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
s01.e80062699 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062699 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062699
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
|
year: 2020
|
||||||
s01.e80072599 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072599 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072599
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052499 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052499 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
|
|
@ -44,29 +52,37 @@ Files created:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052499
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
s02.e80052498 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052498 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052498
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s02.e80052499 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052499 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052499
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s02.e80052599 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052599 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052599
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
|
|
@ -5,7 +5,7 @@ Files created:
|
||||||
Season01.jpg
|
Season01.jpg
|
||||||
Season02.jpg
|
Season02.jpg
|
||||||
fanart.jpg
|
fanart.jpg
|
||||||
show.jpg
|
poster.jpg
|
||||||
{output_directory}/Season 01
|
{output_directory}/Season 01
|
||||||
s01.e80052699 - 20-4-thumb.jpg
|
s01.e80052699 - 20-4-thumb.jpg
|
||||||
s01.e80052699 - 20-4.mp4
|
s01.e80052699 - 20-4.mp4
|
||||||
|
|
@ -13,32 +13,40 @@ Files created:
|
||||||
date: 2020-08-06
|
date: 2020-08-06
|
||||||
episode_id: 80052699
|
episode_id: 80052699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-4.com
|
synopsis: https://20-4.com
|
||||||
title: 2020-08-06 - Mock Entry 20-4
|
title: 2020-08-06 - Mock Entry 20-4
|
||||||
|
year: 2020
|
||||||
s01.e80062698 - 20-5-thumb.jpg
|
s01.e80062698 - 20-5-thumb.jpg
|
||||||
s01.e80062698 - 20-5.mp4
|
s01.e80062698 - 20-5.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062698
|
episode_id: 80062698
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-5.com
|
synopsis: https://20-5.com
|
||||||
title: 2020-07-06 - Mock Entry 20-5
|
title: 2020-07-06 - Mock Entry 20-5
|
||||||
|
year: 2020
|
||||||
s01.e80062699 - 20-6-thumb.jpg
|
s01.e80062699 - 20-6-thumb.jpg
|
||||||
s01.e80062699 - 20-6.mp4
|
s01.e80062699 - 20-6.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-07-06
|
date: 2020-07-06
|
||||||
episode_id: 80062699
|
episode_id: 80062699
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-6.com
|
synopsis: https://20-6.com
|
||||||
title: 2020-07-06 - Mock Entry 20-6
|
title: 2020-07-06 - Mock Entry 20-6
|
||||||
|
year: 2020
|
||||||
s01.e80072599 - 20-7-thumb.jpg
|
s01.e80072599 - 20-7-thumb.jpg
|
||||||
s01.e80072599 - 20-7.mp4
|
s01.e80072599 - 20-7.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-06-06
|
date: 2020-06-06
|
||||||
episode_id: 80072599
|
episode_id: 80072599
|
||||||
season_number: 1
|
season_number: 1
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-7.com
|
synopsis: https://20-7.com
|
||||||
title: 2020-06-06 - Mock Entry 20-7
|
title: 2020-06-06 - Mock Entry 20-7
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 02
|
{output_directory}/Season 02
|
||||||
s02.e79052499 - 21-1-thumb.jpg
|
s02.e79052499 - 21-1-thumb.jpg
|
||||||
s02.e79052499 - 21-1.mp4
|
s02.e79052499 - 21-1.mp4
|
||||||
|
|
@ -46,29 +54,37 @@ Files created:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 79052499
|
episode_id: 79052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
s02.e80052498 - 20-1-thumb.jpg
|
s02.e80052498 - 20-1-thumb.jpg
|
||||||
s02.e80052498 - 20-1.mp4
|
s02.e80052498 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052498
|
episode_id: 80052498
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
s02.e80052499 - 20-2-thumb.jpg
|
s02.e80052499 - 20-2-thumb.jpg
|
||||||
s02.e80052499 - 20-2.mp4
|
s02.e80052499 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 80052499
|
episode_id: 80052499
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s02.e80052599 - 20-3-thumb.jpg
|
s02.e80052599 - 20-3-thumb.jpg
|
||||||
s02.e80052599 - 20-3.mp4
|
s02.e80052599 - 20-3.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 80052599
|
episode_id: 80052599
|
||||||
season_number: 2
|
season_number: 2
|
||||||
|
show: unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
|
|
@ -2,7 +2,7 @@ Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
{output_directory}
|
{output_directory}
|
||||||
.ytdl-sub-subscription_test-download-archive.json
|
.ytdl-sub-subscription_test-download-archive.json
|
||||||
show.jpg
|
poster.jpg
|
||||||
{output_directory}/Season 2020
|
{output_directory}/Season 2020
|
||||||
s2020.e080701 - 20-3-thumb.jpg
|
s2020.e080701 - 20-3-thumb.jpg
|
||||||
s2020.e080701 - 20-3.mp4
|
s2020.e080701 - 20-3.mp4
|
||||||
|
|
@ -10,24 +10,30 @@ Files created:
|
||||||
date: 2020-08-07
|
date: 2020-08-07
|
||||||
episode_id: 807
|
episode_id: 807
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-3.com
|
synopsis: https://20-3.com
|
||||||
title: 2020-08-07 - Mock Entry 20-3
|
title: 2020-08-07 - Mock Entry 20-3
|
||||||
|
year: 2020
|
||||||
s2020.e080801 - 20-2-thumb.jpg
|
s2020.e080801 - 20-2-thumb.jpg
|
||||||
s2020.e080801 - 20-2.mp4
|
s2020.e080801 - 20-2.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-2.com
|
synopsis: https://20-2.com
|
||||||
title: 2020-08-08 - Mock Entry 20-2
|
title: 2020-08-08 - Mock Entry 20-2
|
||||||
|
year: 2020
|
||||||
s2020.e080802 - 20-1-thumb.jpg
|
s2020.e080802 - 20-1-thumb.jpg
|
||||||
s2020.e080802 - 20-1.mp4
|
s2020.e080802 - 20-1.mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
date: 2020-08-08
|
date: 2020-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2020
|
season_number: 2020
|
||||||
|
show: unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://20-1.com
|
synopsis: https://20-1.com
|
||||||
title: 2020-08-08 - Mock Entry 20-1
|
title: 2020-08-08 - Mock Entry 20-1
|
||||||
|
year: 2020
|
||||||
{output_directory}/Season 2021
|
{output_directory}/Season 2021
|
||||||
s2021.e080801 - 21-1-thumb.jpg
|
s2021.e080801 - 21-1-thumb.jpg
|
||||||
s2021.e080801 - 21-1.mp4
|
s2021.e080801 - 21-1.mp4
|
||||||
|
|
@ -35,5 +41,7 @@ Files created:
|
||||||
date: 2021-08-08
|
date: 2021-08-08
|
||||||
episode_id: 808
|
episode_id: 808
|
||||||
season_number: 2021
|
season_number: 2021
|
||||||
|
show: unit_plex_tv_show_url_season_by_year__episode_by_month_day_is_yt_0
|
||||||
synopsis: https://21-1.com
|
synopsis: https://21-1.com
|
||||||
title: 2021-08-08 - Mock Entry 21-1
|
title: 2021-08-08 - Mock Entry 21-1
|
||||||
|
year: 2021
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue