Quod Libet developers are already aware of this, and the patch, very similar to mine was released.
http://code.google.com/p/quodlibet/issues/detail?id=52 This is how to patch it right: 1) Close QuodLibet and ExFalso 2) Open "/usr/share/pyshared/quodlibet/formats/xiph.py" (as root) with your favorite text editor 3) Find these lines: try: from mutagen.oggvorbis import OggVorbis except ImportError: OggVorbis = None else: extensions.append(".ogg") Modify the last line to look so: except ImportError: OggVorbis = None else: extensions.append(".ogg") extensions.append(".oga") Alternatively, take attached patch and replace original xiph.py with this one, as root. Issue is solved. ** Attachment added: "Patch QL2.0 to support OGA. Already known on QL forums." http://launchpadlibrarian.net/25792301/xiph.py ** Attachment removed: "Patched xiph.py. Add support for .oga" http://launchpadlibrarian.net/24315434/xiph.py -- quodlibet ignores ogg files with .oga extension https://bugs.launchpad.net/bugs/339105 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
