Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] SSLCertVerificationError, previously posted solutions not working #784

Open
tleigh92 opened this issue Dec 20, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@tleigh92
Copy link

Describe the bug

Hi all, have done a fresh install, connected to Tidal and tried various means to download from there.

Key error here seems to be:
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

I have seen various suggestions in the forums here including downgrading to 1.9.7 (done), using pip install pip-system-certs (done), nothing I've tried works.

Supposedly I can bypass the certification validation of python by putting 'https://tidal.com', verify=False somewhere but I cannot actually find any specific instructions of where to insert that. Presumably I need to change the settings that python is using in it's core folder but I have no idea what to edit or where.

Any advice would be so appreciate, I'm almost ready to use this thing!

Command Used

rip -vvv url https://tidal.com/browse/album/147569387

Debug Traceback

C:\Users\tomle\Desktop>rip -vvv url https://tidal.com/browse/album/147569387
DEBUG:streamrip:Config loaded
DEBUG:streamrip:Parsed urls: [('tidal', 'album', '147569387')]
DEBUG:streamrip:Searching for {'id': '147569387'} in database
DEBUG:streamrip:Executing SELECT EXISTS(SELECT 1 FROM downloads WHERE id=?)

DEBUG:streamrip:Logging in with access token
Logged into Tidal
DEBUG:streamrip:Config saved: C:\Users\tomle\AppData\Local\streamrip\streamrip\config.toml
DEBUG:streamrip:{'downloads': {'folder': 'C:\\Users\\tomle\\StreamripDownloads', 'source_subdirectories': False, 'concurrency': {'enabled': True, 'max_connections': 3}}, 'qobuz': {'quality': 3, 'download_booklets': True, 'email': '', 'password': '', 'app_id': '', 'secrets': []}, 'tidal': {'quality': 3, 'download_videos': True, 'user_id': 201884102, 'country_code': 'US', 'use_deezloader': True, 'deezloader_warnings': True}, 'soundcloud': {'quality': 0, 'client_id': '', 'app_version': ''}, 'youtube': {'quality': 0, 'download_videos': False, 'video_downloads_folder': ''}, 'database': {'downloads': {'enabled': True, 'path': 'C:\\Users\\tomle\\AppData\\Local\\streamrip\\streamrip\\downloads.db'}, 'failed_downloads': {'enabled': True, 'path': 'C:\\Users\\tomle\\AppData\\Local\\streamrip\\streamrip\\failed_downloads.db'}}, 'conversion': {'enabled': False, 'codec': 'ALAC', 'sampling_rate': 48000, 'bit_depth': 24, 'lossy_bitrate': 320}, 'filters': {'extras': False, 'repeats': False, 'non_albums': False, 'features': False, 'non_studio_albums': False, 'non_remaster': False}, 'artwork': {'embed': True, 'size': 'large', 'max_width': -1, 'max_height': -1, 'keep_hires_cover': True}, 'metadata': {'set_playlist_to_album': True, 'new_playlist_tracknumbers': True, 'exclude': []}, 'filepaths': {'add_singles_to_folder': False, 'folder_format': '{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]', 'track_format': '{tracknumber}. {artist} - {title}{explicit}', 'restrict_characters': False, 'truncate': True}, 'lastfm': {'source': 'qobuz', 'fallback_source': 'deezer'}, 'theme': {'progress_bar': 'dainty'}, 'misc': {'version': '1.9.6'}}
DEBUG:streamrip:Arguments from config: {'restrict_filenames': False, 'truncate_filenames': True, 'parent_folder': 'C:\\Users\\tomle\\StreamripDownloads', 'folder_format': '{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]', 'track_format': '{tracknumber}. {artist} - {title}{explicit}', 'embed_cover': True, 'embed_cover_size': 'large', 'keep_hires_cover': True, 'set_playlist_to_album': True, 'stay_temp': False, 'conversion': {'enabled': False, 'codec': 'ALAC', 'sampling_rate': 48000, 'bit_depth': 24, 'lossy_bitrate': 320}, 'concurrent_downloads': True, 'max_connections': 3, 'new_tracknumbers': True, 'download_videos': True, 'download_booklets': True, 'download_youtube_videos': False, 'youtube_video_downloads_folder': '', 'add_singles_to_folder': False, 'max_artwork_width': -1, 'max_artwork_height': -1, 'exclude_tags': []}
DEBUG:streamrip:Loading metadata
DEBUG:streamrip:{'id': 147569387, 'title': 'The Ascension', 'duration': 4837, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'allowStreaming': True, 'premiumStreamingOnly': False, 'numberOfTracks': 15, 'numberOfVideos': 0, 'numberOfVolumes': 1, 'releaseDate': '2020-09-25', 'copyright': '2020 Asthmatic Kitty Records', 'type': 'ALBUM', 'version': None, 'url': 'http://www.tidal.com/album/147569387', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None, 'explicit': False, 'upc': '729920164301', 'popularity': 28, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'tracks': [{'id': 147569388, 'title': 'Make Me An Offer I Cannot Refuse', 'duration': 319, 'replayGain': -9.12, 'peak': 0.999481, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 1, 'volumeNumber': 1, 'version': None, 'popularity': 15, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569388', 'isrc': 'US64G2015001', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001c82076044eea1584f2882d582ca'}}, {'id': 147569389, 'title': 'Run Away With Me', 'duration': 247, 'replayGain': -9.12, 'peak': 0.982941, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 2, 'volumeNumber': 1, 'version': None, 'popularity': 10, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569389', 'isrc': 'US64G2015002', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a319d36e89d7176999c497ec9f8'}}, {'id': 147569390, 'title': 'Video Game', 'duration': 256, 'replayGain': -9.12, 'peak': 0.995636, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 3, 'volumeNumber': 1, 'version': None, 'popularity': 8, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569390', 'isrc': 'US64G2015003', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0010758d8eea2c173234f8b036db12'}}, {'id': 147569391, 'title': 'Lamentations', 'duration': 222, 'replayGain': -9.12, 'peak': 0.988159, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 4, 'volumeNumber': 1, 'version': None, 'popularity': 2, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569391', 'isrc': 'US64G2015004', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001725c45e9310c76711ecb0f2b1fa'}}, {'id': 147569392, 'title': 'Tell Me You Love Me', 'duration': 262, 'replayGain': -9.12, 'peak': 0.973999, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 5, 'volumeNumber': 1, 'version': None, 'popularity': 10, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569392', 'isrc': 'US64G2015005', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001e7a825a3811c6a38893f7233212'}}, {'id': 147569393, 'title': 'Die Happy', 'duration': 347, 'replayGain': -9.12, 'peak': 1.0, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 6, 'volumeNumber': 1, 'version': None, 'popularity': 13, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569393', 'isrc': 'US64G2015006', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001ce151218874b33994fe879971a8'}}, {'id': 147569394, 'title': 'Ativan', 'duration': 392, 'replayGain': -9.12, 'peak': 1.0, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 7, 'volumeNumber': 1, 'version': None, 'popularity': 2, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569394', 'isrc': 'US64G2015007', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '00180871f66d7457912b9e06a3cdda'}}, {'id': 147569395, 'title': 'Ursa Major', 'duration': 223, 'replayGain': -9.12, 'peak': 0.983093, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 8, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569395', 'isrc': 'US64G2015008', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0018e97334a69c1d846d5df8695a3b'}}, {'id': 147569396, 'title': 'Landslide', 'duration': 304, 'replayGain': -9.12, 'peak': 0.98938, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 9, 'volumeNumber': 1, 'version': None, 'popularity': 6, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569396', 'isrc': 'US64G2015009', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001df1f0931d772ce7d16fc50743c5'}}, {'id': 147569397, 'title': 'Gilgamesh', 'duration': 230, 'replayGain': -9.12, 'peak': 0.999969, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 10, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569397', 'isrc': 'US64G2015010', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001e622e9a40582520a1fe5480024f'}}, {'id': 147569398, 'title': 'Death Star', 'duration': 244, 'replayGain': -9.12, 'peak': 0.983917, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 11, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569398', 'isrc': 'US64G2015011', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a4e8f90f89ff111e5bea8e17cb5'}}, {'id': 147569399, 'title': 'Goodbye To All That', 'duration': 228, 'replayGain': -9.12, 'peak': 0.977814, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 12, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569399', 'isrc': 'US64G2015012', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0016682386acc4b91772164cf3c8a8'}}, {'id': 147569400, 'title': 'Sugar', 'duration': 457, 'replayGain': -9.12, 'peak': 0.980225, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 13, 'volumeNumber': 1, 'version': None, 'popularity': 12, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569400', 'isrc': 'US64G2015013', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0012f907d7f4e67a6afbd395ce8a28'}}, {'id': 147569401, 'title': 'The Ascension', 'duration': 356, 'replayGain': -9.12, 'peak': 0.977997, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 14, 'volumeNumber': 1, 'version': None, 'popularity': 13, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569401', 'isrc': 'US64G2015014', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '00132b9506db1b54c003992a0416ec'}}, {'id': 147569402, 'title': 'America', 'duration': 750, 'replayGain': -9.12, 'peak': 0.978699, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 15, 'volumeNumber': 1, 'version': None, 'popularity': 3, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569402', 'isrc': 'US64G2015015', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a5ffb9552b0f1952f266dcb8ce5'}}]}
DEBUG:streamrip:{'id': 147569387, 'title': 'The Ascension', 'duration': 4837, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'allowStreaming': True, 'premiumStreamingOnly': False, 'numberOfTracks': 15, 'numberOfVideos': 0, 'numberOfVolumes': 1, 'releaseDate': '2020-09-25', 'copyright': '2020 Asthmatic Kitty Records', 'type': 'ALBUM', 'version': None, 'url': 'http://www.tidal.com/album/147569387', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None, 'explicit': False, 'upc': '729920164301', 'popularity': 28, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'tracks': [{'id': 147569388, 'title': 'Make Me An Offer I Cannot Refuse', 'duration': 319, 'replayGain': -9.12, 'peak': 0.999481, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 1, 'volumeNumber': 1, 'version': None, 'popularity': 15, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569388', 'isrc': 'US64G2015001', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001c82076044eea1584f2882d582ca'}}, {'id': 147569389, 'title': 'Run Away With Me', 'duration': 247, 'replayGain': -9.12, 'peak': 0.982941, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 2, 'volumeNumber': 1, 'version': None, 'popularity': 10, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569389', 'isrc': 'US64G2015002', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a319d36e89d7176999c497ec9f8'}}, {'id': 147569390, 'title': 'Video Game', 'duration': 256, 'replayGain': -9.12, 'peak': 0.995636, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 3, 'volumeNumber': 1, 'version': None, 'popularity': 8, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569390', 'isrc': 'US64G2015003', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0010758d8eea2c173234f8b036db12'}}, {'id': 147569391, 'title': 'Lamentations', 'duration': 222, 'replayGain': -9.12, 'peak': 0.988159, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 4, 'volumeNumber': 1, 'version': None, 'popularity': 2, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569391', 'isrc': 'US64G2015004', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001725c45e9310c76711ecb0f2b1fa'}}, {'id': 147569392, 'title': 'Tell Me You Love Me', 'duration': 262, 'replayGain': -9.12, 'peak': 0.973999, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 5, 'volumeNumber': 1, 'version': None, 'popularity': 10, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569392', 'isrc': 'US64G2015005', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001e7a825a3811c6a38893f7233212'}}, {'id': 147569393, 'title': 'Die Happy', 'duration': 347, 'replayGain': -9.12, 'peak': 1.0, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 6, 'volumeNumber': 1, 'version': None, 'popularity': 13, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569393', 'isrc': 'US64G2015006', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001ce151218874b33994fe879971a8'}}, {'id': 147569394, 'title': 'Ativan', 'duration': 392, 'replayGain': -9.12, 'peak': 1.0, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 7, 'volumeNumber': 1, 'version': None, 'popularity': 2, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569394', 'isrc': 'US64G2015007', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '00180871f66d7457912b9e06a3cdda'}}, {'id': 147569395, 'title': 'Ursa Major', 'duration': 223, 'replayGain': -9.12, 'peak': 0.983093, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 8, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569395', 'isrc': 'US64G2015008', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0018e97334a69c1d846d5df8695a3b'}}, {'id': 147569396, 'title': 'Landslide', 'duration': 304, 'replayGain': -9.12, 'peak': 0.98938, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 9, 'volumeNumber': 1, 'version': None, 'popularity': 6, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569396', 'isrc': 'US64G2015009', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001df1f0931d772ce7d16fc50743c5'}}, {'id': 147569397, 'title': 'Gilgamesh', 'duration': 230, 'replayGain': -9.12, 'peak': 0.999969, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 10, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569397', 'isrc': 'US64G2015010', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001e622e9a40582520a1fe5480024f'}}, {'id': 147569398, 'title': 'Death Star', 'duration': 244, 'replayGain': -9.12, 'peak': 0.983917, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 11, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569398', 'isrc': 'US64G2015011', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a4e8f90f89ff111e5bea8e17cb5'}}, {'id': 147569399, 'title': 'Goodbye To All That', 'duration': 228, 'replayGain': -9.12, 'peak': 0.977814, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 12, 'volumeNumber': 1, 'version': None, 'popularity': 1, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569399', 'isrc': 'US64G2015012', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0016682386acc4b91772164cf3c8a8'}}, {'id': 147569400, 'title': 'Sugar', 'duration': 457, 'replayGain': -9.12, 'peak': 0.980225, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 13, 'volumeNumber': 1, 'version': None, 'popularity': 12, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569400', 'isrc': 'US64G2015013', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '0012f907d7f4e67a6afbd395ce8a28'}}, {'id': 147569401, 'title': 'The Ascension', 'duration': 356, 'replayGain': -9.12, 'peak': 0.977997, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 14, 'volumeNumber': 1, 'version': None, 'popularity': 13, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569401', 'isrc': 'US64G2015014', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '00132b9506db1b54c003992a0416ec'}}, {'id': 147569402, 'title': 'America', 'duration': 750, 'replayGain': -9.12, 'peak': 0.978699, 'allowStreaming': True, 'streamReady': True, 'adSupportedStreamReady': True, 'djReady': True, 'stemReady': False, 'streamStartDate': '2020-09-25T00:00:00.000+0000', 'premiumStreamingOnly': False, 'trackNumber': 15, 'volumeNumber': 1, 'version': None, 'popularity': 3, 'copyright': '2020 Asthmatic Kitty Records', 'bpm': None, 'url': 'http://www.tidal.com/track/147569402', 'isrc': 'US64G2015015', 'editable': False, 'explicit': False, 'audioQuality': 'LOSSLESS', 'audioModes': ['STEREO'], 'mediaMetadata': {'tags': ['LOSSLESS']}, 'artist': {'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}, 'artists': [{'id': 64638, 'name': 'Sufjan Stevens', 'type': 'MAIN', 'picture': '95d5a336-d89c-4e8c-9a46-ecbb35809842'}], 'album': {'id': 147569387, 'title': 'The Ascension', 'cover': '8409eca3-c5f7-4f31-b02b-e00af9e51988', 'vibrantColor': '#e5d948', 'videoCover': None}, 'mixes': {'TRACK_MIX': '001a5ffb9552b0f1952f266dcb8ce5'}}]}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x222e37e62417390b>, 'id': 147569388, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x593fb7e3b5263c98>, 'id': 147569389, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x25d86ac910c16f53>, 'id': 147569390, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object -0x1996e037ac21a0d2>, 'id': 147569391, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x4983d22fab3ce62f>, 'id': 147569392, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x77f976d23dee52b6>, 'id': 147569393, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0xa647a93803d59f6>, 'id': 147569394, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x5396a0ac54ac14ff>, 'id': 147569395, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x3b9b77bfb2668f27>, 'id': 147569396, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object -0x4d53adc025d619d2>, 'id': 147569397, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object -0x2a1a8494610242b9>, 'id': 147569398, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object -0x6114d04b3fe51844>, 'id': 147569399, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x4ee33154d2c82cd3>, 'id': 147569400, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0x366804da27e4e4f5>, 'id': 147569401, 'part_of_tracklist': True}
DEBUG:streamrip:{'meta': <TrackMetadata object 0xc5a31f20ab4d884>, 'id': 147569402, 'part_of_tracklist': True}
DEBUG:streamrip:Sampling rate, bit depth = (16, 44100)
DEBUG:streamrip:Formatter: {'albumartist': 'Sufjan Stevens', 'title': 'The Ascension', 'year': '2020', 'bit_depth': 16, 'sampling_rate': 44.1, 'container': 'FLAC', 'albumcomposer': None, 'id': 147569387}
DEBUG:streamrip:Formatter keys: {albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]
DEBUG:streamrip:'albumartist'
DEBUG:streamrip:Sufjan Stevens
DEBUG:streamrip:1
DEBUG:streamrip:'title'
DEBUG:streamrip:The Ascension
DEBUG:streamrip:1
DEBUG:streamrip:'year'
DEBUG:streamrip:2020
DEBUG:streamrip:1
DEBUG:streamrip:'container'
DEBUG:streamrip:FLAC
DEBUG:streamrip:1
DEBUG:streamrip:'bit_depth'
DEBUG:streamrip:16
DEBUG:streamrip:2
DEBUG:streamrip:'sampling_rate'
DEBUG:streamrip:44.1
DEBUG:streamrip:1


Downloading The Ascension (Album)

Downloading cover art (large)
DEBUG:streamrip:Chosen cover url: https://resources.tidal.com/images/8409eca3/c5f7/4f31/b02b/e00af9e51988/640x640.jpg
DEBUG:streamrip:Downloading hires cover
Cover 00:00 left at 323kB/s
DEBUG:streamrip:Getting cover_obj from C:\Users\tomle\AppData\Local\Temp\cover_23f21176e2a4b60c0902b78db1e890ec.jpg

Config File

[downloads]
# Folder where tracks are downloaded to
folder = "C:\\Users\\tomle\\StreamripDownloads"
# Put Qobuz albums in a 'Qobuz' folder, Tidal albums in 'Tidal' etc.
source_subdirectories = false



[downloads.concurrency]
# Download (and convert) tracks all at once, instead of sequentially. 
# If you are converting the tracks, or have fast internet, this will 
# substantially improve processing speed.
enabled = true
# The maximum number of tracks to download at once
# If you have very fast internet, you will benefit from a higher value,
# A value that is too high for your bandwidth may cause slowdowns
max_connections = 3



[qobuz]
# 1: 320kbps MP3, 2: 16/44.1, 3: 24/<=96, 4: 24/>=96
quality = 3
# This will download booklet pdfs that are included with some albums
download_booklets = true

email = ""
# This is an md5 hash of the plaintext password
password = ""
# Do not change
app_id = ""
# Do not change
secrets = []



[tidal]
# 0: 256kbps AAC, 1: 320kbps AAC, 2: 16/44.1 "HiFi" FLAC, 3: 24/44.1 "MQA" FLAC
quality = 3
# This will download videos included in Video Albums.
download_videos = true

# Do not change any of the fields below
country_code = "US"
access_token = 
# Tokens last 1 week after refresh. This is the Unix timestamp of the expiration
# time. If you haven't used streamrip in more than a week, you may have to log
# in again using `rip config --tidal`
token_expiry = 



[deezer]
# 0, 1, or 2
# This only applies to paid Deezer subscriptions. Those using deezloader
# are automatically limited to quality = 1
quality = 2
# An authentication cookie that allows streamrip to use your Deezer account
# See https://github.com/nathom/streamrip/wiki/Finding-Your-Deezer-ARL-Cookie
# for instructions on how to find this
arl = ""
# This allows for free 320kbps MP3 downloads from Deezer
# If an arl is provided, deezloader is never used
use_deezloader = true
# This warns you when the paid deezer account is not logged in and rip falls
# back to deezloader, which is unreliable
deezloader_warnings = true



[soundcloud]
# Only 0 is available for now
quality = 0
# This changes periodically, so it needs to be updated
client_id = ""
app_version = ""



[youtube]
# Only 0 is available for now
quality = 0
# Download the video along with the audio
download_videos = false
# The path to download the videos to
video_downloads_folder = ""

# This stores a list of item IDs so that repeats are not downloaded.


[database.downloads]
enabled = true
path = "C:\\Users\\tomle\\AppData\\Local\\streamrip\\streamrip\\downloads.db"

# If a download fails, the item ID is stored here. Then, `rip repair` can be
# called to retry the downloads


[database.failed_downloads]
enabled = true
path = "C:\\Users\\tomle\\AppData\\Local\\streamrip\\streamrip\\failed_downloads.db"

# Convert tracks to a codec after downloading them.


[conversion]
enabled = false
# FLAC, ALAC, OPUS, MP3, VORBIS, or AAC
codec = "ALAC"
# In Hz. Tracks are downsampled if their sampling rate is greater than this. 
# Value of 48000 is recommended to maximize quality and minimize space
sampling_rate = 48000
# Only 16 and 24 are available. It is only applied when the bit depth is higher
# than this value.
bit_depth = 24
# Only applicable for lossy codecs
lossy_bitrate = 320

# Filter a Qobuz artist's discography. Set to 'true' to turn on a filter.


[filters]
# Remove Collectors Editions, live recordings, etc.
extras = false
# Picks the highest quality out of albums with identical titles.
repeats = false
# Remove EPs and Singles
non_albums = false
# Remove albums whose artist is not the one requested
features = false
# Skip non studio albums
non_studio_albums = false
# Only download remastered albums
non_remaster = false



[artwork]
# Write the image to the audio file
embed = true
# The size of the artwork to embed. Options: thumbnail, small, large, original.
# "original" images can be up to 30MB, and may fail embedding. 
# Using "large" is recommended.
size = "large"
# Both of these options limit the size of the embedded artwork. If their values
# are larger than the actual dimensions of the image, they will be ignored.
# If either value is -1, the image is left untouched.
max_width = -1
max_height = -1
# Save the cover image at the highest quality as a seperate jpg file
keep_hires_cover = true



[metadata]
# Sets the value of the 'ALBUM' field in the metadata to the playlist's name. 
# This is useful if your music library software organizes tracks based on album name.
set_playlist_to_album = true
# Replaces the original track's tracknumber with it's position in the playlist
new_playlist_tracknumbers = true
# The following metadata tags won't be applied
# See https://github.com/nathom/streamrip/wiki/Metadata-Tag-Names for more info
exclude = []

# Changes the folder and file names generated by streamrip.


[filepaths]
# Create folders for single tracks within the downloads directory using the folder_format
# template
add_singles_to_folder = false
# Available keys: "albumartist", "title", "year", "bit_depth", "sampling_rate",
# "container", "id", and "albumcomposer"
folder_format = "{albumartist} - {title} ({year}) [{container}] [{bit_depth}B-{sampling_rate}kHz]"
# Available keys: "tracknumber", "artist", "albumartist", "composer", "title",
# and "albumcomposer"
track_format = "{tracknumber}. {artist} - {title}{explicit}"
# Only allow printable ASCII characters in filenames.
restrict_characters = false
# Truncate the filename if it is greater than 120 characters
# Setting this to false may cause downloads to fail on some systems
truncate = true


# Last.fm playlists are downloaded by searching for the titles of the tracks


[lastfm]
# The source on which to search for the tracks.
source = "qobuz"
# If no results were found with the primary source, the item is searched for 
# on this one.
fallback_source = "deezer"



[theme]
# Options: "dainty" or "plain"
progress_bar = "dainty"



[misc]
# Metadata to identify this config file. Do not change.
version = "1.9.6"

Operating System

Windows

streamrip version

1.9.7

Screenshots and recordings

No response

Additional context

No response

@tleigh92 tleigh92 added the bug Something isn't working label Dec 20, 2024
@univon
Copy link

univon commented Dec 20, 2024

How the hell did you get a fresh install. tell me how!!! all i got is a cygwin and windows curses!!

@reidyrobot
Copy link

I had the same certificate verify error. Not sure if this is the optimal way to do it but in windows I found if I added some environmental variables pointing to my certifi path and file, that seemed to fix it. See guide from another (unrelated) repo Gourieff/comfyui-reactor-node#453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants