maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Mediaplayer and ogg support problem on n900 (https://talk.maemo.org/showthread.php?t=35457)

joshgillies 2010-10-25 02:43

Re: Mediaplayer and ogg support problem on n900
 
Has there been any movement on this front? I've managed to dig up the bug tracker entry for this https://bugs.maemo.org/show_bug.cgi?id=6456 but am yet to see it resolved.

I'd prefer not to keep two copies of my music collection in both *.ogg for the n900 and *.oga for my PC.

jacktanner 2010-10-26 00:54

Re: Mediaplayer and ogg support problem on n900
 
Here's a work-around: after you copy the *.oga files to your N900, open the X-terminal and run something like this to rename all *.oga files to *.ogg.

# UNTESTED

find / -name "*.oga" -exec rename .oga .ogg '{}' \;

joshgillies 2010-10-26 04:17

Re: Mediaplayer and ogg support problem on n900
 
jacktanner, thanks for the reply!

This much I was aware of, and in the past I had used a similar method to rename all my music files from .oga to .ogg.

I just wish it wasn't an issue. I am yet to dig into the source - but imagine it wouldn't be too difficult to add support for one additional file format. Right?

mzanetti 2010-10-27 11:23

Re: Mediaplayer and ogg support problem on n900
 
hi!

while installing ogg-spport I noticed that it calls this:
Code:

tracker-update-ontology -c Music -a audio/x-vorbis+ogg -a audio/x-flac+ogg -a audio/x-flac -a application/ogg
I guess it should be sufficient to call something like this to enable oga support
Code:

tracker-update-ontology -c Music -a audio/x-vorbis+oga -a audio/x-flac+oga -a audio/x-flac -a application/oga
I have not tested it though as all my software rips ogg as ogg...

good luck


Btw: for everyone whose ogg support is broken by the PR 1.3 update. just reinstall ogg-support via apt-get or call the above comman to re-register ogg support in media player. reinstalling ogg-support through the app manager might not work due to other programs depending on ogg-support.

eagle_linux 2010-10-29 11:18

Re: Mediaplayer and ogg support problem on n900
 
Thanks for this post, that solved my media player problem I had since PR1.3. Now I finally see my ogg files again :D

zimon 2010-12-22 02:51

Re: Mediaplayer and ogg support problem on n900
 
bash: tracker-update-ontology: command not found

btw, is Vorbis support in N900 DSP-accelerated as AAC- and MP3-decoders are?

Any way to check this somehow on system, trace calls to dspbridge or so?

vinc17 2010-12-22 21:01

Re: Mediaplayer and ogg support problem on n900
 
Quote:

Originally Posted by zimon (Post 901762)
bash: tracker-update-ontology: command not found

The message from /usr/bin/tracker-register-mimetype is buggy: the command is update-tracker-ontology, not tracker-update-ontology. On my N900, update-tracker-ontology crashes, but the real problem seems to come from the tracker-files utility, which has a ridiculous limit of 512 files (though I didn't have any such problem before the PR1.3 upgrade). See my comment 6 in bug 11511.

Wikiwide 2015-10-30 05:44

Re: Mediaplayer and ogg support problem on n900
 
Thank you. Reinstalling ogg-support fixed the issue of not-seeing ogg and flac files - which I got after messing with media art.


All times are GMT. The time now is 13:11.

vBulletin® Version 3.8.8