All Projects → ridhwaans → Homehost

ridhwaans / Homehost

Licence: mit
self-hosted, Netflix-like app made for streaming

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Homehost

Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+2366.49%)
Mutual labels:  music, movies, tv, comics
Warezz
It's illegal cuz they can't tax you!
Stars: ✭ 386 (-31.56%)
Mutual labels:  music, movies, tv, comics
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+59.75%)
Mutual labels:  self-hosted, tmdb, movies, tv
Myflix
Myflix, a Netflix clone!
Stars: ✭ 260 (-53.9%)
Mutual labels:  self-hosted, netflix, streaming
Monstercat Visualizer
A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
Stars: ✭ 571 (+1.24%)
Mutual labels:  music, spotify, media
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+83.87%)
Mutual labels:  music, media, streaming
Warez
All your base are belong to us!
Stars: ✭ 584 (+3.55%)
Mutual labels:  music, spotify, comics
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-96.81%)
Mutual labels:  self-hosted, music, streaming
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-88.12%)
Mutual labels:  self-hosted, media, streaming
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+232.62%)
Mutual labels:  self-hosted, music, streaming
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (-71.1%)
Mutual labels:  self-hosted, movies, tv
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (-73.94%)
Mutual labels:  movies, tv, streaming
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (-56.03%)
Mutual labels:  self-hosted, music, streaming
Compactd
Remote music player that supports adding more content
Stars: ✭ 75 (-86.7%)
Mutual labels:  self-hosted, music, streaming
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (-66.84%)
Mutual labels:  self-hosted, music, streaming
Api
PHP 7.3+ API Wrapper for The Movie Database
Stars: ✭ 317 (-43.79%)
Mutual labels:  tmdb, movies, tv
Openwhyd
💎 Like Pinterest, for Music
Stars: ✭ 287 (-49.11%)
Mutual labels:  music, streaming
Awesome Scifi
Sci-Fi worth consuming
Stars: ✭ 3,183 (+464.36%)
Mutual labels:  books, movies
Spotiflyer
Spotify/Gaana/Youtube Music Downloader For Android!
Stars: ✭ 231 (-59.04%)
Mutual labels:  music, spotify
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (-46.45%)
Mutual labels:  music, spotify

homehost logo

contributions release tag commits-since license

homehost is made for streaming your media collection over the home network

Features: 🎥 Movies, 🎵 Music, 📺 TV Shows, 📚 Books, 📒 Comics, 🎙️ Podcasts

🎥 Movies

movies

Demo

movies-gif

🎵 Music

music

Demo

music-gif

Setup

Run npm install under the base directory and the client/ directory
Create a config.yml file in the base directory, if it does not exist
In ./config.yml, set the media paths, and set a working API key for TMDb API and Spotify Web API

config.yml
# Server-side configs
movies:
  path  : '/path/to/movies/directory'
  api   : 'api.themoviedb.org/3'
  key   : '<api_key>'
music:
  path  : '/path/to/music/directory'
  api   : 'api.spotify.com/v1'
  key   : '<access_token>'
tv:
  path  : '/path/to/tv/directory'
  api   : 'api.themoviedb.org/3'
  key   : '<api_key>'

If you dont have keys, you can request API authorization from Spotify at https://developer.spotify.com/documentation/web-api/, and TMDb at https://developers.themoviedb.org/3/getting-started/introduction

Naming conventions

Your media must appear in the path set by config.yml
🎥 Movies

<movies_path>  
 - (subdirectory)?  
   - (movie_file_name <TMDb-movie-ID>) (.mp4|.mkv)  

🎵 Music

<music_path>  
 - (album_directory_name <Spotify-album-ID>)  
   - ((<disc_number>-)?<track_number> track_file_name) (.mp3|.flac)  

Tracks not found on Spotify can be put in a directory titled Unknown Album sans disc/ track number

<music_path>  
 - Unknown Album  
   - (track_file_name) (.mp3|.flac)

Generating metadata

Run yarn start-dev in the base directory to start the debugger

On the server, call /api/generate once. Wait for the async call to finish and save
There is no 'watch' or 'hot reload' for server media. Adding or removing media files requires a server reset and recalling /api/generate

Run

Run yarn start in the base directory to start the application
The default application port is 5000

Routes

Server-side

GET /api/hello
GET /api/generate
GET /api/movies
GET /api/movies/:id
GET /movies/:id
GET /api/music/
GET /api/music/albums/:id
GET /music/:album_id/:disc_number/:track_number

Client-side

/movies, /music
TODO /tv, /books, /comics, /podcasts

Development

Works best in Chrome. Coming to Desktop, iOS, Android.

Powered by

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Disclaimer

All pictures copyright to their respective owner(s). This project does not claim ownership of any of the pictures displayed on this site unless stated otherwise. This project does not knowingly intend or attempt to offend or violate any copyright or intellectual property rights of any entity. Some images used on this project are taken from the web and believed to be in the public domain. In addition, to the best of this project's knowledge, all content, images, photos, etc., if any, are being used in compliance with the Fair Use Doctrine (Copyright Act of 1976, 17 U.S.C. § 107.) The pictures are provided for comment/criticism/news reporting/educational purposes only.

Where every care has been taken to ensure the accuracy of the contents of this project, we do not warrant its completeness, quality and accuracy, nor can we guarantee that it is up-to-date. We will not be liable for any consequences arising from the use of, or reliance on, the contents of this project. The respective owners are exclusively responsible for external websites. This project accepts no liability of the content of external links.

Our project follows the safe harbor provisions of 17 U.S.C. §512, otherwise known as Digital Millennium Copyright Act (“DMCA”).

If any images posted here are in violation of copyright law, please contact us and we will gladly remove the offending images immediately upon receipt of valid proof of copyright infringement.

General Copyright Statement

Most of the sourced material is posted according to the “fair use” doctrine of copyright law for non-commercial news reporting, education and discussion purposes. We comply with all takedown requests.

You may not use the Service for any illegal or unauthorized purpose. You must not, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright or trademark laws).

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].