agrynchuk / noodle-ng

Automatically exported from code.google.com/p/noodle-ng
GNU General Public License v3.0
0 stars 0 forks source link

Media metadata crawler #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Add a metadata crawler for multimedia files which gathers information about 
files present in the db.

Original issue reported on code.google.com by hbwint...@gmail.com on 11 Nov 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Approach for Movies:
Get information about the movie itself by using the api and search 
functionality of themoviedb.org.
Make a connection to the host providing the file and get information like 
duration, width, height ...  Maybe the apache tika can help here. There is some 
information on how to utilize it in python here: 
http://redmine.djity.net/projects/pythontika/wiki

Original comment by hbwint...@gmail.com on 11 Nov 2011 at 6:31