All Projects → farfalleflickan → Myflix

farfalleflickan / Myflix

Licence: mit
Myflix, a Netflix clone!

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Myflix

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 (-74.23%)
Mutual labels:  self-hosted, database, movie, streaming
Rx Player
DASH/Smooth HTML5 Video Player
Stars: ✭ 600 (+130.77%)
Mutual labels:  video-player, streaming, html5
Piptool
Add the Picture-in-Picture Functionality to YouTube, Netflix, Plex and other video broadcasting services in macOS Sierra
Stars: ✭ 337 (+29.62%)
Mutual labels:  netflix, video-player, emby
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+116.92%)
Mutual labels:  self-hosted, netflix, streaming
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+2008.08%)
Mutual labels:  movie, emby, nas
Sapphiredb
SapphireDb Server, a self-hosted, easy to use realtime database for Asp.Net Core and EF Core
Stars: ✭ 326 (+25.38%)
Mutual labels:  self-hosted, database
Soundscape
Soundscape - a personal music streaming server
Stars: ✭ 711 (+173.46%)
Mutual labels:  self-hosted, html5
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+246.54%)
Mutual labels:  self-hosted, movie
Compactd
Remote music player that supports adding more content
Stars: ✭ 75 (-71.15%)
Mutual labels:  self-hosted, streaming
Bandersnatch
Black Mirror: Bandersnatch, HTML5 interactive version
Stars: ✭ 74 (-71.54%)
Mutual labels:  netflix, movie
Skyalt
Accessible database and analytics. Organize and learn from data without engineers.
Stars: ✭ 40 (-84.62%)
Mutual labels:  self-hosted, database
Ansible Nas
Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
Stars: ✭ 1,198 (+360.77%)
Mutual labels:  self-hosted, nas
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (-27.31%)
Mutual labels:  netflix, movie
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-93.08%)
Mutual labels:  self-hosted, streaming
Gindex V4
A Vue Js Based G Index with Improved Dark Mode, Search and Video Player
Stars: ✭ 143 (-45%)
Mutual labels:  netflix, video-player
Viewscreen
Viewscreen - a personal video streaming server
Stars: ✭ 215 (-17.31%)
Mutual labels:  self-hosted, html5
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (-28.08%)
Mutual labels:  self-hosted, streaming
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (-4.62%)
Mutual labels:  self-hosted, streaming
Materialize
Materialize lets you ask questions of your live data, which it answers and then maintains for you as your data continue to change. The moment you need a refreshed answer, you can get it in milliseconds. Materialize is designed to help you interactively explore your streaming data, perform data warehousing analytics against live relational data, or just increase the freshness and reduce the load of your dashboard and monitoring tasks.
Stars: ✭ 3,341 (+1185%)
Mutual labels:  database, streaming
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+621.54%)
Mutual labels:  self-hosted, streaming

Myflix

A Netflix clone!

Myflix tries to be a somewhat simple and lightweight "DIY Netflix", similar to Plex, streama or Emby, for your DIY NAS, especially aimed at the Raspberry Pi/Odroid/etc ecosystem. It's not meant or designed to be fancy (if you have the hardware and want a ton of functionality, go for other solutions :) ), but the bare minimum to be somewhat pretty, fast and usable. The scripts create json databases that store the files location and metadata, these databases are then used to create static web pages that can be served from any web server!
I still have some commenting to do, I swear I will do it when I have time...

If you want to password protect your myflix files, you might want to look at this!
You like my work? Feel free to donate :)
donation

Sreenshots:

TV shows page
TV shows

TV show season/episode modal TV show episodes

TV show episode player TV show episode player

Movies page Movies

Movies player Movies player

Shitty temporary tutorial:

You will need jq, imagemagick, ffmpeg and a ton of coffee to understand whatthef#ck I did. Download all the files, look around in buildDBs.cgi and config.cfg, set the path of your media files folders and run buildDBs... Pray to a deity of your choice!

Requirements:

jq, sponge, imagemagick, ffmpeg, xmllint and a TMDB api key. See the wiki for a tutorial and more detailed information on the scripts.

Features :

  • uses BASH for everything... at least so far!
  • Movie and TV show databases are saved in an user friendly database
  • Lightweight and highly customisable, just open a script and edit it!
  • Once you have built the database and the webpage, it's done. No streaming server or anything of the like...
  • Since there is no real service, you could build the database and webpages on another machine, moving the webpage to the actual web server afterwards. ( keep in mind that the webserver must have access to the files etc...)
  • Automatically converts srt's into vtt and makes them available in the video player
  • Press f to fullscreen player, left to rewind 15 secs, right to skip forward 15 secs, space to play/pause

Issues :

  • "Slow" file scanning, scanning 1200+ TV shows files while getting all kinds of metadata (so show id, posters for the show and the name of every episode...) took almost 20 minutes on an old odroid-c1... Skipping some metadata speeds up the process a lot ( episode name is the biggest culprit, as it adds a 2-3 seconds to every episode in the database). If I skip it, the time comes down to around 2-3 minutes. Note that this doesn't happen with movies as there is a lot less metadata to be fetched and my nas can perform this task in 30 seconds or so with 40+ movies.
  • "Slow" html generation, the 1200+ tv show files end up creating a html page with 25700 lines of code... Which generates in around 10 minutes... It now is x2 faster thanks to threading! ;) Database creation is the same though, since it's sequential.
  • html5 video player keeps buffering in the background if you play/pause a video. At the moment I have yet to implement a way to stop buffering
  • not really an issue imho, but it's html5 reliant, so all video files HAVE to be h264 mp4's, no transcoding is going to happen. If you want transcoding, use something fancier like Emby ( transcoding might happen. We will see) It won't happen, it would require rtmp streaming, rtmp server etc... Getting too complicated, KISS! (keep It Simple, Stupid!) ;)

TO-DO:

  • A "fix database" script, that fixes the metadata of a specific file (say, for example, that the script obtained the wrong id or wrong cover for your movie/tv show, this file should just just receive the file path of the file to fix and the correct id for it, and then it will simple overwrite the correct metadata to the database, thus sparing you from searching in the database and manually having to edit/download stuff) DONE
  • Multi language, multi subtitle support DONE
  • Currently working on parallelization of the html building process, it's almost working ;D DONE
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].