Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.94k stars 250 forks source link

Option to add a selfhosted YT frontend for 'watch trailer' #620

Open anoo2niem opened 10 months ago

anoo2niem commented 10 months ago

Description

Currently when clicking 'watch trailer', u get redirected to https://www.youtube.com/watch?v=example.

Desired Behavior

An option to specify an alternative frontend. For example, i have a Self-hosted Piped instance which is accesible under the domain https://youtube.home. If there would be any option to specify the YT frontend, when clicking 'watch trailer', i would be redirected to https://youtube.home/watch?v=example.

This would be beneficial aswell for people using public/private instances of Piped/Invidious.

Additional Context

Thanks :)

Code of Conduct

Danish-H commented 10 months ago

Danish-H/jellyseerr: feature-change-youtube-host

image

This branch adds an option to change the URL for YouTube trailer links before the video ID part, please find configuration in settings as shown in the image above

anoo2niem commented 10 months ago

Many thanks!