ytmusicapi enables easy bulk deletion of unwanted tracks #424
mavaddat
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
I made a Windows GUI app using this API that does these bulk deletions, since Google stupidly did not provide a bulk deletion mechanism for YT Music. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I uploaded two-hundred songs without the proper ID3v2 data set on the tracks. I tried to write a JavaScript console procedure to delete the accidentally added tracks, but I couldn't easily whip one up that would run successfully in the browser. So, I Googled for the YouTube Music API and happily stumbled upon this great project.
In an interactive prompt, I ran the following commands:
Which results in:
I checked my YouTube Music and verified that it removed all (and only) the songs I wanted to remove. So cool!
Beta Was this translation helpful? Give feedback.
All reactions