SourceForge.net wrote:
> Feature Requests item #1592806, was opened at 2006-11-08 18:44
> Message generated for change (Comment added) made by woutc
> You can respond by visiting: 
> https://sourceforge.net/tracker/?func=detail&atid=446898&aid=1592806&group_id=46652
> 
> Please note that this message will contain a full copy of the comment thread,
> including the initial issue submission, for this request,
> not just the latest update.
> Category: Freevo Web
> Group: Freevo 1.x series
> Status: Open
> Priority: 5
> Private: No
> Submitted By: wout (woutc)
> Assigned to: Nobody/Anonymous (nobody)
> Summary: Watch movie/audio info, image thumbnails on website
> 
> Initial Comment:
> I think the local freevo website and especially the
> library part could do a lot better!
> 
> here are the things i want to add:
> -show album/movie covers
> -show audio/movie info (from fxd + util.mediainfo)
> -show image thumbnail
> -show image slideshow
> -play movie/audio files on the local machine
> -play movie/audio files on the freevo machine
> -ask for a password when you enter a password protected
> directory

Thought I would give this a quick test before committing the changes to
rel-1 and found two problems.

1) Unicode encoding problem
2) Lost+Found permission problem on a usb stick.

The errors are attached.

Duncan
          File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", 
line 232, in dataReceived
            why = self.lineReceived(line)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1004, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1045, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
601, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
160, in process
            self.render(resrc)
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
167, in render
            body = resrc.render(self)
          File "/usr/lib/python2.4/site-packages/freevo/www/web_types.py", line 
73, in render
            return self._render(request)
          File "/usr/share/freevo/htdocs/library.rpy", line 368, in _render
            mydirlink = '<a href="'+ action_script 
+'?media='+action_mediatype+'&dir='+urllib.quote(mydir)+'"><img src="' + 
image_link + '" height="200px" width="200px" /><br />'+mydispdir+'</a>'
          File "/usr/lib/python2.4/urllib.py", line 1117, in quote
            res = map(safe_map.__getitem__, s)
        exceptions.KeyError: u'\xfc'


          File "/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", 
line 232, in dataReceived
            why = self.lineReceived(line)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1004, in lineReceived
            self.allContentReceived()
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
1045, in allContentReceived
            req.requestReceived(command, path, version)
          File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 
601, in requestReceived
            self.process()
        --- <exception caught here> ---
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
160, in process
            self.render(resrc)
          File "/usr/lib/python2.4/site-packages/twisted/web/server.py", line 
167, in render
            body = resrc.render(self)
          File "/usr/lib/python2.4/site-packages/freevo/www/web_types.py", line 
73, in render
            return self._render(request)
          File "/usr/share/freevo/htdocs/library.rpy", line 363, in _render
            y = self.cover_filter(mydir)
          File "/usr/share/freevo/htdocs/library.rpy", line 509, in cover_filter
            for i in os.listdir(x):
        exceptions.OSError: [Errno 13] Permission denied: '/misc/usb/lost+found'

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to