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: 3 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-07T13:34:38.000Z (6 months ago)
- Last Synced: 2025-01-09T17:14:23.975Z (5 months ago)
- Language: JavaScript
- Size: 1.29 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`.