"Chris Graham" wrote:
> I added the line like you said but it does not look like it printed
> anythin to the screen.
>
> here is the output, it looks like the same error.
>
> Traceback (most recent call last):
>   File "/usr/local/freevo/src/helpers/cache.py", line 462, in ?
>     create_metadata()
>   File "/usr/local/freevo/src/helpers/cache.py", line 350, in
> create_metadata
>     d = directory.DirItem(s, None)
>   File "/usr/local/freevo/src/directory.py", line 191, in __init__
>     self.info = mediainfo.get_dir(directory)
>   File "/usr/local/freevo/src/util/mediainfo.py", line 614, in get_dir
>     return Info(dirname, {}, meta_cache.get(dirname, create=False))
>   File "/usr/local/freevo/src/util/mediainfo.py", line 286, in get
>     self.load_cache(dirname)
>   File "/usr/local/freevo/src/util/mediainfo.py", line 188, in
> fileDB_load_cache    cachefile = self.__get_filename__(dirname)
>   File "/usr/local/freevo/src/util/mediainfo.py", line 139, in
> __get_filename__
>     os.makedirs(dirname)
>   File "/usr/lib/python2.3/os.py", line 154, in makedirs
>     mkdir(name, mode)
> OSError: [Errno 2] No such file or directory: ''

Very, very strange. Let's try to find this. Open src/util/mediainfo.py
and search for the function __get_filename__. This first line says
cachefile = ... After that line, add

print '-%s-' % cachefile

and send the results again.



Dischi

-- 
Just remember, if the world didn't suck, we'd all fall off.


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to