aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.14k stars 137 forks source link

Add album to queue action #429

Closed nikosavola closed 2 months ago

nikosavola commented 2 months ago

Hi @aome510,

I'm new to Rust bu tried implementing the Add album to queue action but could not get the development version working locally. I'm left with a blank screen when running the binary even from master after cargo build. Do you need to do something else or is the master failing? I have a release version authenticated with spotify and working.

Are there any additional places we need to add AddAlbumToQueue, AddToQueue and the AddSelectedItemToQueue for supporting keymapped queue.

Drafted until ready.

Closes #407

aome510 commented 2 months ago

I think it might be related to https://github.com/aome510/spotify-player/issues/424. Pushed a commit to temporarily fix the change. Can you merge main and try again?

aome510 commented 2 months ago

You can either look into the application's log or backtrace inside ~/.cache/spotify-player/ to see if there is any error/panic.