~rockstar/entertainer/package-structure-apocalypse

« back to all changes in this revision

Viewing changes to entertainerlib/backend/components/mediacache/video_metadata_search.py

  • Committer: Paul Hummer
  • Date: 2009-05-10 17:36:49 UTC
  • mfrom: (360.1.3 entertainer-future)
  • Revision ID: paul@eventuallyanyway.com-20090510173649-0odjpoqifn303t46
Merged from entertainer-future

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2009 Entertainer Developers - See COPYING - GPLv2
1
2
'''VideoMetadataSearch - Search video file metadata from IMDB database'''
2
3
# pylint: disable-msg=C0301
3
4
 
4
 
__licence__ = "GPLv2"
5
 
__copyright__ = "2008, Lauri Taimila"
6
 
__author__ = "Lauri Taimila <lauri@taimila.com>"
7
 
 
8
5
import os
9
6
import imdb
10
7
import re