https://github.com/ofmooseandmen/peel
Cast your local music to a Google Cast device
https://github.com/ofmooseandmen/peel
googlecast javafx-application music-player
Last synced: about 2 months ago
JSON representation
Cast your local music to a Google Cast device
- Host: GitHub
- URL: https://github.com/ofmooseandmen/peel
- Owner: ofmooseandmen
- License: bsd-3-clause
- Created: 2020-04-30T10:00:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T03:09:21.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T18:47:05.755Z (4 months ago)
- Topics: googlecast, javafx-application, music-player
- Language: Java
- Size: 304 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peel
[](https://opensource.org/licenses/BSD-3-Clause)
A small music player to play tracks stored on a local drive to a Google Cast device.
Named after [John Peel](https://en.wikipedia.org/wiki/John_Peel) an English disc jockey, radio presenter, record producer and journalist, famous (amongst other things) for the [Peel sessions](https://en.wikipedia.org/wiki/Peel_Sessions_(disambiguation)).
Built with [JavaFx 14](https://openjfx.io) and [wire](https://github.com/ofmooseandmen/wire).
**This is a work in progress**
## Build & Run
[wire](https://github.com/ofmooseandmen/wire) is not yet available on mavencentral. In the meantime, please clone the wire repository.
```
./gradlew --include-build ../wire run --args="--libraryRootPath=[/path/to/music] --mediaServerPort=[port number]"
```