degeron / qmmp

Automatically exported from code.google.com/p/qmmp
0 stars 0 forks source link

mp3 files don't show up in add files menu #505

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.in the playlist box click the + symbol and try to add .mp3 files
2.you will see that only "supported" bitstreams are displayed
3.can't add the mp3 if its not displayed.

What is the expected output? What do you see instead?
I expect that the mp3 be listed as supported bitstream.

What version of the product are you using? On what operating system?
.5.2-1.4 rpm opensuse factory (opensuse 12.1 beta)
.5.2 from source

Please provide any additional information below.
I had a difficult time from source, cmake didn't work, only qmake and I had to 
setup the LD_LIBRARY_PATH variable myself for it to run--when I used the 
version compiled from source.

Original issue reported on code.google.com by cw9...@gmail.com on 4 Nov 2011 at 5:53

GoogleCodeExporter commented 9 years ago
I encoded my mp3 to wav using ffmpeg and still it does not play:
ffmpeg:

Input #0, mp3, from '01 Simple Pleasures.mp3':                                  

  Metadata:
    title           : Simple Pleasures
    artist          : Jazz Cafe
    album           : Simple Pleasures
  Duration: 00:06:46.52, start: 0.000000, bitrate: 127 kb/s
    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
Output #0, wav, to '01 Simple Pleasures.wav':
  Metadata:
    title           : Simple Pleasures
    artist          : Jazz Cafe
    album           : Simple Pleasures
    encoder         : Lavf53.20.0
    Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (mp3 -> pcm_s16le)

qmmp:

qmmp 01\ Simple\ Pleasures.wav

MainWindow: detected wm: Mutter
Skin: using :/default
Skin: cannot find region.txt. Transparency disabled
WindowSystem: setting sticky state of window 0xd200495 to false.
PlayListModel: unsupported playlist format
Visual::~Visual()

Original comment by cw9...@gmail.com on 17 Nov 2011 at 7:17

GoogleCodeExporter commented 9 years ago
Looks like you haven't installed plugins. Check your installation.

[user@localhost ~]$ cd /usr/lib/qmmp/
[user@localhost qmmp]$ ls
CommandLineOptions/  Effect/  Engines/  FileDialogs/  General/  Input/  Output/ 
 PlaylistFormats/  Transports/  Visual/
[user@localhost qmmp]$ cd Input
[user@localhost Input]$ ls
libaac.so*      libcue.so*   libffmpeg.so*  libgme.so*  libmodplug.so*  
libmpg123.so*   libvorbis.so*   libwildmidi.so*
libcdaudio.so*  libffap.so*  libflac.so*    libmad.so*  libmpc.so*      
libsndfile.so*  libwavpack.so*

libmad.so plugin provides mp3 support.

Original comment by trialuser02 on 1 Dec 2011 at 3:34

GoogleCodeExporter commented 9 years ago
Thanks for replying. I have libmad.so  don't know what the problem is. I'm
missing a few but not libmad.so
/usr/lib/qmmp/Input>ls
libaac.so
libcdaudio.so
libcue.so
libffmpeg.so
libflac.so
libmad.so
libmodplug.so
libmpc.so
libsndfile.so
libvorbis.so
libwavpack.so

Original comment by cw9...@gmail.com on 5 Dec 2011 at 10:36

GoogleCodeExporter commented 9 years ago
Please, start qmmp form console. Open file dialog (key "F") and show me output.

Original comment by trialuser02 on 6 Dec 2011 at 11:42

GoogleCodeExporter commented 9 years ago
no response. Closed.

Original comment by trialuser02 on 23 Mar 2012 at 3:34