Bugs item #1563010, was opened at 2006-09-21 19:17
Message generated for change (Comment added) made by duncanwebb
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1563010&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: plugins
Group: None
>Status: Pending
>Resolution: Accepted
Priority: 5
Submitted By: Duncan Webb (duncanwebb)
Assigned to: Nobody/Anonymous (nobody)
Summary: Entry in audio menu automatically created by the usbstorage 

Initial Comment:
Submitted by: Fernando J. (Herr Groucho)

Entry in audio menu automatically created by the
usbstorage plugin shows only images.

I continued investigating and in fact it is. Here is
how I fixed it:
In usbstorage.py:66 change:

             d = DirItem(self.mountpoint, parent,
self.name, display_type='image')

into:

             d = DirItem(self.mountpoint, parent,
self.name, display_type=parent.display_type)

----------------------------------------------------------------------

>Comment By: Duncan Webb (duncanwebb)
Date: 2006-09-22 08:24

Message:
Logged In: YES 
user_id=104395

I too noticed that usb storage devices don't show any audio
files.

Need testing

----------------------------------------------------------------------

Comment By: Duncan Webb (duncanwebb)
Date: 2006-09-22 08:24

Message:
Logged In: YES 
user_id=104395

Patch applied to branches/rel-1-5/freevo at:
svn://svn.freevo.org/freevo/branches/rel-1-5/freevo

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1563010&group_id=46652

-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to