Skip to content

A HTTP server dedicated to media streaming, with a frontend focusing on music playlists

Notifications You must be signed in to change notification settings

505e06b2/media_player

Repository files navigation

Webpage Configuration

Check the wiki for help

Server Installation

  1. Execute:
git clone https://github.com/505e06b2/media_player.git
cd media_player
npm i
  1. Place music in the music folder with a structure of:
Artist/Album/Song

Artist1
|- Album1
	|- Song1
	|- Song2
|- Album2
	|- Song1

Artist2
|- Album1
	|- Song1
...

Symlinks are encouraged, but a "folder" of music must exist in the webpage/ folder

  1. Run the webserver
npm start

Server Configuration

Alter the settings.mjs file as required

About

A HTTP server dedicated to media streaming, with a frontend focusing on music playlists

Resources

Stars

Watchers

Forks