Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I use plex for movies, tv shows and music hosting. Gonna use it soon for picture hosting also
-
ddephor45117yNice work, and also learned plenty of stuff *thumbsUp*
Maybe you could have saved yourself some time, because most of it already exists.
I have a setup of a BananaPi with HDD as a fileserver, which also uses MiniDLNA to provide multimedia stuff on the local network. So you only need a DLNA client which every shitty device already has today (Smartphone, DVD/BlueRay-Player, Smart-TV, Raspi as multimedia-box, etc, etc)
And be careful with port forwarding, not to open up your network to everybody, especially if your working with a web-frontend without a secure login. Maybe better provide access to the outside world only via SSH and tunnel access to your video library via SSH. -
hawkes15727yAgree with ddephor, if you only need one HDD, try hosting it with a BananaPI or OrangePI (Raspberry has no SATA and no gigabit ethernet).
Plex is awesome if you want to stream media across the network, smbd for Windows clients.
Welcome to the homeserver club! We meet every Friday 🍻 -
MsGeburt4897yi am using plex too. the only problem is the renaming because plex has a naming convention "title - s01e01".. little bit annoying if you download your movies/shows from more than one source
-
Shodan4987y@MsGeburt You can use some PVR software like Sonarr or Kodi to deal with that (aside from the actual scanning for and downloading of episodes they were designed for 😁), but I'm willing to bet there's plugins for Plex, or software that's Plex-friendly (e. g. makes use of its metadata) that would do the job.
-
I can recommend emby for such stuff. Yes I know that's not really self-made then but emby is a rocksolid piece of software that works just fine.
-
@Jop- Nah, I torrent everything (shh)
UPDATE
Well, I've got to say thanks to everyone who mentioned plex. It took me about 10 minutes to set it up last night and it works like a charm! 😁
With that being said, I'm still going to keep the nginx server running because I've got plans for more than just media and besides, quite frankly it's the more fun option from a dev perspective.
@MsGeburt About the renaming, that's not such a problem for me because I go through and rename every single thing I download anyway. Bash is my best friend lol.
@divil I thought that the chrome browser came with the function to cast out of the box - both mobile and desktop. I guess I may be wrong about mobile, but I don't have a chromecast. -
MsGeburt4897y@divil why are we limited? usually i've connected a chromecast to my tv but my girlfried asked for it and i gave it to her. since then i've next to my tv an intel nuc with plex installed and the plex panel running. with the plex App you can even stream to the opened webinterface
-
MsGeburt4897y@divil if you have set up a plex server wich can access your movies/shows you can simply download the plex app and stream to your chrome cast :)
Related Rants
I decided to setup a little server on my local network just to make use of a 2TB harddrive I use to store videos.
Told everyone in the house I planned to grow the library over time and that they could access it all in a browser using my system name. It's become quite a fun venture and my video library is shaping up nicely.
Using nginx on a Dell XPS 17 with Ubuntu 16.04 to host a server that just auto indexes a shared directory on my external 2TB harddrive. Kind of an embarrassing rig, but it's just a hobby activity and I do plan to upgrade shit later.
The real fun has been getting to understand a bit more about video files. They used to be magic to me, as complex as their file extension. Now I run a script on all of my torrents which checks the video and audio codecs, converting them if they aren't supported by Chrome's and Firefox's web players, and outputting mp4s using ffmpeg. I feel like I have this stuff down fairly well now. Becoming more and more automated.
Next step is to port forward so I can access it from anywhere, but we'll see about that later down the line.
undefined
ffmpeg
nginx
bash
video
server