stantanasi / streamflix

An Android TV and mobile app to stream movies and TV shows for free
Apache License 2.0
390 stars 53 forks source link

JSON url add #50

Open andremxmx opened 11 months ago

andremxmx commented 11 months ago

Summary

Possible to add a json with data from movies / series / tv via url so can play own data?

thanks!

Please confirm the following

stantanasi commented 11 months ago

I'm not sure I understand. Are you asking for an API to retrieve movies, TV series?

andremxmx commented 11 months ago

somthing like that i have an api with movies

{ "tmdb_id": 136400, "nombre_completo": "2 Guns", "año_estreno": "2013", "foto_portada": "https://image.tmdb.org/t/p/original/A0osDL7XE6v8pseLPoo1P6TaiDx.jpg", "genero": [ "Acción", "Comedia", "Crimen" ], "movieUrl": "URL", "fecha": "2021-07-20 06:14", "tamaño": "4.2G", "sinopsis": "Un agente de la DEA, Bobby Trench, y un oficial de la Inteligencia Naval, Michael Stigman, consiguen robarle 43 millones de dólares a la mafia. El problema consiste en que en realidad ese dinero no era de la organización criminal, sino de la CIA. Adaptación al cine de una novela gráfica de Steven Grant.", "directores": [ "Baltasar Kormákur" ], "actores_principales": [ "Denzel Washington", "Mark Wahlberg", "Paula Patton", "Edward James Olmos", "Bill Paxton" ], "duracion": 109, "trailer_url": "https://www.youtube.com/watch?v=aoQoH3-z1Ks", "imagenes": [ "https://image.tmdb.org/t/p/original/A0osDL7XE6v8pseLPoo1P6TaiDx.jpg", "https://image.tmdb.org/t/p/original/yx9s0lFDJbLW9eYxfoTyivcFxLF.jpg", "https://image.tmdb.org/t/p/original/ukmKKTLshlVPf1462mTS4komw7k.jpg" ] },

so i was watching your code in the constructor of the sites, so i can provide the json with series and movies in a lot of lenguages too if you like, if not possible i will ask to make a repo of your code and try to add this feature, im not good in android but i will try, i love your work and how this work realy apreciate what you do!