-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Use themoviedb.org as source for download #58
Comments
themoviedb.org only provides a youtube trailer id, which is already in Radarr, and Trailarr uses that by default. |
Could Apple trailers be used? |
I looked at the code for Apple TV+ trailers download from that script, it looks complicated... so it takes significant effort to add that. Do you think it's worth it? |
It's a dedicated source that could be better. Maybe it's something to add for a later date? |
Trailarr uses yt-dlp to download videos from YouTube, and yt-dlp supports downloading from appletrailers as well as many other sites, so this can be added. However, searching for a trailer is going to be a problem that needs to be solved. The other script to download apple trailers also doesn't provide a method for searching, you need to enter the URL to download. |
The link makes it more complex then just /move This adds movie-ID to the link but doesn't find the second part of the link. I used https://tv.apple.com/us/movie/2073/ umc.cmc. 3ueoyn66rvue7 1zbahr61wntb as example (link has spaces in it)
You might be able to do something with this as it doesn't work.
Could possibly use https://vimeo.com/ or https://www.fandango.com for Fandango I looked at https://www.fandango.com/deadpool-and-wolverine-2024-234516/movie-overview and found prodamdfandango.akamaized net/out/v1/8ec5a20b02fe42b3ab0b90e1cd6a1d65/bb1afde999d842e4a4fae6dfa334d0c1/636c09373f7d4bf1ada4e5ad7d33070a/903a74700ade430a99b17d192ed789f4/index_7_1.ts as url. |
Just one more opinion about usecase. Plex/JF/Emby already have feature to show/get trailers online but its quality low and its never localized. |
First off, thank you for creating this!
Using an API key, themoviedb allows downloading of trailers. This can be a good source if Youtube is blocked or/also cuts down on converting as trailers are in x264.
https://developer.themoviedb.org/reference/movie-videos
The text was updated successfully, but these errors were encountered: