use prebuilts in tests
This commit is contained in:
parent
d4d7916d14
commit
fb37086aa9
8 changed files with 277 additions and 287 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -145,5 +145,7 @@ docker/testing/volumes
|
||||||
|
|
||||||
.local/
|
.local/
|
||||||
|
|
||||||
|
.ytdl-sub-working-directory
|
||||||
|
|
||||||
ffmpeg.exe
|
ffmpeg.exe
|
||||||
ffprobe.exe
|
ffprobe.exe
|
||||||
|
|
|
||||||
|
|
@ -6,31 +6,17 @@ from expected_transaction_log import assert_transaction_log_matches
|
||||||
from ytdl_sub.downloaders.ytdlp import YTDLP
|
from ytdl_sub.downloaders.ytdlp import YTDLP
|
||||||
from ytdl_sub.subscriptions.subscription import Subscription
|
from ytdl_sub.subscriptions.subscription import Subscription
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def subscription_dict(output_directory):
|
def subscription_dict(output_directory):
|
||||||
return {
|
return {
|
||||||
"preset": "albums_from_playlists",
|
"preset": "Bandcamp",
|
||||||
"regex": {
|
|
||||||
"skip_if_match_fails": False, # Error if regex match fails
|
|
||||||
"from": {
|
|
||||||
"title": {
|
|
||||||
"match": ["^(.*) - (.*)"], # Captures 'title' from 'Emily Hopkins - title'
|
|
||||||
"capture_group_names": [
|
|
||||||
"captured_track_artist",
|
|
||||||
"captured_track_title",
|
|
||||||
],
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
"ytdl_options": {
|
"ytdl_options": {
|
||||||
"max_downloads": 15,
|
"max_downloads": 15,
|
||||||
},
|
},
|
||||||
"date_range": {"before": "20230101"},
|
"date_range": {"after": "20210110"},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"url": "https://funkypselicave.bandcamp.com/",
|
"subscription_value": "https://sithuayemusic.bandcamp.com/",
|
||||||
"track_title": "{captured_track_title}",
|
"subscription_indent_1": "Progressive Metal",
|
||||||
"track_artist": "{captured_track_artist}",
|
|
||||||
"music_directory": output_directory,
|
"music_directory": output_directory,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
@ -38,7 +24,7 @@ def subscription_dict(output_directory):
|
||||||
|
|
||||||
class TestBandcamp:
|
class TestBandcamp:
|
||||||
@pytest.mark.parametrize("dry_run", [True, False])
|
@pytest.mark.parametrize("dry_run", [True, False])
|
||||||
def test_download_artist_url(
|
def test_prebuilt_preset_download(
|
||||||
self,
|
self,
|
||||||
subscription_dict,
|
subscription_dict,
|
||||||
music_audio_config,
|
music_audio_config,
|
||||||
|
|
@ -47,7 +33,7 @@ class TestBandcamp:
|
||||||
):
|
):
|
||||||
discography_subscription = Subscription.from_dict(
|
discography_subscription = Subscription.from_dict(
|
||||||
preset_dict=subscription_dict,
|
preset_dict=subscription_dict,
|
||||||
preset_name="jb",
|
preset_name="Sithu Aye",
|
||||||
config=music_audio_config,
|
config=music_audio_config,
|
||||||
)
|
)
|
||||||
transaction_log = discography_subscription.download(dry_run=dry_run)
|
transaction_log = discography_subscription.download(dry_run=dry_run)
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,10 @@ from ytdl_sub.subscriptions.subscription import Subscription
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def subscription_dict(output_directory):
|
def subscription_dict(output_directory):
|
||||||
return {
|
return {
|
||||||
"preset": "soundcloud_discography",
|
"preset": "SoundCloud Discography",
|
||||||
"format": "worst[ext=mp3]", # download the worst format so it is fast
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"track_artist": "j_b",
|
"subscription_value": "https://soundcloud.com/jessebannon",
|
||||||
"sc_artist_url": "https://soundcloud.com/jessebannon",
|
"subscription_indent_1": "Acoustic",
|
||||||
"music_directory": output_directory,
|
"music_directory": output_directory,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
@ -34,7 +33,7 @@ class TestSoundcloudDiscography:
|
||||||
):
|
):
|
||||||
discography_subscription = Subscription.from_dict(
|
discography_subscription = Subscription.from_dict(
|
||||||
preset_dict=subscription_dict,
|
preset_dict=subscription_dict,
|
||||||
preset_name="jb",
|
preset_name="j_b",
|
||||||
config=music_audio_config,
|
config=music_audio_config,
|
||||||
)
|
)
|
||||||
transaction_log = discography_subscription.download(dry_run=dry_run)
|
transaction_log = discography_subscription.download(dry_run=dry_run)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import shutil
|
import shutil
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
REGENERATE_FIXTURES: bool = False
|
REGENERATE_FIXTURES: bool = True
|
||||||
|
|
||||||
RESOURCE_PATH: Path = Path("tests") / "resources"
|
RESOURCE_PATH: Path = Path("tests") / "resources"
|
||||||
_FILE_FIXTURE_PATH: Path = RESOURCE_PATH / "file_fixtures"
|
_FILE_FIXTURE_PATH: Path = RESOURCE_PATH / "file_fixtures"
|
||||||
|
|
|
||||||
|
|
@ -1,19 +1,20 @@
|
||||||
{
|
{
|
||||||
".ytdl-sub-jb-download-archive.json": "9f5ca17dc0d842ac4c296054c0011ace",
|
".Sithu Aye-download-archive.json": "0c58919b660f699f6aea2ec523c812c5",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/01 - Spark it.mp3": "f1fcc87884ced84be016391e3989b5c1",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/01 - Double Helix Reimagined.mp3": "a627cfc0964be6a7e668fd8289326140",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/02 - Astronomikal Funk.mp3": "d07701404b8ddaa2e38eb51f7e2ac2d8",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/02 - Skye Reimagined.mp3": "94127e3d82f5d33d920b82f90d4f9657",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/03 - Impulse.mp3": "43118db203e1d9427036102cfb39a1e3",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/03 - Baryofusion.mp3": "dcf4b30e3fdeb29154b3888838986c1e",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/04 - September.mp3": "3d75c5068e3dbb93dd86fc650c7ca84d",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/04 - Mandalay Reimagined.mp3": "8304b012a8a8306c80e3f7f7cb0f35e7",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/05 - Interlune.mp3": "63897d8af920f31af2183a17bc697c11",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/05 - Messenger EDM Remix.mp3": "0a7e4c613a055e571142182717fc684e",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/06 - Ninjutsu Techniques.mp3": "a500409583ee30e4cb68d64af2b32596",
|
"Sithu Aye/[2021] 10 Years: Remixes and Reimaginings/folder.jpg": "bf6f70d51557a71b69fed85b2cb476f0",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/07 - Space Funk Flow.mp3": "1e1a12a5a42a607abf342ec4f301f471",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/01 - Invent the Universe.mp3": "d723a2e1f2ec75b3d20f1a0de616a191",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/08 - Cellar Groove.mp3": "a18ceff8785e8849d166eb2710caafa4",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/02 - Grand Unification (feat. David Maxim Micic).mp3": "0e550ebe93f8b5349eb07c7554ad22d9",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/09 - Solar Wind.mp3": "a41665337e3fe05d7c7d9d8e6ddde737",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/03 - Expansion.mp3": "6324f012f09a2e7028ca923fdff3a89a",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/10 - Interlune II.mp3": "8d2f3158ac9bac51aafbdbe6eb43154b",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/04 - Baryogenesis.mp3": "d30de9d811f56c2179fd86c6bede2fc5",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/11 - Ghetto Anthem.mp3": "39085bae1b0f8544acd08f74f88cacfd",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/05 - Particles Collide (feat. Plini).mp3": "f869f1948b376f2ad98381b0c77d447f",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/12 - Street Degree.mp3": "561f0d8fbc62f87f2149c17ee0a53ce2",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/06 - Nucleosynthesis.mp3": "23d6ceb9865d6d6030d8659a2eed5698",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/13 - Trouble World.mp3": "1ad07dc6a2d6ced78449bc46a2909335",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/07 - Recombination.mp3": "4ae97dc8457e48fa7aad9a64b927bf1d",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/14 - Relaxation.mp3": "ba8addb0d59f26a84bbb79a6cdd1af11",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/08 - Dark Ages.mp3": "922e8a54e3e543bbf9b866e2f4a53607",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/15 - Journey From Within.mp3": "bd97135290482c6bbe6eac7d3a700f11",
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/09 - Formation.mp3": "fd7ce4553df5323355bc95e6528e1515",
|
||||||
"El Jazzy Chavo/[2022] S950 Funk/folder.jpg": "62e51365dd309e76a6323f927f6fcc94"
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/10 - Pale Blue Dot.mp3": "6328960f01a118d84fa1f1ab3565bf90",
|
||||||
|
"Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)/folder.jpg": "d8cffeca026afaa619f641a95143f803"
|
||||||
}
|
}
|
||||||
|
|
@ -1,19 +1,19 @@
|
||||||
{
|
{
|
||||||
".ytdl-sub-jb-download-archive.json": "1a99156e9ece62539fb2608416a07200",
|
".j_b-download-archive.json": "7add371247b4a94ac07ace1602272c74",
|
||||||
"j_b/[2021] Baby Santana's Dorian Groove/01 - Baby Santana's Dorian Groove.mp3": "317a9ee75431d6020e3cad0883c7392f",
|
"jessebannon/[2021] Baby Santana's Dorian Groove/01 - Baby Santana's Dorian Groove.mp3": "735cf0a8dc86ea8124f00e2d0a4444bd",
|
||||||
"j_b/[2021] Baby Santana's Dorian Groove/folder.jpg": "967892be44b8c47e1be73f055a7c6f08",
|
"jessebannon/[2021] Baby Santana's Dorian Groove/folder.jpg": "967892be44b8c47e1be73f055a7c6f08",
|
||||||
"j_b/[2021] Purple Clouds/01 - Purple Clouds.mp3": "4a5971c12ca6fdc335b0185a14e829f2",
|
"jessebannon/[2021] Purple Clouds/01 - Purple Clouds.mp3": "0c320731add52c048cbe05dca553ed1e",
|
||||||
"j_b/[2021] Purple Clouds/folder.jpg": "967892be44b8c47e1be73f055a7c6f08",
|
"jessebannon/[2021] Purple Clouds/folder.jpg": "967892be44b8c47e1be73f055a7c6f08",
|
||||||
"j_b/[2022] Acoustic Treats/01 - 20160426 184214.mp3": "bcc88eb579311b59ede4c13cdf24bcb9",
|
"jessebannon/[2022] Acoustic Treats/01 - 20160426 184214.mp3": "419c38a44f791f0260967c25d56c4e3c",
|
||||||
"j_b/[2022] Acoustic Treats/02 - 20160502 123150.mp3": "239d10c17047662c760cce834548d91d",
|
"jessebannon/[2022] Acoustic Treats/02 - 20160502 123150.mp3": "8765368eff2178818015d181485fc240",
|
||||||
"j_b/[2022] Acoustic Treats/03 - 20160504 143832.mp3": "2d6e977e3e665012fdeaa0e8c2ee7375",
|
"jessebannon/[2022] Acoustic Treats/03 - 20160504 143832.mp3": "97b06ccd5c0e9ede991812cb2f871805",
|
||||||
"j_b/[2022] Acoustic Treats/04 - 20160601 221234.mp3": "9da5b26fc231dfd0c8f09a2a3d2fe116",
|
"jessebannon/[2022] Acoustic Treats/04 - 20160601 221234.mp3": "3297e4ac5d20211e893b1e8566e88d11",
|
||||||
"j_b/[2022] Acoustic Treats/05 - 20160601 222440.mp3": "8fb1cb262175921dbdddd6783664fa65",
|
"jessebannon/[2022] Acoustic Treats/05 - 20160601 222440.mp3": "dd8f8b3e4c84ebca76963758464a6228",
|
||||||
"j_b/[2022] Acoustic Treats/06 - 20170604 190236.mp3": "529846e26a18be616deb3f12d858b8ea",
|
"jessebannon/[2022] Acoustic Treats/06 - 20170604 190236.mp3": "b74fa76df2dfc82df4ad37336fedb4dd",
|
||||||
"j_b/[2022] Acoustic Treats/07 - 20170612 193646.mp3": "ba2be1ace7b0c31964bf0b8b15781b27",
|
"jessebannon/[2022] Acoustic Treats/07 - 20170612 193646.mp3": "4eba7bb2a48305564586dd2d8ad8393d",
|
||||||
"j_b/[2022] Acoustic Treats/08 - 20170628 215206.mp3": "ad248c0392ced4f6d548a4852fd99f1f",
|
"jessebannon/[2022] Acoustic Treats/08 - 20170628 215206.mp3": "51f938e13aeeec24cd1bade37d450c7d",
|
||||||
"j_b/[2022] Acoustic Treats/09 - Finding Home.mp3": "52326cbd96e6f243cae77b0f68f00ef6",
|
"jessebannon/[2022] Acoustic Treats/09 - Finding Home.mp3": "30d3828cdc5943a6ef387dca5a38643f",
|
||||||
"j_b/[2022] Acoustic Treats/10 - Shallow Water WIP.mp3": "a265ed7e4d3a014d09e79ac5f4fe3fc7",
|
"jessebannon/[2022] Acoustic Treats/10 - Shallow Water WIP.mp3": "84b2583d289342156f3c26ca456aade0",
|
||||||
"j_b/[2022] Acoustic Treats/11 - Untold History.mp3": "94d548773dded0089e73b26e6f923d9a",
|
"jessebannon/[2022] Acoustic Treats/11 - Untold History.mp3": "3b623f7c4dc3db7b57327ad7bd8d1257",
|
||||||
"j_b/[2022] Acoustic Treats/folder.jpg": "967892be44b8c47e1be73f055a7c6f08"
|
"jessebannon/[2022] Acoustic Treats/folder.jpg": "967892be44b8c47e1be73f055a7c6f08"
|
||||||
}
|
}
|
||||||
|
|
@ -1,186 +1,188 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
{output_directory}
|
{output_directory}
|
||||||
.ytdl-sub-jb-download-archive.json
|
.Sithu Aye-download-archive.json
|
||||||
{output_directory}/El Jazzy Chavo/[2022] S950 Funk
|
{output_directory}/Sithu Aye/[2021] 10 Years: Remixes and Reimaginings
|
||||||
01 - Spark it.mp3
|
01 - Double Helix Reimagined.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: 10 Years: Remixes and Reimaginings
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Spark it
|
title: Double Helix Reimagined
|
||||||
track: 1
|
track: 1
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2021
|
||||||
02 - Astronomikal Funk.mp3
|
02 - Skye Reimagined.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: 10 Years: Remixes and Reimaginings
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Astronomikal Funk
|
title: Skye Reimagined
|
||||||
track: 2
|
track: 2
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2021
|
||||||
03 - Impulse.mp3
|
03 - Baryofusion.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: 10 Years: Remixes and Reimaginings
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Impulse
|
title: Baryofusion
|
||||||
track: 3
|
track: 3
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2021
|
||||||
04 - September.mp3
|
04 - Mandalay Reimagined.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: 10 Years: Remixes and Reimaginings
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: September
|
title: Mandalay Reimagined
|
||||||
track: 4
|
track: 4
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2021
|
||||||
05 - Interlune.mp3
|
05 - Messenger EDM Remix.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: 10 Years: Remixes and Reimaginings
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Interlune
|
title: Messenger EDM Remix
|
||||||
track: 5
|
track: 5
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2021
|
||||||
06 - Ninjutsu Techniques.mp3
|
folder.jpg
|
||||||
|
{output_directory}/Sithu Aye/[2022] Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
01 - Invent the Universe.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Ninjutsu Techniques
|
title: Invent the Universe
|
||||||
|
track: 1
|
||||||
|
tracktotal: 10
|
||||||
|
year: 2022
|
||||||
|
02 - Grand Unification (feat. David Maxim Micic).mp3
|
||||||
|
Music Tags:
|
||||||
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
albumartist: Sithu Aye
|
||||||
|
albumartists: Sithu Aye
|
||||||
|
artist: Sithu Aye
|
||||||
|
artists: Sithu Aye
|
||||||
|
genre: Progressive Metal
|
||||||
|
title: Grand Unification (feat. David Maxim Micic)
|
||||||
|
track: 2
|
||||||
|
tracktotal: 10
|
||||||
|
year: 2022
|
||||||
|
03 - Expansion.mp3
|
||||||
|
Music Tags:
|
||||||
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
albumartist: Sithu Aye
|
||||||
|
albumartists: Sithu Aye
|
||||||
|
artist: Sithu Aye
|
||||||
|
artists: Sithu Aye
|
||||||
|
genre: Progressive Metal
|
||||||
|
title: Expansion
|
||||||
|
track: 3
|
||||||
|
tracktotal: 10
|
||||||
|
year: 2022
|
||||||
|
04 - Baryogenesis.mp3
|
||||||
|
Music Tags:
|
||||||
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
albumartist: Sithu Aye
|
||||||
|
albumartists: Sithu Aye
|
||||||
|
artist: Sithu Aye
|
||||||
|
artists: Sithu Aye
|
||||||
|
genre: Progressive Metal
|
||||||
|
title: Baryogenesis
|
||||||
|
track: 4
|
||||||
|
tracktotal: 10
|
||||||
|
year: 2022
|
||||||
|
05 - Particles Collide (feat. Plini).mp3
|
||||||
|
Music Tags:
|
||||||
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
albumartist: Sithu Aye
|
||||||
|
albumartists: Sithu Aye
|
||||||
|
artist: Sithu Aye
|
||||||
|
artists: Sithu Aye
|
||||||
|
genre: Progressive Metal
|
||||||
|
title: Particles Collide (feat. Plini)
|
||||||
|
track: 5
|
||||||
|
tracktotal: 10
|
||||||
|
year: 2022
|
||||||
|
06 - Nucleosynthesis.mp3
|
||||||
|
Music Tags:
|
||||||
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
|
albumartist: Sithu Aye
|
||||||
|
albumartists: Sithu Aye
|
||||||
|
artist: Sithu Aye
|
||||||
|
artists: Sithu Aye
|
||||||
|
genre: Progressive Metal
|
||||||
|
title: Nucleosynthesis
|
||||||
track: 6
|
track: 6
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2022
|
||||||
07 - Space Funk Flow.mp3
|
07 - Recombination.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Space Funk Flow
|
title: Recombination
|
||||||
track: 7
|
track: 7
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2022
|
||||||
08 - Cellar Groove.mp3
|
08 - Dark Ages.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Cellar Groove
|
title: Dark Ages
|
||||||
track: 8
|
track: 8
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2022
|
||||||
09 - Solar Wind.mp3
|
09 - Formation.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Solar Wind
|
title: Formation
|
||||||
track: 9
|
track: 9
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
year: 2022
|
||||||
10 - Interlune II.mp3
|
10 - Pale Blue Dot.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: S950 Funk
|
album: Re:Invent the Universe (10th Anniversary Remaster)
|
||||||
albumartist: El Jazzy Chavo
|
albumartist: Sithu Aye
|
||||||
albumartists: El Jazzy Chavo
|
albumartists: Sithu Aye
|
||||||
artist: El Jazzy Chavo
|
artist: Sithu Aye
|
||||||
artists: El Jazzy Chavo
|
artists: Sithu Aye
|
||||||
genre: Unset
|
genre: Progressive Metal
|
||||||
title: Interlune II
|
title: Pale Blue Dot
|
||||||
track: 10
|
track: 10
|
||||||
tracktotal: 15
|
tracktotal: 10
|
||||||
year: 2022
|
|
||||||
11 - Ghetto Anthem.mp3
|
|
||||||
Music Tags:
|
|
||||||
album: S950 Funk
|
|
||||||
albumartist: El Jazzy Chavo
|
|
||||||
albumartists: El Jazzy Chavo
|
|
||||||
artist: El Jazzy Chavo
|
|
||||||
artists: El Jazzy Chavo
|
|
||||||
genre: Unset
|
|
||||||
title: Ghetto Anthem
|
|
||||||
track: 11
|
|
||||||
tracktotal: 15
|
|
||||||
year: 2022
|
|
||||||
12 - Street Degree.mp3
|
|
||||||
Music Tags:
|
|
||||||
album: S950 Funk
|
|
||||||
albumartist: El Jazzy Chavo
|
|
||||||
albumartists: El Jazzy Chavo
|
|
||||||
artist: El Jazzy Chavo
|
|
||||||
artists: El Jazzy Chavo
|
|
||||||
genre: Unset
|
|
||||||
title: Street Degree
|
|
||||||
track: 12
|
|
||||||
tracktotal: 15
|
|
||||||
year: 2022
|
|
||||||
13 - Trouble World.mp3
|
|
||||||
Music Tags:
|
|
||||||
album: S950 Funk
|
|
||||||
albumartist: El Jazzy Chavo
|
|
||||||
albumartists: El Jazzy Chavo
|
|
||||||
artist: El Jazzy Chavo
|
|
||||||
artists: El Jazzy Chavo
|
|
||||||
genre: Unset
|
|
||||||
title: Trouble World
|
|
||||||
track: 13
|
|
||||||
tracktotal: 15
|
|
||||||
year: 2022
|
|
||||||
14 - Relaxation.mp3
|
|
||||||
Music Tags:
|
|
||||||
album: S950 Funk
|
|
||||||
albumartist: El Jazzy Chavo
|
|
||||||
albumartists: El Jazzy Chavo
|
|
||||||
artist: El Jazzy Chavo
|
|
||||||
artists: El Jazzy Chavo
|
|
||||||
genre: Unset
|
|
||||||
title: Relaxation
|
|
||||||
track: 14
|
|
||||||
tracktotal: 15
|
|
||||||
year: 2022
|
|
||||||
15 - Journey From Within.mp3
|
|
||||||
Music Tags:
|
|
||||||
album: S950 Funk
|
|
||||||
albumartist: El Jazzy Chavo
|
|
||||||
albumartists: El Jazzy Chavo
|
|
||||||
artist: El Jazzy Chavo
|
|
||||||
artists: El Jazzy Chavo
|
|
||||||
genre: Unset
|
|
||||||
title: Journey From Within
|
|
||||||
track: 15
|
|
||||||
tracktotal: 15
|
|
||||||
year: 2022
|
year: 2022
|
||||||
folder.jpg
|
folder.jpg
|
||||||
|
|
@ -1,44 +1,44 @@
|
||||||
Files created:
|
Files created:
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
{output_directory}
|
{output_directory}
|
||||||
.ytdl-sub-jb-download-archive.json
|
.j_b-download-archive.json
|
||||||
{output_directory}/j_b/[2021] Baby Santana's Dorian Groove
|
{output_directory}/jessebannon/[2021] Baby Santana's Dorian Groove
|
||||||
01 - Baby Santana's Dorian Groove.mp3
|
01 - Baby Santana's Dorian Groove.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Baby Santana's Dorian Groove
|
album: Baby Santana's Dorian Groove
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: Baby Santana's Dorian Groove
|
title: Baby Santana's Dorian Groove
|
||||||
track: 1
|
track: 1
|
||||||
tracktotal: 1
|
tracktotal: 1
|
||||||
year: 2021
|
year: 2021
|
||||||
folder.jpg
|
folder.jpg
|
||||||
{output_directory}/j_b/[2021] Purple Clouds
|
{output_directory}/jessebannon/[2021] Purple Clouds
|
||||||
01 - Purple Clouds.mp3
|
01 - Purple Clouds.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Purple Clouds
|
album: Purple Clouds
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: Purple Clouds
|
title: Purple Clouds
|
||||||
track: 1
|
track: 1
|
||||||
tracktotal: 1
|
tracktotal: 1
|
||||||
year: 2021
|
year: 2021
|
||||||
folder.jpg
|
folder.jpg
|
||||||
{output_directory}/j_b/[2022] Acoustic Treats
|
{output_directory}/jessebannon/[2022] Acoustic Treats
|
||||||
01 - 20160426 184214.mp3
|
01 - 20160426 184214.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20160426 184214
|
title: 20160426 184214
|
||||||
track: 1
|
track: 1
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -46,11 +46,11 @@ Files created:
|
||||||
02 - 20160502 123150.mp3
|
02 - 20160502 123150.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20160502 123150
|
title: 20160502 123150
|
||||||
track: 2
|
track: 2
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -58,11 +58,11 @@ Files created:
|
||||||
03 - 20160504 143832.mp3
|
03 - 20160504 143832.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20160504 143832
|
title: 20160504 143832
|
||||||
track: 3
|
track: 3
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -70,11 +70,11 @@ Files created:
|
||||||
04 - 20160601 221234.mp3
|
04 - 20160601 221234.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20160601 221234
|
title: 20160601 221234
|
||||||
track: 4
|
track: 4
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -82,11 +82,11 @@ Files created:
|
||||||
05 - 20160601 222440.mp3
|
05 - 20160601 222440.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20160601 222440
|
title: 20160601 222440
|
||||||
track: 5
|
track: 5
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -94,11 +94,11 @@ Files created:
|
||||||
06 - 20170604 190236.mp3
|
06 - 20170604 190236.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20170604 190236
|
title: 20170604 190236
|
||||||
track: 6
|
track: 6
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -106,11 +106,11 @@ Files created:
|
||||||
07 - 20170612 193646.mp3
|
07 - 20170612 193646.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20170612 193646
|
title: 20170612 193646
|
||||||
track: 7
|
track: 7
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -118,11 +118,11 @@ Files created:
|
||||||
08 - 20170628 215206.mp3
|
08 - 20170628 215206.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: 20170628 215206
|
title: 20170628 215206
|
||||||
track: 8
|
track: 8
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -130,11 +130,11 @@ Files created:
|
||||||
09 - Finding Home.mp3
|
09 - Finding Home.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: Finding Home
|
title: Finding Home
|
||||||
track: 9
|
track: 9
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -142,11 +142,11 @@ Files created:
|
||||||
10 - Shallow Water WIP.mp3
|
10 - Shallow Water WIP.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: Shallow Water WIP
|
title: Shallow Water WIP
|
||||||
track: 10
|
track: 10
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
@ -154,11 +154,11 @@ Files created:
|
||||||
11 - Untold History.mp3
|
11 - Untold History.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Acoustic Treats
|
album: Acoustic Treats
|
||||||
albumartist: j_b
|
albumartist: jessebannon
|
||||||
albumartists: j_b
|
albumartists: jessebannon
|
||||||
artist: j_b
|
artist: jessebannon
|
||||||
artists: j_b
|
artists: jessebannon
|
||||||
genre: Unset
|
genre: Acoustic
|
||||||
title: Untold History
|
title: Untold History
|
||||||
track: 11
|
track: 11
|
||||||
tracktotal: 11
|
tracktotal: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue