|
Bugzilla – Full Text Bug Listing |
| Summary: | Banshee: Improving Initial Popup | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Karl Eichwalder <ke> |
| Component: | GNOME | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Karl Eichwalder
2005-10-26 09:22:23 UTC
It does search for music, we are looking at moving to using beagle to do the initial search so that the search takes only a couple of seconds. Wrongly classified songs are clearly an error. The mime system is probably brokenly sniffing these files. CC'ing aaron to confirm the broken sniffing. Stanislav also reported slow automatic import: https://bugzilla.novell.com/show_bug.cgi?id=118186 Maybe it has problems with NFS home directories... The actual dialog UI for importing has improved dramatically and now offers the following import options: * Import Folder * Import Files * Home Directory Import (was called Automatic Import) * Audio CD (if disk is detected) I think just re-labeling "automatic" to "home directory" changes expectations (i.e. "this may take some time"). As for the mime sniffing... GStreamer is used to do detection and the fallback is Gnome VFS. It is possible that the files may be imported if mime detection fails or is incorrect. Can you a) see if this is still an issue and b) find the mime type and provide the file extension for the XML files: $ gst-typefind-0.10 /path/to/xml/file Finding the mime type that Gnome VFS reports may be helpful too, but if the above command works, it's not necessary. We will be using the shared mime system for Gnome VFS instead of GStreamer for typefinding. Our tests have shown mimetype sniffing is more reliable with Gnome VFS. Since the initial popup is improved and the slow import is covered elsewhere, closing. |