Thang Pham

Results 235 comments of Thang Pham

Can confirm I also reproduce the issue on my end. Some browse playlists still work, "Made For You" works for me but not "Hip Hop". When I tried the API...

Good idea. It's helpful if users can see the action keymaps in the command help page. Not sure how to implement the UI though cause different item has a different...

Smart shuffle is not exposed as a public API unfortunately, so one might need to implement the logic manually inside the app. See #153

> Spotify-player uses the default client id in the url even when i change it in app.toml or use client_id_command instead. This is expected. The configured `client_id` is only meant...

> The only key that works is enter, if I press C-space I'm thrown back at the top of my liked songs list. Yes, but it should show a popup...

Thanks for raising. Somewhat related to #62. I don't have any plan to implement local music or offline feature cause I don't really need one. That said, feel free to...

`shift+d` will always show empty device list if you haven't set up `Spotify Connect` as described in https://github.com/aome510/spotify-player#spotify-connect. > ALSA lib conf.c:4029:(snd_config_hooks_call) Cannot open shared library libasound_module_conf_pulse.so (/home/linuxbrew/.linuxbrew/Cellar/alsa-lib/1.2.13/lib/alsa-lib/libasound_module_conf_pulse.so: cannot open...

> What else could be the issue that prevents playback? hard to tell without any logs/backtraces. Refer to https://github.com/aome510/spotify-player?tab=readme-ov-file#logging for info on how to get one

Thanks for reporting. I think > ERROR librespot_core::mercury: error 400 for uri hm://keymaster/token/authenticated?scope=user-read-recently-played,user-top-read,user-read-playback-position,user-read-playback-state,user-modify-playback-state,user-read-currently-playing,streaming,playlist-read-private,playlist-modify-private,playlist-modify-public,playlist-read-collaborative,user-follow-read,user-follow-modify,user-library-read,user-library-modify&client_id=... &device_id=100f7e87-1040-46e4-ba90-7d964a02293c is the reason for failing to start playback. That said, this is the first time I...

Related * https://github.com/aome510/spotify-player/issues/782 * https://github.com/aome510/spotify-player/issues/502