Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/banksio/filecast

An electron app to help cast local files directly to Google Cast receivers.
https://github.com/banksio/filecast

Last synced: about 1 month ago
JSON representation

An electron app to help cast local files directly to Google Cast receivers.

Awesome Lists containing this project

README

        

# filecast
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/banksio/filecast)

An electron app which allows you to select a folder (containing media) to serve on your home network and cast your files to a cast target.

Currently in alpha: There will still be some rough edges, but please feel free to test it and report any bugs found, or new features that may be beneficial!

## Features
* Serve your own media locally
* Cast any file locally to your Google Cast receiver
* Set the media type to cast any file format

## Run
### Windows
Just grab the latest setup .exe from the [releases](https://github.com/banksio/filecast/releases/latest) page.

**If you find an bug or would like to request a feature, please [submit an issue](https://github.com/banksio/filecast/issues).**

## Development
To develop for filecast, just follow the instructions listed.
### Prerequisites
* Node.js and npm

1. Clone or download the repo onto your local machine or server.
2. Run `npm install`.
3. Run `npm start`.