Simpe parser for youtube music uploaded song names.
If you have big library uploaded on your youtube music account, you may struggle to get a list of tracks form it
This scrips is gets your list of uploaded tracks, then formatting it in "Artist Name" - "Song Name" format and saves it in "tracklist.txt" file. The txt may be useful for services like "TuneMyMusic" and "Soundiiz"
Before you start:
-
Install ytmusicapi module with:
pip install ytmusicapi
-
You need to authinticate to your Google account with command in terminal:
ytmusicapi oaut
-
When authintication is done, simply press enter in terminal. It will generate .json file in same folder with the script
*You may control limit of the output buy changing "limit" parameter (3000 by default)
I hope it will help you.
V.