Skip to content
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

Open
Rexadev opened this issue Jun 18, 2023 · 11 comments
Open

Comments

@Rexadev
Copy link
Contributor

Rexadev commented Jun 18, 2023

Example - Spotify %SpotifyPlaylistName% Synced on %DateSynced%

@Rexadev
Copy link
Contributor Author

Rexadev commented Jun 18, 2023

what is the syntax for the new feature ? for example If i want to use Spotify %SpotifyPlaylistName% Synced on %DateSynced%

@Rexadev Rexadev changed the title [Feature Request] Add option to change YouTube Playlist Name. [Added] [Feature] Option to change YouTube Playlist Name Jun 18, 2023
@yogeshwaran01
Copy link
Owner

python main.py create <id> --name <playlist_name>

@Rexadev
Copy link
Contributor Author

Rexadev commented Jun 18, 2023

python main.py create --name <playlist_name>

I have specify the name ??

Please add feature to use variables like %SpotifyPlaylistName% and %DateSynced%

@yogeshwaran01
Copy link
Owner

Explain your requirements clearly.

@Rexadev
Copy link
Contributor Author

Rexadev commented Jun 19, 2023

For example if I use Spotify %SpotifyPlaylistName% Synced on %DateSynced% output would be Spotify Top 50 Global Synced on 2023-06-18

@yogeshwaran01
Copy link
Owner

Can you make it clear, In where you need to use Spotify %SpotifyPlaylistName% Synced on %DateSynced%.

@Rexadev
Copy link
Contributor Author

Rexadev commented Jun 20, 2023

python main.py create <id> --name <playlist_name>

@yogeshwaran01
Copy link
Owner

yogeshwaran01 commented Jun 20, 2023

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%

@Rexadev
Copy link
Contributor Author

Rexadev commented Jun 20, 2023

  1. You are confusing this thread with another thread I created.

  2. I want to create YT playlist from spotify playlist and name them automatically - Spotify %SpotifyPlaylistName% Synced on %DateSynced% would creat playlist name Spotify Top 50 Global Synced on 2023-06-18
    for example - python main.py create "%SpotifyPlaylistID%" --name "Spotify %SpotifyPlaylistName% Synced on %DateSynced%"
    and

  3. when syncing I would like to update the name of YT playlist with the date synced . That would be a different feature.
    for example - python main.py sync "%SpotifyPlaylistID%" "%YouTubePlaylistID%" --name "Spotify %SpotifyPlaylistName% Synced on %DateSynced%"

@yogeshwaran01

@yogeshwaran01
Copy link
Owner

Ok, You need to change the name when using sync.
After running this, it print the playlist name and date synced. Ok I will add it.

@Rexadev Rexadev changed the title [Added] [Feature] Option to change YouTube Playlist Name [Feature] Placeholder for YouTube Playlist Name when create and sync Jun 21, 2023
@yogeshwaran01 yogeshwaran01 reopened this Jun 21, 2023
@Rexadev
Copy link
Contributor Author

Rexadev commented Sep 7, 2023

@yogeshwaran01 updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants