Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 594 Bytes

readme.md

File metadata and controls

36 lines (30 loc) · 594 Bytes

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