gmusic-playlist
gmusic-playlist copied to clipboard
playlist scripts for gmusic
would like to match input and output format that javascript version uses since it offers more functionality and provides a way for the two versions to interoperate acceptance criteria 1....
tried to run "sudo python ImportList.py ~/Downloads/spotify-music.txt" and get this: ``` Traceback (most recent call last): File "ImportList.py", line 8, in from common import * File "/home/edson/Downloads/gmusic-playlist-master/common.py", line 9, in...
I've had little success getting this to work and it ultimately came down to: common.py lines 116-120 'details[artist..album..etc] = None' // record nothing for the track and ImportList.py lines 231-233...
See preferences in 5471125. Includes and depends on #46.
Thanks for the awesome scripts. I tried using Python 3 without fully reading your requirements and got the script to work after some tweaking. However, I couldn't get my Spotify...
Here's what I'm getting when I try to run ImportList.py: ``` $ python ImportList.py playlist_copy.csv Traceback (most recent call last): File "ImportList.py", line 8, in from common import * File...
My sync script has suddenly stopped working. Not sure if Google have changed something, Debian have pushed out some flakey Python update, or what... I have tried loads of things...
Hi, I just finished installing the gmusic dependency but still I can't manage to run Import. ``` pip install gmusicapi Requirement already satisfied (use --upgrade to upgrade): gmusicapi in /Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages...
Hi, Just trying to get some music imported and I am getting the following issue: ``` Traceback (most recent call last): File "ImportList.py", line 194, in api = open_api() File...
Hello, I am exporting playlists that are going to be played over a stream and it would be helpful to have it setup so that when I am importing playlists,...