Skip to content

Commit

Permalink
Updated screenshots and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil Gupta committed Feb 7, 2021
1 parent 0f802b3 commit 1683054
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
- [About the Project](#about-the-project)
- [Motivation](#motivation)
- [Built With](#built-with)
- [Features](#features)
- [Installation](#installation)
- [License](#license)
- [Roadmap](#roadmap)
Expand Down Expand Up @@ -87,6 +88,21 @@ Podgrab started a tool that I initially built to solve a specific problem I had.
- [GORM](https://github.com/go-gorm/gorm)
- [SQLite](https://www.sqlite.org/index.html)

### Features
- Download/Archive complete podcast
- Auto-download new episodes
- Download on demand
- Podcast Discovery - Search and Add podcasts using iTunes API
- Full-fledged podcast player
- Add using direct RSS feed url / OMPL import / Search
- Basic Authentication
- Existing episode detection
- Easy OPML import/export
- Customizable episode names
- Dark Mode
- Self Hosted / Open Source
- Docker support

## Installation

The easiest way to run Podgrab is to run it as a docker container.
Expand Down Expand Up @@ -137,7 +153,10 @@ services:
| CHECK_FREQUENCY | How frequently to check for new episodes and missing files (in minutes) | 30 |
| PASSWORD | Set to some no empty value to enable Basic Authentication, username `podgrab`|(empty)|

<!-- LICENSE -->
### Setup

- Enable *websocket support* if running behind a reverse proxy. This is needed for the "Add to playlist" functionality.
- Go through the settings page once and change relevant settings before adding podcasts.

## License

Expand All @@ -152,10 +171,11 @@ Distributed under the MIT License. See `LICENSE` for more information.
- [x] Rudimentary downloading/downloaded indicator
- [x] Played/Unplayed Flag
- [x] OPML import
- [ ] OPML export
- [x] OPML export
- [x] In built podcast player
- [ ] Set ID3 tags if not set
- [ ] Filtering and Sorting options
- [ ] In built podcast player




Expand Down
5 changes: 5 additions & 0 deletions Screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

![Podcast Episodes](images/podcast_episodes.jpg)


## Player

![Player](images/player.jpg)

## Settings

![Podcast Episodes](images/settings.jpg)
Expand Down
Binary file modified images/add_podcast.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/all_episodes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/player.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/podcast_episodes.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1683054

Please sign in to comment.