diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml index 8befe18e..9af22b5b 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/episode.yaml @@ -7,6 +7,7 @@ presets: output_directory: "{tv_show_directory}/{tv_show_name_sanitized}" file_name: "{episode_file_path}.{ext}" thumbnail_name: "{episode_file_path}-thumb.jpg" + info_json_name: "{episode_file_path}.{info_json_ext}" maintain_download_archive: True ytdl_options: diff --git a/src/ytdl_sub/validators/validators.py b/src/ytdl_sub/validators/validators.py index da25b1e9..51842d81 100644 --- a/src/ytdl_sub/validators/validators.py +++ b/src/ytdl_sub/validators/validators.py @@ -260,8 +260,12 @@ class DictValidator(Validator): ------- An instance of the specified validator """ + # If the key does not exist and default is None, return None if key not in self._dict and default is None: return None + # If the key exists but is None (null in YAML) or empty string, return None + if key in self._dict and self._dict[key] in (None, ""): + return None return self._validate_key(key=key, validator=validator, default=default) diff --git a/tests/e2e/youtube/test_video.py b/tests/e2e/youtube/test_video.py index 4af0dd6a..9e39a715 100644 --- a/tests/e2e/youtube/test_video.py +++ b/tests/e2e/youtube/test_video.py @@ -3,6 +3,7 @@ from conftest import preset_dict_to_dl_args from e2e.conftest import mock_run_from_cli from expected_download import assert_expected_downloads from expected_transaction_log import assert_transaction_log_matches +from mergedeep import mergedeep from ytdl_sub.subscriptions.subscription import Subscription @@ -31,6 +32,31 @@ def single_video_preset_dict(output_directory): } +@pytest.fixture +def single_tv_show_video_nulled_values_preset_dict(output_directory): + return { + "preset": [ + "jellyfin_tv_show_by_date", + "season_by_year__episode_by_download_index", + "chunk_initial_download", + ], + "download": {"url": "https://www.youtube.com/@ProjectZombie603"}, + # set file output fields to None + "output_options": { + "thumbnail_name": "", + "info_json_name": "", + }, + "ytdl_options": { + "format": "worst[ext=mp4]", + "max_downloads": 2, + }, + "overrides": { + "tv_show_name": "Project Zombie", + "tv_show_directory": output_directory, + }, + } + + @pytest.fixture def single_video_preset_dict_dl_args(single_video_preset_dict): return preset_dict_to_dl_args(single_video_preset_dict) @@ -89,3 +115,22 @@ class TestYoutubeVideo: dry_run=dry_run, expected_download_summary_file_name="youtube/test_video_cli.json", ) + + def test_single_video_nulled_values( + self, + channel_as_tv_show_config, + single_tv_show_video_nulled_values_preset_dict, + output_directory, + ): + single_video_subscription = Subscription.from_dict( + config=channel_as_tv_show_config, + preset_name="tv_video_nulled_values", + preset_dict=single_tv_show_video_nulled_values_preset_dict, + ) + + transaction_log = single_video_subscription.download(dry_run=True) + assert_transaction_log_matches( + output_directory=output_directory, + transaction_log=transaction_log, + transaction_log_summary_file_name="youtube/test_video_nulled_values.txt", + ) diff --git a/tests/resources/expected_downloads_summaries/plugins/chapters/test_chapters_from_comments.json b/tests/resources/expected_downloads_summaries/plugins/chapters/test_chapters_from_comments.json index 14b3d1d4..7bbb4514 100644 --- a/tests/resources/expected_downloads_summaries/plugins/chapters/test_chapters_from_comments.json +++ b/tests/resources/expected_downloads_summaries/plugins/chapters/test_chapters_from_comments.json @@ -1,7 +1,7 @@ { ".ytdl-sub-chapters_from_comments-download-archive.json": "122723ce8d257eebb05178daa26141f6", "JMC/JMC - Move 78 - Automated Improvisation [Full Album]-thumb.jpg": "c12e6a6f242680d1096a1a99d74a62c6", - "JMC/JMC - Move 78 - Automated Improvisation [Full Album].info.json": "4b3ce1fdd7d4a5bae8e00477d823eada", - "JMC/JMC - Move 78 - Automated Improvisation [Full Album].mp4": "83be2ca186422ce98d6cbfecd770e525", + "JMC/JMC - Move 78 - Automated Improvisation [Full Album].info.json": "207f8c8aa7a383aa1acb99a6836f2fb6", + "JMC/JMC - Move 78 - Automated Improvisation [Full Album].mp4": "40a74798dddf486a656c761516eb0528", "JMC/JMC - Move 78 - Automated Improvisation [Full Album].nfo": "7a65b184d24c68fc0ec5380432250f5b" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_recent.json b/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_recent.json index e1116f08..f346967f 100644 --- a/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_recent.json +++ b/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_recent.json @@ -1,9 +1,11 @@ { - "Project ⧸ Zombie/.ytdl-sub-recent-download-archive.json": "1175dea244882a8d986e6ba2a3a89b32", + "Project ⧸ Zombie/.ytdl-sub-recent-download-archive.json": "ca7275efd7f2ebe489b8ca4007dc5361", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg": "705ca4e0d99b37e9ecdf6bfe4b90c59b", + "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.info.json": "a8bc452d1b2075d761f5f2bf3812ecb9", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.mp4": "dbb140af8676f34fb701d5199e8708ea", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.nfo": "bb868035301eed6afea636f7f7bddaf5", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id-thumb.jpg": "28d852ede73b879b9ebf9a061cfc7d46", + "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.info.json": "abd80bd5828a3b986f41ec0bd8d497c1", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.mp4": "083e2e77e3e01218419531c08795c9c0", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.nfo": "6cbd3a26974aa3be8ab73578e748e013", "Project ⧸ Zombie/fanart.jpg": "129c6639b47299bc48062f0365e670ee", diff --git a/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_rolling_recent.json b/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_rolling_recent.json index bc501f79..a13be5ff 100644 --- a/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_rolling_recent.json +++ b/tests/resources/expected_downloads_summaries/plugins/date_range/test_channel_rolling_recent.json @@ -1,6 +1,7 @@ { - "Project ⧸ Zombie/.ytdl-sub-recent-download-archive.json": "1b3cee60af5d5d7ed4de4989460a68b0", + "Project ⧸ Zombie/.ytdl-sub-recent-download-archive.json": "46170edaf7cc51e5f59ef5d4c0476200", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id-thumb.jpg": "28d852ede73b879b9ebf9a061cfc7d46", + "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.info.json": "abd80bd5828a3b986f41ec0bd8d497c1", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.mp4": "083e2e77e3e01218419531c08795c9c0", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.nfo": "6cbd3a26974aa3be8ab73578e748e013", "Project ⧸ Zombie/fanart.jpg": "129c6639b47299bc48062f0365e670ee", diff --git a/tests/resources/expected_downloads_summaries/plugins/file_convert/output.json b/tests/resources/expected_downloads_summaries/plugins/file_convert/output.json index 5b9e319a..6bc6c19d 100644 --- a/tests/resources/expected_downloads_summaries/plugins/file_convert/output.json +++ b/tests/resources/expected_downloads_summaries/plugins/file_convert/output.json @@ -1,7 +1,7 @@ { ".ytdl-sub-file_convert_test-download-archive.json": "65aa49c7345f9fc201e42ddc4a96b19b", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3-thumb.jpg": "662fcaadf6e80d63591bac19a5fdffb0", - "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.info.json": "4f1c913eb89821396b6b46bdad4daef3", + "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.info.json": "cc013e7b638b49e51970e855bcf821c8", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mp4": "390177bcc076e309d1534b8bb5afdcc7", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "cacf09ab38f9b3085da9c5af516cf22a" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/file_convert/output_custom_ffmpeg.json b/tests/resources/expected_downloads_summaries/plugins/file_convert/output_custom_ffmpeg.json index 7870cc46..2649fb5c 100644 --- a/tests/resources/expected_downloads_summaries/plugins/file_convert/output_custom_ffmpeg.json +++ b/tests/resources/expected_downloads_summaries/plugins/file_convert/output_custom_ffmpeg.json @@ -1,7 +1,7 @@ { ".ytdl-sub-file_convert_test-download-archive.json": "74813dccf4e9732e49f5dc3c2d66f3be", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3-thumb.jpg": "662fcaadf6e80d63591bac19a5fdffb0", - "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.info.json": "0b08904d595b09e9bfb45e5745d36ccf", + "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.info.json": "848617cf0fa5f9e51b929de72d594d78", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mkv": "b5f248b560f89f3f2a83fcdcd197d486", "Beyond The Guitar/Beyond The Guitar - When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "cacf09ab38f9b3085da9c5af516cf22a" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/test_chapters_sb_and_embedded_subs.json b/tests/resources/expected_downloads_summaries/plugins/test_chapters_sb_and_embedded_subs.json index d2f77235..777a1242 100644 --- a/tests/resources/expected_downloads_summaries/plugins/test_chapters_sb_and_embedded_subs.json +++ b/tests/resources/expected_downloads_summaries/plugins/test_chapters_sb_and_embedded_subs.json @@ -1,7 +1,7 @@ { ".ytdl-sub-sponsorblock_with_embedded_subs_test-download-archive.json": "40abc64a8fe93a10406bff1548a2cbe2", "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case-thumb.jpg": "b5353a824a4800cc26f884e3025ed969", - "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.info.json": "c3607a8e90ce704ea371971127065e05", - "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4": "d0d1ac72d6a968bb4fe77e79abc784c7", + "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.info.json": "970c6f6a3b34851fa6fcbe7e9b7b21d0", + "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.mp4": "03696a5cf4491c2a3649c7022801a14a", "JMC/JMC - This GPU SLIDES into this Case! - Silverstone SUGO 16 ITX Case.nfo": "b9bd35e4f260c728774d8dd31f83637c" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded.json b/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded.json index 70e44611..463a197b 100644 --- a/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded.json +++ b/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded.json @@ -1,7 +1,7 @@ { ".ytdl-sub-subtitles_embedded_test-download-archive.json": "1aa35c1d2663ac721f33f8374c00af1a", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind-thumb.jpg": "50ee47c80f679029f5d3503bb91b045a", - "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.info.json": "4300f17064b453b74e4a8746cb52d30c", + "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.info.json": "24ee80a0b78191fbc091b29901ca7067", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp4": "1f1f91f85b162c20596a2413e704b809", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.nfo": "c64964fab07574080e5da3242e3bfd48" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded_and_file.json b/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded_and_file.json index 3f9d00d9..43fc3874 100644 --- a/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded_and_file.json +++ b/tests/resources/expected_downloads_summaries/plugins/test_subtitles_embedded_and_file.json @@ -3,7 +3,7 @@ "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind-thumb.jpg": "50ee47c80f679029f5d3503bb91b045a", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.de.srt": "b343c3bb9257b7ee7ba38f570a115b37", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.en.srt": "fe8c6ee92cae6e059fd80fd61691adbe", - "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.info.json": "533b8385898008ecc77b0f9c838821c0", + "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.info.json": "b295080aa389e023026d4127e8ab0a06", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp4": "1f1f91f85b162c20596a2413e704b809", "JMC/JMC - YouTube Rewind 2019: For the Record | #YouTubeRewind.nfo": "c64964fab07574080e5da3242e3bfd48" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json index aea44d7d..53fb3fc4 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "461b6a97cc331136c6329e3af8620385", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "456d8882fc5e35d74f19b386d1d9a059", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "6ebc6ab3f783e274c809721751d09885", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.nfo": "1925f7654bf0243736c7b32bc013c0d9", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "881f00c0d2f645c65e13d669cda54856", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.nfo": "7a39d8c24ee8df26bc72ac4b2753715b", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "b66ae63de9caebf7051e0bc1dcc337cd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.nfo": "a9e5d5d21b6ca5574ffecee859413923", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "dc9ccef30e814051696407f5e9366a06", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.nfo": "7e79fad2f197644c02bfd35c29b46029", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/tvshow.nfo": "06c01e164cfffcb9334429de7324438a" diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json index e48b0807..388ae044 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "461b6a97cc331136c6329e3af8620385", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "456d8882fc5e35d74f19b386d1d9a059", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "4c0570993c679d1302682511120cdcc6", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.nfo": "1925f7654bf0243736c7b32bc013c0d9", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "c391f008661520d1d5a50f1f5fa6d8a5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.nfo": "7a39d8c24ee8df26bc72ac4b2753715b", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "34a33d73a1e7ed1cbc623b87e64e207c", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.nfo": "a9e5d5d21b6ca5574ffecee859413923", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "d50e89dc36862143d52647923c071eb2", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.nfo": "7e79fad2f197644c02bfd35c29b46029", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json index 723ac147..43d6dc80 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5b5cb7637b6d590453f84e7a806bc8ce", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "e30d83126c2c6981c936ed894a6f159b", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "61c71b0d36c023ef40177c065c753130", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.nfo": "c2e446ade2fe21cffe3e9e4b79a1ed1f", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "a16b9bd80cf8d2f656970cb7428268c8", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.nfo": "8d64a2d4c30483f6e032df52f7911dad", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "7d4a09f2fdf3d29ff5180acd86139ec6", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.nfo": "0b9391e992b88c4cef32a6892609ef4c", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "1893f07ad91a9c0f1be1cb8c711b86eb", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.nfo": "c64a1ce3eade3978ea2aeb0ed72eb5f5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/tvshow.nfo": "d9588e2b1786a1f902ef0775d7e926a4" diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json index 3ee879af..1f2d1eb2 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5b5cb7637b6d590453f84e7a806bc8ce", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "e30d83126c2c6981c936ed894a6f159b", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "39b74c0f4a1477f68d9576d6da4e45fc", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.nfo": "c2e446ade2fe21cffe3e9e4b79a1ed1f", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "58864a74ac37c35215ad208961a66ddf", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.nfo": "8d64a2d4c30483f6e032df52f7911dad", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "83d9c6ee56d4aac46b7bccfe2333d0ac", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.nfo": "0b9391e992b88c4cef32a6892609ef4c", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "f1cb274802cf7ce4eee76c2a97d40eb7", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.nfo": "c64a1ce3eade3978ea2aeb0ed72eb5f5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json index ec6cd498..9cb6b97d 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "15f967f8902f7032b50b34619ac5203e", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "05539b932348da7e949a63eb71f77efc", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "8653b760b0a98fee4a632e3cef745cd1", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.nfo": "57a07df96fb016c59a292b5cd1d22e10", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "b12e461b619f17d53b028186d45548d4", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.nfo": "473a638408eff688582ec8572ba955b2", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "0076d5c93843f695829aa75d73abdd07", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.nfo": "b1070f080d4448a08cbead85540f370d", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "5654eeb35df352fde91451b84d186467", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.nfo": "7f90134d9346efe476cc5a1e531f8ecd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/tvshow.nfo": "a2379365114b97ad60c54d2e483a48cd" diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json index 25f8cfd2..3e09de20 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "15f967f8902f7032b50b34619ac5203e", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "05539b932348da7e949a63eb71f77efc", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "3f986138fcea58adcaa249315cbc4fd7", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.nfo": "57a07df96fb016c59a292b5cd1d22e10", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "a4d06ea7efa878698ff7c39c611e0016", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.nfo": "473a638408eff688582ec8572ba955b2", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "29befce95d695807a9e4d03cdf2d11aa", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.nfo": "b1070f080d4448a08cbead85540f370d", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "cb73bb3315f4888c7ed48641ba53f04e", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.nfo": "7f90134d9346efe476cc5a1e531f8ecd", "unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json index 58cf18f1..a7bcba73 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "26846b0b2278b3e90d3ed8f28bcd5e26", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5269b5e9e4fad7b63b6fdb3fef477b1e", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "b4e2bcf515a9c2eee8830ac688391498", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.nfo": "f618eb52397bd44f7efa2ee7dae5da74", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "95d57a540c7f65968d6c61a1713c1865", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.nfo": "da44a5409d2010d47918864aefe2e5bc", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "1c5ac842be976f3f7355dd87f150b544", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.nfo": "0a08b970bfb64345ff96a8b8447479a9", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "697fc094d1ffd2897de5fafc8cafbdac", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.nfo": "f329f4258d783fc36baedf35c0e540d4", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/tvshow.nfo": "9b1f9ea06a48fb209377e6c7730c11a7" diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json index f633d636..c7467f3b 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "26846b0b2278b3e90d3ed8f28bcd5e26", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5269b5e9e4fad7b63b6fdb3fef477b1e", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "0cb42cc78972d1782a135aaa652bd225", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.nfo": "f618eb52397bd44f7efa2ee7dae5da74", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "36d633239bbee3c60dd060cb972fa502", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.nfo": "da44a5409d2010d47918864aefe2e5bc", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "6471ce86845b3cf432ea4ea5ebc3f6f8", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.nfo": "0a08b970bfb64345ff96a8b8447479a9", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "b0badf78010660429fb79d03dd78a7a1", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.nfo": "f329f4258d783fc36baedf35c0e540d4", "unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json index 655a205b..55fefe06 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "3a3edb5af8e95e80c12695599c066b2f", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "4e5ef7394c029e7fe230f82dfe134e4c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "679ac97c55cdde71ede336c387da7b25", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.nfo": "9a8129ac68f9e1b9a1e766e86b299ea7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "54275966272618a2677e3fb9720e2655", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.nfo": "a35880dc1d39def398a142ffc3bc411b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "47f43eba597e80020f0bf0add01a9f6e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.nfo": "9b724eed832dd7c96e37bc1cefca5d3f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "174c090e30b213a9ac93e946123266cf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.nfo": "50e0837f2083a35006c61b5f5ebb79e4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json index f2e1e1c5..7a8bd226 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "3a3edb5af8e95e80c12695599c066b2f", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "4e5ef7394c029e7fe230f82dfe134e4c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "b00c8eabf591afc11e6a353eb74b21ad", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.nfo": "9a8129ac68f9e1b9a1e766e86b299ea7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "27702d5aa2c7ec23fe1c1fea760c12e7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.nfo": "a35880dc1d39def398a142ffc3bc411b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "93e5f8335a7d97886f76a19a0fe166e3", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.nfo": "9b724eed832dd7c96e37bc1cefca5d3f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "f08cdf6bc392750baa0574406830193c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.nfo": "50e0837f2083a35006c61b5f5ebb79e4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json index b84262b1..2eded4d4 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "00f5e0082283e00cc5753d48116dfe94", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "c7c2427315924db344d4659a60c59bc9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "ce9838dd9ed6c4481f46ab057120ef1a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.nfo": "6eba1138f978d7e0e032a8ff11a78a20", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "5a37f01122ea218678d7999f5ecbda0b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "b24fc3a890553b8a3b3181a736e1c7bc", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.nfo": "014128496d2665bd25cbcd1b58057201", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "eaff6f2e72b3c91034e2ae94e059ab9f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.nfo": "3054d8425b5c427641f2b6d041ed60f6", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "d95c17ee09565612aa12e74885995b1a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.nfo": "0bff78c767cc262ecd417de4e5dc6d87", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "c62f096e1dfc246e20a05f03c97f8594", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.nfo": "44b60f61267af80173b12bf6f6da2a08", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "01a63472a31785ac488e7ab7dc8e858d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.nfo": "99b0bceefaa906c65eb8ad692dee99bf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "2daf41fbbc19dd0e7d757779f7516b06", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.nfo": "b4d3075e68a25f9229537ddf3427fd53", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json index 4f1ed0bb..902bcddd 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "00f5e0082283e00cc5753d48116dfe94", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "c7c2427315924db344d4659a60c59bc9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "18c37b46bf492362d843c9d713777370", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.nfo": "6eba1138f978d7e0e032a8ff11a78a20", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "aa6c035b810c33753c02c19b899ea7f2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "40e52df149ffba9220a4fed748c1b16d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.nfo": "014128496d2665bd25cbcd1b58057201", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "38a0ab0c967cb30e898e242eb6c022cf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.nfo": "3054d8425b5c427641f2b6d041ed60f6", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "3ac64e0db3cbec79a9f92ed6518542b1", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.nfo": "0bff78c767cc262ecd417de4e5dc6d87", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "39434493c338e3ecffad34c9f0b94c05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.nfo": "44b60f61267af80173b12bf6f6da2a08", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "15bde5e68265dc3e790e076cbdf8568c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.nfo": "99b0bceefaa906c65eb8ad692dee99bf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "818392f4a41e6c8bee9bcbb2b14958e7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.nfo": "b4d3075e68a25f9229537ddf3427fd53", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json index e181b048..a7224fc7 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ef0a47f8c37020fb0d3d7303921b16a4", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "809885e6c29bba06215b840516628090", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "37d155e848e1833bbb3804e023ce68af", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.nfo": "d98e09fe2cdc240f71bfce032de2718d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "504b339afa7a9ac01fe1ccfbdeefdcb9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.nfo": "0701fef77bec0832582d7ba9ef27673d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "cc77c05cde0515a5e27e13744b7fd926", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.nfo": "89b788b16e3cf45a20c6a5fcfafa130c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "7b6bcd50f9c669b05fe6bcd98e30a151", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.nfo": "93f63d6bf1d7dcc9c6cdc674164affeb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json index 6358bd29..1419da43 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ef0a47f8c37020fb0d3d7303921b16a4", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "809885e6c29bba06215b840516628090", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "6ce6a7864f2b367763c43e45877f4a69", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.nfo": "d98e09fe2cdc240f71bfce032de2718d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "0f0be6fd2c1b3a63f5304465ff0cca47", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.nfo": "0701fef77bec0832582d7ba9ef27673d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "9ca9399bd360358083cfd71824f8cd4d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.nfo": "89b788b16e3cf45a20c6a5fcfafa130c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "0486d4b0584f1ea6ec25f3ad94600b16", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.nfo": "93f63d6bf1d7dcc9c6cdc674164affeb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json index 953c50d3..821e70a7 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "4aff689b1f45b5d10285690cab54a174", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "7331c3a7cc0b43cd547b82af4ec35a3f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "1c9be57dc6248c59de3e081f484175a8", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.nfo": "a20944ff3b93d969fe24f8e8b36fdbe3", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "509470021e407046a2f62ad830867ca3", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.nfo": "1f06a876e72883b43c1b31eb70dba10c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "5f13ff08d1f7e08c251e1e62bf06f3af", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "f7033ca5ae33404f89e665ce52ee3e86", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.nfo": "01e3dae366e239640e7f27e3d40893c4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "b592c7c31957db3f45abdb3abbd25e2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.nfo": "19bacafcb4e9125bec9f804a6dc4318e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "57d8aa27a0dbf568d8ab02ed5e70de55", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.nfo": "ccdea0447b933e4e3affe6ec5aa45aae", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "d72e90688745a1558971b176e1a340c6", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.nfo": "5cb40adc85b43314bf6458f34e77e61b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "6f7e1faaa403b4601ab9bf8859f5d928", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.nfo": "237e0ff3ec6927277f7e7a4f98c51fc7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json index 7bdac4b2..445bbf63 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "4aff689b1f45b5d10285690cab54a174", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "7331c3a7cc0b43cd547b82af4ec35a3f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "3d560f5a5e95ba410ba12ce796fc9ab9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.nfo": "a20944ff3b93d969fe24f8e8b36fdbe3", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "e9dfd32a7e08d04bfbb8a3b8c562532b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.nfo": "1f06a876e72883b43c1b31eb70dba10c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "459e68c33a00f4bc3617d2aac697210c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "e6cf1d34cbc5b440679b88dbe9b94049", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.nfo": "01e3dae366e239640e7f27e3d40893c4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "982fa3139843a2db5bb5905d3240c185", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.nfo": "19bacafcb4e9125bec9f804a6dc4318e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "75591822c50844cf261e75f7500d78c9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.nfo": "ccdea0447b933e4e3affe6ec5aa45aae", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "6e822c7b358befe8c90029e980aafa7c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.nfo": "5cb40adc85b43314bf6458f34e77e61b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "74afb5ee803e81cfc1e12fd330ff9309", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.nfo": "237e0ff3ec6927277f7e7a4f98c51fc7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json index bae5d487..561b5742 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "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": "15b958e8002404444f174d2b6f2599cb", + "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": "ede1deeba072bae50f7f7039deca0543", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "5799fb353317850da98b39d1aac7b79f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 20-3.nfo": "a36e38ad59df8bded30088536d84ebc4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "ebe2061c3ae7dffe1cdd233d77a6e8db", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 20-2.nfo": "a291af8fe16b1f299ac2300750328f53", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "171bf002975013bdc641e78c07325a3a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 20-1.nfo": "edadbfb231f45c802411cc4455f7a2bf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "93bc8981df0edb669bab9323b4aa6921", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 21-1.nfo": "08aec54e062efb6805c0f5c58b630131", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json index 853c6ee2..a1c36627 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json @@ -1,15 +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": "15b958e8002404444f174d2b6f2599cb", + "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": "ede1deeba072bae50f7f7039deca0543", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "ded15b432867e969891f5106f24c6f58", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 20-3.nfo": "a36e38ad59df8bded30088536d84ebc4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "230e59c3e75e5b5904b7054f39fa5263", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 20-2.nfo": "a291af8fe16b1f299ac2300750328f53", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "70d92b87190f50bd9e8251546e06edb5", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 20-1.nfo": "edadbfb231f45c802411cc4455f7a2bf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "7d8e63ecae8bfcd0aa489e298c041b85", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 21-1.nfo": "08aec54e062efb6805c0f5c58b630131", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json index 9dca83b8..991fa999 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "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": "b7cd1b5ea313b03ac283d5974878052a", + "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": "9b9e26ff3d036f450501bf5adb979aeb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "9e5ecb348ae837a84b2f6f70dfbd42d3", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 20-7.nfo": "1b62ea9dfd8c7c72450e08be11d5f475", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "9aaf3c4586d869042a59ffaec142f0a9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 20-6.nfo": "a25eccc9148803dd3e7ef562454525ac", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "e1c768b00e6beb6ae73c6895e2ccd280", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 20-5.nfo": "bade06f775dbc7dcd78a05401787568f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "44a5589baba95fec458c2d8fceeaa131", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 20-4.nfo": "519a116ad532dcb5766341ba3e0561c7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "c7dd13cd42f971cd073faf2a87d06dba", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 20-3.nfo": "d11af1164318f6b808e3be82dd7d8de5", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "6b590ce3dfbd2d4b237ff2847de23805", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 20-2.nfo": "95642748ab236e4ceaf5e99498cf9370", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "ea2fc00c367e834b4904510c1153fbc7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 20-1.nfo": "48943588e41681e2d6991cca776ef662", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "fe8cd3afac1fe40b56fcbc9d0ef9b8e5", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 21-1.nfo": "8b5963cf45877c576de8f533171ebaf2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json index 9cea25f4..a5ca6851 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "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": "b7cd1b5ea313b03ac283d5974878052a", + "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": "9b9e26ff3d036f450501bf5adb979aeb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "a072ea3e6f8c351be0f8bc602db9c2b5", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 20-7.nfo": "1b62ea9dfd8c7c72450e08be11d5f475", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "698d1f72bb3bb102b204d6eeb9bb97c0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 20-6.nfo": "a25eccc9148803dd3e7ef562454525ac", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "b327dc6b22a87d1c05939ac5e8771275", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 20-5.nfo": "bade06f775dbc7dcd78a05401787568f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "7361c5bee41868f52c8314cb18a53c2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 20-4.nfo": "519a116ad532dcb5766341ba3e0561c7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "61c247d65fa5d38058d493beada22db9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 20-3.nfo": "d11af1164318f6b808e3be82dd7d8de5", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "070708e9eb3341cec583b12b04f07c05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 20-2.nfo": "95642748ab236e4ceaf5e99498cf9370", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "a6d489b50051512201cea093eeaaaf1a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 20-1.nfo": "48943588e41681e2d6991cca776ef662", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "1a2a69dfcaa7620434378c922cd42572", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 21-1.nfo": "8b5963cf45877c576de8f533171ebaf2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json index a47c052f..4bb10c3c 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "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": "8fbc84dca105a996c624b98280cbfdf8", + "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": "e26598ffd47b150e6bf09e5490546e94", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "f7a781b70dd4940367a9e722a57357c7", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 21-1.nfo": "7db44b51e23c9837643e8673d1283508", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "7d79c4e9ddab1441bd16214e56e68b03", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 20-1.nfo": "3bb75efbd42767816433b91e7a9831a1", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "0487e0900b5ab0044b1551b1ffc4d793", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 20-2.nfo": "ab53bc2d39b3fe8c48c9a2778e294ba4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "ba842e258f7ec4e6cc215e79f9e26a92", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 20-3.nfo": "0bda771e2b8b36add309ea42f331cbc4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json index 314fd079..40d70b18 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json @@ -1,15 +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": "8fbc84dca105a996c624b98280cbfdf8", + "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": "e26598ffd47b150e6bf09e5490546e94", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "4cf9fb0d9cdce3eae0c940bfb9940c3c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 21-1.nfo": "7db44b51e23c9837643e8673d1283508", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "f2edfbe1ce98ae77c99b6cae199f511a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 20-1.nfo": "3bb75efbd42767816433b91e7a9831a1", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "5edeb166d1c0abd3a3c7e25d93361112", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 20-2.nfo": "ab53bc2d39b3fe8c48c9a2778e294ba4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "101c825ef68c6c33df46f8a41eff5767", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 20-3.nfo": "0bda771e2b8b36add309ea42f331cbc4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json index 40156f26..4ff1436e 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "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": "5dd9159157ff37ab44e36233dc1dc0a4", + "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": "2990d95213df5a6c87825a28daa970f4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "62333bad2f4ecf0fc4f2c2466f2cde1d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 20-4.nfo": "4c7e90f8299dc8937db757b9b6c36bd6", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "b3852c3a7c5b73d150cc06c3b48bc70a", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 20-5.nfo": "5fa52bcd59ed344c6c27e8dd9352c292", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "a8fdfda3242215828f3c1e5bbc659a1b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 20-6.nfo": "ec78bfbb517097f0189803a1c8e8625e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "a846df49b7fc097efc1e4affc487b0e8", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 20-7.nfo": "615f8e861c468182f1c1f14403484291", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "46d669a3b0fd170249902764795842b1", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 21-1.nfo": "a0370f0b5d293588ab19fea2d8fe761d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "1f43b6800630c31a0428a1d4907cc686", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 20-1.nfo": "015251bbd9010955553dfdd6df510107", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "1806a5eeda351364fb9fd687820f76f9", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 20-2.nfo": "622464af168f066ca0129ac7de341a2b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "64906c4c414d48143a1bf7d2fbd3d96e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 20-3.nfo": "53b6d9b4580a28c0a6b6ff4d770b1eaf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json index df645f4e..c7016dd9 100644 --- a/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "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": "5dd9159157ff37ab44e36233dc1dc0a4", + "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": "2990d95213df5a6c87825a28daa970f4", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "d0615a4f805a3b9a9d1057cee7e64a04", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 20-4.nfo": "4c7e90f8299dc8937db757b9b6c36bd6", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "30e90de41230b5ad23818e2b58df2192", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 20-5.nfo": "5fa52bcd59ed344c6c27e8dd9352c292", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "61d972df6c9ce0565fcea2f167fd920b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 20-6.nfo": "ec78bfbb517097f0189803a1c8e8625e", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "4eae7841d438e55fded0a2f8dd720fea", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 20-7.nfo": "615f8e861c468182f1c1f14403484291", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "a57be303ec91b769145c688b7cbc49ca", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 21-1.nfo": "a0370f0b5d293588ab19fea2d8fe761d", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "538f7967fde5e96e799a5bd8ea23407f", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 20-1.nfo": "015251bbd9010955553dfdd6df510107", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "bf25fd3524a7958ac6d3122b5a19aa21", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 20-2.nfo": "622464af168f066ca0129ac7de341a2b", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "12299a40581133affac20aa9d9a3a1b0", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 20-3.nfo": "53b6d9b4580a28c0a6b6ff4d770b1eaf", "unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json index 21724ffd..c802bc36 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "461b6a97cc331136c6329e3af8620385", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "456d8882fc5e35d74f19b386d1d9a059", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "c71ca6bdd71f2204a4c1b33fde90d34f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.nfo": "1925f7654bf0243736c7b32bc013c0d9", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "70ef96de5a859563d09c5aaf7ddbe3f3", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.nfo": "7a39d8c24ee8df26bc72ac4b2753715b", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "bfcbcab3d0c526c655900166a3ab2f16", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.nfo": "a9e5d5d21b6ca5574ffecee859413923", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "fcfa3003350e946258a5c0dc1f1c316b", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.nfo": "7e79fad2f197644c02bfd35c29b46029", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/tvshow.nfo": "d4bd1c7249a8b8369bf4c2b1681ef87e" diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json index 2a9073a0..51360c8d 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "461b6a97cc331136c6329e3af8620385", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "456d8882fc5e35d74f19b386d1d9a059", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "5708682229fb8f0de3dc15cae190b3c6", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.nfo": "1925f7654bf0243736c7b32bc013c0d9", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "df27ec8e01a76ffe9b0f7ae6d63539ee", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.nfo": "7a39d8c24ee8df26bc72ac4b2753715b", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "ef235e8cbf8227ad76c0a40e037c6078", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.nfo": "a9e5d5d21b6ca5574ffecee859413923", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "7fe47b3d1c036cb02fecf14095652ac8", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.nfo": "7e79fad2f197644c02bfd35c29b46029", "unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json index fa07d67a..67bf25af 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5b5cb7637b6d590453f84e7a806bc8ce", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "e30d83126c2c6981c936ed894a6f159b", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "75c19a4eb29f1653436c6936ac74e441", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.nfo": "c2e446ade2fe21cffe3e9e4b79a1ed1f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "2b841a0f64843541af8dd2f2859b2855", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.nfo": "8d64a2d4c30483f6e032df52f7911dad", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "80abee6cb7499371ca37d28d54ed2586", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.nfo": "0b9391e992b88c4cef32a6892609ef4c", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "723fa7aaece778bfa179b3264a6d7363", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.nfo": "c64a1ce3eade3978ea2aeb0ed72eb5f5", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/tvshow.nfo": "8c3082c70385646825da418fca63d70d" diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json index 338d49c2..8b941b18 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5b5cb7637b6d590453f84e7a806bc8ce", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "e30d83126c2c6981c936ed894a6f159b", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "483c8f12a23bc2cc99951d2033b74f71", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.nfo": "c2e446ade2fe21cffe3e9e4b79a1ed1f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "13e1ddadf1615cc9910e0cbefc419dfc", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.nfo": "8d64a2d4c30483f6e032df52f7911dad", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "84118ad7a29e0819ef52cb2a1aad0130", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.nfo": "0b9391e992b88c4cef32a6892609ef4c", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "4f98bc1137f557c3ba2051bcfc619fab", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.nfo": "c64a1ce3eade3978ea2aeb0ed72eb5f5", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json index a969e748..e74e9050 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "15f967f8902f7032b50b34619ac5203e", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "05539b932348da7e949a63eb71f77efc", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "7f6e9136cb93263dbe1435bc2845cc30", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.nfo": "57a07df96fb016c59a292b5cd1d22e10", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "121821c2bc979e2e4fd8145980081bf7", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.nfo": "473a638408eff688582ec8572ba955b2", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "60bd22ca550e63aa275a3babd3ec5fef", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.nfo": "b1070f080d4448a08cbead85540f370d", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "ed89e3572e1e417d48fdfdc8b36a01c6", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.nfo": "7f90134d9346efe476cc5a1e531f8ecd", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/tvshow.nfo": "92d2dfb37f91705e864cdbe7ec772ffd" diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json index 434e73b7..8df5c300 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "15f967f8902f7032b50b34619ac5203e", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "05539b932348da7e949a63eb71f77efc", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "1c8b5df84e74244d4a9082999ac95a68", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.nfo": "57a07df96fb016c59a292b5cd1d22e10", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "e2a4357af40fc1426aab1012c1879399", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.nfo": "473a638408eff688582ec8572ba955b2", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "30bcc90a0070c0d20b17765290a237c2", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.nfo": "b1070f080d4448a08cbead85540f370d", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "04de61a89d05b84e5f5198214d49c974", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.nfo": "7f90134d9346efe476cc5a1e531f8ecd", "unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json index 7a24fa4e..3443cfb7 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "26846b0b2278b3e90d3ed8f28bcd5e26", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "5269b5e9e4fad7b63b6fdb3fef477b1e", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "a8f4e4fada544e31c60ce0169bd1b8d7", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.nfo": "f618eb52397bd44f7efa2ee7dae5da74", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "a657874f238dfa571f8b2cd082068603", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.nfo": "da44a5409d2010d47918864aefe2e5bc", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "b6c21e7645d23ca2c8e78dfbb3b99ca4", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.nfo": "0a08b970bfb64345ff96a8b8447479a9", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "f6f34a86d1b2d3b1ae8bcdf568328efc", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.nfo": "f329f4258d783fc36baedf35c0e540d4", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/tvshow.nfo": "f97c3259ee6066d4be5c9296d1382604" diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json index f4a934f0..67a6c242 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "26846b0b2278b3e90d3ed8f28bcd5e26", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "5269b5e9e4fad7b63b6fdb3fef477b1e", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "76f459fe5a8eb2ecf0ba37c8aa90614a", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.nfo": "f618eb52397bd44f7efa2ee7dae5da74", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "26a294be20440aac102c995a3a41064b", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.nfo": "da44a5409d2010d47918864aefe2e5bc", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "cd598801ad58624135670e3c6ddfdc8b", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.nfo": "0a08b970bfb64345ff96a8b8447479a9", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "49d5ddc96b8b3d6d44db8c2f943f83be", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.nfo": "f329f4258d783fc36baedf35c0e540d4", "unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json index bbf1631a..88ba170f 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "3a3edb5af8e95e80c12695599c066b2f", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "4e5ef7394c029e7fe230f82dfe134e4c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "0a75dc9f17e0995331d489b1411c63b5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.nfo": "9a8129ac68f9e1b9a1e766e86b299ea7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "4639e93553fdb1f05ad05f7df1ed299e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.nfo": "a35880dc1d39def398a142ffc3bc411b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "42276d78488a902b9d2310fcb2107c5f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.nfo": "9b724eed832dd7c96e37bc1cefca5d3f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "294504e73541ec4817206be215a37902", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.nfo": "50e0837f2083a35006c61b5f5ebb79e4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json index 340adc70..b3b46dfe 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "3a3edb5af8e95e80c12695599c066b2f", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "4e5ef7394c029e7fe230f82dfe134e4c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "0fc4b5a48978a80b4962dfda934b910c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.nfo": "9a8129ac68f9e1b9a1e766e86b299ea7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "1bbd940dc3eadd8fffd1bb157056cd17", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.nfo": "a35880dc1d39def398a142ffc3bc411b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "d2be185673fc77d767500a263680c7cc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.nfo": "9b724eed832dd7c96e37bc1cefca5d3f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "70d78ad932db505935534a622e459867", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.nfo": "50e0837f2083a35006c61b5f5ebb79e4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json index b8a1123f..25fccb9f 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "00f5e0082283e00cc5753d48116dfe94", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "c7c2427315924db344d4659a60c59bc9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "bf6cf44fd11530bc164da3ab92cef0e4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.nfo": "6eba1138f978d7e0e032a8ff11a78a20", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "90f0e434339a93bc25a9844bda8986e7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "0c15b2e80ad3f39f8fc12aab6ad8866d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.nfo": "014128496d2665bd25cbcd1b58057201", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "8056c2c45afb243505433f7be485ce1e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.nfo": "3054d8425b5c427641f2b6d041ed60f6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "a3646a22f747ed73c297f4a5e816399d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.nfo": "0bff78c767cc262ecd417de4e5dc6d87", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "23188d27aa25dd12bd06aa4554e92eb5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.nfo": "44b60f61267af80173b12bf6f6da2a08", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "49850399b2931fe8af30e26b0bbd3672", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.nfo": "99b0bceefaa906c65eb8ad692dee99bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "60e2b121e12e2ea02d0d872a403fc254", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.nfo": "b4d3075e68a25f9229537ddf3427fd53", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json index 2adb47e2..b7de81dd 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "00f5e0082283e00cc5753d48116dfe94", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "c7c2427315924db344d4659a60c59bc9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "3aff893226a9eee1234ceba025a4f141", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.nfo": "6eba1138f978d7e0e032a8ff11a78a20", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "26ef0f98161c56b668f56a3c1929f917", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "e2f94b0227f956abe6c715f6587303b5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.nfo": "014128496d2665bd25cbcd1b58057201", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "bafd4db28da0305f13afac407c4a55bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.nfo": "3054d8425b5c427641f2b6d041ed60f6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "b35cfbf00d7e2f1c41bf8d7f6b608565", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.nfo": "0bff78c767cc262ecd417de4e5dc6d87", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "05467dee1a93a4241f1e3aef7b34f399", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.nfo": "44b60f61267af80173b12bf6f6da2a08", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "faf20c81770813b0709bd7bf96ce64cc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.nfo": "99b0bceefaa906c65eb8ad692dee99bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "958042ba64e468d9478009df093deecb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.nfo": "b4d3075e68a25f9229537ddf3427fd53", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json index 1507282d..c9fed1f3 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ef0a47f8c37020fb0d3d7303921b16a4", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "809885e6c29bba06215b840516628090", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "c837e30e7b238353567ebcf38d4a8300", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.nfo": "d98e09fe2cdc240f71bfce032de2718d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "aa8677cc2f8f684e5ed19ec0584b2e95", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.nfo": "0701fef77bec0832582d7ba9ef27673d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "f16e0b29dbe63dc22f71b0d8058a04dc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.nfo": "89b788b16e3cf45a20c6a5fcfafa130c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "b73469bd7866e26f55d7f705cbb88b53", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.nfo": "93f63d6bf1d7dcc9c6cdc674164affeb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json index bc7eaf05..e8e36b01 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json @@ -1,15 +1,19 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ef0a47f8c37020fb0d3d7303921b16a4", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "809885e6c29bba06215b840516628090", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "b018c6f2c187e434861ed7826f3923d5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.nfo": "d98e09fe2cdc240f71bfce032de2718d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "0117980f361748b25719bbe1922f006d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.nfo": "0701fef77bec0832582d7ba9ef27673d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "9f4d83a80fb0b6ebec9393dd64e4f2d5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.nfo": "89b788b16e3cf45a20c6a5fcfafa130c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "9738f9e4d1c7fb070abb264fc3f311a2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.nfo": "93f63d6bf1d7dcc9c6cdc674164affeb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json index db249708..60243f97 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "4aff689b1f45b5d10285690cab54a174", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "7331c3a7cc0b43cd547b82af4ec35a3f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "e1191ed17ab7695751e0a757f6942da7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.nfo": "a20944ff3b93d969fe24f8e8b36fdbe3", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "f035f55cdcaae0265d0e5bf84b724974", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.nfo": "1f06a876e72883b43c1b31eb70dba10c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "219cfe60dd2b07397f02532b152be529", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "9907307b1cfbb8f2deac28b4546f4c0f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.nfo": "01e3dae366e239640e7f27e3d40893c4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "017bbc216a1be7635311b3ea5ce6ead9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.nfo": "19bacafcb4e9125bec9f804a6dc4318e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "07f2048a754ae43e9845489e29f9461f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.nfo": "ccdea0447b933e4e3affe6ec5aa45aae", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "c09e1b1500b30f4c6d12c7cb5e2bd15d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.nfo": "5cb40adc85b43314bf6458f34e77e61b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "a705c87a8f6a5895c111ddd574674df2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.nfo": "237e0ff3ec6927277f7e7a4f98c51fc7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json index e731ced0..1be8dbea 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "4aff689b1f45b5d10285690cab54a174", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "7331c3a7cc0b43cd547b82af4ec35a3f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "eea264e099a173d7a80cb7e682b54aa0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.nfo": "a20944ff3b93d969fe24f8e8b36fdbe3", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "1be107290881aae94b749c3949618c26", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.nfo": "1f06a876e72883b43c1b31eb70dba10c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "0d3fabec9649ea49a787338c07994150", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.nfo": "ec8d3183eb5cde222f50d61a8cfebc0c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "689dbd9801ee73c422b90d7f1a85a5f6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.nfo": "01e3dae366e239640e7f27e3d40893c4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "841b62f3698b202c9408501c06ec8047", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.nfo": "19bacafcb4e9125bec9f804a6dc4318e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "4ba61336d4a839b51e73119d852eaf1f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.nfo": "ccdea0447b933e4e3affe6ec5aa45aae", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "c33f56eb1c033e1fab35d823ca79038a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.nfo": "5cb40adc85b43314bf6458f34e77e61b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "28669355dd47687fdb9f5954b177e12b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.nfo": "237e0ff3ec6927277f7e7a4f98c51fc7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json index f324b193..998e0980 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "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": "15b958e8002404444f174d2b6f2599cb", + "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": "ede1deeba072bae50f7f7039deca0543", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "e82c34f5a5d2237764c3a0dd07f45fb2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 20-3.nfo": "a36e38ad59df8bded30088536d84ebc4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "a7a1e08003cdd2297952887b35001804", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 20-2.nfo": "a291af8fe16b1f299ac2300750328f53", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "54996c350e0d7ae43b1797e8ec76b586", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 20-1.nfo": "edadbfb231f45c802411cc4455f7a2bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "49483d43e7383f7e89d8b0089887fc12", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 21-1.nfo": "08aec54e062efb6805c0f5c58b630131", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json index 6efb0f03..b119c41d 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json @@ -1,15 +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": "15b958e8002404444f174d2b6f2599cb", + "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": "ede1deeba072bae50f7f7039deca0543", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "267147ded841cdf00ef0d2a053af16fe", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 20-3.nfo": "a36e38ad59df8bded30088536d84ebc4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "38371cf1f74a2ced0aec4ff1bd8826cb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 20-2.nfo": "a291af8fe16b1f299ac2300750328f53", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "34bbf591ec89596ac2ad31fb431b7634", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 20-1.nfo": "edadbfb231f45c802411cc4455f7a2bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "9b6477fc6dd68170251d48e374a59511", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 21-1.nfo": "08aec54e062efb6805c0f5c58b630131", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json index 3c785933..05af9437 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "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": "b7cd1b5ea313b03ac283d5974878052a", + "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": "9b9e26ff3d036f450501bf5adb979aeb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "2e09ff9bcb3de67cf5cf554f496bc0c4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 20-7.nfo": "1b62ea9dfd8c7c72450e08be11d5f475", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "26724ad0c588e86483095bd649eb3ea4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 20-6.nfo": "a25eccc9148803dd3e7ef562454525ac", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "06ce771a9758c1a15c6b6ae1b1d8a8d1", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 20-5.nfo": "bade06f775dbc7dcd78a05401787568f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "7ef0ba8c120fb1c77854cbe73a141861", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 20-4.nfo": "519a116ad532dcb5766341ba3e0561c7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "e58384cd7c976ba4512a1c4ef51697fe", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 20-3.nfo": "d11af1164318f6b808e3be82dd7d8de5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "3330e65b14f394ec04559a2380148579", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 20-2.nfo": "95642748ab236e4ceaf5e99498cf9370", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "b5d94a94244cab0b39917b280e48009e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 20-1.nfo": "48943588e41681e2d6991cca776ef662", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "8e60306c60cb388d3896a469992a7390", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 21-1.nfo": "8b5963cf45877c576de8f533171ebaf2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json index ed667d31..532a8c51 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "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": "b7cd1b5ea313b03ac283d5974878052a", + "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": "9b9e26ff3d036f450501bf5adb979aeb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "095061be45acdd16349290b5d66c4660", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 20-7.nfo": "1b62ea9dfd8c7c72450e08be11d5f475", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "37b6e32f1db69075c35bb6f2a2d7169e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 20-6.nfo": "a25eccc9148803dd3e7ef562454525ac", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "611eab1649833345b5c6a675d30caa37", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 20-5.nfo": "bade06f775dbc7dcd78a05401787568f", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "bb5dbb702e589637cdca79167925b032", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 20-4.nfo": "519a116ad532dcb5766341ba3e0561c7", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "41702e8fe46b63572948f4ac0c3db124", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 20-3.nfo": "d11af1164318f6b808e3be82dd7d8de5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "99993ebf1ac0c975214b1a4da4e98edd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 20-2.nfo": "95642748ab236e4ceaf5e99498cf9370", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "b754d6287efba94d8a387251fc96b97b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 20-1.nfo": "48943588e41681e2d6991cca776ef662", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "3c7854c36d6f0d1a1cd4b280ba4da1de", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 21-1.nfo": "8b5963cf45877c576de8f533171ebaf2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json index 4582ee59..1526f99e 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json @@ -1,15 +1,19 @@ { - "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": "8fbc84dca105a996c624b98280cbfdf8", + "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": "e26598ffd47b150e6bf09e5490546e94", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "b3296bfeadae4f685bb8ed405251312b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 21-1.nfo": "7db44b51e23c9837643e8673d1283508", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "de8665467a51f47f19a248005bc971e9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 20-1.nfo": "3bb75efbd42767816433b91e7a9831a1", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "503b7c9c1e8f332ba0c7eeea39fbb3cd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 20-2.nfo": "ab53bc2d39b3fe8c48c9a2778e294ba4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "67cb0e839be5c08cfe43985cdd18da00", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 20-3.nfo": "0bda771e2b8b36add309ea42f331cbc4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json index fa6b014d..d29a9263 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json @@ -1,15 +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": "8fbc84dca105a996c624b98280cbfdf8", + "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": "e26598ffd47b150e6bf09e5490546e94", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "4a332eb86707ae5b1af3705104e0f6b6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 21-1.nfo": "7db44b51e23c9837643e8673d1283508", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "7d95e77dec9ee4829626cbb411b0d8ea", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 20-1.nfo": "3bb75efbd42767816433b91e7a9831a1", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "02b3b487b60e718e5b7eb95906624553", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 20-2.nfo": "ab53bc2d39b3fe8c48c9a2778e294ba4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "44d796e7fea2b41d5fcdb52f050469cf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 20-3.nfo": "0bda771e2b8b36add309ea42f331cbc4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json index 010bd613..cb7c5e7e 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json @@ -1,27 +1,35 @@ { - "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": "5dd9159157ff37ab44e36233dc1dc0a4", + "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": "2990d95213df5a6c87825a28daa970f4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "28faccb75bb6a250283f65bbac7f02bf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 20-4.nfo": "4c7e90f8299dc8937db757b9b6c36bd6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "2fd34d8ec917242037a196a665c672d8", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 20-5.nfo": "5fa52bcd59ed344c6c27e8dd9352c292", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "f516b65e5fda701c1b6e096cdbb3c947", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 20-6.nfo": "ec78bfbb517097f0189803a1c8e8625e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "0c73ac5ba323e3fbffebf848342a0c0c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 20-7.nfo": "615f8e861c468182f1c1f14403484291", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "04ef5ca646ff0c4d61f21ed85ff41bf5", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 21-1.nfo": "a0370f0b5d293588ab19fea2d8fe761d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "74f9c5b3732ee92929f41582f66ed79d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 20-1.nfo": "015251bbd9010955553dfdd6df510107", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "b90b72f4f101dd83f6b123efd3f1b1e8", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 20-2.nfo": "622464af168f066ca0129ac7de341a2b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "7e202e0e286bdcbfed61223f41173bc8", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 20-3.nfo": "53b6d9b4580a28c0a6b6ff4d770b1eaf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/season01-poster.jpg": "e80c508c4818454300133fe1dc1a9cd7", diff --git a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json index 20b5b174..2c09f627 100644 --- a/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json @@ -1,27 +1,35 @@ { - "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": "5dd9159157ff37ab44e36233dc1dc0a4", + "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": "2990d95213df5a6c87825a28daa970f4", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "a359bface598e0cf2ccb69acec307af3", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 20-4.nfo": "4c7e90f8299dc8937db757b9b6c36bd6", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "6db076cacb92cba2c776ae919e9ee0dd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 20-5.nfo": "5fa52bcd59ed344c6c27e8dd9352c292", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "3a1faf6ab75e98db99b5eb5a2d65400a", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 20-6.nfo": "ec78bfbb517097f0189803a1c8e8625e", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "51dbefaf438a432c9259d86baa6da998", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 20-7.nfo": "615f8e861c468182f1c1f14403484291", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "35f37d7d72f3b851f8be99944ad12e04", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 21-1.nfo": "a0370f0b5d293588ab19fea2d8fe761d", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "2ed8a29ba66e971e2e5e42423d8fa4fc", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 20-1.nfo": "015251bbd9010955553dfdd6df510107", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "6c0c67fb333abbb515d98148dd2e7585", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 20-2.nfo": "622464af168f066ca0129ac7de341a2b", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "ae8560a2c606e7bd760d5fe99fea4931", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 20-3.nfo": "53b6d9b4580a28c0a6b6ff4d770b1eaf", "unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json index cd36c297..604f11e8 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.json @@ -1,11 +1,15 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "35f1b38959883eea88a19b23b2a75daa", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0011c85c3339ac1301d80be2f3330e67", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "4dd48d18fae59da7be892e7670005b05", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "15850017e39ab42fdbd42f631c9d2f1a", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "43b26202ac01439f5825569a34b40cc8", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "c89144cfc5bcf5eb7dfbfec3a27efbd6" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json index 8275b026..97cb4f4e 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "35f1b38959883eea88a19b23b2a75daa", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0011c85c3339ac1301d80be2f3330e67", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000001 - Mock Entry 20-3.mp4": "a4a8d974f60ba43743b2b279558b118a", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000002 - Mock Entry 20-2.mp4": "b7b7950edc5284f71342770f8f367be5", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2020/s2020.e000003 - Mock Entry 20-1.mp4": "cb613f6423633676edabd022c484a441", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/Season 2021/s2021.e000004 - Mock Entry 21-1.mp4": "e10d0e9f344644cfdecfe56e89f3ca33", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json index ba2d1fac..15389d9a 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.json @@ -1,11 +1,15 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "867ea54cd2bf553e1a38a7a0e349eba7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "6cd67e6b935bc5b2521f6ed0fa2ea2ed", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "570a22cb17e4d735446f8224427a7cc2", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "d6c730fa8c395bc5954df8855d8c8433", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "c48195037e25d1ce2614511db3175e2a", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "0fcb6ad79eba92e2553f9ba56d678e7d" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json index 9074e177..d31e40f9 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "867ea54cd2bf553e1a38a7a0e349eba7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "6cd67e6b935bc5b2521f6ed0fa2ea2ed", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080701 - Mock Entry 20-3.mp4": "b298f9df985bd1b4c522a09c2734f015", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080801 - Mock Entry 20-2.mp4": "bdc9d2e8108ce36a703c9edd1623af2a", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2020/s2020.e080802 - Mock Entry 20-1.mp4": "bba1fe14ae82dac156b0454c13cd182a", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/Season 2021/s2021.e080801 - Mock Entry 21-1.mp4": "3a16f84c25790deaab1f277d74be1450", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json index 8f2ae5ba..ac80d91b 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.json @@ -1,11 +1,15 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "eb2f9fefd96511802d881b52e7ec8354", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "67e328c022b6600c1741819c30ec9dc4", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "bb660a9194399ed9a2974bcfe7b5d36d", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "f689efd3ce666049f8c57264b9e86017", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "c73988f203bba2baa0a2166bd7d390e5", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "3372448f11d0977b526486eda646e642" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json index 47ecb292..45116710 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "eb2f9fefd96511802d881b52e7ec8354", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "67e328c022b6600c1741819c30ec9dc4", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14698 - Mock Entry 20-1.mp4": "1d5c8d25001115ac16ab9aeb4af916ba", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14699 - Mock Entry 20-2.mp4": "0b332e5f5dff3f934e5006ea7c736386", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2020/s2020.e14799 - Mock Entry 20-3.mp4": "04a37797a5bea00e4874f3f1262c4cd7", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/Season 2021/s2021.e14699 - Mock Entry 21-1.mp4": "fa82e2bae222254ba9d5ed671347d739", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json index 1394edc2..146bf102 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.json @@ -1,11 +1,15 @@ { - "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "c79640fe88ca02d1705fccce3ceef35f", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0091219325d5ad7dff2e2b007e943ab9", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "767becf5089cb8d78733fae775cfa0b8", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "3557ebca4fc142c88a1cbfb6865e026a", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "b3302ca1707c6f094aa73a9945ccd67f", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "0071a257629bbe7cc258dc969bc28432", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "e64cd6d38eb40dc162452b3af015d7d5", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "87ef602df445e87312c95bc9450bb8af", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "0a8d64938875b9a4309640b056385d27", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "092f8d370ed4fa705e2925861e57904b" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json index 1255a01e..0806b2a2 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "c79640fe88ca02d1705fccce3ceef35f", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0091219325d5ad7dff2e2b007e943ab9", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.info.json": "f06cb6e3c98db7c38deaa55cbf5fa9cd", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0701 - Mock Entry 20-3.mp4": "d2d87a72384a4f9ab90da1f37e3c21c2", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.info.json": "d25e1c92a347d1b017cb42bab1e33817", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0801 - Mock Entry 20-2.mp4": "91c19dc1d22c36bb30ea7e30374c7134", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.info.json": "f41537fe43b0f949d75236d4fb0a9a85", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202008/s202008.e0802 - Mock Entry 20-1.mp4": "0fa76ef323eae63de6831ba833d80e7d", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.info.json": "2873b1e109ea6292306a1113eef56bbb", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/Season 202108/s202108.e0801 - Mock Entry 21-1.mp4": "b1d7325e7e51d179921c896f5672274c", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json index 1e1a47c1..9d2c2278 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "0654144816d327d38bb93098496edeef", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "4b6e65b4614cbabb1148807439e3899a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "36281ee0594732acca75716e825970be", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "8b38c0735c1b10e35e4aed53505907fb", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "1693ef1033841a18881017006e7d22be", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "8a2df1aae59c1d151a96c600f758c029" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json index 9739e5c6..41a93a88 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.json @@ -1,13 +1,17 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "0654144816d327d38bb93098496edeef", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "4b6e65b4614cbabb1148807439e3899a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 21-1.mp4": "7783987d5e01cdea9002ac3214a96629", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-1.mp4": "6a61c815d717f5373b77dfec442fd1d7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-2.mp4": "f2c0a829a452e9e09560d11ae46622a6", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-3.mp4": "c1050906cb8876adb4125dd4091c5bf1", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json index bcb7de17..da45c60b 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.json @@ -1,21 +1,29 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "1b290bed052663a1d012c166bbd7b8dc", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "b1895370af1c9b8777354cdd809f2d4d", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "28b1566802ddd590034dac56c800726b", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "c5f7544a15fd4c2d25825fd1281cea7d", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "e3eb3b03618f9f6c5169c60bb6b2bf2c", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "54dea7ce21a711269b05d6652afba403", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "c70056ebf542d7451027be05b6462e8a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "72a3bea75cc76ce79cf4ea13d3d398d3", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "8a21f670c7646112c0572b56f754dfb5", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "62140f7ad45f55494311e0574fcbe495" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json index b64afd92..7242f6bc 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.json @@ -1,22 +1,30 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "1b290bed052663a1d012c166bbd7b8dc", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "b1895370af1c9b8777354cdd809f2d4d", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-4.mp4": "d0e3ffcae44bb7120a0a2108b64fe8e6", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "e5ebcd04c9ee5d33a9e6171665eb082d", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-6.mp4": "2c2b462040e2f7c81e1f7a1b6616496c", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 01/s01.e000005 - Mock Entry 20-7.mp4": "142357a952524dc952e7b78ccea8cc66", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 21-1.mp4": "f77f2e3d95626a034771d4539b47e450", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-1.mp4": "d26b7d784f850db56953cd961250704f", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-2.mp4": "d95413b083a1d956a253dfd0ee1e19f3", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 20-3.mp4": "5562f1cfe6834eb3561e4406493cddb6", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json index f880211d..9b332dd7 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.json @@ -1,12 +1,16 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ef65384cc565a236e35e2c27e1b2b020", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "ba324b2c6532fe9d8fbe03e0dd6d0410", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "e67a9353fc80d30c6770079d72a0f183", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "e4081080486abd25171dfd6bc0ba5b6a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "91453dc87201f547c637d85159d8907a", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "141f68979e931b65e642869e8ce6a504" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json index 08070e41..1ea6314e 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.json @@ -1,13 +1,17 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ef65384cc565a236e35e2c27e1b2b020", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "ba324b2c6532fe9d8fbe03e0dd6d0410", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-3.mp4": "671052a4c73fe55836f901f2ed8739f0", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-2.mp4": "948a7449aff405a5eac8a5c9fe64a938", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-1.mp4": "c9810421a79d1a5eab5f6affd3d52e27", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/Season 01/s01.e000004 - Mock Entry 21-1.mp4": "0824179ef7e3d9eb282c66d3095e9231", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json index c2643ef2..f6f4fb01 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.json @@ -1,21 +1,29 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "a885dd7271dc34d12bfe042176fa62d1", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/.ytdl-sub-subscription_test-download-archive.json": "6ec6913047c175cedcbd41cb3ef402fc", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "89157556c30300c322e106528817981d", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "37fae248974da3773d92e36532302fdc", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "2d19d4e2f4fcd3b8ca9947b4ee2818ef", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "c441d6aa1c05d12bfbd940c06b104bb6", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "6f3d4ee11f3dc533ecb3b3434349ce94", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "68ce9a545db012e0f7c9d1f81be0ec33", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "bc9e60db89468f00007e4cd3a4ab0641", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "c73bb627b8194434b9f1dd64f704edcd" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json index e8e617d2..f83362d2 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.json @@ -1,22 +1,30 @@ { - "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "a885dd7271dc34d12bfe042176fa62d1", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/.ytdl-sub-subscription_test-download-archive.json": "6ec6913047c175cedcbd41cb3ef402fc", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000001 - Mock Entry 20-7.mp4": "0ddcfa2d612d4c51463e11f26cb764b7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000002 - Mock Entry 20-6.mp4": "341c5a3b9b06534fa3b015ca10d50244", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000003 - Mock Entry 20-5.mp4": "1c170467a8065f1a1d2d0394d19c97f2", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 01/s01.e000004 - Mock Entry 20-4.mp4": "1af4cccbbb3175eac8350e17362ecdb5", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000001 - Mock Entry 20-3.mp4": "7bed4d05c69640e60ff2e920f2980999", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000002 - Mock Entry 20-2.mp4": "5748c1f27a37f3e3685ea7dbc3828823", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000003 - Mock Entry 20-1.mp4": "c0111f03627382195d47668eab8bf40b", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1-thumb.jpg": "e80c508c4818454300133fe1dc1a9cd7", + "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/Season 02/s02.e000004 - Mock Entry 21-1.mp4": "f002587fb57dcaa9c66fedd90ee8be79", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/fanart.jpg": "15c9a67b554f415a662fdf7a3340cd61", "unit_plex_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json index 5225feb6..116743c0 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.json @@ -1,12 +1,16 @@ { - "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": "c28337639899ac77f92de62edb65f400", + "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": "87f96a1e055447383bfea0a12680438d", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "0010f5a499c764c3c49429b68719565a", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "8969cde3de9bfd0ebffc8d8fddd5af84", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "7a44a26ce701fc0c237d3c43eca98030", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "5e5d8d0daf0308659f44dcb3f375a478" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json index f3fe7220..df6f567b 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.json @@ -1,13 +1,17 @@ { - "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": "c28337639899ac77f92de62edb65f400", + "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": "87f96a1e055447383bfea0a12680438d", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080701 - Mock Entry 20-3.mp4": "427938c8f82e67f84f3e636e0594a073", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080801 - Mock Entry 20-2.mp4": "66c9fdca17b24cbded76e5490cafabbd", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e20080802 - Mock Entry 20-1.mp4": "101ede585009973bfad60285c6d1dc99", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1/Season 01/s01.e21080801 - Mock Entry 21-1.mp4": "e9454443534a98bb584df33fffad03e6", "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/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json index 0d6f3d4d..b5587d23 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.json @@ -1,21 +1,29 @@ { - "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": "d220ea0f545e1e53f09590ce2f4806e0", + "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": "04d06f293fcb5164266bedf66b4d4264", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "484839ff23a60744fee2d15545e0cf02", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "dc12cf4fb656d56425a17d78f802ec09", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "0c80fd219d71fe2adcbd4b49675729ac", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "81f2854a48fb1b987ec02a761717f420", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "05dc35e20ec72ed476f6746d04cc483d", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "4fa81ef0d07f4e1160333e086eaee209", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "4125de6a3a3af357c1039d423afda9d4", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "f08fd0edfc53a7e4026bfa79bb750538" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json index e6f23132..7a99ae3b 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.json @@ -1,22 +1,30 @@ { - "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": "d220ea0f545e1e53f09590ce2f4806e0", + "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": "04d06f293fcb5164266bedf66b4d4264", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/Season01.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20060601 - Mock Entry 20-7.mp4": "b45e95821f00de5e48f9d33fb5e7d838", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070601 - Mock Entry 20-6.mp4": "7d6f990926a4af667fd41759e5193e74", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20070602 - Mock Entry 20-5.mp4": "22caa9037ea9f66832989b70414b5c6f", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 01/s01.e20080601 - Mock Entry 20-4.mp4": "02ad65a5f5ac39e758eabc7a651df399", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/Season02.jpg": "e80c508c4818454300133fe1dc1a9cd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080701 - Mock Entry 20-3.mp4": "706b444bdfcf3a40402a42e5eed6b7ac", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080801 - Mock Entry 20-2.mp4": "f5092da904988054ba768587b999a86c", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e20080802 - Mock Entry 20-1.mp4": "c0edaded5058a1a7c982705ca685d68e", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1/Season 02/s02.e21080801 - Mock Entry 21-1.mp4": "63b996e341c70e42eaa6088d6e3b4811", "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/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json index 8e407520..12e88a48 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.json @@ -1,12 +1,16 @@ { - "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": "d0a6aaf5b4070abbfd0525b178f8816e", + "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": "09f7a5dced4a46e3681db8f2848e0444", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/Season01.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 - Mock Entry 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 - Mock Entry 21-1.info.json": "1a658e535689ba3312a79251d0603abb", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "c4e9829fc0952cf2d5ffc97b52e3d110", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "c030e9ec6c67e24845a1f80e60c49c2a", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "f9b6ab5ea6bd37f8310661ac8722c69d", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "2573381bab5b0c84d39def520326ff01", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "5eb3eca6438128a7d39d1a6e6ed421d4", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "c68ed4baf5360c98bda46de2c3129e17", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "d7f3a832af46b7a4385c1154e6cd99e8" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json index fe1fae58..ef641a9c 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.json @@ -1,13 +1,17 @@ { - "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": "d0a6aaf5b4070abbfd0525b178f8816e", + "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": "09f7a5dced4a46e3681db8f2848e0444", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/Season01.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 - Mock Entry 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 - Mock Entry 21-1.info.json": "9111eb8be07d8fce5cab4257a049bd16", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e79052499 - Mock Entry 21-1.mp4": "e1b3812cd0dcaee3b859b06cdfc7befe", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "6d8e82812ee2d93109372468802f625b", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052498 - Mock Entry 20-1.mp4": "c33ff6c0f43f057673e5348cc1a1fb25", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "657cfbc1acf4e35060f1e8dc53910dad", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052499 - Mock Entry 20-2.mp4": "0a47569055d49110600513fb1abaf438", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "60f7a22320435d0f3930ea9d8f0df6f0", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1/Season 01/s01.e80052599 - Mock Entry 20-3.mp4": "7d21679b00438dacec95f0241703bba1", "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/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json index dfe43fa2..568957f2 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.json @@ -1,21 +1,29 @@ { - "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": "ffedecabcee18a9b8ca49a17c4c7f6f0", + "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": "ea18f9d83c908053c178340b3e6b5a63", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/Season01.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 - Mock Entry 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 - Mock Entry 20-4.info.json": "b3d16c01cdf9680ebe60808f2f500ee9", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "40e967ffbf308361bb88beb317c29dcd", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "255dd9d2e566d4951c228c333c88de34", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "1e95756983428cd0a44a0e503f310fd7", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "9ca487486489a07f45a3671833b46200", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "d3a166893731bf43f8136f98bb1e165b", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "3c5529c60a981d3004dec4be0dd44386", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "b9be48b431c8d1e110832ade330204bd", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/Season02.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 - Mock Entry 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 - Mock Entry 21-1.info.json": "055914a06fdd556c4b8a7d9ba6868b5c", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "c24b7ab4dff4e306ddf8e3b2594c9f92", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "12e7c2ce72158a89a185b1860c7dc7d2", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "c681f963c1cfe4e06bd119db38d0d8a4", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "65473bcb02396628d81ab3c51dac6b05", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "67e3934352c5a60d9493fc21a0886be1", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "406629e815a560ee1078a2d2f0e2eabc", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "d00473042644e8613f8c25fd4f0e7710" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json index 6bff17c0..162b2fbe 100644 --- a/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json +++ b/tests/resources/expected_downloads_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.json @@ -1,22 +1,30 @@ { - "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": "ffedecabcee18a9b8ca49a17c4c7f6f0", + "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": "ea18f9d83c908053c178340b3e6b5a63", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/Season01.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 - Mock Entry 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 - Mock Entry 20-4.info.json": "53e336dc82cf7a65fc62b0783c581059", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80052699 - Mock Entry 20-4.mp4": "d48ea88a8c63d80820ac2fda5ab851a4", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 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 - Mock Entry 20-5.info.json": "88f6e9dd1573dbd3388432c9a04a0e09", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062698 - Mock Entry 20-5.mp4": "f4f244e1e14163b8c29025b38afb8616", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 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 - Mock Entry 20-6.info.json": "8310c540da3f4d8449d93b849f63dbdd", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80062699 - Mock Entry 20-6.mp4": "c6e8c9eced251f20ed8bc2ac92f85214", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 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 - Mock Entry 20-7.info.json": "231bcbd664181d6c59f8b4d9eefec368", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 01/s01.e80072599 - Mock Entry 20-7.mp4": "020e6a85db650fd0221c9812bddb029a", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/Season02.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 - Mock Entry 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 - Mock Entry 21-1.info.json": "46447ae5b21700bf7e71cf9674a50287", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e79052499 - Mock Entry 21-1.mp4": "0881be1a256d5e551f91fe5ae9fe1c23", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 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 - Mock Entry 20-1.info.json": "32d815d4e3a6ed68514ea871cb684359", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052498 - Mock Entry 20-1.mp4": "7b2ad9c68121412ed21100a04ff1c992", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 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 - Mock Entry 20-2.info.json": "995e67fcd1b2615d8c594cf8e65e6d56", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052499 - Mock Entry 20-2.mp4": "a1ee46ed1e93e2a86caaac5f610faf45", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 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 - Mock Entry 20-3.info.json": "7bbd18cae95324d002f8a1fe68ceadf0", "unit_plex_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1/Season 02/s02.e80052599 - Mock Entry 20-3.mp4": "e5f6317e56b3957c96526022d9589508", "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/poster.jpg": "0b0fdbe56bab3e3fdda18730588d742a" diff --git a/tests/resources/expected_downloads_summaries/youtube/test_channel_full.json b/tests/resources/expected_downloads_summaries/youtube/test_channel_full.json index dbfc6a6d..3b186ece 100644 --- a/tests/resources/expected_downloads_summaries/youtube/test_channel_full.json +++ b/tests/resources/expected_downloads_summaries/youtube/test_channel_full.json @@ -1,40 +1,52 @@ { - "Project ⧸ Zombie/.ytdl-sub-pz-download-archive.json": "d385fc7b7a3b45240b9dbb70d63c7d0a", + "Project ⧸ Zombie/.ytdl-sub-pz-download-archive.json": "aadb59c92dcf14ee6617c77423a14584", "Project ⧸ Zombie/Season 2010/s2010.e081301 - Oblivion Mod "Falcor" p.1-thumb.jpg": "fb95b510681676e81c321171fc23143e", + "Project ⧸ Zombie/Season 2010/s2010.e081301 - Oblivion Mod "Falcor" p.1.info.json": "6f524458a7688aa5972658a9dc5241e7", "Project ⧸ Zombie/Season 2010/s2010.e081301 - Oblivion Mod "Falcor" p.1.mp4": "6aab51d2ebb374dc965970cbacd00bda", "Project ⧸ Zombie/Season 2010/s2010.e081301 - Oblivion Mod "Falcor" p.1.nfo": "265da8ee62357739c1b353e1a3b3e8e8", "Project ⧸ Zombie/Season 2010/s2010.e120201 - Oblivion Mod "Falcor" p.2-thumb.jpg": "8b32ee9c037fa669e444a0ac181525a1", + "Project ⧸ Zombie/Season 2010/s2010.e120201 - Oblivion Mod "Falcor" p.2.info.json": "ca2748c12030e5b659d4d239307faa8d", "Project ⧸ Zombie/Season 2010/s2010.e120201 - Oblivion Mod "Falcor" p.2.mp4": "4433a9932f0c3935cd9d339e281f38a9", "Project ⧸ Zombie/Season 2010/s2010.e120201 - Oblivion Mod "Falcor" p.2.nfo": "0f1c2209cd150ae3750658785d3d0495", "Project ⧸ Zombie/Season 2011/s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1]-thumb.jpg": "b232d253df621aa770b780c1301d364d", + "Project ⧸ Zombie/Season 2011/s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1].info.json": "1e99b4af80a1d25cafc15a9924a323e0", "Project ⧸ Zombie/Season 2011/s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1].mp4": "36622668231135f717456ef960fc7a68", "Project ⧸ Zombie/Season 2011/s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1].nfo": "5168a9d25ecfb6574ffa970d9e3aaabf", "Project ⧸ Zombie/Season 2011/s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27]-thumb.jpg": "d17c379ea8b362f5b97c6b213b0342cb", + "Project ⧸ Zombie/Season 2011/s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27].info.json": "afb18f8ce34acfe58c3db1d35a8c563b", "Project ⧸ Zombie/Season 2011/s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27].mp4": "692f5928b18d6d70db7b5314e08cdfd3", "Project ⧸ Zombie/Season 2011/s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27].nfo": "5f350a38650dbd13e4cb7cfec5efa06e", "Project ⧸ Zombie/Season 2011/s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21]-thumb.jpg": "e7830aa8a64b0cde65ba3f7e5fc56530", + "Project ⧸ Zombie/Season 2011/s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21].info.json": "d4e12e5374c4f24c2a136bdf4425b919", "Project ⧸ Zombie/Season 2011/s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21].mp4": "f5cb35da0e2ecedee9b74db1402be06d", "Project ⧸ Zombie/Season 2011/s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21].nfo": "e9f90a9a7c01a2f319f354a08e4b9494", "Project ⧸ Zombie/Season 2011/s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net)-thumb.jpg": "c956192a379b3661595c9920972d4819", + "Project ⧸ Zombie/Season 2011/s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net).info.json": "757781a829913a503a4b2411c8bd6627", "Project ⧸ Zombie/Season 2011/s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net).mp4": "9766181630b30e94a22e571c70a065f4", "Project ⧸ Zombie/Season 2011/s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net).nfo": "bd025ccd4f7b5c37b46436a4c00bca24", "Project ⧸ Zombie/Season 2011/s2011.e063001 - Project Zombie |Fin|-thumb.jpg": "00ed383591779ffe98291de60f198fe9", + "Project ⧸ Zombie/Season 2011/s2011.e063001 - Project Zombie |Fin|.info.json": "063482b7a13a6cf4ddaebecc0036ce58", "Project ⧸ Zombie/Season 2011/s2011.e063001 - Project Zombie |Fin|.mp4": "2d6a06b4b8c4dac8d7c173362d9637a4", "Project ⧸ Zombie/Season 2011/s2011.e063001 - Project Zombie |Fin|.nfo": "258d3c994fbb95c575c6e4fa38097a55", "Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC]-thumb.jpg": "1718599d5189c65f7d8cf6acfa5ea851", + "Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].info.json": "ac2e8bd9a80e7cada3c6f1733f683c3e", "Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].mp4": "60c3221125afbef78990bdcead78a82d", "Project ⧸ Zombie/Season 2011/s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].nfo": "3c5e407a428161b75474eea13a82e009", "Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|-thumb.jpg": "54ebe9df801b278fdd17b21afa8373a6", + "Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|.info.json": "99495a3accd731a59b16f2ffd52e3a70", "Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|.mp4": "2141f0f928d55e94fef7f7d3c7a4aca0", "Project ⧸ Zombie/Season 2012/s2012.e012301 - Project Zombie |Map Trailer|.nfo": "a0d59e102f06b93718ab20e0238b4f95", "Project ⧸ Zombie/Season 2013/s2013.e071901 - Project Zombie Rewind |Trailer|-thumb.jpg": "e29d49433175de8a761af35c5307791f", + "Project ⧸ Zombie/Season 2013/s2013.e071901 - Project Zombie Rewind |Trailer|.info.json": "1be44b227680b2a7916a15fc41ba01fd", "Project ⧸ Zombie/Season 2013/s2013.e071901 - Project Zombie Rewind |Trailer|.mp4": "3fb239f0a646e515bbaaeb6f6d5cdd69", "Project ⧸ Zombie/Season 2013/s2013.e071901 - Project Zombie Rewind |Trailer|.nfo": "45c5ee9108778ef506060cc9143a11e4", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg": "705ca4e0d99b37e9ecdf6bfe4b90c59b", + "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.info.json": "e695f9625d0ea928b7bbf9bd70995921", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.mp4": "dbb140af8676f34fb701d5199e8708ea", "Project ⧸ Zombie/Season 2018/s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.nfo": "fae653029be0d522d4a9443e5b876e07", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id-thumb.jpg": "28d852ede73b879b9ebf9a061cfc7d46", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.en.srt": "3d2c4e7f65d2ca5e96da38ce7eecfc4e", + "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.info.json": "49db64bfcee28ba7bebf970ceb1b0a95", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.mp4": "083e2e77e3e01218419531c08795c9c0", "Project ⧸ Zombie/Season 2018/s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.nfo": "1b4821d9fb021236e94d5394e21f44aa", "Project ⧸ Zombie/fanart.jpg": "129c6639b47299bc48062f0365e670ee", diff --git a/tests/resources/expected_downloads_summaries/youtube/test_playlist.json b/tests/resources/expected_downloads_summaries/youtube/test_playlist.json index 31e2af6f..72e71811 100644 --- a/tests/resources/expected_downloads_summaries/youtube/test_playlist.json +++ b/tests/resources/expected_downloads_summaries/youtube/test_playlist.json @@ -1,12 +1,15 @@ { - "JMC/.ytdl-sub-music_video_playlist_test-download-archive.json": "6dc2a2b1a5fe2e8622b60ff80f737c1e", + "JMC/.ytdl-sub-music_video_playlist_test-download-archive.json": "3fdab8d103e51aa70430b6da0ceb07e2", "JMC/Season 01/s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1]-thumb.jpg": "b232d253df621aa770b780c1301d364d", + "JMC/Season 01/s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1].info.json": "ed38de0073c42ebb3c8de032efc265fc", "JMC/Season 01/s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1].mp4": "95f3abaabccdd76461be5dace92e9489", "JMC/Season 01/s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1].nfo": "d0f2d843b091834c62ccf33e2d2e700f", "JMC/Season 01/s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27]-thumb.jpg": "d17c379ea8b362f5b97c6b213b0342cb", + "JMC/Season 01/s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27].info.json": "00f7cca48368a2d9d89df9ec584b6f79", "JMC/Season 01/s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27].mp4": "5465a5e5712351945e98667006b08747", "JMC/Season 01/s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27].nfo": "7b230eb8560735cc3ca9598b7b1b2cb7", "JMC/Season 01/s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21]-thumb.jpg": "e7830aa8a64b0cde65ba3f7e5fc56530", + "JMC/Season 01/s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21].info.json": "05e21f73f7c7170c4cc70437f87c77ab", "JMC/Season 01/s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21].mp4": "c79ed62c72feb49bd02595322c6e1b89", "JMC/Season 01/s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21].nfo": "a0d7fd6752ca56fe4206c4c711b5765d", "JMC/season01-poster.jpg": "e7830aa8a64b0cde65ba3f7e5fc56530", diff --git a/tests/resources/expected_downloads_summaries/youtube/test_video.json b/tests/resources/expected_downloads_summaries/youtube/test_video.json index 9e3e3e82..5b78ad10 100644 --- a/tests/resources/expected_downloads_summaries/youtube/test_video.json +++ b/tests/resources/expected_downloads_summaries/youtube/test_video.json @@ -1,6 +1,6 @@ { "JMC/JMC - Oblivion Mod "Falcor" p.1-thumb.jpg": "fb95b510681676e81c321171fc23143e", - "JMC/JMC - Oblivion Mod "Falcor" p.1.info.json": "2a54bfa0c351954c147b93ca20c76657", + "JMC/JMC - Oblivion Mod "Falcor" p.1.info.json": "e4eb0e33920f9b4dce1fcba0561614c9", "JMC/JMC - Oblivion Mod "Falcor" p.1.mp4": "3744c49f2e447bd7712a5aad5ed36be2", "JMC/JMC - Oblivion Mod "Falcor" p.1.nfo": "24cc4e17d2bebc89b2759ce5471d403e" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/youtube/test_video_cli.json b/tests/resources/expected_downloads_summaries/youtube/test_video_cli.json index 970cd4d8..3d6d7439 100644 --- a/tests/resources/expected_downloads_summaries/youtube/test_video_cli.json +++ b/tests/resources/expected_downloads_summaries/youtube/test_video_cli.json @@ -1,6 +1,6 @@ { "JMC/JMC - Oblivion Mod "Falcor" p.1-thumb.jpg": "fb95b510681676e81c321171fc23143e", - "JMC/JMC - Oblivion Mod "Falcor" p.1.info.json": "28254d84e44b626da68930f86e4a6a7e", + "JMC/JMC - Oblivion Mod "Falcor" p.1.info.json": "62101bc3899f69860004ddcfc061a28b", "JMC/JMC - Oblivion Mod "Falcor" p.1.mp4": "3744c49f2e447bd7712a5aad5ed36be2", "JMC/JMC - Oblivion Mod "Falcor" p.1.nfo": "24cc4e17d2bebc89b2759ce5471d403e" } \ No newline at end of file diff --git a/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_recent.txt b/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_recent.txt index 3f765605..442cd6b5 100644 --- a/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_recent.txt +++ b/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_recent.txt @@ -11,6 +11,7 @@ Files created: title: Project / Zombie {output_directory}/Season 2018 s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg + s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.info.json s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.mp4 Video Tags: date: 2018-10-29 @@ -53,6 +54,7 @@ Files created: title: 2018-10-29 - Jesse's Minecraft Server | Teaser Trailer year: 2018 s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id-thumb.jpg + s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.info.json s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.mp4 Video Tags: date: 2018-11-02 diff --git a/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_rolling_recent.txt b/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_rolling_recent.txt index d5b36707..63864efe 100644 --- a/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_rolling_recent.txt +++ b/tests/resources/transaction_log_summaries/plugins/date_range/test_channel_rolling_recent.txt @@ -7,5 +7,6 @@ Files removed: ---------------------------------------- {output_directory}/Season 2018 s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg + s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.info.json s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.mp4 s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.nfo \ No newline at end of file diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt index dd84d4e2..73c18736 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0 {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt index 817e4373..945f3f23 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1 {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt index 8427b69e..be469e4d 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0 {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt index 5a9fe938..8efa2bd1 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1 {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt index 4e8e9fe4..5c8e263a 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0 {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -35,6 +36,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt index b2fb5f17..6224851b 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1 {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -37,6 +38,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt index 45b7b967..31cc9d2f 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0 {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt index a3edf2fd..46a754f5 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_jellyfin_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1 {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt index 5129de11..73f94464 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -40,6 +41,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt index 37a9fec5..435b3219 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -42,6 +43,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt index db69b8c0..d4b0284d 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0 {output_directory}/Season 01 s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -46,6 +47,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -151,6 +156,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt index b687d913..c3c23479 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1 {output_directory}/Season 01 s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -48,6 +49,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -153,6 +158,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt index 91508684..3ca96210 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -40,6 +41,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt index 43b71acc..7c98bd79 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -42,6 +43,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt index aa60f865..9c6f7be3 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -46,6 +47,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -151,6 +156,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt index e43292a9..8fae13b1 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -48,6 +49,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -153,6 +158,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt index e30265f9..5640f42b 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0 {output_directory}/Season 01 s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -40,6 +41,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt index 3561ae86..2ea9df42 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1 {output_directory}/Season 01 s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -42,6 +43,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt index b4fa433e..f012b518 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0 {output_directory}/Season 01 s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -46,6 +47,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -151,6 +156,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt index 7463aa88..2cdab27f 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1 {output_directory}/Season 01 s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -48,6 +49,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -153,6 +158,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt index 47b30db9..927244de 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0 {output_directory}/Season 01 s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -40,6 +41,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt index be654235..9540c9df 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1 {output_directory}/Season 01 s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -42,6 +43,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt index 3246b629..a8ecf3a5 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0 {output_directory}/Season 01 s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -46,6 +47,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -151,6 +156,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt index c85f33b4..306bcafe 100644 --- a/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/jellyfin_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_jellyfin_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1 {output_directory}/Season 01 s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -48,6 +49,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -153,6 +158,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt index 6b8432fb..735fc02e 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_0 {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt index 0123e5a1..cb35f836 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_download_index_is_yt_1 {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt index 8c905e32..9e2a0313 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_0 {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt index baa10ef6..f18646bd 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_is_yt_1 {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt index e3c8d2ac..cc43862e 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_0 {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -35,6 +36,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt index 97fff14f..30b49eca 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year__episode_by_month_day_reversed_is_yt_1 {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -37,6 +38,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt index 250fbad3..81a004f8 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt @@ -9,6 +9,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_0 {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -35,6 +36,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -61,6 +63,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -88,6 +91,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt index 9c869303..af517c2d 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt @@ -11,6 +11,7 @@ Files created: title: unit_kodi_tv_show_by_date_season_by_year_month__episode_by_day_is_yt_1 {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -37,6 +38,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -63,6 +65,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -90,6 +93,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt index 24531e2c..b7342672 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -40,6 +41,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt index 2a129389..6a495361 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_1_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -42,6 +43,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt index 0dde9965..cba6f8f8 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_0 {output_directory}/Season 01 s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -46,6 +47,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -151,6 +156,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt index 80fc9913..550cc94e 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_s_2_is_yt_1 {output_directory}/Season 01 s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -48,6 +49,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -153,6 +158,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt index 208539e5..063647a3 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -40,6 +41,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt index 0d0f7387..1abdaa2b 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_1_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -42,6 +43,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt index 25f071ce..47f33f1d 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_0 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -46,6 +47,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -151,6 +156,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt index 5cc612dc..614c6ded 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_playlist_index_reversed_s_2_is_yt_1 {output_directory}/Season 01 s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -48,6 +49,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -153,6 +158,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt index c14f5856..48288cb5 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_0 {output_directory}/Season 01 s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -40,6 +41,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt index 98453a9f..50be9692 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_1_is_yt_1 {output_directory}/Season 01 s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -42,6 +43,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt index b3b20cd1..1ecdf481 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_0 {output_directory}/Season 01 s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -46,6 +47,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -151,6 +156,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt index 7def6ad6..d1306972 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_s_2_is_yt_1 {output_directory}/Season 01 s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -48,6 +49,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -153,6 +158,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt index cefd8504..5dc8af4c 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt @@ -14,6 +14,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_0 {output_directory}/Season 01 s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -40,6 +41,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -66,6 +68,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -92,6 +95,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt index 644c3934..021a1a39 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt @@ -16,6 +16,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_1_is_yt_1 {output_directory}/Season 01 s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -42,6 +43,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -68,6 +70,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -94,6 +97,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt index 79ee7165..03f4d104 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt @@ -20,6 +20,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_0 {output_directory}/Season 01 s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -46,6 +47,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -72,6 +74,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -98,6 +101,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -125,6 +129,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -151,6 +156,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -177,6 +183,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -203,6 +210,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt index 7fee3a9a..20a395c9 100644 --- a/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/kodi_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt @@ -22,6 +22,7 @@ Files created: title: unit_kodi_tv_show_collection_season_by_collection__episode_by_year_month_day_reversed_s_2_is_yt_1 {output_directory}/Season 01 s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -48,6 +49,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -74,6 +76,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -100,6 +103,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -127,6 +131,7 @@ Files created: year: 2020 {output_directory}/Season 02 s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -153,6 +158,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -179,6 +185,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -205,6 +212,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt index 0e2c3613..77b9c120 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_0.txt @@ -4,6 +4,7 @@ Files created: .ytdl-sub-subscription_test-download-archive.json {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -17,6 +18,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -30,6 +32,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt index 8e9b630d..b1971aaa 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_download_index/is_yt_1.txt @@ -6,6 +6,7 @@ Files created: poster.jpg {output_directory}/Season 2020 s2020.e000001 - Mock Entry 20-3-thumb.jpg + s2020.e000001 - Mock Entry 20-3.info.json s2020.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -19,6 +20,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e000002 - Mock Entry 20-2-thumb.jpg + s2020.e000002 - Mock Entry 20-2.info.json s2020.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -32,6 +34,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e000003 - Mock Entry 20-1-thumb.jpg + s2020.e000003 - Mock Entry 20-1.info.json s2020.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e000004 - Mock Entry 21-1-thumb.jpg + s2021.e000004 - Mock Entry 21-1.info.json s2021.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt index 5567bb84..b6da131a 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_0.txt @@ -4,6 +4,7 @@ Files created: .ytdl-sub-subscription_test-download-archive.json {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -17,6 +18,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -30,6 +32,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt index 9803bd29..9fb7f8f4 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day/is_yt_1.txt @@ -6,6 +6,7 @@ Files created: poster.jpg {output_directory}/Season 2020 s2020.e080701 - Mock Entry 20-3-thumb.jpg + s2020.e080701 - Mock Entry 20-3.info.json s2020.e080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -19,6 +20,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s2020.e080801 - Mock Entry 20-2-thumb.jpg + s2020.e080801 - Mock Entry 20-2.info.json s2020.e080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -32,6 +34,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e080802 - Mock Entry 20-1-thumb.jpg + s2020.e080802 - Mock Entry 20-1.info.json s2020.e080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e080801 - Mock Entry 21-1-thumb.jpg + s2021.e080801 - Mock Entry 21-1.info.json s2021.e080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt index afb27b03..02c8980f 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_0.txt @@ -4,6 +4,7 @@ Files created: .ytdl-sub-subscription_test-download-archive.json {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -17,6 +18,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -30,6 +32,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -44,6 +47,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt index 0a5b1df6..c7d22d8c 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year__episode_by_month_day_reversed/is_yt_1.txt @@ -6,6 +6,7 @@ Files created: poster.jpg {output_directory}/Season 2020 s2020.e14698 - Mock Entry 20-1-thumb.jpg + s2020.e14698 - Mock Entry 20-1.info.json s2020.e14698 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -19,6 +20,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s2020.e14699 - Mock Entry 20-2-thumb.jpg + s2020.e14699 - Mock Entry 20-2.info.json s2020.e14699 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -32,6 +34,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s2020.e14799 - Mock Entry 20-3-thumb.jpg + s2020.e14799 - Mock Entry 20-3.info.json s2020.e14799 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -46,6 +49,7 @@ Files created: year: 2020 {output_directory}/Season 2021 s2021.e14699 - Mock Entry 21-1-thumb.jpg + s2021.e14699 - Mock Entry 21-1.info.json s2021.e14699 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt index 3df761e9..db2f341e 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_0.txt @@ -4,6 +4,7 @@ Files created: .ytdl-sub-subscription_test-download-archive.json {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -17,6 +18,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -30,6 +32,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt index 6135a892..ef9a798c 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_by_date/season_by_year_month__episode_by_day/is_yt_1.txt @@ -6,6 +6,7 @@ Files created: poster.jpg {output_directory}/Season 202008 s202008.e0701 - Mock Entry 20-3-thumb.jpg + s202008.e0701 - Mock Entry 20-3.info.json s202008.e0701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -19,6 +20,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s202008.e0801 - Mock Entry 20-2-thumb.jpg + s202008.e0801 - Mock Entry 20-2.info.json s202008.e0801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -32,6 +34,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s202008.e0802 - Mock Entry 20-1-thumb.jpg + s202008.e0802 - Mock Entry 20-1.info.json s202008.e0802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: year: 2020 {output_directory}/Season 202108 s202108.e0801 - Mock Entry 21-1-thumb.jpg + s202108.e0801 - Mock Entry 21-1.info.json s202108.e0801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt index 2a3640f3..b4265a20 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -18,6 +19,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -31,6 +33,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt index babaf18b..fcb5d67d 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_1/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 21-1-thumb.jpg + s01.e000001 - Mock Entry 21-1.info.json s01.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -20,6 +21,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e000002 - Mock Entry 20-1-thumb.jpg + s01.e000002 - Mock Entry 20-1.info.json s01.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -33,6 +35,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000003 - Mock Entry 20-2-thumb.jpg + s01.e000003 - Mock Entry 20-2.info.json s01.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000004 - Mock Entry 20-3-thumb.jpg + s01.e000004 - Mock Entry 20-3.info.json s01.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt index 23b655b8..971c3348 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -18,6 +19,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -31,6 +33,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -44,6 +47,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -59,6 +63,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -72,6 +77,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -85,6 +91,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -98,6 +105,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt index 22aaf862..820f7d66 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index/s_2/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000002 - Mock Entry 20-4-thumb.jpg + s01.e000002 - Mock Entry 20-4.info.json s01.e000002 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -20,6 +21,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -33,6 +35,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-6-thumb.jpg + s01.e000004 - Mock Entry 20-6.info.json s01.e000004 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -46,6 +49,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000005 - Mock Entry 20-7-thumb.jpg + s01.e000005 - Mock Entry 20-7.info.json s01.e000005 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -61,6 +65,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e000001 - Mock Entry 21-1-thumb.jpg + s02.e000001 - Mock Entry 21-1.info.json s02.e000001 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -74,6 +79,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e000002 - Mock Entry 20-1-thumb.jpg + s02.e000002 - Mock Entry 20-1.info.json s02.e000002 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -87,6 +93,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000003 - Mock Entry 20-2-thumb.jpg + s02.e000003 - Mock Entry 20-2.info.json s02.e000003 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -100,6 +107,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000004 - Mock Entry 20-3-thumb.jpg + s02.e000004 - Mock Entry 20-3.info.json s02.e000004 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt index 3b84dfc6..4cf81b26 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -18,6 +19,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -31,6 +33,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt index 979ab9e4..ef32e3e1 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_1/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 20-3-thumb.jpg + s01.e000001 - Mock Entry 20-3.info.json s01.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -20,6 +21,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e000002 - Mock Entry 20-2-thumb.jpg + s01.e000002 - Mock Entry 20-2.info.json s01.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -33,6 +35,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e000003 - Mock Entry 20-1-thumb.jpg + s01.e000003 - Mock Entry 20-1.info.json s01.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e000004 - Mock Entry 21-1-thumb.jpg + s01.e000004 - Mock Entry 21-1.info.json s01.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt index bcd8275b..4731c03a 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -18,6 +19,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -31,6 +33,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -44,6 +47,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -59,6 +63,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -72,6 +77,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -85,6 +91,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -98,6 +105,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt index 1eeb91ca..3ffe833f 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_playlist_index_reversed/s_2/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e000001 - Mock Entry 20-7-thumb.jpg + s01.e000001 - Mock Entry 20-7.info.json s01.e000001 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -20,6 +21,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e000002 - Mock Entry 20-6-thumb.jpg + s01.e000002 - Mock Entry 20-6.info.json s01.e000002 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -33,6 +35,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e000003 - Mock Entry 20-5-thumb.jpg + s01.e000003 - Mock Entry 20-5.info.json s01.e000003 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -46,6 +49,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e000004 - Mock Entry 20-4-thumb.jpg + s01.e000004 - Mock Entry 20-4.info.json s01.e000004 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -61,6 +65,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e000001 - Mock Entry 20-3-thumb.jpg + s02.e000001 - Mock Entry 20-3.info.json s02.e000001 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -74,6 +79,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e000002 - Mock Entry 20-2-thumb.jpg + s02.e000002 - Mock Entry 20-2.info.json s02.e000002 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -87,6 +93,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e000003 - Mock Entry 20-1-thumb.jpg + s02.e000003 - Mock Entry 20-1.info.json s02.e000003 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -100,6 +107,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e000004 - Mock Entry 21-1-thumb.jpg + s02.e000004 - Mock Entry 21-1.info.json s02.e000004 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt index 57145e11..3ffabfa8 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -18,6 +19,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -31,6 +33,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt index e0836220..01ab6c0a 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_1/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e20080701 - Mock Entry 20-3-thumb.jpg + s01.e20080701 - Mock Entry 20-3.info.json s01.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -20,6 +21,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s01.e20080801 - Mock Entry 20-2-thumb.jpg + s01.e20080801 - Mock Entry 20-2.info.json s01.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -33,6 +35,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e20080802 - Mock Entry 20-1-thumb.jpg + s01.e20080802 - Mock Entry 20-1.info.json s01.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e21080801 - Mock Entry 21-1-thumb.jpg + s01.e21080801 - Mock Entry 21-1.info.json s01.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt index c777a4f4..a950bdb2 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -18,6 +19,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -31,6 +33,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -44,6 +47,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -59,6 +63,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -72,6 +77,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -85,6 +91,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -98,6 +105,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt index d6722b7f..f3087006 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day/s_2/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e20060601 - Mock Entry 20-7-thumb.jpg + s01.e20060601 - Mock Entry 20-7.info.json s01.e20060601 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -20,6 +21,7 @@ Files created: title: 2020-06-06 - Mock Entry 20-7 year: 2020 s01.e20070601 - Mock Entry 20-6-thumb.jpg + s01.e20070601 - Mock Entry 20-6.info.json s01.e20070601 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -33,6 +35,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e20070602 - Mock Entry 20-5-thumb.jpg + s01.e20070602 - Mock Entry 20-5.info.json s01.e20070602 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -46,6 +49,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e20080601 - Mock Entry 20-4-thumb.jpg + s01.e20080601 - Mock Entry 20-4.info.json s01.e20080601 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -61,6 +65,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e20080701 - Mock Entry 20-3-thumb.jpg + s02.e20080701 - Mock Entry 20-3.info.json s02.e20080701 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 @@ -74,6 +79,7 @@ Files created: title: 2020-08-07 - Mock Entry 20-3 year: 2020 s02.e20080801 - Mock Entry 20-2-thumb.jpg + s02.e20080801 - Mock Entry 20-2.info.json s02.e20080801 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -87,6 +93,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e20080802 - Mock Entry 20-1-thumb.jpg + s02.e20080802 - Mock Entry 20-1.info.json s02.e20080802 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -100,6 +107,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e21080801 - Mock Entry 21-1-thumb.jpg + s02.e21080801 - Mock Entry 21-1.info.json s02.e21080801 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt index 7b52dbbc..300fc6fa 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -18,6 +19,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -31,6 +33,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -44,6 +47,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt index ec4568d2..bcd794ae 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_1/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e79052499 - Mock Entry 21-1-thumb.jpg + s01.e79052499 - Mock Entry 21-1.info.json s01.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -20,6 +21,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s01.e80052498 - Mock Entry 20-1-thumb.jpg + s01.e80052498 - Mock Entry 20-1.info.json s01.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -33,6 +35,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s01.e80052499 - Mock Entry 20-2-thumb.jpg + s01.e80052499 - Mock Entry 20-2.info.json s01.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -46,6 +49,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s01.e80052599 - Mock Entry 20-3-thumb.jpg + s01.e80052599 - Mock Entry 20-3.info.json s01.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt index 83ecd426..9d1e85af 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_0.txt @@ -5,6 +5,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -18,6 +19,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -31,6 +33,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -44,6 +47,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -59,6 +63,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -72,6 +77,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -85,6 +91,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -98,6 +105,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt index 9522042e..20260dcc 100644 --- a/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt +++ b/tests/resources/transaction_log_summaries/unit/plex_tv_show_collection/season_by_collection__episode_by_year_month_day_reversed/s_2/is_yt_1.txt @@ -7,6 +7,7 @@ Files created: {output_directory}/Season 01 Season01.jpg s01.e80052699 - Mock Entry 20-4-thumb.jpg + s01.e80052699 - Mock Entry 20-4.info.json s01.e80052699 - Mock Entry 20-4.mp4 Video Tags: date: 2020-08-06 @@ -20,6 +21,7 @@ Files created: title: 2020-08-06 - Mock Entry 20-4 year: 2020 s01.e80062698 - Mock Entry 20-5-thumb.jpg + s01.e80062698 - Mock Entry 20-5.info.json s01.e80062698 - Mock Entry 20-5.mp4 Video Tags: date: 2020-07-06 @@ -33,6 +35,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-5 year: 2020 s01.e80062699 - Mock Entry 20-6-thumb.jpg + s01.e80062699 - Mock Entry 20-6.info.json s01.e80062699 - Mock Entry 20-6.mp4 Video Tags: date: 2020-07-06 @@ -46,6 +49,7 @@ Files created: title: 2020-07-06 - Mock Entry 20-6 year: 2020 s01.e80072599 - Mock Entry 20-7-thumb.jpg + s01.e80072599 - Mock Entry 20-7.info.json s01.e80072599 - Mock Entry 20-7.mp4 Video Tags: date: 2020-06-06 @@ -61,6 +65,7 @@ Files created: {output_directory}/Season 02 Season02.jpg s02.e79052499 - Mock Entry 21-1-thumb.jpg + s02.e79052499 - Mock Entry 21-1.info.json s02.e79052499 - Mock Entry 21-1.mp4 Video Tags: date: 2021-08-08 @@ -74,6 +79,7 @@ Files created: title: 2021-08-08 - Mock Entry 21-1 year: 2021 s02.e80052498 - Mock Entry 20-1-thumb.jpg + s02.e80052498 - Mock Entry 20-1.info.json s02.e80052498 - Mock Entry 20-1.mp4 Video Tags: date: 2020-08-08 @@ -87,6 +93,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-1 year: 2020 s02.e80052499 - Mock Entry 20-2-thumb.jpg + s02.e80052499 - Mock Entry 20-2.info.json s02.e80052499 - Mock Entry 20-2.mp4 Video Tags: date: 2020-08-08 @@ -100,6 +107,7 @@ Files created: title: 2020-08-08 - Mock Entry 20-2 year: 2020 s02.e80052599 - Mock Entry 20-3-thumb.jpg + s02.e80052599 - Mock Entry 20-3.info.json s02.e80052599 - Mock Entry 20-3.mp4 Video Tags: date: 2020-08-07 diff --git a/tests/resources/transaction_log_summaries/youtube/test_channel_full.txt b/tests/resources/transaction_log_summaries/youtube/test_channel_full.txt index 6b1b136b..b01f95c3 100644 --- a/tests/resources/transaction_log_summaries/youtube/test_channel_full.txt +++ b/tests/resources/transaction_log_summaries/youtube/test_channel_full.txt @@ -12,6 +12,7 @@ Files created: title: Project / Zombie {output_directory}/Season 2010 s2010.e081301 - Oblivion Mod "Falcor" p.1-thumb.jpg + s2010.e081301 - Oblivion Mod "Falcor" p.1.info.json s2010.e081301 - Oblivion Mod "Falcor" p.1.mp4 Video Tags: date: 2010-08-13 @@ -50,6 +51,7 @@ Files created: title: 2010-08-13 - Oblivion Mod "Falcor" p.1 year: 2010 s2010.e120201 - Oblivion Mod "Falcor" p.2-thumb.jpg + s2010.e120201 - Oblivion Mod "Falcor" p.2.info.json s2010.e120201 - Oblivion Mod "Falcor" p.2.mp4 Video Tags: date: 2010-12-02 @@ -89,6 +91,7 @@ Files created: year: 2010 {output_directory}/Season 2011 s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1]-thumb.jpg + s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1].info.json s2011.e020101 - Jesse's Minecraft Server [Trailer - Feb.1].mp4 Video Tags: date: 2011-02-01 @@ -129,6 +132,7 @@ Files created: title: 2011-02-01 - Jesse's Minecraft Server [Trailer - Feb.1] year: 2011 s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27]-thumb.jpg + s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27].info.json s2011.e022701 - Jesse's Minecraft Server [Trailer - Feb.27].mp4 Video Tags: date: 2011-02-27 @@ -207,6 +211,7 @@ Files created: title: 2011-02-27 - Jesse's Minecraft Server [Trailer - Feb.27] year: 2011 s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21]-thumb.jpg + s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21].info.json s2011.e032101 - Jesse's Minecraft Server [Trailer - Mar.21].mp4 Video Tags: date: 2011-03-21 @@ -285,6 +290,7 @@ Files created: title: 2011-03-21 - Jesse's Minecraft Server [Trailer - Mar.21] year: 2011 s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net)-thumb.jpg + s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net).info.json s2011.e052901 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net).mp4 Video Tags: date: 2011-05-29 @@ -343,6 +349,7 @@ Files created: title: 2011-05-29 - Project Zombie |Official Trailer| (IP: mc.projectzombie.beastnode.net) year: 2011 s2011.e063001 - Project Zombie |Fin|-thumb.jpg + s2011.e063001 - Project Zombie |Fin|.info.json s2011.e063001 - Project Zombie |Fin|.mp4 Video Tags: date: 2011-06-30 @@ -373,6 +380,7 @@ Files created: title: 2011-06-30 - Project Zombie |Fin| year: 2011 s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC]-thumb.jpg + s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].info.json s2011.e112101 - Skyrim 'Ultra HD w⧸Mods' [PC].mp4 Video Tags: date: 2011-11-21 @@ -418,6 +426,7 @@ Files created: year: 2011 {output_directory}/Season 2012 s2012.e012301 - Project Zombie |Map Trailer|-thumb.jpg + s2012.e012301 - Project Zombie |Map Trailer|.info.json s2012.e012301 - Project Zombie |Map Trailer|.mp4 Video Tags: date: 2012-01-23 @@ -463,6 +472,7 @@ Files created: year: 2012 {output_directory}/Season 2013 s2013.e071901 - Project Zombie Rewind |Trailer|-thumb.jpg + s2013.e071901 - Project Zombie Rewind |Trailer|.info.json s2013.e071901 - Project Zombie Rewind |Trailer|.mp4 Video Tags: date: 2013-07-19 @@ -498,6 +508,7 @@ Files created: year: 2013 {output_directory}/Season 2018 s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer-thumb.jpg + s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.info.json s2018.e102901 - Jesse's Minecraft Server | Teaser Trailer.mp4 Video Tags: date: 2018-10-29 @@ -543,6 +554,7 @@ Files created: year: 2018 s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id-thumb.jpg s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.en.srt + s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.info.json s2018.e110201 - Jesse's Minecraft Server | IP mc.jesse.id.mp4 Video Tags: date: 2018-11-02 diff --git a/tests/resources/transaction_log_summaries/youtube/test_playlist.txt b/tests/resources/transaction_log_summaries/youtube/test_playlist.txt index 51d8195f..705f1828 100644 --- a/tests/resources/transaction_log_summaries/youtube/test_playlist.txt +++ b/tests/resources/transaction_log_summaries/youtube/test_playlist.txt @@ -17,6 +17,7 @@ Files created: title: JMC {output_directory}/Season 01 s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1]-thumb.jpg + s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1].info.json s01.e11020101 - Jesse's Minecraft Server [Trailer - Feb.1].mp4 Video Tags: date: 2011-02-01 @@ -57,6 +58,7 @@ Files created: title: 2011-02-01 - Jesse's Minecraft Server [Trailer - Feb.1] year: 2011 s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27]-thumb.jpg + s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27].info.json s01.e11022701 - Jesse's Minecraft Server [Trailer - Feb.27].mp4 Video Tags: date: 2011-02-27 @@ -135,6 +137,7 @@ Files created: title: 2011-02-27 - Jesse's Minecraft Server [Trailer - Feb.27] year: 2011 s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21]-thumb.jpg + s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21].info.json s01.e11032101 - Jesse's Minecraft Server [Trailer - Mar.21].mp4 Video Tags: date: 2011-03-21 diff --git a/tests/resources/transaction_log_summaries/youtube/test_video_nulled_values.txt b/tests/resources/transaction_log_summaries/youtube/test_video_nulled_values.txt new file mode 100644 index 00000000..ff98d350 --- /dev/null +++ b/tests/resources/transaction_log_summaries/youtube/test_video_nulled_values.txt @@ -0,0 +1,82 @@ +Files created: +---------------------------------------- +{output_directory} + .ytdl-sub-tv_video_nulled_values-download-archive.json + fanart.jpg + poster.jpg + tvshow.nfo + NFO tags: + tvshow: + genre: ytdl-sub + title: Project Zombie +{output_directory}/Season 2010 + s2010.e000001 - Oblivion Mod "Falcor" p.1.mp4 + Video Tags: + date: 2010-08-13 + episode_id: 1 + genre: ytdl-sub + show: Project Zombie + synopsis: + https://www.youtube.com/watch?v=HKTNxEqsN3Q + + PLEASE WATCH IN HD! + + This is the castle in the mod "Falcor" which we are currently working on. + You can find some more information about the mod @ http://www.oblivionfalcormod.webs.com/ + + This is the first time I've really used the editor, and the beginning of our first mod. Hope you enjoy. + title: 2010-08-13 - Oblivion Mod "Falcor" p.1 + year: 2010 + s2010.e000001 - Oblivion Mod "Falcor" p.1.nfo + NFO tags: + episodedetails: + aired: 2010-08-13 + episode: 1 + genre: ytdl-sub + plot: + https://www.youtube.com/watch?v=HKTNxEqsN3Q + + PLEASE WATCH IN HD! + + This is the castle in the mod "Falcor" which we are currently working on. + You can find some more information about the mod @ http://www.oblivionfalcormod.webs.com/ + + This is the first time I've really used the editor, and the beginning of our first mod. Hope you enjoy. + season: 2010 + title: 2010-08-13 - Oblivion Mod "Falcor" p.1 + year: 2010 + s2010.e000002 - Oblivion Mod "Falcor" p.2.mp4 + Video Tags: + date: 2010-12-02 + episode_id: 2 + genre: ytdl-sub + show: Project Zombie + synopsis: + https://www.youtube.com/watch?v=IV9Z4wcA-z8 + + PLEASE WATCH IN HD. + + Download Link: + http://www.tesnexus.com/downloads/file.php?id=36306 + + Please keep in mind that the mod is not complete, so you'll see some blank areas during the video. I haven't made LOD (Level of Distance) yet either, so areas far away will not appear. + title: 2010-12-02 - Oblivion Mod "Falcor" p.2 + year: 2010 + s2010.e000002 - Oblivion Mod "Falcor" p.2.nfo + NFO tags: + episodedetails: + aired: 2010-12-02 + episode: 2 + genre: ytdl-sub + plot: + https://www.youtube.com/watch?v=IV9Z4wcA-z8 + + PLEASE WATCH IN HD. + + Download Link: + http://www.tesnexus.com/downloads/file.php?id=36306 + + Please keep in mind that the mod is not complete, so you'll see some blank areas during the video. I haven't made LOD (Level of Distance) yet either, so areas far away will not appear. + season: 2010 + title: 2010-12-02 - Oblivion Mod "Falcor" p.2 + year: 2010 \ No newline at end of file diff --git a/tests/unit/validators/test_dict_validator.py b/tests/unit/validators/test_dict_validator.py index 5ae9b0d5..544c67eb 100644 --- a/tests/unit/validators/test_dict_validator.py +++ b/tests/unit/validators/test_dict_validator.py @@ -80,6 +80,13 @@ class TestDictValidator: assert isinstance(out, StringValidator) assert out.value == "default" + @pytest.mark.parametrize("empty_value", [None, ""]) + def test_dict_validator_validate_key_if_present_has_empty_value(self, empty_value): + dict_validator = DictValidator(name="validate_key", value={"key_name": empty_value}) + out = dict_validator._validate_key_if_present(key="key_name", validator=StringValidator) + + assert out is None + @pytest.mark.parametrize("bad_value", [True, None, {}]) def test_dict_validator_validate_key_errors_none_bad_validation(self, bad_value): dict_validator = DictValidator(name="parent", value={"child": bad_value})