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/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/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/solver.py
SpotiFLAC/core/spotfetch.py
SpotiFLAC/core/spotify_totp.py
SpotiFLAC/core/tagger.py
SpotiFLAC/extensions/__init__.py
SpotiFLAC/extensions/_bridge.js
SpotiFLAC/extensions/manager.py
SpotiFLAC/extensions/provider.py
SpotiFLAC/extensions/runtime.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
SpotiFLAC/providers/__init__.py
SpotiFLAC/providers/amazon.py
SpotiFLAC/providers/apple_music.py
SpotiFLAC/providers/apple_music_metadata.py
SpotiFLAC/providers/base.py
SpotiFLAC/providers/deezer.py
SpotiFLAC/providers/gdstudio.py
SpotiFLAC/providers/pandora.py
SpotiFLAC/providers/qobuz.py
SpotiFLAC/providers/songstats.py
SpotiFLAC/providers/soundcloud.py
SpotiFLAC/providers/soundplate.py
SpotiFLAC/providers/spotify_metadata.py
SpotiFLAC/providers/tidal.py
SpotiFLAC/providers/tidal_metadata.py
SpotiFLAC/providers/youtube.py
tests/test_amazon_flac_regression.py
tests/test_base_provider.py
tests/test_cancellation.py
tests/test_instantiation.py
tests/test_integration_scenarios.py
tests/test_isrc_finder.py
tests/test_link_resolver.py
tests/test_output.py
tests/test_provider_stats.py
tests/test_providers.py
tests/test_retry_logic.py
tests/test_signed_session_timeout.py
tests/test_tidal_http.py
tests/test_tidal_utils.py
tests/test_url_validation.py