maybe fix audio faling tests
This commit is contained in:
parent
65d4a3e934
commit
ec4da9a10c
4 changed files with 9 additions and 13 deletions
|
|
@ -32,16 +32,13 @@ presets:
|
||||||
custom_artist_name: "{artist}"
|
custom_artist_name: "{artist}"
|
||||||
custom_track_number: "1"
|
custom_track_number: "1"
|
||||||
|
|
||||||
# TODO: make a playlist of individual songs into an album. Need playlist_title
|
# TODO: make a playlist of individual songs into an album. Need playlist_title
|
||||||
# yt_album_as_playlist:
|
yt_song_playlist:
|
||||||
# preset: yt_song
|
preset: yt_song
|
||||||
# youtube:
|
youtube:
|
||||||
# download_strategy: "playlist"
|
download_strategy: "playlist"
|
||||||
#
|
overrides:
|
||||||
# music_tags:
|
custom_track_number: "{playlist_index}"
|
||||||
# tags:
|
|
||||||
# album: "{playlist_title}"
|
|
||||||
# track: "{playlist_index}"
|
|
||||||
|
|
||||||
yt_album_as_chapters:
|
yt_album_as_chapters:
|
||||||
preset: "yt_song"
|
preset: "yt_song"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
import mergedeep
|
|
||||||
import pytest
|
import pytest
|
||||||
from e2e.expected_download import assert_expected_downloads
|
from e2e.expected_download import assert_expected_downloads
|
||||||
from e2e.expected_transaction_log import assert_transaction_log_matches
|
from e2e.expected_transaction_log import assert_transaction_log_matches
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3": "3a156b122bd79c956cce5079d3530cc3"
|
"YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3": "3a156b122bd79c956cce5079d3530cc3"
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Files created in '{output_directory}'
|
Files created in '{output_directory}'
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Singles
|
album: Singles
|
||||||
albumartist: YouTube
|
albumartist: YouTube
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue