Skip to content

{beta} A music player which connects to your cloud/distributed storage.

License

Notifications You must be signed in to change notification settings

magicknight/diffuse

 
 

Repository files navigation

Diffuse

A music player which connects to your cloud/distributed storage.


📍 Available at https://diffuse.sh/

Versions

🌍 Web
Chrome, Firefox, Safari & Edge.

🖥 Native
MacOS, Linux & Windows.
Unique features: Add music from local filesystem, WebDAV & media-keys support.

Integrations

More info

User layer

Music layer

Q&A

Why don't you support WebDAV on the web version?
Most WebDAV servers aren't built according to the CORS specification. Which is a must-have for the web version, otherwise it doesn't work. The WebDAV version was built with NextCloud in mind.

Dependencies

  • Loads of Elm
  • A moderate amount of Haskell for the build system and static server
  • A tiny bit of Node (browserify vendor js & doc tests)

Development

# This assumes that you are using macOS

brew install haskell-stack
brew install elm
brew install nodejs
brew install watchexec

npm install
stack setup

# Other dependencies
# 1. For building the Electron version
brew install makeicns
brew install imagemagick

How to run

# build + server + watch
make

# make a static `./build`
make build

# run tests
make test

About

{beta} A music player which connects to your cloud/distributed storage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elm 87.1%
  • JavaScript 7.7%
  • CSS 2.2%
  • Haskell 1.7%
  • Other 1.3%