tubbadu

joined 1 year ago
[–] [email protected] 40 points 1 week ago (1 children)

"it's already installed"

[–] [email protected] 2 points 1 month ago

I'm going to free space for dinner

[–] [email protected] 2 points 2 months ago

Thanks for sharing this kind stranger, I really needed this

[–] [email protected] 30 points 3 months ago (1 children)

What about Penix?

[–] [email protected] 2 points 4 months ago

Star wars. It wouldn't change much

[–] [email protected] 1 points 4 months ago

I'm waiting for approval since October

[–] [email protected] 2 points 4 months ago

I can't believe it, thank you very much!

 

Hello! I have jellyfin+qbittorrent+radarr on my home server, but I can't make it work with hardlinks. When a download finishes, it just copies it to the /movie folder, doubling the disk space. at least, I think that it's just a copy, because the disk space is double and find ./downloads -samefile ./movies/path/to/file.mkv returns no result, meaning if I understand correctly that file.mkv is not hardlinked to any file in the download folder (but it should).

this is the docker compose:

radarr:
    image: lscr.io/linuxserver/radarr:latest
    container_name: radarr
    network_mode: container:gluetun
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Rome
    volumes:
      - ./radarr-config:/config
      - /media/HDD1/movies:/movies
      - /media/HDD1/downloads:/downloads
    restart: unless-stopped

HDD1 hard drive is formatted ext4, that supports hardlinks (in fact I can create them manually), and in the radarr settings the checkbox "use hardlinks instead of copy" is checked.

Ideally I'd prefer softlinks instead of hadlinks, but I don't think there's a way to do it natively, I think I'd need an external script

Any tips? Thanks in advance!

[–] [email protected] 14 points 4 months ago (1 children)

Because I was today years old when I found out this beautiful piece of software exist :D

thank you very much!

[–] [email protected] 1 points 4 months ago

I'll surely check them out, thank you very much!

 

Hello! I was wondering if running periodically a script to automatically pull new images for all my containers is a good or a bad idea. I'd run it everyday at 5.00AM to avoid interruptions. Any tips?

EDIT: Thanks to everyone for the help! I'll install Watchtower to manage the updates

[–] [email protected] 53 points 4 months ago

Yay! More free ads!

 

Hello! I have a problem: sometimes I instinctively refer to a movie by the English name (for example, Star Wars), but if I search for it in jellyfin it is not found, as the italian translated name is "Guerre Stellari". I'd like to be able to search for it with both the original name and the translated name. The original name is present in the metadata, it just isn't used as a search parameter. Is there a way?


EDIT: I understood the problem: i'm stupid

Star wars episode IV had both the translated and the original title, and was correctly find when searching "star wars", but episode V and VI didn't have the string "star wars" in the original title! and this is why jellyfin didn't find them. I edited the metadata and added it, now it works perfectly. Thanks to everyone!

[–] [email protected] 56 points 4 months ago* (last edited 4 months ago) (5 children)

Jar Jar Binks. He's my favorite Sith

[–] [email protected] 2 points 4 months ago

I'm using windscribe VPN from Italy and it works without issues right now

75
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 

Hello fellow selfhosters! I have a laptop and a tablet (both running endeavourOS), and I want a certain folder to be always in sync. I also have a very potato server.
My two options currently are Nextcloud and Syncthing. The laptop and the tablet are rarely online at the same time, so I need the server as middleman (so, no syncthing laptop <-> tablet, but laptop <-> server <-> tablet).

Which one do you recommend? The power consumption (of the client) is also very important, because both the laptop and the tablet are battery-powered

I'm also open to other options as well!

thanks in advance to everyone!


Edit: thanks to everyone for your precious help! I finally set up syncthing and it's working flawlessly!

 

Hello! I'd like to follow some niche meme pages on instagram with my RSS reader app (feeder), and found out about RSSHub that seems exactly what I need. However, I tried using some of the public instances and except for the first time after requesting an RSS feed, it got rate limited and completely blocked. Does self hosting it solve the problem? Is any of you using it reliably?

46
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

Hello! Today I learned about the existence of LibreY, and the project seems very interesting. I was wondering, how does it compare with SearXNG? which one is easier to self host, and which one is lighter on resource usage? Which one gets rate-limited less? I'm particolary interested in opinions of people who used both

Thanks in advance!

 

Hello fellow pirates! I'm tired of having all the telegram premium ads and antifeatures in the client and I'm looking for a client that removed them even if it's against the TOS. Any tips? I'd rather use an actual open source fork than a cracked version of the original

I'm looking for both Android and Desktop (Linux)

What I want is to remove the hateful ads in the channels and the "buy premium to unlock these emojis", and also to be able to arrange the folders in whatever order I like, without being forced to keep the "All messages" as first

thanks in advance!

 

Hello! I know this is probably not piracy, but I think that this community is the best one to ask this. I'd like to stream live TV on my jellyfin server, and in the future perhaps try to implement a way to silence the audio during ads, but I want to start a step at a time: Before going in jellyfin, let's try with VLC that is easier. The live stream I'm trying to stream is taken from raiplay, the official website of RAI, the main italian tv station. I ignorantly just downloaded all the 4 .m3u8 files with this extension and, one at a time, I tried to open them with VLC, but all I obtained was VLC loading forever. What's going on? did I missed something important?

[if you know of better ways to do this, any recommendation is welcome!]

thanks in advance!

45
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

Hello everybody! I just learned that I can get a free .eu.org domain, but I'm not sure I understand the domain creation process. Any of you has one?

I'm unsure what should I write in the "name server" section:

1000008693

 
 

Hello! I'm trying to sign up to itatorrent.xyz but after typing username, mail and password, I get a "capcha error". Do any of you managed to sign up?

 

Hello fellow selfhosters! I reformatted my USB hard drive from exFAT to XFS because I needed a filesystem that could handle hardlinks. I remounted the hard drive and now jellyfin webUI has a severe stuttering problem on some videos, all of them are MKV but it may be a coincidence. On android (using exoplayer) the same files works smoothly. what could be the problem?
in the logs I get a bunch of Slow HTTP Response from http://fedoraserver:8096/ to 192.168.1.30 in 0:00:07.4635856 with Status Code 200

OT: while looking at the logs this happened

SOLUTION: I enabled hardware acceleration, and manually selected also the HEVC and Allow encoding in HEVC format settings, and now the stutter disappeared! thanks to everyone for your help!!!

view more: next ›