Skip to content

Aquatic Media Player - A web-based player for your local on-disk media

Notifications You must be signed in to change notification settings

realsporkman/aquatic-mp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/realsporkman/aquatic-mp

Welcome to the Aquatic Media Player package!

This is a simple web-based interface for playing your local on-disk music and videos. It is implemented in javascript, and supports any media format that your browser supports when wrapped in the html <audio> and <video> tags

Setup requires running a script, "build_db", to build the database for the application. "build_db" is located under the aquatic-mp-master package directory. This process requires that the "nodejs", "ffprobe", and "indentify" commands be installed and in your path environment. In debian-based distros, this requires installing these packages:

sudo apt install nodejs ffmpeg imagemagick

Similar packages in macOS can be obtained through the "Homebrew" OSS package manager.

Once the database is built using the "aquatic-mp-master/build_db" script, launch Aquatic by loading this file in your browser:

<...path to install...>/aquatic-mp-master/www/index.html

For best results we recommend using the Chrome web browser launched in "app" mode:

google-chrome --app="file://<...path to install...>/aquatic-mp-master/www/index.html"

Be sure to check out the built-in aquarium!

Enjoy your new smooth-listening experience.

About

Aquatic Media Player - A web-based player for your local on-disk media

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published