gmusic-playlist
gmusic-playlist copied to clipboard
playlist scripts for gmusic
Steps I have followed: 1. On my Windows 7 laptop I installed Python 2.7.11. 2. Downloaded the gmusicplayer zip and extracted it into my downloads folder. 3. Downloaded the gmusicapi...
For example, I had a playlist named "Late nights/early mornings". Here's the error I got: ``` Traceback (most recent call last): File "ExportLists.py", line 99, in playlist_handler(playlist_name, playlist_description, playlist_tracks) File...
Received an email requesting capability to match songs based on a given song duration.
Recieved an email requesting this feature. The email suggested the following code changes to implement the feature: in exportlists.py ``` python result_details = create_result_details(track, tnum+1) # added the playlist track...
Recieved an email request for the ability to export the shared playlists.