Owen Hardy
Owen Hardy
Should support the same features as the currently implemented ChromeCast support: - play/pause - seeking - subtitles - different audio/video streams - volume
Shouldn't be too difficult, main challenge here would be to separate the play-progress for every user, this is now stored inside the media-item entity but should get it's own entity.
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...