GNOME Bugzilla – Bug 336931
for preview music files nautilus may be gstreamer
Last modified: 2006-04-02 23:32:37 UTC
for preview music files nautilus call mpg321 and ogg123. Nautilus may be call gstreamer like follow line: gst-launch-0.8 fdsrc ! spider! esdsink I create a shell script in /usr/bin said nautilus-preview-music with follow content: #!/bin/bash gst-launch-0.8 fdsrc ! spider! esdsink next step create symbolic links for this script: ln -s nautilus-preview-music ogg123 ln -s nautilus-preview-music mpg123 ln -s nautilus-preview-music mpg321 this work fine and not depend mpg321, mpg123 and ogg123.
Thanks for the bug report! This particular bug has already been reported into our bug tracking system and a patch is already available, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 111511 ***