mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #524] SoundCloud support #215
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sumanthratna on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/524
It would be nice if I could use SoundCloud with this (I completely understand if you don't want to do this). I think the only changes would need to occur in
src/network.rs(I think we could just turn network into a folder and add two files inside of it:spotify.rsandsoundcloud.rs).@Rigellute commented on GitHub (Jul 22, 2020):
Nice idea though I think this will be out of scope for spotify-tui. All the current state management would need to change due to the types being different.
Perhaps an abstraction could be created that would handle spotify, soundcloud, apple music etc. APIs.
However I think it'd be best for a new application to be made that could handle this.