-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
[Feature] Placeholder for YouTube Playlist Name when create and sync #5
Comments
what is the syntax for the new feature ? for example If i want to use |
python main.py create <id> --name <playlist_name> |
I have specify the name ?? Please add feature to use variables like %SpotifyPlaylistName% and %DateSynced% |
Explain your requirements clearly. |
For example if I use |
Can you make it clear, In where you need to use |
|
I unable to understand your need, It may be helpful @echo off
python main.py sync "%SpotifyPlaylistID%" "%YouTubePlaylistID%"
echo Synced at %DATE% %TIME% @echo off
python main.py create "%SpotifyPlaylistID%" --name "%YouTubePlaylistName%"
echo Created at %DATE% %TIME% |
|
Ok, You need to change the name when using |
@yogeshwaran01 updates |
Example -
Spotify %SpotifyPlaylistName% Synced on %DateSynced%
The text was updated successfully, but these errors were encountered: