podsumer icon indicating copy to clipboard operation
podsumer copied to clipboard

A privacy focused, self-hosted podcatcher.

Results 14 podsumer issues
Sort by recently updated
recently updated
newest added

Deleting a feed or an item's audio takes an inordinate amount of time. It is not clear why this is but it seems to have something to do with SQLite....

bug

Unit test coverage is only at 88%. Improve coverage and add see about adding coverage for the controller file (`www/index.php`)

enhancement

Add a button for the user to mark an episode as played. Also, mark an episode played if playback in the web UI reaches something like 95% of the file.

enhancement

Allow user to search feeds and episodes

enhancement

Every `n` seconds send a message back to the server for it to store the current playback timestamp. When player UI loads set playback to the latest time stored.

enhancement

- Add fields to UI for setting credentials for a feed. - Store credentials securely - Parse credentials emebedded in feed URL

enhancement

The State class uses PDO to talk to sqlite right now. Abstract away the sqlite bits into a new class and add implemenations for mysql and postgres.

enhancement