podcast support (#203)
* implement search for shows/podcasts * create Playable supertype for queue to contain tracks and episodes * wip: implement playback of episodes * load spotify id from uri instead of raw id to fix podcast playback * show duration for podcast episodes * implement generic status bar for playables (tracks and episodes) omit saved indicator for now as the library does not yet support podcasts * instead of only the last 50 fetch all episodes of a show * refactor: extract Playable code to separate file * implement playback/queuing of shows + sharing url * implement podcast library * migrate mpris code to Playable supertype
This commit is contained in:
committed by
GitHub
parent
8bf06147e2
commit
1b1d392ab8
@@ -57,10 +57,13 @@ mod authentication;
|
||||
mod command;
|
||||
mod commands;
|
||||
mod config;
|
||||
mod episode;
|
||||
mod events;
|
||||
mod library;
|
||||
mod playable;
|
||||
mod playlist;
|
||||
mod queue;
|
||||
mod show;
|
||||
mod spotify;
|
||||
mod theme;
|
||||
mod track;
|
||||
|
||||
Reference in New Issue
Block a user