Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'A Python script to back up DVDs to MP4 files' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
A Python script to back up DVDs to MP4 files
Authored by: trpeterson1984 on Sat, Jun 30 2007 at 9:22PM PDT
I'm having a problem with the script. After I run it, I get:
Traceback (most recent call last):
  File "/library/scripts/rip.py", line 66, in <module>
    dvd_file = prettify_filename(dvd_file)
  File "/library/scripts/rip.py", line 35, in prettify_filename
    for i in xrange(len(filename)):
TypeError: object of type 'NoneType' has no len()
I don't know Python so I don't know what len() means. Any help in the right direction would be appreciated.

[ Reply to This | # ]