Movies indexed as video files

Bug #341981 reported by Charclo
2
Affects Status Importance Assigned to Milestone
Entertainer Media Center
Triaged
High
Unassigned

Bug Description

Right now, no movies are being indexed. They all show up in the third tab of the movie screen. This is because metadata searching fails. Imdb-python (2.8) doesn't return a 'rating' key so the function fails (silently).

Revision history for this message
Charclo (charclo-michael) wrote :

I was wrong about it failing silently:

Exception in thread Video metadata search thread:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/michael/Projects/entertainer/entertainerlib/backend/components/mediacache/video_metadata_search.py", line 120, in run
  File "/var/lib/python-support/python2.5/imdb/utils.py", line 990, in __getitem__
    rawData = self.data[key]
KeyError: 'rating'

and

Exception in thread Video metadata search thread:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/michael/Projects/entertainer/entertainerlib/backend/components/mediacache/video_metadata_search.py", line 164, in run
  File "/var/lib/python-support/python2.5/imdb/utils.py", line 990, in __getitem__
    rawData = self.data[key]
KeyError: 'series years'

Paul Hummer (rockstar)
Changed in entertainer:
importance: Undecided → High
status: New → Triaged
Revision history for this message
umaxx (umaxx) wrote :

ack, same here

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.