CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/PLUGINS.md
docs/PUBLIC_API.md
docs/TUI_AND_LOCALIZATION.md
dotify/__init__.py
dotify/__main__.py
dotify/client.py
dotify/i18n.py
dotify/onboarding.py
dotify/plugins.py
dotify/py.typed
dotify/queue.py
dotify/security.py
dotify/tui.py
dotify/utils.py
dotify/version.py
dotify/api/__init__.py
dotify/api/adapter.py
dotify/api/api.py
dotify/api/browser_cookies.py
dotify/api/constants.py
dotify/api/device_flow.py
dotify/api/enums.py
dotify/api/exceptions.py
dotify/api/librespot.py
dotify/api/totp.py
dotify/api/proto/__init__.py
dotify/api/proto/audio_files_extension_pb2.py
dotify/api/proto/audio_files_extension_pb2.pyi
dotify/api/proto/extendedmetadata_pb2.py
dotify/api/proto/extendedmetadata_pb2.pyi
dotify/api/proto/playplay_pb2.py
dotify/api/proto/playplay_pb2.pyi
dotify/cli/__init__.py
dotify/cli/auth_commands.py
dotify/cli/cli.py
dotify/cli/cli_config.py
dotify/cli/config_file.py
dotify/cli/constants.py
dotify/cli/database.py
dotify/cli/env_commands.py
dotify/cli/init_command.py
dotify/cli/utils.py
dotify/downloader/__init__.py
dotify/downloader/audio.py
dotify/downloader/base.py
dotify/downloader/constants.py
dotify/downloader/downloader.py
dotify/downloader/enums.py
dotify/downloader/exceptions.py
dotify/downloader/progress.py
dotify/downloader/types.py
dotify/downloader/video.py
dotify/env/__init__.py
dotify/env/checks.py
dotify/env/doctor.py
dotify/env/errors.py
dotify/env/paths.py
dotify/env/setup.py
dotify/interface/__init__.py
dotify/interface/audio.py
dotify/interface/base.py
dotify/interface/constants.py
dotify/interface/enums.py
dotify/interface/episode.py
dotify/interface/episode_video.py
dotify/interface/exceptions.py
dotify/interface/interface.py
dotify/interface/music_video.py
dotify/interface/song.py
dotify/interface/types.py
dotify/interface/video.py
dotify_cli.egg-info/PKG-INFO
dotify_cli.egg-info/SOURCES.txt
dotify_cli.egg-info/dependency_links.txt
dotify_cli.egg-info/entry_points.txt
dotify_cli.egg-info/requires.txt
dotify_cli.egg-info/top_level.txt
tests/test_api_contracts.py
tests/test_browser_cookies.py
tests/test_cli_errors.py
tests/test_downloader_progress.py
tests/test_file_permissions.py
tests/test_i18n.py
tests/test_init_command.py
tests/test_lazy_streams.py
tests/test_librespot_audio_fallback.py
tests/test_librespot_auth.py
tests/test_onboarding.py
tests/test_performance.py
tests/test_persistent_queue.py
tests/test_plugins.py
tests/test_public_client.py
tests/test_sensitive_logging.py
tests/test_tui.py
tests/test_widevine_rate_limit.py
tests/fixtures/api/album.json
tests/fixtures/api/artist.json
tests/fixtures/api/episode.json
tests/fixtures/api/library_tracks.json
tests/fixtures/api/playlist.json
tests/fixtures/api/show.json
tests/fixtures/api/track.json