Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FelicianoTech/pocket-casts-desktop-app
The Pocket Casts webapp, packaged for the Linux Desktop.
https://github.com/FelicianoTech/pocket-casts-desktop-app
electron hacktoberfest pocketcasts podcast snap
Last synced: 3 months ago
JSON representation
The Pocket Casts webapp, packaged for the Linux Desktop.
- Host: GitHub
- URL: https://github.com/FelicianoTech/pocket-casts-desktop-app
- Owner: FelicianoTech
- License: mit
- Created: 2018-11-30T16:06:18.000Z (about 6 years ago)
- Default Branch: trunk
- Last Pushed: 2024-06-23T11:16:03.000Z (7 months ago)
- Last Synced: 2024-08-02T13:27:07.417Z (6 months ago)
- Topics: electron, hacktoberfest, pocketcasts, podcast, snap
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 90
- Watchers: 4
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Pocket Casts for Desktop banner](./banner.png)
# Pocket Casts Desktop App [![CircleCI Build Status](https://circleci.com/gh/felicianotech/pocket-casts-desktop-app.svg?style=shield)](https://circleci.com/gh/felicianotech/pocket-casts-desktop-app) [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/felicianotech/pocket-casts-desktop-app/trunk/LICENSE)
Pocket Casts is the world's most powerful podcast player.
It's a great app to discover and listen to your favorite podcasts.
Many blogs have deemed Pocket Casts the best podcatcher around.This app/repository isn't a new, native app built by the official Pocket Casts team.
Instead, this is a community-built app by me ([@FelicianoTech](https://twitter.com/FelicianoTech)) that takes the official Pocket Casts webapp, and packages for the Linux desktop using Electron (yuck I know, but it actually worked very well).You need to have a pre-existing Pocket Casts account (it's cheap and worth the money) to use this app.
You can purchase Pocket Casts on their [official website](https://www.pocketcasts.com/).## Installation
### Flatpak Package - For Debian, Fedora, elementary OS, and more
[![Download on Flathub](https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Flathub-badge-en.svg/240px-Flathub-badge-en.svg.png)](https://flathub.org/apps/details/tech.feliciano.pocket-casts)
### Snap Package - For Ubuntu and most Ubuntu flavors
The Pocket Casts desktop app can be installed via snap on Ubuntu 16.04, Ubuntu 18.04+, elementary OS 5, and many Linux distros with `snapd` installed by running:
```
sudo snap install pocket-casts
```If you don't have the `snap` command available, you might be able to find instructions for your distro [here](https://docs.snapcraft.io/core/install).
### Ubuntu Software app
Pocket Casts is available within the Ubuntu Software app on your Ubuntu machine.
Just open the store up and search for "Pocket Casts".### .deb
We publish a `.deb` file for each release in GitHub Releases.
Check out the [releases page](https://github.com/felicianotech/pocket-casts-desktop-app/releases) to find them.### macOS
I don't currently publish any packages for macOS.
If you want one, request it in a GitHub Issue (check for an existing issue first) or open a PR.
Since this is built with Electron, it shouldn't be too much extra work to build for macOS if the desire is there.### Windows
Pocket Casts makes an [official desktop app for Windows](https://www.microsoft.com/en-us/p/pocket-casts-desktop/9pcdbqx582bz?activetab=pivot:overviewtab).
I suggest you use that one.## Usage
![Pocket Casts for Desktop screenshot](./screenshot.png)
This is a desktop app.
Open whatever app launcher you normally use and search for Pocket Casts.## Development
This app is built with Electron.
I'm new to using Electron so I'll add more information here as I figure it out.
The snap package itself is built with `electron-builder` so make sure to use that to build your own snap.## License
The code for this snap is licensed under the MIT license.
This repo's license can be found [here](./LICENSE).
The code for Pocket Casts itself is proprietary and belongs to the Pocket Casts team/NPR.
I do not own that code nor have any affiliation for Pocket Casts.
I'm just a fan of the app and of Linux.