update name, use worst format for consistent format
This commit is contained in:
parent
ce853ed669
commit
b7bc7f5287
6 changed files with 5 additions and 6 deletions
|
|
@ -39,7 +39,7 @@ def sponsorblock_and_subs_preset_dict(output_directory) -> Dict:
|
||||||
"ytdl_options": {
|
"ytdl_options": {
|
||||||
"postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility
|
"postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility
|
||||||
},
|
},
|
||||||
"overrides": {"artist": "JMC"},
|
"overrides": {"music_video_artist": "JMC"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ def preset_dict(output_directory):
|
||||||
"preset": "Jellyfin Music Videos",
|
"preset": "Jellyfin Music Videos",
|
||||||
"download": "https://www.youtube.com/watch?v=2zYF9JLHDmA",
|
"download": "https://www.youtube.com/watch?v=2zYF9JLHDmA",
|
||||||
"output_options": {"output_directory": output_directory},
|
"output_options": {"output_directory": output_directory},
|
||||||
# download the worst format so it is fast
|
"format": "worst[ext=mp4]", # download the worst format so it is fast
|
||||||
"ytdl_options": {
|
"ytdl_options": {
|
||||||
"postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility
|
"postprocessor_args": {"ffmpeg": ["-bitexact"]}, # Must add this for reproducibility
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
".ytdl-sub-file_convert_test-download-archive.json": "f720289a704349fbe38ef5ed451af724",
|
".ytdl-sub-file_convert_test-download-archive.json": "f720289a704349fbe38ef5ed451af724",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg": "662fcaadf6e80d63591bac19a5fdffb0",
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg": "662fcaadf6e80d63591bac19a5fdffb0",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mp4": "108a978cb528e4aa509b310ede85b11f",
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mp4": "21d860268f6a27f4ec65d8278ee7b229",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "752e6b6eea853c8a1f62faa4b841b292"
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "752e6b6eea853c8a1f62faa4b841b292"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
".ytdl-sub-file_convert_test-download-archive.json": "8fa4bf42c9686f8520ce107e48b73215",
|
".ytdl-sub-file_convert_test-download-archive.json": "8fa4bf42c9686f8520ce107e48b73215",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg": "662fcaadf6e80d63591bac19a5fdffb0",
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg": "662fcaadf6e80d63591bac19a5fdffb0",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mkv": "8c7a8ed80f9bd73ace64b187ccea1448",
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mkv": "a624ee501e722c814d6dd7a999cd89b3",
|
||||||
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "752e6b6eea853c8a1f62faa4b841b292"
|
"file_convert_test/When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.nfo": "752e6b6eea853c8a1f62faa4b841b292"
|
||||||
}
|
}
|
||||||
|
|
@ -5,7 +5,6 @@ Files created:
|
||||||
{output_directory}/file_convert_test
|
{output_directory}/file_convert_test
|
||||||
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg
|
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg
|
||||||
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mp4
|
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mp4
|
||||||
Converted from webm
|
|
||||||
Video Tags:
|
Video Tags:
|
||||||
album: Music Videos
|
album: Music Videos
|
||||||
artist: file_convert_test
|
artist: file_convert_test
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Files created:
|
||||||
{output_directory}/file_convert_test
|
{output_directory}/file_convert_test
|
||||||
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg
|
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.jpg
|
||||||
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mkv
|
When you hear Hugh Jackman is returning as Wolverine in Deadpool 3.mkv
|
||||||
Converted from webm
|
Converted from mp4
|
||||||
Video Tags:
|
Video Tags:
|
||||||
album: Music Videos
|
album: Music Videos
|
||||||
artist: file_convert_test
|
artist: file_convert_test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue