Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1 KB

README.md

File metadata and controls

27 lines (19 loc) · 1 KB

filecast

GitHub commit activity

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 page.

If you find an bug or would like to request a feature, please submit an issue.

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.