Ok I have a patch ready, I know C/Cpp, but don`t know python though,
pure intuition and "grep". :P

>Patch can be applied with any text-editor and zero skills.

I`ve tested it without and with patch, and can confirm both QuodLibet
and ExFalso can see .oga/.ogg files, play them, modify tags.

>>>I still insist on getting QuodLibet devs look on this page, so more
elegant(if possible) solution be made upstream.<<<

1) Close QuodLibet and ExFalso
2) Open "/usr/share/pyshared/quodlibet/formats/xiph.py" (as root) with your 
favorite text editor

3) Find this lines:
try: from mutagen.oggvorbis import OggVorbis
except ImportError: OggVorbis = None
else: extensions.append(".ogg")

try: from mutagen.flac import FLAC
except ImportError: FLAC = None
else: extensions.append(".flac")



Make it look so:
try: from mutagen.oggvorbis import OggVorbis
except ImportError: OggVorbis = None
else: extensions.append(".ogg")

try: from mutagen.oggvorbis import OggVorbis
except ImportError: OggVorbis = None
else: extensions.append(".oga")

try: from mutagen.flac import FLAC
except ImportError: FLAC = None
else: extensions.append(".flac")


4) Save.
5) Start QL& enjoy! ^_^

** Attachment added: "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

Reply via email to