Replies: 1 comment 1 reply
-
|
Hey thank you for considering to contribute! Im not that picky on how people contribute, you can just make a PR or whatever is most convenient for you. There was already some code for manipulation playlists, but it was very basic, make sure to take a loot at it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I have been using spotatui for a few personal fun projects and I love using it. I saw the recent refactor announcement and the call for contributors.
I've been working on a Rust-based Spotify playlist tool called spotify-playlist-maker that handles OAuth2 authentication via rspotify, song search, and automated playlist creation. It also has CI via GitHub Actions and a test suite.
I noticed "Add songs to a playlist" is listed as a high-priority roadmap item, and issue #116 mentions that removing playlists/tracks isn't working either. The core logic I've built maps pretty directly onto both of those gaps — it's all Rust/rspotify, same stack as spotatui.
My tool has a Tauri GUI layer that obviously wouldn't port over, but the backend playlist and search logic is clean and separable. I'd be happy to adapt it into TUI-compatible commands that fit spotatui's keybinding-driven flow.
A few things I could take a crack at:
Happy to start small with a single PR if that's easier to review. Is there a preferred approach for new contributors picking up roadmap items — should I just open a draft PR, or is it better to coordinate here first?
Thanks for keeping this project alive, it's a great tool.
Beta Was this translation helpful? Give feedback.
All reactions