spotify-export icon indicating copy to clipboard operation
spotify-export copied to clipboard

A simple Ruby utility that uses Spotify's Web API to export a playlist as plain text

Results 14 spotify-export issues
Sort by recently updated
recently updated
newest added

Hello all. Have you been able to use spotify-export? I have been using it for years, but now, I get: Traceback (most recent call last): 14: from /home/ugah/bin/spotifyexport/spotify-export/bin/spotify-export.rb:6:in `' 13:...

The application throws an exception when trying the example command: ``` $ ./bin/spotify-export.rb spec/support/multiple-tracks.txt /Users/owenray/spotify-export/lib/spotify-track.rb:49:in `format_artists': undefined method `each' for nil:NilClass (NoMethodError) from /Users/owenray/spotify-export/lib/spotify-track.rb:82:in `get_track_attributes' from /Users/owenray/spotify-export/lib/spotify-track.rb:32:in `attributes' from /Users/owenray/spotify-export/lib/spotify-track.rb:22:in...

The bulk URI copy option was removed in a later Spotify version. While the functionality is there, it can only be invoked by the keyboard command.

`/Downloads/spotify-export-master/lib/spotify-playlist.rb:10:in 'initialize': That file does not exist (SpotifyPlaylist::MissingFileError) from ./bin/spotify-export.rb:16:in 'new' from ./bin/spotify-export.rb:16:in ''` Any suggestions what's wrong?

- ruby 2.3.3p222 (2016-11-21 revision 56859) [universal.x86_64-darwin17] - macOS High Sierra 10.13.2 (17C88) Ran: `./bin/spotify-export.rb ~/Desktop/jazz.txt` ``` /usr/local/lib/ruby/gems/2.5.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:230: warning: constant ::Fixnum is deprecated Traceback (most recent call last): | 7:...

Downloaded the latest bundle - running my command I get the below error - what am I missing ? bash-3.2$ ./spotify-export.rb test2.txt /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- bundler/setup...

Tried to install but Activesupport requires Ruby>=2.2.2. Here is the output: xx@xx:~/spotify-export/bin$ bundle install Fetching gem metadata from https://rubygems.org/......... Using concurrent-ruby 1.0.2 Using i18n 0.7.0 Using minitest 5.9.1 Using thread_safe...

Not sure if it was removed in an update, but I couldn't find it (macOS). I did find out, however, that you CAN copy the URI in bulk with `CMD+Shift+C`,...

``` $ ./bin/spotify-export.rb spotify.txt /usr/local/lib/ruby/gems/2.4.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:206: warning: constant ::Fixnum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/activesupport-5.0.0.1/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:230: warning: constant ::Fixnum is deprecated /usr/local/lib/ruby/gems/2.4.0/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:230: warning:...

Was getting NoMethodError when trying to run. This commit fixes it.