

Sure, anytime, create a new post, tag me if you need me specifically to have a look. I’ve used docker on synology for years, have gone through major updates and while I’m certainly no expert, I’ve learned some things which could be helpful.
Just a stranger trying things.


Sure, anytime, create a new post, tag me if you need me specifically to have a look. I’ve used docker on synology for years, have gone through major updates and while I’m certainly no expert, I’ve learned some things which could be helpful.


I know what you’re talking about, happens to us all when we’re learning something new.
Want to share the details of a specific issue you’re facing, blocking you?


I understand your position. There is a learning curve to containers, but I can assure you that getting your basics on the topic will open a whole new world of possibilities and also make everything much easier for yourself. The vast majority of people run containers which make the services less brittle because they have their own tailored environment and don’t depend on the host libraries and packages and also brings increased security because the services can’t easily escape their boundaries rendering their potential vulnerabilities less of an issue compared to running those same services bare metal.
I started on synology too. There is a website called Marius hosting which focuses on tutorials for containers on synology, but his instructions have been updated the last few years to focus on spinning up containers manually rather than through the UI, which makes it more intimidating than it needs to be for beginners… I’ll link it here just as a reference. I’ll see if on the way back machine he shows the easier way and report back if I find something.
Edit: yes here is an original tutorial for Jellyfin (this method still works for me and is still how I use docker lately): https://web.archive.org/web/20210305002024/https://mariushosting.com/how-to-install-jellyfin-on-your-synology-nas/


To answer your question more specifically, most people set up the pi with docker, using services which have a front end accessible in the browser. They basically use their browser to navigate to the front end of the service they want to use and administer it like that. For instance portainer to manage their docker containers, or pihole for managing their firewall, or even jellyfin for their media which is both the website to consume the media and has an administrator dashboard.
Edit: this is in complement to using something like tailscale which basically allows you to access these services away from home. They work in conjunction.


Tailscale is a good option.
Edit: I’m assuming you mean away from home, but if you mean in your local network just use SSH?


I would like to simultaneously better organize, rename and move my ISO files while still being able to seed them. How do people do both? my download folder is not where I want to keep my iso files for consumption and the often cryptic names of iso files can be annoying to navigate and manage so how can this be improved without sacrificing seeding? thanks!


Exactly, this is about compression. Just imagine a full HD image, 1920x1080, with 8 bits of colors for each of the 3 RGB channels. That would lead to 1920x1080x8x3 = 49 766 400 bits, or roughly 50Mb (or roughly 6MB). This is uncompressed. Now imagine a video, at 24 frames per second (typical for movies), that’s almost 1200 Mb/second. For a 1h30 movie, that would be an immense amount of storage, just compute it :)
To solve this, movies are compressed (encoded). There are two types, lossless (where the information is exact and no quality loss is resulted) and lossy (where quality is degraded). It is common to use lossy compression because it is what leads to the most storage savings. For a given compression algorithms, the less bandwidth you allow the algorithm, the more it has to sacrifice video quality to meet your requirements. And this is what bitrate is referring to.
Of note: different compression algorithms are more or less effective at storing data within the same file size. AV1 for instance, will allow for significantly higher video quality than h264, at the same file size (or bitrate).


To be fair, resolution is not enough to measure quality. The bitrate plays a huge role. You can have a high resolution video looking worse than a lower resolution one if the lower one has a higher bitrate. In general, many videos online claim to be 1080p but still look like garbage because of the low bitrate (e.g. like on YouTube or so). If you go for a high bitrate video, you should be able to tell pretty easily, the hair, the fabric, the skin details, the grass, everything can be noticeably sharper and crisper.
Edit: so yeah, I agree with you, because often they are both of low bitrate…
ChatGPT is already free, even GPT-4o since recently.
Granted, you do need an account which requires a phone number, but there are no financial costs.


How much responsibility would a service like Signal have, if they were to inadvertently host a private group for pirated content? I believe signal groups can have up to 1000 members, and these members can be pretty anonymous given the need to only share an ephemeral username which can not be linked to a phone number or any other identity? Can they claim plausible deniability and not do anything?


Is that the limiting factor for the UI responsiveness? Or are you talking about the fact that the parsing and metadata querying takes days?


Have you just installed jellyfin? The scraping for metadata for me took days literally. And the difficult time is that during the scraping, the interface is very slow.
You can monitor the scraping/parsing progress in settings > dashboard > libraries. The libraries have a sort of circular progress bar with a percentage symbol (only visible in this view) when parsing is ongoing.


You may want to change the following setting in that case: Settings > dashboard > playback > resume > Maximum resume percentage.
It will set the threshold of what is considered played (in percentage of video length). Default is 90%. Try lowering it?


Are there any instructions to follow?
I have numerous files which I am intentionally maintaining to improve seeding availability but I’ve always been bothered by how little they seed. Yet somehow while those same files are downloaded, seeding is great. Is this also a case of port forwarding being to blame? I do not have it enabled.