Android Seal downloader - How to reduce file names ? (Mine are like 100+ chars long)

Futureized

High-Frequency
Innovator
I forgot where i downloaded the official (non-ad version) of seal from.
v1.13.0
Anyway to truncate, minimize filenames ?
 
Seal uses yt-dlp in the background iirc?
If so, and you're able to modify the template/add your own configuration options, you can try using `--trim-filenames` as per the docs. There are also ways to limit certain parts of the title to a certain number of characters. I suggest googling it, but instead of typing "Seal how to do xyz", use "yt-dlp how to do xyz".
ChatGPT might be really helpful here if you can correctly mention what you want to it.
I'm not posting any links here since I'm not sure if it's okay or against the rules to discuss something like yt-dlp.
 
  • Like
Reactions: Futureized
Tried to spend some time with seal, even posted same on github.
Do you have a working solution what/where to edit/add ?