mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #47] Podcast support #36
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#36
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 @ceuk on GitHub (Oct 12, 2019).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/47
Hey, podcasts don't seem to appear. Although playlists of podcasts do, trying to enter them doesn't do anything. Am I right in thinking the aren't supported right now or have I just misconfigured something?
@Rigellute commented on GitHub (Oct 12, 2019):
Ah good point. Searching for podcasts is not yet implement - need to figure out where to put the results!
In addition, the view for your Library Podcasts is also not yet implemented.
@ceuk commented on GitHub (Oct 12, 2019):
So I discovered podcasts won't play on spotifyd at all. It's super weird you can start it playing on e.g. your phone, then try to switch device and it will fail. Or you can switch to your spotifyd device from another client (e.g. phone) and whilst playing a song will work, when you try play a podcast it just doesn't.
Not related I know, but interesting :)
@Rigellute commented on GitHub (Oct 13, 2019):
Huh that is interesting!
@mgustran commented on GitHub (Mar 31, 2020):
with spotifyd (full, from github binary releases page) podcasts are listening ok in my device. tested on xUbuntu 18.04 with the basic configuration for alsa/pulseaudio
@ceuk commented on GitHub (Mar 31, 2020):
ah great, I might try again!
@ramsayleung commented on GitHub (Jun 8, 2020):
Author of rspotify here, the podcast endpoints have been added recently, the PR of adding podcast support has been merged :)
@sputnick1124 commented on GitHub (Sep 2, 2020):
Now that we have upgraded our
rspotifyand have podcast support, I have started implementing podcast functionality piecemeal. I figure it would be alright if we hijack this issue to act as a tracking issue for podcast features. We may want to create new issues for the more granular components, as this may make it easy for newcomers to contribute as well. Most of these things are fairly simple to implement, but also provide a good way to get in touch with the code baseThe features that come top of mind for me that need doing (some of which I've at least started):
WIP branch: https://github.com/sputnick1124/spotify-tui/tree/podcast-support-searchPR: #581)@junishigohoka commented on GitHub (Nov 1, 2020):
Hi, has this been included in 0.22.0 already?
I am not familiar with git and not sure how to tell what is included in the current version and what has been merged but not released yet...
For 0.22.0, I cannot scroll on podcast with ctrl-d or ctrl-u
@sputnick1124 commented on GitHub (Nov 2, 2020):
It has, but paging will not be available until https://github.com/Rigellute/spotify-tui/pull/635 us completed and merged. Progress is a little slow going since I have only had a couple nights and weekends to devote to it.