Standalone App; Works fine but only for MY OWN PLAYLISTS due to spotify dev rights :-(
This commit is contained in:
11
Launch Spotify→Tidal.command
Executable file
11
Launch Spotify→Tidal.command
Executable 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
|
||||
Reference in New Issue
Block a user