refactor in progress
authormarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:28:58 +0000 (02:28 +0200)
committermarcelveldt <marcelvanderveldt@MacBook-Silvia.local>
Sat, 12 Oct 2019 00:28:58 +0000 (02:28 +0200)
commitf42636b46add1a22aa94881d773b389655634fdf
treee7001079fd3f378b8e10ac773dd0874c9bca1356
parentc180788d462a46e260319742ec317756187497e4
refactor in progress
149 files changed:
.vscode/.ropeproject/config.py [new file with mode: 0644]
Dockerfile
main.py [new file with mode: 0755]
music_assistant/__init__.py
music_assistant/cache.py [new file with mode: 0644]
music_assistant/database.py
music_assistant/homeassistant.py [new file with mode: 0644]
music_assistant/http_streamer.py [new file with mode: 0755]
music_assistant/main.py [deleted file]
music_assistant/main.spec [deleted file]
music_assistant/metadata.py [new file with mode: 0755]
music_assistant/models/__init__.py
music_assistant/models/media_types.py
music_assistant/models/musicprovider.py
music_assistant/models/player.py
music_assistant/models/player_queue.py
music_assistant/models/playerprovider.py
music_assistant/modules/__init__.py [deleted file]
music_assistant/modules/cache.py [deleted file]
music_assistant/modules/homeassistant.py [deleted file]
music_assistant/modules/http_streamer.py [deleted file]
music_assistant/modules/metadata.py [deleted file]
music_assistant/modules/music_manager.py [deleted file]
music_assistant/modules/musicproviders/__init__.py [deleted file]
music_assistant/modules/musicproviders/file.py [deleted file]
music_assistant/modules/musicproviders/qobuz.py [deleted file]
music_assistant/modules/musicproviders/spotify.py [deleted file]
music_assistant/modules/musicproviders/spotty/arm-linux/spotty-hf [deleted file]
music_assistant/modules/musicproviders/spotty/darwin/spotty [deleted file]
music_assistant/modules/musicproviders/spotty/windows/spotty.exe [deleted file]
music_assistant/modules/musicproviders/spotty/x86-linux/spotty [deleted file]
music_assistant/modules/musicproviders/spotty/x86-linux/spotty-x86_64 [deleted file]
music_assistant/modules/musicproviders/tunein.py [deleted file]
music_assistant/modules/player_manager.py [deleted file]
music_assistant/modules/playerproviders/__init__.py [deleted file]
music_assistant/modules/playerproviders/chromecast.py [deleted file]
music_assistant/modules/playerproviders/lms.py [deleted file]
music_assistant/modules/playerproviders/pylms.py [deleted file]
music_assistant/modules/web.py [deleted file]
music_assistant/music_manager.py [new file with mode: 0755]
music_assistant/musicproviders/__init__.py [new file with mode: 0644]
music_assistant/musicproviders/file.py [new file with mode: 0644]
music_assistant/musicproviders/qobuz.py [new file with mode: 0644]
music_assistant/musicproviders/spotify.py [new file with mode: 0644]
music_assistant/musicproviders/spotty/arm-linux/spotty-hf [new file with mode: 0755]
music_assistant/musicproviders/spotty/darwin/spotty [new file with mode: 0755]
music_assistant/musicproviders/spotty/windows/spotty.exe [new file with mode: 0755]
music_assistant/musicproviders/spotty/x86-linux/spotty [new file with mode: 0755]
music_assistant/musicproviders/spotty/x86-linux/spotty-x86_64 [new file with mode: 0755]
music_assistant/musicproviders/tunein.py [new file with mode: 0644]
music_assistant/player_manager.py [new file with mode: 0755]
music_assistant/playerproviders/__init__.py [new file with mode: 0644]
music_assistant/playerproviders/chromecast.py [new file with mode: 0644]
music_assistant/playerproviders/lms.py [new file with mode: 0644]
music_assistant/playerproviders/pylms.py [new file with mode: 0644]
music_assistant/web.py [new file with mode: 0755]
music_assistant/web/components/headermenu.vue.js [deleted file]
music_assistant/web/components/infoheader.vue.js [deleted file]
music_assistant/web/components/listviewItem.vue.js [deleted file]
music_assistant/web/components/player.vue.js [deleted file]
music_assistant/web/components/playmenu.vue.js [deleted file]
music_assistant/web/components/providericons.vue.js [deleted file]
music_assistant/web/components/readmore.vue.js [deleted file]
music_assistant/web/components/searchbox.vue.js [deleted file]
music_assistant/web/components/volumecontrol.vue.js [deleted file]
music_assistant/web/css/nprogress.css [deleted file]
music_assistant/web/css/site.css [deleted file]
music_assistant/web/css/vue-loading.css [deleted file]
music_assistant/web/images/default_artist.png [deleted file]
music_assistant/web/images/icons/aac.png [deleted file]
music_assistant/web/images/icons/chromecast.png [deleted file]
music_assistant/web/images/icons/file.png [deleted file]
music_assistant/web/images/icons/flac.png [deleted file]
music_assistant/web/images/icons/hires.png [deleted file]
music_assistant/web/images/icons/homeassistant.png [deleted file]
music_assistant/web/images/icons/http_streamer.png [deleted file]
music_assistant/web/images/icons/icon-128x128.png [deleted file]
music_assistant/web/images/icons/icon-256x256.png [deleted file]
music_assistant/web/images/icons/icon-apple.png [deleted file]
music_assistant/web/images/icons/info_gradient.jpg [deleted file]
music_assistant/web/images/icons/lms.png [deleted file]
music_assistant/web/images/icons/mp3.png [deleted file]
music_assistant/web/images/icons/pylms.png [deleted file]
music_assistant/web/images/icons/qobuz.png [deleted file]
music_assistant/web/images/icons/spotify.png [deleted file]
music_assistant/web/images/icons/tunein.png [deleted file]
music_assistant/web/images/icons/vorbis.png [deleted file]
music_assistant/web/images/icons/web.png [deleted file]
music_assistant/web/images/info_gradient.jpg [deleted file]
music_assistant/web/index.html [deleted file]
music_assistant/web/lib/vue-loading-overlay.js [deleted file]
music_assistant/web/manifest.json [deleted file]
music_assistant/web/pages/albumdetails.vue.js [deleted file]
music_assistant/web/pages/artistdetails.vue.js [deleted file]
music_assistant/web/pages/browse.vue.js [deleted file]
music_assistant/web/pages/config.vue.js [deleted file]
music_assistant/web/pages/home.vue.js [deleted file]
music_assistant/web/pages/playlistdetails.vue.js [deleted file]
music_assistant/web/pages/queue.vue.js [deleted file]
music_assistant/web/pages/search.vue.js [deleted file]
music_assistant/web/pages/trackdetails.vue.js [deleted file]
music_assistant/web/strings.js [deleted file]
run.sh
web/components/headermenu.vue.js [new file with mode: 0755]
web/components/infoheader.vue.js [new file with mode: 0644]
web/components/listviewItem.vue.js [new file with mode: 0755]
web/components/player.vue.js [new file with mode: 0755]
web/components/playmenu.vue.js [new file with mode: 0644]
web/components/providericons.vue.js [new file with mode: 0644]
web/components/readmore.vue.js [new file with mode: 0644]
web/components/searchbox.vue.js [new file with mode: 0644]
web/components/volumecontrol.vue.js [new file with mode: 0644]
web/css/nprogress.css [new file with mode: 0644]
web/css/site.css [new file with mode: 0755]
web/css/vue-loading.css [new file with mode: 0644]
web/images/default_artist.png [new file with mode: 0644]
web/images/icons/aac.png [new file with mode: 0644]
web/images/icons/chromecast.png [new file with mode: 0644]
web/images/icons/file.png [new file with mode: 0644]
web/images/icons/flac.png [new file with mode: 0644]
web/images/icons/hires.png [new file with mode: 0644]
web/images/icons/homeassistant.png [new file with mode: 0644]
web/images/icons/http_streamer.png [new file with mode: 0644]
web/images/icons/icon-128x128.png [new file with mode: 0644]
web/images/icons/icon-256x256.png [new file with mode: 0644]
web/images/icons/icon-apple.png [new file with mode: 0644]
web/images/icons/info_gradient.jpg [new file with mode: 0644]
web/images/icons/lms.png [new file with mode: 0644]
web/images/icons/mp3.png [new file with mode: 0644]
web/images/icons/pylms.png [new file with mode: 0644]
web/images/icons/qobuz.png [new file with mode: 0644]
web/images/icons/spotify.png [new file with mode: 0644]
web/images/icons/tunein.png [new file with mode: 0644]
web/images/icons/vorbis.png [new file with mode: 0644]
web/images/icons/web.png [new file with mode: 0644]
web/images/info_gradient.jpg [new file with mode: 0644]
web/index.html [new file with mode: 0755]
web/lib/vue-loading-overlay.js [new file with mode: 0644]
web/manifest.json [new file with mode: 0755]
web/pages/albumdetails.vue.js [new file with mode: 0755]
web/pages/artistdetails.vue.js [new file with mode: 0755]
web/pages/browse.vue.js [new file with mode: 0755]
web/pages/config.vue.js [new file with mode: 0755]
web/pages/home.vue.js [new file with mode: 0755]
web/pages/playlistdetails.vue.js [new file with mode: 0755]
web/pages/queue.vue.js [new file with mode: 0755]
web/pages/search.vue.js [new file with mode: 0755]
web/pages/trackdetails.vue.js [new file with mode: 0755]
web/strings.js [new file with mode: 0644]