Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xasos/overcast-desktop

:headphones: Overcast Podcast Player with Electron
https://github.com/xasos/overcast-desktop

Last synced: 2 months ago
JSON representation

:headphones: Overcast Podcast Player with Electron

Awesome Lists containing this project

README

        

# Overcast.fm for Desktop
[![Build Status](https://travis-ci.org/xasos/overcast-desktop.svg?branch=master)](https://travis-ci.org/xasos/overcast-desktop)

Cross-platform desktop application for [Overcast](http://overcast.fm/) using Electron + Node.js. Includes support for Mac OS X Media Keys.

![Screenshot](https://raw.githubusercontent.com/xasos/overcast-desktop/master/assets/overcast-screenshot.png)

## Media Key Support
- >|| - Play/Pause
- << - Rewind 30s
- >> - Skip forward 30s

## Download
Latest release for Mac OS X, Linux, and Windows available [here](https://github.com/xasos/overcast-desktop/releases). To keep the download size of Overcast down, the binary has been tarred. To untar, run
```sh
$ tar -zxvf overcast--x64.tar.gz # Substitute with platform of choice
# Proceed to move into Applications folder
```

## Building `overcast-desktop`
```sh
$ git clone https://github.com/xasos/overcast-desktop.git
$ cd overcast-desktop
$ npm install
$ npm start
# To build for a specific platform (darwin, linux, win32)
$ npm build
```

## Patronage
If you love Overcast, I'd highly recommend [helping support the app](https://overcast.fm/skeptics_faq) - [Marco](https://marco.org/) offers Overcast for free and puts a lot of time and effort into building it.

## License
[MIT License](LICENSE)