All Projects → Jantje19 → MusicStream

Jantje19 / MusicStream

Licence: GPL-3.0 license
A NodeJS server and web client for streaming music (and videos) to your network

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to MusicStream

angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+59.09%)
Mutual labels:  music-player, web-application
interface
AngularJS based Web Interface for Statusengine
Stars: ✭ 15 (-31.82%)
Mutual labels:  webinterface
PlayPiano
Implement and simulate piano on web page.
Stars: ✭ 16 (-27.27%)
Mutual labels:  music-player
Flight-Booking-System-JavaServlets App
✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.
Stars: ✭ 107 (+386.36%)
Mutual labels:  web-application
appng
appNG is an open source, horizontally scalable application platform for developing and operating applications efficiently. It can be used to build an Application Platform as a Service (aPaaS).
Stars: ✭ 32 (+45.45%)
Mutual labels:  web-application
vue-music-player
🎵 basic music player, keeps your favorite musics
Stars: ✭ 77 (+250%)
Mutual labels:  music-player
bside
Github Content Management System
Stars: ✭ 22 (+0%)
Mutual labels:  web-application
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (-22.73%)
Mutual labels:  music-player
website
Fully responsive website built with NextJS, React and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
Stars: ✭ 29 (+31.82%)
Mutual labels:  web-application
BeautyBooking
Web application for booking beauty appointments (ASP.NET Core 3.1). My project for the ASP.NET Core course at SoftUni.
Stars: ✭ 35 (+59.09%)
Mutual labels:  web-application
live dj
💿 Join or create video playlists to share a real-time experience with others! 🎧
Stars: ✭ 19 (-13.64%)
Mutual labels:  music-player
light-music-wechat-mini-programs
a wechat mini programs for light music
Stars: ✭ 45 (+104.55%)
Mutual labels:  music-player
lekima
netease cloud music for VIMer, named after the typhoon, lekima.
Stars: ✭ 21 (-4.55%)
Mutual labels:  music-player
boost
🚀 A collection of type-safe cross-platform packages for building robust server-side and client-side systems.
Stars: ✭ 97 (+340.91%)
Mutual labels:  web-application
w-components
JavaScript library based on Web Components.
Stars: ✭ 17 (-22.73%)
Mutual labels:  web-application
purescript-school-of-music
Port of the Haskell School of Music to Purescript
Stars: ✭ 21 (-4.55%)
Mutual labels:  music-player
slye
A web application to create 3D presentations based on WebGL
Stars: ✭ 60 (+172.73%)
Mutual labels:  web-application
LightWeightMusicPlayer
a local music player
Stars: ✭ 21 (-4.55%)
Mutual labels:  music-player
Segnalibro
Save and comment your favorite links from the web. It's just a bookmarking application.
Stars: ✭ 14 (-36.36%)
Mutual labels:  web-application
disaster-crawler
Data sources from Kimono currently unavailable
Stars: ✭ 13 (-40.91%)
Mutual labels:  web-application

MusicStream

A NodeJS server and web client for streaming music (and videos) to your network.

Screenshots

Desktop

Screenshot of the desktop page

Mobile

Screenshot of the mobile page Screenshot of the mobile page (player)

Installation

Manual Installation Steps

  1. Install Node.js
  2. Download the latest release from GitHub
  3. Extract the files into a folder and rename it to MusicStream
  4. Within the MusicStream directory run: npm install && npm start in a CLI (On windows type cmd in the location bar to open a CLI in that folder)
  5. In your browser go to: http://localhost:8000

Running

Run npm start in the MusicStream directory in a CLI.

Updating

By default MusicStream will check if there is a new version available (This can be turned off in the settings). It will only notify, not update.

As of MusicStream version v0.2.5, you can run npm run update or node update.js for an automated update process. If you're running an older version, you can follow the instructions below.

Manual updating

Updating MusicStream isn't very difficult, but it is a bit tedious. Updating is almost the same as installing, but you have to copy the save files. If you follow these steps, you should be fine.

  1. Move/copy the save files to a different location for safekeeping. These are the files that are configured for your setup. Like the settings and playlist files. These include: settings.js, playlists.json, The Plugins folder and other config files that you may have added like the https-config file.
  2. Delete the MusicStream folder.
  3. Download the latest version from GitHub. The update message will tell you the URL for the latest version, but you can also go to this URL and click on the most recent one.
  4. Extract the downloaded zip file.
  5. Move the save files back.
  6. Edit the settings.js file to include the newest settings values (This is super important! MusicStream might crash if you don't)
  7. Run npm install && npm start in a CLI.
  8. Done! Enjoy the new version

Mobile page

As of version v0.2.5 MusicStream has a dedicated mobile page, made with Angular.
You can find it at https://github.com/Jantje19/MusicStreamMobile.

Plugins

MusicStream supports plug-ins. See how it works here. I've also created some plug-ins. They can be found here.

Notes

The web-interface only works with browsers that have ES6 support. Almost all (up to date) modern browsers have this. If it doesn't work on your browser try to update it. See if you have the latest version of your browser here.

This program needs Node-ID3 version 0.0.10 or higher to work with images properly.

Manipulating files (adding/removing tags) requires the installation of FFMPEG. This is not required however.

Internet Explorer won't work. (but why would you use it anyway.)

You can still use it on old browsers. On the main page it will ask you to move to the old browsers page. It features a limited interface and features.

Only tested (and used) on Google Chrome and Chrome on Android

Privacy

I am a huge fan of privacy, that's why I try to be as specific as I can describing how my programs handle data. All of the data MusicStream collects stays on your own device (it also saves me server costs =P). Some third party APIs are used:

  • LastFM:
    • What: artist name and song title
    • When: every time when a new songs gets started & when adding auto tags
    • Which: local device
  • YouTube API
    • What: the YouTube URL
    • When: YouTube video is downloaded
    • Which: server
  • makeitpersonal API (lyrics)
    • What: artist name and song title
    • When: the request lyrics button is pressed
    • Which device: server
  • Update
    • What: checking for updates on GitHub
    • When: on start of MusicStream if enabled
    • Which: server and/or local device

Crashes

It crashes, why?

  1. Make sure you ran npm install.
  2. Make sure that you've installed Node-ID3 version 0.0.10 or higher. You can update it with this command: npm update node-id3.
  3. If you are editing tags, make sure that you have FFMPEG installed.

My browser gives error messages or shows a weird page?

  • Make sure that you are using the latest version of your browser. You can check if you have the latest version here. If you are using Internet Explorer you should switch to another browser (Chrome or Firefox, since they are independently updated of your OS).

Still not working? Add an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].