Is your feature request related to a problem? Please describe.
Currently, only the image of the show is visible when you go to the details screen. It would be cool if a trailer would play (just like on Netflix)
Describe the solution you'd like
Show a trailer video.
Describe alternatives you've considered
Additional context
Since I'm also a React Native dev I'd be open to implement this feature myself.
I took a very brief look and it seems as if you use those outputs: https://github.com/N0-0NE-Dev/no-fasel-scrapers/tree/main/output to get your metadata from? I don't know what the Source field is used for, but I guess it's some identifier. We could probably use that to show the trailer, or do we need to change the scraper for that?
Is your feature request related to a problem? Please describe. Currently, only the image of the show is visible when you go to the details screen. It would be cool if a trailer would play (just like on Netflix)
Describe the solution you'd like Show a trailer video.
Describe alternatives you've considered
Additional context Since I'm also a React Native dev I'd be open to implement this feature myself. I took a very brief look and it seems as if you use those outputs: https://github.com/N0-0NE-Dev/no-fasel-scrapers/tree/main/output to get your metadata from? I don't know what the
Source
field is used for, but I guess it's some identifier. We could probably use that to show the trailer, or do we need to change the scraper for that?