Testing the Spotify Local Files feature by organizing external tracks to match the metadata found in the text file. Technical Implementation Tips
If the file is tab-separated or comma-separated, you can use Python's pandas library to quickly convert the .txt file into a workable dataframe. (devxz1999) 3K spotify.txt
Using tools like the Spotipy library to parse the .txt file and automatically generate playlists in a user's account. Testing the Spotify Local Files feature by organizing