ieure / ocdtv

Obsessive metadata extraction & gathering for TV shows
8 stars 2 forks source link

File missing error #5

Open joestump opened 13 years ago

joestump commented 13 years ago

I added mp4 to the list of file types and now I'm getting this error:

MacBook-Pro-3:The Big Bang Theory jstump$ ocdtv .
INFO:root:Fetching info for "The Big Bang Theory"
Traceback (most recent call last):
  File "/usr/local/bin/ocdtv", line 8, in <module>
    load_entry_point('ocdtv==0.1', 'console_scripts', 'ocdtv')()
  File "build/bdist.macosx-10.6-universal/egg/ocdtv/cli.py", line 48, in main
  File "build/bdist.macosx-10.6-universal/egg/ocdtv/transcoder.py", line 74, in transcoded
  File "build/bdist.macosx-10.6-universal/egg/ocdtv/transcoder.py", line 42, in transcode_file
OSError: [Errno 2] No such file or directory
joestump commented 13 years ago

Oddly enough, the --no-act option works just fine.

ieure commented 13 years ago

Yeah, according to the code, it's trying to transcode the file. I'm guessing you installed OCDTV with sudo python setup.py install (or similar), but didn't re-run the command after adding .mp4 to is_importable() and/or VIDEO_EXTENSIONS. So it's trying to transcode, failing and bailing out.