GNOME Bugzilla – Bug 633966
Banshee does not import media files without a file extension.
Last modified: 2010-12-06 19:11:08 UTC
Originally reported at: https://bugs.launchpad.net/bugs/669807 Binary package hint: banshee Banshee does not import files that lack a file extension. Based on the comments from the bug reporter, it seems that the file dialog shows files without extensions, but Banshee just ignores the file even when actually told to import it.
This sounds very similar to bug #633111. If there is a difference between what is shown in the file dialog when doing a "Import from files" and what is actually imported, this might still be a valid issue.
How about feeding all the files into Taglib to check, rather than using a whitelist? Looking at the FileImportSource/FolderImportSource, they seem to filter stuff based on the mime type. If we can't feed it into Taglib to check, can't we at least obtain the mimetype from the same place the GtkFileDialog or whatever it is gets it from?
According to the almighty Gabriel Burt, the whitelist is useful and a change does not seem likely in the near future (see: #633111) *** This bug has been marked as a duplicate of bug 633111 ***