CoolestKid
Продвинутый пользователь
- Регистрация
- 01.03.2023
- Сообщения
- 99
- Реакции
- 9
Hi, All
How can I use Player and Specify this is Player for Movies and this for Tv Shows?
I have My API For Tv Shows: https://api.9animetv.live/series-api.php?id=100088
And For Movies: https://api.9animetv.live/movie-api.php?id=315162
But I don know how to use them to make Player Work for Movies and Tv Shows..
I tried to put below code in
So I thought may be am doing the wrong way.. So I decided to read CinemaPlayer documentation and build Player for Series
Here it is: https://api.9animetv.live/player/series-player.php?id=100088 it use TMDB ID
But Still I don know how to use that Player in My Admin Panel.. to make Player for Movies and Tv Shows Work and Also Episodes.. Can Someone Please give me guide in this?
Is the idea of making CinemaPlayer outside of Admin Panel was right? or there is a way to do this in Admin Panel? And If I can do it in Panel, Can I get a guide on how to do it in Admin Panel?
Thanks.
How can I use Player and Specify this is Player for Movies and this for Tv Shows?
I have My API For Tv Shows: https://api.9animetv.live/series-api.php?id=100088
And For Movies: https://api.9animetv.live/movie-api.php?id=315162
But I don know how to use them to make Player Work for Movies and Tv Shows..
I tried to put below code in
admin-secret/player
but Player for movies it shows to some tv shows and Player for Tv Shows it not working, No Season Selector or Episode Selector
Код:
/api?token=TEST&id=[id] ~ "" ~ result.embed <> _VALUE_?season=[season]&episode=[episode]
/api?token=TEST&id=[id] ~ "Trailer" ~ result.trailer
https://api.9animetv.live/movie-api.php?id=[tmdb_id] ~ "MAIN" ~ result.0.iframe
https://api.9animetv.live/series-api.php?id=[tmdb_id] ~ "MAIN TV" ~ results.0.iframe <> _VALUE_?season=[season]&episode=[episode]
https://watch.9animetv.live/api/short?api_token=eMdYMaCuCWc8kBX83dXWrcrZ5Xkhi5Qn&imdb_id=[imdb_id] ~ "VIDEOAPI" ~ data.0.iframe_src
https://videocdn.tv/api/short?api_token=Gbpr6CeRcQKypJK0J8MxvXgxavuPMV86&imdb_id=[imdb_id] ~ "VideoCDN" ~ data.0.iframe_src <> _VALUE_?season=[season]&episode=[episode]
https://api.themoviedb.org/3/[type]/[tmdb_id]?language=en&append_to_response=videos&api_key=269890f657dddf4635473cf4cf456576 ~ "Trailer (TMDb)" ~ videos.results.0.key <> https://www.youtube.com/embed/_VALUE_ ~ videos.results.0.key <> https://img.youtube.com/vi/_VALUE_/sddefault.jpg
https://www.googleapis.com/youtube/v3/search?part=id%2Csnippet&maxResults=1&key=AIzaSyCsT5C4pBFWpzyP4hEOen2ZBhn26AhMCkM&q=[title]%20[year]%20trailer ~ "Trailer (YouTube)" ~ items.0.id.videoId <> https://www.youtube.com/embed/_VALUE_ ~ items.0.id.videoId <> https://img.youtube.com/vi/_VALUE_/sddefault.jpg
So I thought may be am doing the wrong way.. So I decided to read CinemaPlayer documentation and build Player for Series
Here it is: https://api.9animetv.live/player/series-player.php?id=100088 it use TMDB ID
But Still I don know how to use that Player in My Admin Panel.. to make Player for Movies and Tv Shows Work and Also Episodes.. Can Someone Please give me guide in this?
Is the idea of making CinemaPlayer outside of Admin Panel was right? or there is a way to do this in Admin Panel? And If I can do it in Panel, Can I get a guide on how to do it in Admin Panel?
Thanks.