mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-25 23:55:53 +03:00
[GH-ISSUE #95] Support for local files #57
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#57
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 @victorz on GitHub (Oct 21, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/95
Are there plans to support local files added via the official Spotify client? It would be a great addition in my opinion, since I use that feature a lot.
@Rigellute commented on GitHub (Oct 22, 2019):
This is an interesting suggestion. One issue here is that
spotify-tuidoesn't handle the streaming of the music itself, it uses the Spotify Web API which controls a playback device such as spotifyd or the official client.So I would guess it would be a fair amount of work to handle playback of local audio files, but something to look into for sure!
@notusknot commented on GitHub (May 12, 2021):
Any update on this? I would love to be able to also play mp3 files in spotify-tui