nandyalu / trailarr

Trailarr is a Docker application to download and manage trailers for your Radarr and Sonarr libraries.
GNU General Public License v3.0
111 stars 7 forks source link

[Request] Customizable file names #27

Closed stathisstef closed 1 month ago

stathisstef commented 2 months ago

Currently, all trailers are saved as "[movie name] - Trailer-trailer.extension".

I would love a setting that allowed users to modify this string.

Thank you in advance.

nandyalu commented 2 months ago

Will try and add this during Frontend revamp

nandyalu commented 1 month ago

Will media title and year options be enough to add to customizable file names?

stathisstef commented 1 month ago

Will media title and year options be enough to add to customizable file names?

Yes, that's more than enough for me, personally. There's a good chance I would just set it to something universal, like "Official Trailer", instead of including any text pulled from the movie metadata. But having those options would be nice too.

nandyalu commented 1 month ago

Added this in comit 5d9e7a1735c1aadfe26ebef603fb66c65a3ab0e4, also added options for resolution, vcodec and acodec in commit b450b572c000e92da41e81dd0a497b26f796a469. This will be included in next release!