After some testing, at least on my system (w/ the Avocado build), when I try to open a folder with any mp3 that doesn't have either the Artist or Title tag completed, I'm getting this error:
Server Problem Communications with the server has been lost. [Ok / Abort}
Example:
-------------------------------------------
Traceback (most recent call last):
File "D:\RokuM\Beta\server\web\application.py", line 242, in process
return self.handle()
File "D:\RokuM\Beta\server\web\application.py", line 233, in handle
return self._delegate(fn, self.fvars, args)
File "D:\RokuM\Beta\server\web\application.py", line 412, in _delegate
return handle_class(cls)
File "D:\RokuM\Beta\server\web\application.py", line 387, in handle_class
return tocall(*args)
File "D:\RokuM\Beta\server\rss_server.py", line 809, in GET
return getdoc(feed.key, path, base_dir, range, config, collapse_collections)
.to_xml()
File "D:\RokuM\Beta\server\rss_server.py", line 523, in getdoc
item = file2item(key, fpath, base_dir, config, image_icon)
File "D:\RokuM\Beta\server\rss_server.py", line 152, in file2item
title = call_protected(tag.getTitle, "Error Reading Title")
AttributeError: 'NoneType' object has no attribute 'getTitle'
192.168.0.12:44454 - - [05/Jun/2010 13:25:25] "HTTP/1.1 GET /feed" - 500 Interna
l Server Error
-------------------------------------------
When I edit the tags and put anything in them (via file manager), the mp3 shows up and plays fine.
I hope this helps and again - thanks for the great application.