diff --git a/tests/e2e/bandcamp/test_bandcamp.py b/tests/e2e/bandcamp/test_bandcamp.py index b4cbcde2..b3eeb37e 100644 --- a/tests/e2e/bandcamp/test_bandcamp.py +++ b/tests/e2e/bandcamp/test_bandcamp.py @@ -14,6 +14,7 @@ def subscription_dict(output_directory): "ytdl_options": { "max_downloads": 15, }, + "audio_extract": {"codec": "mp3", "quality": 320}, "date_range": {"after": "20210110"}, "overrides": { "subscription_value": "https://sithuayemusic.bandcamp.com/", diff --git a/tests/e2e/plugins/test_audio_extract.py b/tests/e2e/plugins/test_audio_extract.py index 18fd87ef..bd796b21 100644 --- a/tests/e2e/plugins/test_audio_extract.py +++ b/tests/e2e/plugins/test_audio_extract.py @@ -11,7 +11,8 @@ def single_preset_dict_old_format(output_directory): "preset": "Single", # test multi-tags "music_tags": {"embed_thumbnail": True, "tags": {"genres": ["multi_tag_1", "multi_tag_2"]}}, - "format": "worst[ext=mp4]", # download the worst format so it is fast + "format": "worst[ext=mp4]", + "audio_extract": {"codec": "mp3", "quality": 320}, "ytdl_options": { "postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility }, @@ -31,7 +32,8 @@ def single_preset_dict(output_directory): "music_tags": {"genres": ["multi_tag_1", "multi_tag_2"]}, # test the new embed_thumbnail plugin "embed_thumbnail": True, - "format": "worst[ext=mp4]", # download the worst format so it is fast + "format": "worst[ext=mp4]", + "audio_extract": {"codec": "mp3", "quality": 320}, "ytdl_options": { "postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility }, diff --git a/tests/e2e/plugins/test_split_by_chapters.py b/tests/e2e/plugins/test_split_by_chapters.py index 215bac05..b718a134 100644 --- a/tests/e2e/plugins/test_split_by_chapters.py +++ b/tests/e2e/plugins/test_split_by_chapters.py @@ -13,7 +13,8 @@ from ytdl_sub.utils.exceptions import ValidationException def yt_album_as_chapters_preset_dict(output_directory): return { "preset": "YouTube Full Albums", - "format": "worst[ext=mp4]", # download the worst format so it is fast + "format": "worst[ext=mp4]", + "audio_extract": {"codec": "mp3", "quality": 320}, "ytdl_options": { "postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility }, diff --git a/tests/e2e/soundcloud/test_soundcloud_discography.py b/tests/e2e/soundcloud/test_soundcloud_discography.py index fa4ad49c..0d003f2b 100644 --- a/tests/e2e/soundcloud/test_soundcloud_discography.py +++ b/tests/e2e/soundcloud/test_soundcloud_discography.py @@ -9,6 +9,7 @@ from ytdl_sub.subscriptions.subscription import Subscription def subscription_dict(output_directory): return { "preset": "SoundCloud Discography", + "audio_extract": {"codec": "mp3", "quality": 320}, "overrides": { "subscription_value": "https://soundcloud.com/jessebannon", "subscription_indent_1": "Acoustic", diff --git a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_video.json b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_video.json index be7a8a47..59e5e982 100644 --- a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_video.json +++ b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_video.json @@ -1,15 +1,15 @@ { - ".ytdl-sub-Proved Records-download-archive.json": "a82a70096291d84095f73d5fe8c554e3", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).m4a": "e3e69d83504f8c63f893a6c2ff35758a", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a": "a4048f0a2fc8dd0c83df7e22255ef7b0", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/03 - 03. Blaze (Feat. Kaya Thomas - Dyke).m4a": "aa1761c39783a1b0ff7a3591c097f27c", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/04 - 04. What If (Interlude).m4a": "1de9d1f16702f51f52ff3adca2b1c716", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/05 - 05. No Peace (Feat. Tom Misch).m4a": "88ffc80bc1befd44d7c2cb29a31219a2", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/06 - 06. Closer (Feat. Lester Duval).m4a": "4b1c12966a9033454ba86c970a8f8448", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a": "7f644720322ab45c2cb9ac0a5274df00", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/08 - 08. Dreams (Feat. Carmody).m4a": "882dfc93f852496963b0dc9dd3d7d6da", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).m4a": "e1cc382e88d2897b75f6f26586a24016", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/10 - 10. Hopeful (Feat. Jordan Rakei).m4a": "48ec53b6ce802ffce922a1f8e3d03279", - "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/11 - 11. Sunrise (Pillows) (Feat. Emmavie).m4a": "6b55f6bbe0571154f3728dcd28170f68", + ".ytdl-sub-Proved Records-download-archive.json": "c3fb0b4f31caaa10ac7954ea93da33c4", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).mp3": "8827ac62201abeb94f44a46d91628aa8", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3": "f17e02119bf073c4ed98da2a960b85d3", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/03 - 03. Blaze (Feat. Kaya Thomas - Dyke).mp3": "63c0bc97cbdaf35203011378b1860418", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/04 - 04. What If (Interlude).mp3": "eb1a8533390243a5c4c49d8b6871c0ce", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/05 - 05. No Peace (Feat. Tom Misch).mp3": "a1b54772207228bd4922ad93d249c9f5", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/06 - 06. Closer (Feat. Lester Duval).mp3": "1d217264368d5f078e67691ea1b3df97", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3": "4d1a1728dbd69a30bbc2ffa354851169", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/08 - 08. Dreams (Feat. Carmody).mp3": "c204cf16f9f44945634c6171a5192e99", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).mp3": "795e22297f8db00697563774328ffb3a", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/10 - 10. Hopeful (Feat. Jordan Rakei).mp3": "3904a5cd81b5ac43850b7858fb8dd378", + "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/11 - 11. Sunrise (Pillows) (Feat. Emmavie).mp3": "a89549db5b16ff76d04fd0bbbfba3424", "Proved Records/[2017] Alfa Mist - Nocturne [Full Album]/folder.jpg": "bd3685acc53072e591bae2505ecb0648" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt index fa52dcca..d7fe2bf3 100644 --- a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt +++ b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt @@ -1,5 +1,5 @@ { - ".ytdl-sub-split_by_chapters_with_regex_video_no_chapters-download-archive.json": "bdb2241d1c9b5f380b6cc68702cb473a", - "Project Zombie/[2010] Oblivion Mod "Falcor" p.1/01 - Oblivion Mod "Falcor" p.1.m4a": "b84a6abbe5e68eeb0560811e239d6619", + ".ytdl-sub-split_by_chapters_with_regex_video_no_chapters-download-archive.json": "4008e43668447f1a3a6a55520a6ff475", + "Project Zombie/[2010] Oblivion Mod "Falcor" p.1/01 - Oblivion Mod "Falcor" p.1.mp3": "8fc765ce55304814942c1f38fe9e38e2", "Project Zombie/[2010] Oblivion Mod "Falcor" p.1/folder.jpg": "fb95b510681676e81c321171fc23143e" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_video.json b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_video.json index a4920350..8e83d780 100644 --- a/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_video.json +++ b/tests/resources/expected_downloads_summaries/plugins/split_by_chapters_with_regex_video.json @@ -1,15 +1,15 @@ { - ".ytdl-sub-split_by_chapters_with_regex_video_preset-download-archive.json": "66b337d6739e989935fd1734717abcef", - "Alfa Mist/[2017] Nocturne/01 - Intro (Feat. Racheal Ofori & Barney Artist).m4a": "f7a2b52354fa5c552fd07c78e6a41286", - "Alfa Mist/[2017] Nocturne/02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a": "6e161e74f95ab1aac79a0f0e465dd813", - "Alfa Mist/[2017] Nocturne/03 - Blaze (Feat. Kaya Thomas - Dyke).m4a": "06beff590a546f6db3773327e845e825", - "Alfa Mist/[2017] Nocturne/04 - What If (Interlude).m4a": "c57ea950fcd58c01a13add11335725ff", - "Alfa Mist/[2017] Nocturne/05 - No Peace (Feat. Tom Misch).m4a": "a2f880e1c702a033ba8e009b3490dea4", - "Alfa Mist/[2017] Nocturne/06 - Closer (Feat. Lester Duval).m4a": "7209eb252e76dcbf48de03902c9dd163", - "Alfa Mist/[2017] Nocturne/07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a": "7a49058be9178afc5e3a775370770234", - "Alfa Mist/[2017] Nocturne/08 - Dreams (Feat. Carmody).m4a": "2be8fcec548af06f1b318d8af5b9d4d3", - "Alfa Mist/[2017] Nocturne/09 - Dreaming (Interlude) (Feat. Racheal Ofori).m4a": "a08a5f112a2a0511a095d28e3f7d3506", - "Alfa Mist/[2017] Nocturne/10 - Hopeful (Feat. Jordan Rakei).m4a": "d10cbbe103af19ec332d6499a1a9e0cd", - "Alfa Mist/[2017] Nocturne/11 - Sunrise (Pillows) (Feat. Emmavie).m4a": "78338d6e102a2bd0433506597c2f564c", + ".ytdl-sub-split_by_chapters_with_regex_video_preset-download-archive.json": "9798e8289742586d0efd295a97c6c906", + "Alfa Mist/[2017] Nocturne/01 - Intro (Feat. Racheal Ofori & Barney Artist).mp3": "c10cff170976c3c5139f6073eeb3e25e", + "Alfa Mist/[2017] Nocturne/02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3": "881ecdbee4a0d565c0ec6eacf03115df", + "Alfa Mist/[2017] Nocturne/03 - Blaze (Feat. Kaya Thomas - Dyke).mp3": "aa5c6fbab58dd2be2660bfb65be6a172", + "Alfa Mist/[2017] Nocturne/04 - What If (Interlude).mp3": "a64ce02ed1188276c9744f92cfc81e8e", + "Alfa Mist/[2017] Nocturne/05 - No Peace (Feat. Tom Misch).mp3": "a6dbe96141515caa32f3df4f66e46f75", + "Alfa Mist/[2017] Nocturne/06 - Closer (Feat. Lester Duval).mp3": "9b8ff5357109c376cce4bdd25e724d7b", + "Alfa Mist/[2017] Nocturne/07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3": "022b077892b838c478c65ba3b5f00b55", + "Alfa Mist/[2017] Nocturne/08 - Dreams (Feat. Carmody).mp3": "75c9c0f789c378c45bb176aa6cc6ec57", + "Alfa Mist/[2017] Nocturne/09 - Dreaming (Interlude) (Feat. Racheal Ofori).mp3": "af59a3ac869249ac6ef2586fa6c59009", + "Alfa Mist/[2017] Nocturne/10 - Hopeful (Feat. Jordan Rakei).mp3": "27d36f90dc87264c57e88f3663b29467", + "Alfa Mist/[2017] Nocturne/11 - Sunrise (Pillows) (Feat. Emmavie).mp3": "be7085f9a536dfd2f70ce001c65a416c", "Alfa Mist/[2017] Nocturne/folder.jpg": "bd3685acc53072e591bae2505ecb0648" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single.json b/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single.json index ce600bf3..2a4f44d8 100644 --- a/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single.json +++ b/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single.json @@ -1,5 +1,5 @@ { - ".ytdl-sub-single_song_test-download-archive.json": "f179ccfe0a9b3a76ae62122a3ccb58fd", - "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.m4a": "4b03133e9422a9ce196d271beb15ceef", + ".ytdl-sub-single_song_test-download-archive.json": "c8ff22ec3304c9f8dab18cedaed4e8b4", + "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3": "33c69b0dce605e9f78fe23246ce442dd", "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/folder.jpg": "50ee47c80f679029f5d3503bb91b045a" } \ No newline at end of file diff --git a/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single_old_format.json b/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single_old_format.json index ce600bf3..f4aa6b67 100644 --- a/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single_old_format.json +++ b/tests/resources/expected_downloads_summaries/plugins/test_audio_extract_single_old_format.json @@ -1,5 +1,5 @@ { - ".ytdl-sub-single_song_test-download-archive.json": "f179ccfe0a9b3a76ae62122a3ccb58fd", - "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.m4a": "4b03133e9422a9ce196d271beb15ceef", + ".ytdl-sub-single_song_test-download-archive.json": "c8ff22ec3304c9f8dab18cedaed4e8b4", + "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3": "37b38834eda1293ad503e00dcff7c4dc", "YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind/folder.jpg": "50ee47c80f679029f5d3503bb91b045a" } \ No newline at end of file diff --git a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video-dry-run.txt b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video-dry-run.txt index ab3040cc..dfa9b46e 100644 --- a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video-dry-run.txt +++ b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video-dry-run.txt @@ -3,12 +3,11 @@ Files created: {output_directory} .ytdl-sub-Proved Records-download-archive.json {output_directory}/Proved Records/[2017] Alfa Mist - Nocturne [Full Album] - 01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).m4a + 01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 0:00 - 2:06 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -20,12 +19,11 @@ Files created: track: 1 tracktotal: 11 year: 2017 - 02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a + 02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 2:06 - 5:40 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -37,12 +35,11 @@ Files created: track: 2 tracktotal: 11 year: 2017 - 03 - 03. Blaze (Feat. Kaya Thomas - Dyke).m4a + 03 - 03. Blaze (Feat. Kaya Thomas - Dyke).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 5:40 - 8:11 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -54,12 +51,11 @@ Files created: track: 3 tracktotal: 11 year: 2017 - 04 - 04. What If (Interlude).m4a + 04 - 04. What If (Interlude).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 8:11 - 9:35 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -71,12 +67,11 @@ Files created: track: 4 tracktotal: 11 year: 2017 - 05 - 05. No Peace (Feat. Tom Misch).m4a + 05 - 05. No Peace (Feat. Tom Misch).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 9:35 - 13:19 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -88,12 +83,11 @@ Files created: track: 5 tracktotal: 11 year: 2017 - 06 - 06. Closer (Feat. Lester Duval).m4a + 06 - 06. Closer (Feat. Lester Duval).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 13:19 - 17:57 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -105,12 +99,11 @@ Files created: track: 6 tracktotal: 11 year: 2017 - 07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a + 07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 17:57 - 20:05 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -122,12 +115,11 @@ Files created: track: 7 tracktotal: 11 year: 2017 - 08 - 08. Dreams (Feat. Carmody).m4a + 08 - 08. Dreams (Feat. Carmody).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 20:05 - 23:58 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -139,12 +131,11 @@ Files created: track: 8 tracktotal: 11 year: 2017 - 09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).m4a + 09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 23:58 - 24:45 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -156,12 +147,11 @@ Files created: track: 9 tracktotal: 11 year: 2017 - 10 - 10. Hopeful (Feat. Jordan Rakei).m4a + 10 - 10. Hopeful (Feat. Jordan Rakei).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 24:45 - 28:53 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records @@ -173,12 +163,11 @@ Files created: track: 10 tracktotal: 11 year: 2017 - 11 - 11. Sunrise (Pillows) (Feat. Emmavie).m4a + 11 - 11. Sunrise (Pillows) (Feat. Emmavie).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 28:53 - 31:43 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Alfa Mist - Nocturne [Full Album] albumartist: Proved Records diff --git a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video.txt b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video.txt index 23d0a4af..bdb80de9 100644 --- a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video.txt +++ b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_video.txt @@ -3,7 +3,7 @@ Files created: {output_directory} .ytdl-sub-Proved Records-download-archive.json {output_directory}/Proved Records/[2017] Alfa Mist - Nocturne [Full Album] - 01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).m4a + 01 - 01. Intro (Feat. Racheal Ofori & Barney Artist).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 0:00 - 2:06 @@ -18,7 +18,7 @@ Files created: track: 1 tracktotal: 11 year: 2017 - 02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a + 02 - 02. Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 2:06 - 5:40 @@ -33,7 +33,7 @@ Files created: track: 2 tracktotal: 11 year: 2017 - 03 - 03. Blaze (Feat. Kaya Thomas - Dyke).m4a + 03 - 03. Blaze (Feat. Kaya Thomas - Dyke).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 5:40 - 8:11 @@ -48,7 +48,7 @@ Files created: track: 3 tracktotal: 11 year: 2017 - 04 - 04. What If (Interlude).m4a + 04 - 04. What If (Interlude).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 8:11 - 9:35 @@ -63,7 +63,7 @@ Files created: track: 4 tracktotal: 11 year: 2017 - 05 - 05. No Peace (Feat. Tom Misch).m4a + 05 - 05. No Peace (Feat. Tom Misch).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 9:35 - 13:19 @@ -78,7 +78,7 @@ Files created: track: 5 tracktotal: 11 year: 2017 - 06 - 06. Closer (Feat. Lester Duval).m4a + 06 - 06. Closer (Feat. Lester Duval).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 13:19 - 17:57 @@ -93,7 +93,7 @@ Files created: track: 6 tracktotal: 11 year: 2017 - 07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a + 07 - 07. Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 17:57 - 20:05 @@ -108,7 +108,7 @@ Files created: track: 7 tracktotal: 11 year: 2017 - 08 - 08. Dreams (Feat. Carmody).m4a + 08 - 08. Dreams (Feat. Carmody).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 20:05 - 23:58 @@ -123,7 +123,7 @@ Files created: track: 8 tracktotal: 11 year: 2017 - 09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).m4a + 09 - 09. Dreaming (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 23:58 - 24:45 @@ -138,7 +138,7 @@ Files created: track: 9 tracktotal: 11 year: 2017 - 10 - 10. Hopeful (Feat. Jordan Rakei).m4a + 10 - 10. Hopeful (Feat. Jordan Rakei).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 24:45 - 28:53 @@ -153,7 +153,7 @@ Files created: track: 10 tracktotal: 11 year: 2017 - 11 - 11. Sunrise (Pillows) (Feat. Emmavie).m4a + 11 - 11. Sunrise (Pillows) (Feat. Emmavie).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 28:53 - 31:43 diff --git a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt index e6585d15..8d620263 100644 --- a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt +++ b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_no_chapters_video_pass.txt @@ -3,7 +3,7 @@ Files created: {output_directory} .ytdl-sub-split_by_chapters_with_regex_video_no_chapters-download-archive.json {output_directory}/Project Zombie/[2010] Oblivion Mod "Falcor" p.1 - 01 - Oblivion Mod "Falcor" p.1.m4a + 01 - Oblivion Mod "Falcor" p.1.mp3 Music Tags: album: Oblivion Mod "Falcor" p.1 albumartist: Project Zombie diff --git a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video-dry-run.txt b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video-dry-run.txt index 5855a139..98cf227c 100644 --- a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video-dry-run.txt +++ b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video-dry-run.txt @@ -3,12 +3,11 @@ Files created: {output_directory} .ytdl-sub-split_by_chapters_with_regex_video_preset-download-archive.json {output_directory}/Alfa Mist/[2017] Nocturne - 01 - Intro (Feat. Racheal Ofori & Barney Artist).m4a + 01 - Intro (Feat. Racheal Ofori & Barney Artist).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 0:00 - 2:06 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -20,12 +19,11 @@ Files created: track: 1 tracktotal: 11 year: 2017 - 02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a + 02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 2:06 - 5:40 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -37,12 +35,11 @@ Files created: track: 2 tracktotal: 11 year: 2017 - 03 - Blaze (Feat. Kaya Thomas - Dyke).m4a + 03 - Blaze (Feat. Kaya Thomas - Dyke).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 5:40 - 8:11 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -54,12 +51,11 @@ Files created: track: 3 tracktotal: 11 year: 2017 - 04 - What If (Interlude).m4a + 04 - What If (Interlude).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 8:11 - 9:35 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -71,12 +67,11 @@ Files created: track: 4 tracktotal: 11 year: 2017 - 05 - No Peace (Feat. Tom Misch).m4a + 05 - No Peace (Feat. Tom Misch).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 9:35 - 13:19 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -88,12 +83,11 @@ Files created: track: 5 tracktotal: 11 year: 2017 - 06 - Closer (Feat. Lester Duval).m4a + 06 - Closer (Feat. Lester Duval).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 13:19 - 17:57 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -105,12 +99,11 @@ Files created: track: 6 tracktotal: 11 year: 2017 - 07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a + 07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 17:57 - 20:05 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -122,12 +115,11 @@ Files created: track: 7 tracktotal: 11 year: 2017 - 08 - Dreams (Feat. Carmody).m4a + 08 - Dreams (Feat. Carmody).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 20:05 - 23:58 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -139,12 +131,11 @@ Files created: track: 8 tracktotal: 11 year: 2017 - 09 - Dreaming (Interlude) (Feat. Racheal Ofori).m4a + 09 - Dreaming (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 23:58 - 24:45 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -156,12 +147,11 @@ Files created: track: 9 tracktotal: 11 year: 2017 - 10 - Hopeful (Feat. Jordan Rakei).m4a + 10 - Hopeful (Feat. Jordan Rakei).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 24:45 - 28:53 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist @@ -173,12 +163,11 @@ Files created: track: 10 tracktotal: 11 year: 2017 - 11 - Sunrise (Pillows) (Feat. Emmavie).m4a + 11 - Sunrise (Pillows) (Feat. Emmavie).mp3 From Chapter Split: Warning: Dry-run assumes embedded chapters with no modifications Source Title: Alfa Mist - Nocturne [Full Album] Segment: 28:53 - 31:43 - Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a. Music Tags: album: Nocturne albumartist: Alfa Mist diff --git a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video.txt b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video.txt index 6fe0f4cc..59cd59ac 100644 --- a/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video.txt +++ b/tests/resources/transaction_log_summaries/plugins/split_by_chapters_with_regex_video.txt @@ -3,7 +3,7 @@ Files created: {output_directory} .ytdl-sub-split_by_chapters_with_regex_video_preset-download-archive.json {output_directory}/Alfa Mist/[2017] Nocturne - 01 - Intro (Feat. Racheal Ofori & Barney Artist).m4a + 01 - Intro (Feat. Racheal Ofori & Barney Artist).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 0:00 - 2:06 @@ -18,7 +18,7 @@ Files created: track: 1 tracktotal: 11 year: 2017 - 02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).m4a + 02 - Answers (Feat. Rick David & Kaya Thomas - Dyke).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 2:06 - 5:40 @@ -33,7 +33,7 @@ Files created: track: 2 tracktotal: 11 year: 2017 - 03 - Blaze (Feat. Kaya Thomas - Dyke).m4a + 03 - Blaze (Feat. Kaya Thomas - Dyke).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 5:40 - 8:11 @@ -48,7 +48,7 @@ Files created: track: 3 tracktotal: 11 year: 2017 - 04 - What If (Interlude).m4a + 04 - What If (Interlude).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 8:11 - 9:35 @@ -63,7 +63,7 @@ Files created: track: 4 tracktotal: 11 year: 2017 - 05 - No Peace (Feat. Tom Misch).m4a + 05 - No Peace (Feat. Tom Misch).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 9:35 - 13:19 @@ -78,7 +78,7 @@ Files created: track: 5 tracktotal: 11 year: 2017 - 06 - Closer (Feat. Lester Duval).m4a + 06 - Closer (Feat. Lester Duval).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 13:19 - 17:57 @@ -93,7 +93,7 @@ Files created: track: 6 tracktotal: 11 year: 2017 - 07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).m4a + 07 - Delusions: Rumination (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 17:57 - 20:05 @@ -108,7 +108,7 @@ Files created: track: 7 tracktotal: 11 year: 2017 - 08 - Dreams (Feat. Carmody).m4a + 08 - Dreams (Feat. Carmody).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 20:05 - 23:58 @@ -123,7 +123,7 @@ Files created: track: 8 tracktotal: 11 year: 2017 - 09 - Dreaming (Interlude) (Feat. Racheal Ofori).m4a + 09 - Dreaming (Interlude) (Feat. Racheal Ofori).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 23:58 - 24:45 @@ -138,7 +138,7 @@ Files created: track: 9 tracktotal: 11 year: 2017 - 10 - Hopeful (Feat. Jordan Rakei).m4a + 10 - Hopeful (Feat. Jordan Rakei).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 24:45 - 28:53 @@ -153,7 +153,7 @@ Files created: track: 10 tracktotal: 11 year: 2017 - 11 - Sunrise (Pillows) (Feat. Emmavie).m4a + 11 - Sunrise (Pillows) (Feat. Emmavie).mp3 From Chapter Split: Source Title: Alfa Mist - Nocturne [Full Album] Segment: 28:53 - 31:43 diff --git a/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single.txt b/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single.txt index 01718905..3a12643e 100644 --- a/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single.txt +++ b/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single.txt @@ -3,7 +3,7 @@ Files created: {output_directory} .ytdl-sub-single_song_test-download-archive.json {output_directory}/YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind - 01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.m4a + 01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3 Music Tags: album: YouTube Rewind 2019: For the Record | #YouTubeRewind albumartist: YouTube diff --git a/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single_old_format.txt b/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single_old_format.txt index c857860a..6327e106 100644 --- a/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single_old_format.txt +++ b/tests/resources/transaction_log_summaries/plugins/test_audio_extract_single_old_format.txt @@ -3,7 +3,7 @@ Files created: {output_directory} .ytdl-sub-single_song_test-download-archive.json {output_directory}/YouTube/[2019] YouTube Rewind 2019: For the Record | #YouTubeRewind - 01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.m4a + 01 - YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3 Embedded Thumbnail, Music Tags: album: YouTube Rewind 2019: For the Record | #YouTubeRewind albumartist: YouTube