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_track_number: "1"
|
||||
|
||||
# TODO: make a playlist of individual songs into an album. Need playlist_title
|
||||
# yt_album_as_playlist:
|
||||
# preset: yt_song
|
||||
# youtube:
|
||||
# download_strategy: "playlist"
|
||||
#
|
||||
# music_tags:
|
||||
# tags:
|
||||
# album: "{playlist_title}"
|
||||
# track: "{playlist_index}"
|
||||
# TODO: make a playlist of individual songs into an album. Need playlist_title
|
||||
yt_song_playlist:
|
||||
preset: yt_song
|
||||
youtube:
|
||||
download_strategy: "playlist"
|
||||
overrides:
|
||||
custom_track_number: "{playlist_index}"
|
||||
|
||||
yt_album_as_chapters:
|
||||
preset: "yt_song"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import mergedeep
|
||||
import pytest
|
||||
from e2e.expected_download import assert_expected_downloads
|
||||
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}'
|
||||
----------------------------------------
|
||||
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
||||
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
||||
Music Tags:
|
||||
album: Singles
|
||||
albumartist: YouTube
|
||||
|
|
|
|||
Loading…
Reference in a new issue