SailorsLife

joined 1 year ago
 

People resoundingly suggested using containers. So I've been reading up. I know some things about containers and docker and what not. But there are a few decision points in the jellyfin container install instructions that I don't know the "why".

Data: They mount the media from disk, which is good cause it's on a NAS. But for the cache and config they use docker volumes. Why would I want a docker volume for the config? Wouldn't I want to be able to see it from outside the container easier? What am I gaining by having docker manage the volume?

Cache: I saw a very old post where someone mentioned telling docker to use ram for the cache. That "seems" in theory like a good idea for speed. I do have 16gb on the minipc that I am running this all on. But I don't see any recent mentions of it. Any pros/cons?

The user. I know from work experience that generally you don't want things running as root in the container. But... do you want a dedicated user for each service (jellyfin, arr*)? Or one for all services, but not your personal user? Or just use your personal user?

DLNA. I had to look that up. But I don't know how it is relevant. The whole point seems to be that jellyfin would be the interface. And DLNA seems like it would allow certified devices to discover media files?

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

The last post on the subject I could find was a year ago. So thought I would ask again. I have debian 12 up on miniPC and I have my NAS mounted. My intention is to use jellyfin and some of the arr* stuff. I know only a little about systemd (I just google what I need to know). I have some contianer knowledge, but mostly in k8s. And the docker parts aren't really my problem. But I have a vague understanding of docker. What are the latest pros and cons of containers vs service installation?

Edit: The opinions were unanimous. Containers it is.

 

I have jellyfin, qbittorrent, radarr, sonarr, prowlarr. I end up with copies of things I download in two places, media folder, and then in a radarr or sonarr subfolder. Radarr and sonarr are configured to have their own dirs. Jellyfin has media libraries for movies and shows pointing to those same subdirs. But qbittorrent has a default save dir of the media dir.

If I delete something in jellyfin, it gets deleted only from the subfolder, not the media folder.

I thought that radarr and sonarr would tell qbittorrent where to download to... and it would be their subdirs. So what is making the copy in media? And is there some reason I should have these extra copies?

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

So my plan based on reading was to get a mini pc and a nas. But then I realized... what is the best way to connect them. So I started doing more reading. And I confused myself.

So a NAS has it's own CPU and such, and other computers can talk directly to it over the network. But if I am using a mini pc to run the server, then I assume I would want a really fast direct connection to the storage. So it seems like I would want the NAS to be on the network as well as directly connected to the mini PC. And of course the mini pc would need to be on the network as well. Stuff I saw about connecting them directly seemed to pretty much use the Ethernet ports and a crossover cable. So that would mean that both devices would have to have two Ethernet ports, right?

And the bonus question is, would it just be better for the NAS to really be a dumb DAS for the mini pc instead?

Edit to summarize: For having two devices, the consensus is that LAN is good enough (just make sure you have a decent switch between them). A few like doing it all on one device for a variety of reasons.

 

So I am finally going to get around to setting up a dedicated media server with network storage and all that. I have previously read up and decided on this Beelink Mini S12 PC. But I have heard about lots of problems with some of the latest intel chips and such. Does that affect this mini pc?

And since it has been nearly a year, is that still the best idea for a media server? I mostly want it to be quite since it is always on, and I don't want to hear it down the hall in my bedroom at night like my current windows pc. But outside of that, whatever works best. It seems pretty inexpensive compared to what I was expecting.

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

That seemed to work for getting the web UI to start in English. But the roku still didn't play English. :(

 

I have some stuff where my language is not the default audio track. I can't figure out how to tell it to change the track when using the jellyfin app on roku. Am I missing something?

 

I have jellyfin with the radarr/sonarr/prowlarr combo going. I can "heart" things in jellyfin. But it's recommendations are only things I already have downloaded. I see discovery in radarr, but no way to tell it if the movies I downloaded were good or bad. So I must be missing something.

 

I downloaded the movie ISS. It has some add for a website overlaid on top of the movie, and even ads in the middle. Is there a way to report it or something. I couldn't even get qbittorrent to tell me where it came from.

 

I have jellyfin running on window 11. Things were working fine. Then yesterday my monitor stopped turning off after 15 minutes like it should. This happens every few months or so. So I rebooted, which often fixes it. When I did, jellyfin won't work anymore. I start it manually. So I click to start it, I see it show up in my taskbar on the far right, then go away. When I click on the up arrow, I can see the jellyfin icon, until I mouse over it. Then it goes away. So clearly it is crashing...

I went to the log dir, and the log file isn't updating when I launch. And the last entries are pretty mundane as well as before it started crashing.

I tried running the same command the icon was running in a cmd window, (Jellyfin.Windows.Tray.exe), and it did the same thing but no output like I was hoping. Tried adding a help arg... nothing.

Tried rebooting again of course. No luck.

So any ideas on how to debug this?

 

I am pretty new at all this. But I got jellyfin and such setup on my window box. I have a roku client and all that working. So now it is time to look into a standalone box to run 24/7. But I don't know what specs matter.

I have read that I need at least a 6th gen intel i7 or i5 to take advantage of a feature that helps with this sort of thing.

But outside of that. Does ram matter? How much of a drive do I need on the box? (Going to get a NAS for real storage). Any other specs that matter? I am hoping to go fanless (not because I know anything, but cause I want it to be silent), is that ok? And which flavor of linux is the most popular?

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

oh, hardlink. Linux I am guessing then? I am on windows for now. And it has been years since I tried to make a link in windows. I don't recall it going well back then. :) So what do you mean by finished seeding? Someone else implied they only seeded to some limit. What is the story there?

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

So you are intentionally keeping two copies of things?

[–] [email protected] 1 points 1 year ago (2 children)

but why would you want to stop seeding?

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

So do you set the torrent client default download dir to videos? And the system is smart enough not to make a copy there because there is already one visible to the client?

[–] [email protected] 1 points 1 year ago (5 children)

So this implies there is something else I am missing. I assumed people would just keep the whole library open for seeding. Why would you want to delete the file in the download folder?

 

I am sure I am just missing something simple... I have prowlarr -> sonarr/radarr -> qbittorrent -> jellyfin I created three directories. /jelly/video /sonarr /radarr. I configured sonarr and radar to use their respective directories. And I configured qbittorrent to use /jelly/video as the default download dir.

But what seems to be happening is that if I download a movie, it ends up in both /radarr and /jelly/video. And then if I delete it from /jelly/video it doesn't seed for others.

What am I missing here?

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

Most people point out I am not worth their effort to trace for a few movies. But I am curious, if say I use a specific browser when on the vpn and only use a few very specific accounts like this one which I don't use when I am off the vpn. How do they identify me.

 

I have read some stuff about how if you are logged into like your google account while on your VPN you have pretty much given yourself away.

So first, is that accurate?

I just got a mullvad vpn and am using their browser. Created a new lemmy account. And I shut down my other browsers before connecting to the vpn to be on the safe side. Is that necessary? Anything else I need to do to sail the high seas anonymously and safely. I am looking to start finding all the movies that never seem to be on my many streaming services, but want to be safe about it. Thanks

view more: next ›