We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@echo off set "CLIENT_ID=xx" set "CLIENT_SECRET=xx" echo CLIENT_ID: %CLIENT_ID% echo CLIENT_SECRET: %CLIENT_SECRET% :start set /p playlistid=playlistid: echo Your playlistid is %playlistid%. pause python main.py create %playlistid% --private --save-to-sync echo Press Any Key to restart pause clear goto start
@echo off :start set "CLIENT_ID=xx" set "CLIENT_SECRET=xx" echo CLIENT_ID: %CLIENT_ID% echo CLIENT_SECRET: %CLIENT_SECRET% python main.py sync pause goto start
pip install -r requirements.txt
You may want to remove loop from sync
@yogeshwaran01 You can make a simple UI using python that would have 2 buttons "add new playlist" and sync. which then can trigger these.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@yogeshwaran01 What is wrong with it ? Just a reminder you may want to make a python or bash version for Linux/macOS
No branches or pull requests
Add me Plyalist.bat
Sync.bat
Requirments.bat
You may want to remove loop from sync
@yogeshwaran01 You can make a simple UI using python that would have 2 buttons "add new playlist" and sync. which then can trigger these.
The text was updated successfully, but these errors were encountered: