• 1 Post
  • 96 Comments
Joined 9 months ago
cake
Cake day: December 28th, 2023

help-circle




  • Yep, Debian for sure ! 3 years ago I settled for debian on an old spare laptop, It’s still cruisen with more than 21 containers !! Sure I had a few fresh installs because skill issues, lack of proper configuration, user mistakes… But it’s probably the easiest to maintain and learn as a beginner !

    No idea what’s your level and how close you’re with computers and how much time you have to spare, but don’t be afraid to make mistakes and try a few things out.

    If you are like me just a plain old geek who knew his way arround computers and used Hamachi back in the days, thinking you were a HAKKER… Get ready to get your ass kicked !

    While self-hosting and de-googling is fun, it also has alot of negative things:

    • Time consuming
    • Involves ALOT of Searxing/Reading
    • Debuggin (kinda…)
    • Learning the basics of at least 1 scripting language (consider bash your ally)
    • It’s an infinite rabbit hole that will suck you in and sometimes get to your nerves…

    One of the best advice I could give you along the way is, If you’re stuck on a bug or something isn’t working as expected in your setup and It seems you couldn’t find any answer or similar issues on the web, you absolutly have to take a break, not a 5min cigarette break… A few hours bicycle/sleep break !!!

    The next day you will for sure find a solution !!

    Good luck, have fun and don’t forget to take time for yourself and people arround you !


  • There is always going to be a divide between people who have done restaurant closings and those that haven’t.

    Naah every service that expects that “the client is king” philosophie have sentiment for all kind of people working in the same area.

    I mean, I did retail jobs a few years ago, and still today when I go shopping or at restaurants or any other service, I always chose my time accordinlgy to not bother them to much… Because I know how people can be stupid assholes…

    But from time to time you get some chill lovely creatures and that always brightened my day ☀️





  • I don’t mind if my server is going to have to transcode for most clients

    I mean AV1 is very well supported on most clients/new devices these days. While I do not know any good groups that only encodes in AV1, I personally download high quality BD rips and re-encode them to SVT-AV1 without any visual quality loss (for my personal taste and perspective).

    I’m not an audiophile or videophile and do not have the necessary devices to decode high end 1080p nor 4k video streams.

    About AV1 I think only iOS devices do not have a native software/hardware AV1 decoder (I migh be wrong here).

    As for your question, I wish there were more encoders that do AV1 :/


  • You can always try out their free Tier.

    While you get limited bandwidth it’s really okayish for normal use. Do not try to connect over a peer2peer connection, it’s disabled in the free tier and your connection goes "Wooosh! *

    I’m very Happy with their free tier, I even route my mobile’s traffic through the same VPN connection with wireguard and some iptables.

    *Edit





  • Like others said the arr stack is probably what you’re looking for. If you’re only looking to rename files sonarr will fill you in ! Look at the documentation, I only use sonarr to rename my local files !

    Other thing to consider, is this cool github project TVMV which also renames the files but you need to register to create an API key from TMDB (its free and you can fill in dummy informations). But it’s less customizable. I’m only using it to rename files if their name is in a different language than English.

    About metadata, I don’t know if there’s a bulk and recursive metadata editor and dunno if sonarr fills in the gap. However, mkvtool and bash scripting is probably going to be your tools here.

    How I would go about it:

    • rename your files with sonarr putting all the important stuff in the filename
    • bash script with mkvtool to strip and copy portions of the title name and add them in the corresponding metadata field.

    There’s probably a better way to stripe metadata from sites like tvdb but I’m not a dev so it’s totally out of my scope and knowledge.



  • Traefik gang here 👊 !

    But only because it works so easily with docker !! I remember a time where I though that you need a diploma and read/learn/understand a 10000 page dictionary to make nginx work properly.

    Also hated the syntax of nginx… It can look so ugly and gibberish :/.

    But I do believe Nginx is superior and more mature in many more aspects than Treafik. Still, Traefik is a breeze and is in IMO way easier to configure with docker than Nginx.