dupe preset name
This commit is contained in:
parent
f18e6df7a4
commit
5f5d667d8c
6 changed files with 7 additions and 22 deletions
|
|
@ -106,7 +106,7 @@ class TestSplitByChapters:
|
|||
):
|
||||
subscription = Subscription.from_dict(
|
||||
config=music_audio_config,
|
||||
preset_name="split_by_chapters_with_regex_video",
|
||||
preset_name="split_by_chapters_with_regex_video_preset",
|
||||
preset_dict=yt_album_as_chapters_with_regex_preset_dict,
|
||||
)
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ class TestSplitByChapters:
|
|||
|
||||
subscription = Subscription.from_dict(
|
||||
config=music_audio_config,
|
||||
preset_name="split_by_chapters_with_regex_video",
|
||||
preset_name="split_by_chapters_with_regex_video_no_chapters",
|
||||
preset_dict=yt_album_as_chapters_with_regex_preset_dict,
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
".ytdl-sub-split_by_chapters_with_regex_video-download-archive.json": "bdb2241d1c9b5f380b6cc68702cb473a",
|
||||
".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",
|
||||
"Project Zombie/[2010] Oblivion Mod "Falcor" p.1/folder.jpg": "fb95b510681676e81c321171fc23143e"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
".ytdl-sub-split_by_chapters_with_regex_video-download-archive.json": "66b337d6739e989935fd1734717abcef",
|
||||
".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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Files created:
|
||||
----------------------------------------
|
||||
{output_directory}
|
||||
.ytdl-sub-split_by_chapters_with_regex_video-download-archive.json
|
||||
.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
|
||||
Music Tags:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Files created:
|
||||
----------------------------------------
|
||||
{output_directory}
|
||||
.ytdl-sub-split_by_chapters_with_regex_video-download-archive.json
|
||||
.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
|
||||
From Chapter Split:
|
||||
|
|
@ -190,19 +190,4 @@ Files created:
|
|||
track: 11
|
||||
tracktotal: 11
|
||||
year: 2017
|
||||
folder.jpg
|
||||
{output_directory}/Project Zombie/[2010] Oblivion Mod "Falcor" p.1
|
||||
01 - Oblivion Mod "Falcor" p.1.m4a
|
||||
Caution: extracted audio with 'best' format is not known during dry-run. Defaulting to m4a.
|
||||
Music Tags:
|
||||
album: Oblivion Mod "Falcor" p.1
|
||||
albumartist: Project Zombie
|
||||
albumartists: Project Zombie
|
||||
artist: Project Zombie
|
||||
artists: Project Zombie
|
||||
genre: Unset
|
||||
title: Oblivion Mod "Falcor" p.1
|
||||
track: 1
|
||||
tracktotal: 1
|
||||
year: 2010
|
||||
folder.jpg
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Files created:
|
||||
----------------------------------------
|
||||
{output_directory}
|
||||
.ytdl-sub-split_by_chapters_with_regex_video-download-archive.json
|
||||
.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
|
||||
From Chapter Split:
|
||||
|
|
|
|||
Loading…
Reference in a new issue