After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 336931 - for preview music files nautilus may be gstreamer
for preview music files nautilus may be gstreamer
Status: RESOLVED DUPLICATE of bug 111511
Product: nautilus
Classification: Core
Component: [obsolete] Audio Preview
2.14.x
Other All
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-02 14:51 UTC by José González Monlleó
Modified: 2006-04-02 23:32 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description José González Monlleó 2006-04-02 14:51:13 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.
Comment 1 Fabio Bonelli 2006-04-02 23:32:37 UTC
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 ***