LICENSE
README.md
pyproject.toml
src/__main__.py
src/main.py
src/setting.py
src/MusicTerm.egg-info/PKG-INFO
src/MusicTerm.egg-info/SOURCES.txt
src/MusicTerm.egg-info/dependency_links.txt
src/MusicTerm.egg-info/entry_points.txt
src/MusicTerm.egg-info/requires.txt
src/MusicTerm.egg-info/top_level.txt
src/api/downloader.py
src/api/music_player.py
src/api/protocols.py
src/api/ytmusic.py
src/api/mpris/mpris.py
src/player/media_control.py
src/player/player.py
src/player/util.py
tests/test_downloader.py
tests/test_main.py
tests/test_notification.py
tests/test_player.py
tests/test_settings.py
tests/test_ytmusic.py