php información multimedia
Publicado: 30 Marzo, 2010 - 17:32 php información multimedia
Buenas
Me gustaría saber si existe alguna manera para obtener información de películas o series mediante alguna consulta web o a alguna base de datos externa. Se que algunas aplicaciones se conectan a bases de datos externas para obtener la información de archivos multimedia me gustaría hacer lo mismo pero des de php.
A poder ser la información tendría que ser en español.
Es posible que también pueda obtener algún thumbnail? o la imagen de la carátula?
Muchas gracias espero vuestra respuesta.
salu2
- Inicie sesión o regístrese para enviar comentarios
- 365 lecturas


Lo primero que he pensado es poder buscar en imbd pero tienen las siguientes condiciones:
Limited non-commercial use of IMDb data is allowed, provided the following conditions are met:1. You agree to all the terms of our copyright/conditions of use statement, located at http://www.imdb.com/conditions.
Please also note that IMDb reserves the right to withdraw permission to use the data at any time in its discretion.
2. The data must be taken only from the plain text data made available from our FTP sites (see http://www.imdb.com/interfaces for more details and for links to our FTP servers). You may not use data mining, robots, screen scraping, or similar online data gathering and extraction tools on our website. If the information/data you want is not present in the data files available from our FTP sites, it means it's not available for non-commercial usage.
If you do want to use IMDb data for commercial purposes, you must contact our Content Licensing Department at http://www.imdb.com/Licensing/.
3. The data can only be used for personal and non-commercial use and must not be altered/republished/resold/repurposed to create any kind of online/offline database of movie information (except for individual personal use). Please refer to the copyright/license information enclosed in each file for further instructions and limitations on allowed usage.
4. You must acknowledge the source of the data by including the following statement:
Information courtesy of
The Internet Movie Database
(http://www.imdb.com).
Used with permission.
Además, si lees el enlace verás que el acceso se hace en local. Quizá alguien te pueda decir algo más parecido a lo que buscas.
Yo encontré esto tal vez te sirva. http://sourceforge.net/projects/imdbphp/ es una clase php que viene con un ejemplo muy simple (index.html) donde podes buscar la película por nombre o por IMDB id.
Espero que te sirva.
Abrazos.
Buenas
Si el imbdphp es el que he encontrado antes buscando, el problema es que toda la información esta en inglés. He encontrado la pagina web de culturalia.net que también ofrece el mismo servicio pero no se como aprovechar-l'ho igual que el de imbd.
Estoy un poco perdido en todo este tema.
gracias