mountainpenguin / pyrt

python rtorrent webUI
GNU General Public License v3.0
34 stars 11 forks source link

mediainfo #27

Open mountainpenguin opened 12 years ago

mountainpenguin commented 12 years ago

Allow grabbing mediainfo for media files

Either try to write this in as a module, or hook into system mediainfo

mr-bo-jangles commented 12 years ago

hooking into system mediainfo is the way to go here i think, as you can't expect to update with every version of media info or custom compiled versions :)

mountainpenguin commented 12 years ago

Note to self: look at ctypes and loading the mediainfo shared object; would this be easier than calling the mediainfo CLI executable directly?

mr-bo-jangles commented 12 years ago

https://github.com/paltman/pymediainfo