Standalone App; Works fine but only for MY OWN PLAYLISTS due to spotify dev rights :-(

This commit is contained in:
2026-03-15 20:35:46 +01:00
parent 8a66f5f864
commit 2f762eed4b
6 changed files with 577 additions and 5 deletions

11
Launch Spotify→Tidal.command Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/zsh
# Double-click this file in Finder to launch the Spotify→Tidal sync app.
# Change to the project directory (same folder as this script)
cd "$(dirname "$0")"
# Activate the virtual environment
source .venv/bin/activate
# Launch Streamlit (opens browser automatically)
streamlit run app.py