captcha_incorrect

@captcha_incorrect@lemmy.world · Joined ⁨Jan⁩ ⁨2026⁩

Replying to @⁨DreamlandLividity@lemmy.world⁩

I always understood “removes all ads” and removing all ads placed in their product by them. With this understanding, I think asking them to remove all ads would mean to in some way enforce uploaders to not have ads in their videos if you are showing them to a premium user.

But I can understand how someone else interprets “removes all ads” as delivering an experience free from all ads of any kind, including those placed in the video by uploaders.

Replying to @⁨DreamlandLividity@lemmy.world⁩

If you go to YouTube to watch a commercial (here is an example for Orangina www.youtube.com/watch?v=wrkUDm9pnIw), should the whole video be blocked? YouTube provide a video hosting service and they add commercials on top of that.

I find it unreasonable to demand that YouTube essentially remove content from within the video. That would just end back in the EU “protect-the-children”-Chat Control area of the debate. You could have uploaders mark their videos as containing marketing (and perhaps they do) but enforcement would still be difficult given the sheer volume of videos.

YouTubeOrangina Commercials(complete)by Robert Dalton (Slyfoxtail)

Replying to @⁨jello@programming.dev⁩

No changes to the container image, but I had to fiddle with the config file. There is an option (tokenExpirationHours) to set for how long a token is valid, default is 2 hours. I can only find this in the commented example config, setting it to sometime really high like 50 let my friend upload his audiobooks without problems.

Create a config file and place it somewhere the container can access it. Then add the environment variable FILEBROWSER_CONFIG=/some/path/to/your/config.yaml.

Here is a snippet from my config:

server:
  # ...
auth:
  tokenExpirationHours: 50
  # ...
userDefaults:
  fileLoading:
    maxConcurrentUpload: 100 # The inferface only shows up to 10 so I don't know if setting this value higher does anything
    uploadChunkSizeMb: 10

tokenExpirationHours is the key to set.

📂 Web File Browser. Contribute to gtsteffaniak/filebrowser development by creating an account on GitHub.GitHubfilebrowser/frontend/public/config.generated.yaml at main · gtsteffaniak/filebrowser📂 Web File Browser. Contribute to gtsteffaniak/filebrowser development by creating an account on GitHub.