Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/banksio/filecast
- Owner: banksio
- Created: 2020-10-27T23:35:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T21:23:10.000Z (8 months ago)
- Last Synced: 2024-05-08T22:31:42.808Z (8 months ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 npm1. Clone or download the repo onto your local machine or server.
2. Run `npm install`.
3. Run `npm start`.