LICENSE
MANIFEST.in
README.md
pyproject.toml
SpotiFLAC/__init__.py
SpotiFLAC/__main__.py
SpotiFLAC/app.py
SpotiFLAC/check_update.py
SpotiFLAC/client.py
SpotiFLAC/downloader.py
SpotiFLAC/interactive.py
SpotiFLAC/launcher.py
SpotiFLAC.egg-info/PKG-INFO
SpotiFLAC.egg-info/SOURCES.txt
SpotiFLAC.egg-info/dependency_links.txt
SpotiFLAC.egg-info/entry_points.txt
SpotiFLAC.egg-info/requires.txt
SpotiFLAC.egg-info/top_level.txt
SpotiFLAC/core/__init__.py
SpotiFLAC/core/apple_music_metadata.py
SpotiFLAC/core/base.py
SpotiFLAC/core/code_search.py
SpotiFLAC/core/console.py
SpotiFLAC/core/download_validation.py
SpotiFLAC/core/endpoints.py
SpotiFLAC/core/errors.py
SpotiFLAC/core/ffmpeg_check.py
SpotiFLAC/core/flac_validation.py
SpotiFLAC/core/health_check.py
SpotiFLAC/core/history.py
SpotiFLAC/core/http.py
SpotiFLAC/core/isrc_cache.py
SpotiFLAC/core/isrc_finder.py
SpotiFLAC/core/isrc_helper.py
SpotiFLAC/core/isrc_utils.py
SpotiFLAC/core/link_resolver.py
SpotiFLAC/core/lyrics.py
SpotiFLAC/core/metadata_enrichment.py
SpotiFLAC/core/models.py
SpotiFLAC/core/musicbrainz.py
SpotiFLAC/core/playlist_sync.py
SpotiFLAC/core/profiles.py
SpotiFLAC/core/progress.py
SpotiFLAC/core/provider_stats.py
SpotiFLAC/core/quality.py
SpotiFLAC/core/session_memory.py
SpotiFLAC/core/signed_session_desktop.py
SpotiFLAC/core/signed_session_mobile.py
SpotiFLAC/core/signed_session_mono.py
SpotiFLAC/core/solver.py
SpotiFLAC/core/songstats.py
SpotiFLAC/core/soundplate.py
SpotiFLAC/core/spotfetch.py
SpotiFLAC/core/spotify_metadata.py
SpotiFLAC/core/spotify_totp.py
SpotiFLAC/core/tagger.py
SpotiFLAC/core/tidal_metadata.py
SpotiFLAC/core/transcode.py
SpotiFLAC/extensions/__init__.py
SpotiFLAC/extensions/_bridge.js
SpotiFLAC/extensions/catalog.py
SpotiFLAC/extensions/manager.py
SpotiFLAC/extensions/provider.py
SpotiFLAC/extensions/python_provider.py
SpotiFLAC/extensions/runtime.py
SpotiFLAC/extensions/runtime_features.py
SpotiFLAC/extensions_plugins/__init__.py
SpotiFLAC/frontend/app.js
SpotiFLAC/frontend/index.html
SpotiFLAC/frontend/styles.css
SpotiFLAC/frontend/toast-system.js
SpotiFLAC/frontend/assets/icons/am.png
SpotiFLAC/frontend/assets/icons/amzn.png
SpotiFLAC/frontend/assets/icons/download.svg
SpotiFLAC/frontend/assets/icons/dzr.png
SpotiFLAC/frontend/assets/icons/flacdownloader.png
SpotiFLAC/frontend/assets/icons/joox.svg
SpotiFLAC/frontend/assets/icons/kuwo.png
SpotiFLAC/frontend/assets/icons/logo.svg
SpotiFLAC/frontend/assets/icons/lrclib.png
SpotiFLAC/frontend/assets/icons/migu.jpeg
SpotiFLAC/frontend/assets/icons/musicbrainz_d.png
SpotiFLAC/frontend/assets/icons/musicbrainz_l.png
SpotiFLAC/frontend/assets/icons/musixmatch.svg
SpotiFLAC/frontend/assets/icons/netease.svg
SpotiFLAC/frontend/assets/icons/next.svg
SpotiFLAC/frontend/assets/icons/pandora.svg
SpotiFLAC/frontend/assets/icons/qbz.png
SpotiFLAC/frontend/assets/icons/songlink_d.png
SpotiFLAC/frontend/assets/icons/songlink_l.png
SpotiFLAC/frontend/assets/icons/songstats.png
SpotiFLAC/frontend/assets/icons/soundcloud.svg
SpotiFLAC/frontend/assets/icons/spotify.svg
SpotiFLAC/frontend/assets/icons/spotubedl.svg
SpotiFLAC/frontend/assets/icons/tidal_d.png
SpotiFLAC/frontend/assets/icons/tidal_l.png
SpotiFLAC/frontend/assets/icons/xbatchdl.svg
SpotiFLAC/frontend/assets/icons/youtube.svg
tests/test_core_logic.py
tests/test_profiles.py
tests/test_smoke.py