docker-amtd icon indicating copy to clipboard operation
docker-amtd copied to clipboard

Kodi needs [existingfilename]-trailer.mkv instead of sanitized name

Open guido1981 opened this issue 4 years ago • 1 comments

Hi,

Can you please add an option to save the trailers as [existingmoviefilename]-trailer.mkv instead of the sanitized name. Kodi requires this to be able to play them from the UI. The filename can be easily retrieved from the radarrmoviedata. I've already made the adjustments myself here, but its not behind some nice option yet, and only for singletrailer.

https://github.com/guido1981/docker-amtd/commits?author=guido1981

guido1981 avatar Aug 19 '21 06:08 guido1981

I have the same problem that I can't play the trailers on kodi.

As additional info, the trailer can also just be named "movie-trailer.mkv" (assuming you have a folder for each movie)

If anyone wants a quick windows workaround: PowerRename (MS Powertoys) search for .+?(?=-trailer) replace with movie does the job.

dedors avatar Jun 03 '22 20:06 dedors

I’ll work on adding this to radarr-extend

Seems like movie-trailer.mkv would be the best method

https://github.com/RandomNinjaAtk/docker-radarr-extended

RandomNinjaAtk avatar Sep 03 '22 14:09 RandomNinjaAtk