SJLPHI
October 3, 2017, 3:15am
#1
Hello, I will first say that I am using KDE LEAP 42.2 and I’ve been wrestling to get my Clementine to work.
I have so far:
Installed codecs as guided here: http://opensuse-guide.org/codecs.php
except I changed the version numbers
I installed the gstreamer-0.1 plugins, all of them.
https://forums.opensuse.org/showthread.php/510642-How-to-get-Clementine-to-work
and yes I’ve been doing a lot of reading
https://www.reddit.com/r/openSUSE/comments/38zo6t/new_to_opensuse_and_just_installed_clementine/
despite all of the effort, clementine cannot read any music file and returns this error:
GStreamer could not create the element: audioconvert. Please make sure that you have installed all necessary GStreamer plugins (e.g. OGG and MP3)
Could someone help me out here please. I did get Clementine to work on OpenSUSE 13.2 KDE 64 bit, and maybe I forgot a few steps.
The following music players do NOT work:
Clementine, Musique, Amarok
following can play sound/music fine:
VLC, Dragon Player, DeadBeef
Thank you.
-SJL
I_A
October 3, 2017, 4:15am
#2
that’s an old thread Clementine switched to gstreamer-1.0 some time ago
https://raw.githubusercontent.com/clementine-player/Clementine/master/Changelog
gstreamer-0.10 has been depreciated I’d recommend removing it afaik nothing uses it any more
Clementine works fine with gstreamer from packman for me, I’m thinking you didn’t do a full vendor change what’s your repo list
zypper lr -d
for mp3 support you’d need gstreamer-plugins-ugly do you have it as it’s not installed by default on plasma 5 systems only on Gnome
zypper se -si gstreamer-plugins-ugly
if you don’t have it install it
ps what does this mean?
Installed codecs as guided here: http://opensuse-guide.org/codecs.php
except I changed the version numbers
SJLPHI
October 3, 2017, 5:02am
#3
sudo zypper lr -d |grep Yes 1 | dvd | dvd | Yes | (r ) Yes | Yes | 99 | rpm-md | http://opensuse-guide.org/repo/openSUSE_Leap_42.2/ |
2 | google-chrome | google-chrome | Yes | (r ) Yes | Yes | 99 | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64 |
3 | http-download.opensuse.org-286eb157 | multimedia:libs | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/multimedia:/libs/openSUSE_Leap_42.2/ |
4 | http-download.opensuse.org-4d00356e | KDE:Extra | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Leap_42.2/ |
5 | http-download.opensuse.org-9743b217 | multimedia:apps | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/multimedia:/apps/openSUSE_Leap_42.2/ |
6 | openSUSE-42.2-0 | openSUSE-42.2-0 | Yes | (r ) Yes | No | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-MATSHITADVD-RAM_UJ8B0_YM39_364198 |
7 | packman | packman | Yes | (r ) Yes | Yes | 99 | rpm-md | http://packman.inode.at/suse/openSUSE_Leap_42.2/ |
12 | repo-non-oss | openSUSE-Leap-42.2-Non-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.2/repo/non-oss/ |
13 | repo-oss | openSUSE-Leap-42.2-Oss | Yes | (r ) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/leap/42.2/repo/oss/ |
16 | repo-update | openSUSE-Leap-42.2-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.2/oss/ |
17 | repo-update-non-oss | openSUSE-Leap-42.2-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.2/non-oss/
sudo zypper se -si gstreamer-plugins-ugly |grep ugly
i+ | gstreamer-plugins-**ugly** | package | 1.8.3-2.4.1 | x86_64 | packman
i+ | gstreamer-plugins-**ugly**-lang | package | 1.8.3-2.4.1 | noarch | packman
i+ | gstreamer-plugins-**ugly**-orig-addon | package | 1.8.3-2.4.1 | x86_64 | packman
As for:
Installed codecs as guided here: http://opensuse-guide.org/codecs.php
except I changed the version numbers
by which I mean
I ran (instead 42.3)
zypper addrepo -f http://packman.inode.at/suse/openSUSE_Leap_42.2/ packman
zypper addrepo -f http://opensuse-guide.org/repo/openSUSE_Leap_42.2/ dvd
Then install the necessary packages:zypper install ffmpeg lame gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-plugins-ugly-orig-addon gstreamer-plugins-libav libdvdcss2
You will be asked if you want to allow vendor change for some packages - allow it.
Make sure all your multimedia packages are coming from the Packman Repository:zypper dup --from http://packman.inode.at/suse/openSUSE_Leap_42.2/
I_A
October 3, 2017, 5:17am
#4
you did right
I can say is do another vendor change to packman
zypper dup --from 7
and delete the gstreamer cache as it might be corrupt (both amarok and clementine use gstreamer as a backend)
rm -r ~/.cache/gstreamer-1.0/
ps
amarok actually uses phonon not gstreamer directly and by installing different phonon backend you can use a different media subsystem
for example by installing phonon-backend-vlc and setting it as the default in systemsettings5 you can use libvlc for media decoding in amarok (this won’t work in clementine as clementine uses gstreamer directly)
zypper in phonon-backend-vlc
there are other phonon backends (mplayer and xine) but those have been abandoned
SJLPHI
October 3, 2017, 5:37am
#5
Hello I_A,
it seems that Amarok works from the phonon-backend-vlc installation, but Clementine and Musique seems to still want to not play anything for me. After re-checking the vendor change, I deleted the gstream-1.0 cache, and to no avail.
I’m not quite sure what’s going on.
Clementine is my favorite player, but Tomahawk may take its place if I can’t get it up and running.
I_A
October 3, 2017, 5:50am
#6
I just checked both packman and OSS release of gstreamer-plugins-ugly for 42.2 are missing libgstmpg123.so
ftp://packman.inode.at/suse/openSUSE_Leap_42.2/Essentials/x86_64/gstreamer-plugins-ugly-1.8.3-2.4.1.x86_64.rpm
https://download.opensuse.org/repositories/openSUSE:/Leap:/42.2/standard/x86_64/gstreamer-plugins-ugly-1.8.3-1.2.x86_64.rpm
libgstmpg123.so provides mp3 support
libgstmpg123.so is present in the 42.3 release in both OpenSuse and the packman repo’s
https://download.opensuse.org/repositories/openSUSE:/Leap:/42.3/standard/x86_64/gstreamer-plugins-ugly-1.8.3-4.1.x86_64.rpm
ftp://packman.inode.at/suse/openSUSE_Leap_42.3/Essentials/x86_64/gstreamer-plugins-ugly-1.8.3-7.1.x86_64.rpm
this is a packaging bug you should report at
https://bugzilla.opensuse.org
in the mean time you can install Fluendo’s mp3 decoder
zypper in gstreamer-fluendo-mp3
ps libgstmpg123.so was missing for 42.3 and I remember a bug report about it, they seam to have fixed the 42.3 release but forgot 42.2, packman’s build use to carry the proper rpm but things happen automated builds cause errors etc.
SJLPHI
October 3, 2017, 6:01am
#7
Hello I_A
Slight problem:
rpm -qa |grep fluendo
pullin-**fluendo**-mp3-13.2-5.1.noarch
gstreamer-**fluendo**-mp3-21-18.2.x86_64
gstreamer-0_10-**fluendo**-mp3-21-2.1.x86_64
I’ve already installed the fluendo packages while I was doing some readings. No Clementine yet.
I_A
October 3, 2017, 6:19am
#8
SJLPHI:
Hello I_A
Slight problem:
rpm -qa |grep fluendo
pullin-**fluendo**-mp3-13.2-5.1.noarch
gstreamer-**fluendo**-mp3-21-18.2.x86_64
gstreamer-0_10-**fluendo**-mp3-21-2.1.x86_64
I’ve already installed the fluendo packages while I was doing some readings. No Clementine yet.
I haven’t used the fluendo package in ages all I can say is try and force installing the 42.3 package from packman or OSS
zypper in -f ftp://packman.inode.at/suse/openSUSE_Leap_42.3/Essentials/x86_64/gstreamer-plugins-ugly-1.8.3-7.1.x86_64.rpm
as that one does have libgstmpg123.so
or download the 42.3 rpm extract libgstmpg123.so with ark and copy it to /usr/lib64/gstreamer-1.0
SJLPHI
October 3, 2017, 6:39am
#9
I’m sorry for keep on coming up new ways to show that it doesn’t work, but before I tried working with your copying the rpm package, I checked, and apparently I have that already.
ls /usr/lib64/gstreamer-1.0|grep libgstmpg
**libgstmpg**123.so
SJLPHI
October 3, 2017, 7:20am
#10
Okay, with a bit more focus, now it’s saying something else,
GStreamer could not create the element: queue2. Please make sure that you have installed all necessary GStreamer plugins (e.g. OGG and MP3)
First:
multimedia:libs and Packman Repo is no good choice, remove the multimedia:libs Repo with:
zypper rm multimedia:libs
Higher Priority to Packman Repo:
zypper mr -p 25 packman
Change all to Packman:
zypper dup --from packman
Install the Codecs:
zypper install -f libxine2-codecs ffmpeg lame gstreamer-0_10-plugins-good gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-ugly gstreamer-0_10-plugins-bad-orig-addon gstreamer-0_10-plugins-good-extra gstreamer-0_10-plugins-ugly-orig-addon gstreamer-0_10-plugins-ffmpeg libdvdcss2 dvdauthor07 gstreamer-plugins-base gstreamer-plugins-bad gstreamer-plugins-bad-orig-addon gstreamer-plugins-good gstreamer-plugins-ugly gstreamer-plugins-ugly-orig-addon gstreamer-plugins-good-extra gstreamer-0_10-plugins-fluendo_mpegdemux gstreamer-0_10-plugins-fluendo_mpegmux k3b-codecs vlc-beta h264enc x264 gstreamer-plugins-libav vlc-beta-codecs
https://forums.opensuse.org/showthread.php/521016-Multimedia-Guide-for-openSUSE-Leap-42-2
I_A
October 3, 2017, 8:32pm
#12
scratch that I forgot that libgstmpg123.so on 42.2 came from gstreamer-plugins-ugly-orig so check if that file is from packman and installed
zypper se -si gstreamer-plugins-ugly-orig
without the grep as grep removes repository info
if it’s not installed install it
if you didn’t remove remove your gstreamer cache
rm -r ~/.cache/gstreamer-1.0/
SJLPHI
October 3, 2017, 10:10pm
#13
no libraries for
gstreamer-plugins-ugly-orig
but I have gstreamer-plugins-ugly-orig-addon, all from packman
$ sudo zypper se -si gstreamer-plugins-ugly-orig-addon
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+-----------------------------------+---------+-------------+--------+-----------
i+ | gstreamer-plugins-ugly-orig-addon | package | 1.8.3-2.4.1 | x86_64 | packman
$ sudo zypper se -si gstreamer-0_10-plugins-ugly-orig-addon
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+--------------------------------------------------------+---------+----------------+--------+-----------
i+ | gstreamer-0_10-plugins-ugly-orig-addon | package | 0.10.19-18.4.1 | x86_64 | packman
i+ | gstreamer-0_10-plugins-ugly-orig-addon-32bit | package | 0.10.19-18.4.1 | x86_64 | packman
i+ | gstreamer-0_10-plugins-ugly-orig-addon-debuginfo | package | 0.10.19-18.4.1 | x86_64 | packman
i+ | gstreamer-0_10-plugins-ugly-orig-addon-debuginfo-32bit | package | 0.10.19-18.4.1 | x86_64 | packman
I also already have tried deleting the cache.
I_A
October 4, 2017, 1:07am
#15
Sauerland:
Do you read my Post?
did you read mine and his response
https://forums.opensuse.org/showthread.php/527448-Getting-Clementine-to-work?p=2840345#post2840345
he’s already switched to packman at least twice and pulled all the recommended packages
but it would be interesting to see if he has any packages from multimedia:libs (and multimedia:apps)
what’s the output of
rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:libs"
rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:apps"
maybe something from there is causing problems
as I’ve said before nothing uses gstreamer-0.10 and that framework should be removed
any how the Fluendo codec should work even on a vanilla setup
what kind of files are you trying to open with amarok did you try an ogg, mp3, aac, flac?
what works and what doesn’t?
maybe a simple update is needed?
zypper up
SJLPHI
October 4, 2017, 3:18am
#16
Hello Sauderland,
yes I did, but I modified the method a little bit:
sudo zypper install -f --repo packman libxine2-codecs ffmpeg lame gstreamer-0_10-plugins-good gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-ugly gstreamer-0_10-plugins-bad-orig-addon gstreamer-0_10-plugins-good-extra
gstreamer-0_10-plugins-ugly-orig-addon gstreamer-0_10-plugins-ffmpeg libdvdcss2 dvdauthor07 gstreamer-plugins-base gstreamer-plugins-bad gstreamer-plugins-bad-orig-addon gstreamer-plugins-good gstreamer-plugins-ugly gstreamer-plugins-ug
ly-orig-addon gstreamer-plugins-good-extra gstreamer-0_10-plugins-fluendo_mpegdemux gstreamer-0_10-plugins-fluendo_mpegmux k3b-codecs vlc-beta h264enc x264 gstreamer-plugins-libav vlc-beta-codecs
but there were some missing packages, and also I didn’t install vlc-beta
Package 'gstreamer-0_10-plugins-fluendo_mpegdemux' not found.
Package 'gstreamer-0_10-plugins-fluendo_mpegmux' not found.
Package 'gstreamer-plugins-good-extra' not found.
Package 'k3b-codecs' not found.
Forcing installation of 'ffmpeg-3.3.4-6.18.1.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-plugins-bad-1.8.3-5.5.7.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-0_10-plugins-bad-0.10.23-29.15.46.x86_64' from repository 'packman'.
Forcing installation of 'lame-3.99.5-1018.1.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-plugins-ugly-1.8.3-2.4.1.x86_64' from repository 'packman'.
Forcing installation of 'vlc-beta-3.0.0.20170822.ceacd64e17-3.2.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-0_10-plugins-ugly-0.10.19-18.4.1.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-plugins-libav-1.8.3-3.2.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-0_10-plugins-ffmpeg-0.10.13_p201211-3.2.x86_64' from repository 'packman'.
Forcing installation of 'dvdauthor07-0.7.2-1.1.x86_64' from repository 'packman'.
Forcing installation of 'libxine2-codecs-1.2.8-127.1.x86_64' from repository 'packman'.
Forcing installation of 'x264-0.148svn20170816-1.1.x86_64' from repository 'packman'.
Package 'gstreamer-plugins-base' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Forcing installation of 'h264enc-10.4.7-3.1.noarch' from repository 'packman'.
Forcing installation of 'gstreamer-0_10-plugins-bad-orig-addon-0.10.23-29.15.46.x86_64' from repository 'packman'.
Package 'gstreamer-0_10-plugins-good' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Forcing installation of 'gstreamer-0_10-plugins-ugly-orig-addon-0.10.19-18.4.1.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-plugins-bad-orig-addon-1.8.3-5.5.7.x86_64' from repository 'packman'.
Forcing installation of 'gstreamer-plugins-ugly-orig-addon-1.8.3-2.4.1.x86_64' from repository 'packman'.
Package 'vlc-beta-codecs' not found.
Package 'gstreamer-plugins-good' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Package 'libdvdcss2' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Package 'gstreamer-0_10-plugins-good-extra' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Resolving package dependencies...
Problem: nothing provides libcrystalhd.so.3()(64bit) needed by vlc-beta-noX-3.0.0.20170822.ceacd64e17-3.2.x86_64
Solution 1: do not install vlc-beta-3.0.0.20170822.ceacd64e17-3.2.x86_64
Solution 2: break vlc-beta-noX-3.0.0.20170822.ceacd64e17-3.2.x86_64 by ignoring some of its dependencies
**Choose from above solutions by number or cancel [1/2/c] (c): **1
I will respond after it finishes installing and I reboot.
SJLPHI
October 4, 2017, 3:38am
#17
Still no cigar,
there are a bunch of packages which were installed using multimedia:lib and mutltimedia:apps
echo; echo "from libs"; echo; rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:libs" ; echo; echo "and from apps"; echo;rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:apps"
from libs
libavc1394-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvdnav4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libesd0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libass9:**multimedia:libs** / openSUSE_Leap_42.2
libsidplayfp4:**multimedia:libs** / openSUSE_Leap_42.2
libgstvideo-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libgsttag-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstVideo-1_0:**multimedia:libs** / openSUSE_Leap_42.2
alsa-oss-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libsndfile1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libexempi3:**multimedia:libs** / openSUSE_Leap_42.2
libcdaudio1:**multimedia:libs** / openSUSE_Leap_42.2
libgstpbutils-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmusicbrainz4:**multimedia:libs** / openSUSE_Leap_42.2
libtag1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstPbutils-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libcdio16-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdirac_encoder0:**multimedia:libs** / openSUSE_Leap_42.2
liblash1:**multimedia:libs** / openSUSE_Leap_42.2
libgme0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libopus0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheoraenc1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-plugins-base-lang:**multimedia:libs** / openSUSE_Leap_42.2
libgstriff-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheora0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdc1394-22-32bit:**multimedia:libs** / openSUSE_Leap_42.2
alsa-plugins-pulse-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libkate1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvpx4:**multimedia:libs** / openSUSE_Leap_42.2
libdmapsharing-3_0-2:**multimedia:libs** / openSUSE_Leap_42.2
libfftw3-3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libgstreamer-1_0-0:**multimedia:libs** / openSUSE_Leap_42.2
libFLAC8-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libshout3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstAudio-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libgstrtp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libbluray2:**multimedia:libs** / openSUSE_Leap_42.2
libmpcdec5-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer:**multimedia:libs** / openSUSE_Leap_42.2
libraptor2-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-Gst-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libSoundTouch0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbisfile3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcue2:**multimedia:libs** / openSUSE_Leap_42.2
libfluidsynth1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdirac_encoder0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcaca0:**multimedia:libs** / openSUSE_Leap_42.2
libGLEW2_0:**multimedia:libs** / openSUSE_Leap_42.2
opus-tools:**multimedia:libs** / openSUSE_Leap_42.2
libftgl2:**multimedia:libs** / openSUSE_Leap_42.2
libcdda_interface0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libsamplerate0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libfluidsynth1:**multimedia:libs** / openSUSE_Leap_42.2
libgstaudio-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheoradec1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcddb2:**multimedia:libs** / openSUSE_Leap_42.2
libraw1394-11-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-plugins-base:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstTag-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libgstrtsp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libofa0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libjack0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libwavpack1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvdread4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvbpsi10:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-lang:**multimedia:libs** / openSUSE_Leap_42.2
libcelt0-2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libogg0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmms0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmatroska6:**multimedia:libs** / openSUSE_Leap_42.2
libcaca0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libquvi-0_9-0_9_4:**multimedia:libs** / openSUSE_Leap_42.2
libgsm1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbisenc2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libspeex1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcdaudio1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libaudiofile1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
liblrdf2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libquvi-scripts:**multimedia:libs** / openSUSE_Leap_42.2
libavc1394-0:**multimedia:libs** / openSUSE_Leap_42.2
libschroedinger-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-fluendo-mp3:**multimedia:libs** / openSUSE_Leap_42.2
libebml4:**multimedia:libs** / openSUSE_Leap_42.2
libgstsdp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libid3tag0:**multimedia:libs** / openSUSE_Leap_42.2
liblash1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libshout3:**multimedia:libs** / openSUSE_Leap_42.2
libdv4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbis0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libchromaprint1:**multimedia:libs** / openSUSE_Leap_42.2
libcdda_paranoia0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
and from apps
opensuse-codecs-installer:**multimedia:apps** / openSUSE_Leap_42.2
ogmtools:**multimedia:apps** / openSUSE_Leap_42.2
clementine:**multimedia:apps** / openSUSE_Leap_42.2
libprojectM2:**multimedia:apps** / openSUSE_Leap_42.2
libzvbi0-32bit:**multimedia:apps** / openSUSE_Leap_42.2
mkvtoolnix:**multimedia:apps** / openSUSE_Leap_42.2
SJLPHI
October 4, 2017, 7:34am
#18
Right now Tomahawk is taking Clementine’s place, but I would like to get Clementine working eventually. Maybe it’s just me having the issues. I just removed all gstreamer-0-10 packages
Amarok seems to handle everything fine also.
Musique and Clementine are the only 2 media players that aren’t working right now.
I_A
October 4, 2017, 8:04am
#19
SJLPHI:
Still no cigar,
there are a bunch of packages which were installed using multimedia:lib and mutltimedia:apps
echo; echo "from libs"; echo; rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:libs" ; echo; echo "and from apps"; echo;rpm -qa --queryformat "%{Name}:%{Distribution}
" | grep -F "multimedia:apps"
from libs
libavc1394-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvdnav4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libesd0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libass9:**multimedia:libs** / openSUSE_Leap_42.2
libsidplayfp4:**multimedia:libs** / openSUSE_Leap_42.2
libgstvideo-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libgsttag-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstVideo-1_0:**multimedia:libs** / openSUSE_Leap_42.2
alsa-oss-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libsndfile1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libexempi3:**multimedia:libs** / openSUSE_Leap_42.2
libcdaudio1:**multimedia:libs** / openSUSE_Leap_42.2
libgstpbutils-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmusicbrainz4:**multimedia:libs** / openSUSE_Leap_42.2
libtag1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstPbutils-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libcdio16-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdirac_encoder0:**multimedia:libs** / openSUSE_Leap_42.2
liblash1:**multimedia:libs** / openSUSE_Leap_42.2
libgme0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libopus0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheoraenc1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-plugins-base-lang:**multimedia:libs** / openSUSE_Leap_42.2
libgstriff-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheora0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdc1394-22-32bit:**multimedia:libs** / openSUSE_Leap_42.2
alsa-plugins-pulse-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libkate1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvpx4:**multimedia:libs** / openSUSE_Leap_42.2
libdmapsharing-3_0-2:**multimedia:libs** / openSUSE_Leap_42.2
libfftw3-3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libgstreamer-1_0-0:**multimedia:libs** / openSUSE_Leap_42.2
libFLAC8-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libshout3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstAudio-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libgstrtp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libbluray2:**multimedia:libs** / openSUSE_Leap_42.2
libmpcdec5-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer:**multimedia:libs** / openSUSE_Leap_42.2
libraptor2-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-Gst-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libSoundTouch0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbisfile3-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcue2:**multimedia:libs** / openSUSE_Leap_42.2
libfluidsynth1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdirac_encoder0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcaca0:**multimedia:libs** / openSUSE_Leap_42.2
libGLEW2_0:**multimedia:libs** / openSUSE_Leap_42.2
opus-tools:**multimedia:libs** / openSUSE_Leap_42.2
libftgl2:**multimedia:libs** / openSUSE_Leap_42.2
libcdda_interface0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libsamplerate0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libfluidsynth1:**multimedia:libs** / openSUSE_Leap_42.2
libgstaudio-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libtheoradec1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcddb2:**multimedia:libs** / openSUSE_Leap_42.2
libraw1394-11-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-plugins-base:**multimedia:libs** / openSUSE_Leap_42.2
typelib-1_0-GstTag-1_0:**multimedia:libs** / openSUSE_Leap_42.2
libgstrtsp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libofa0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libjack0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libwavpack1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvdread4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libdvbpsi10:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-lang:**multimedia:libs** / openSUSE_Leap_42.2
libcelt0-2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libogg0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmms0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libmatroska6:**multimedia:libs** / openSUSE_Leap_42.2
libcaca0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libquvi-0_9-0_9_4:**multimedia:libs** / openSUSE_Leap_42.2
libgsm1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbisenc2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libspeex1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libcdaudio1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libaudiofile1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
liblrdf2-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libquvi-scripts:**multimedia:libs** / openSUSE_Leap_42.2
libavc1394-0:**multimedia:libs** / openSUSE_Leap_42.2
libschroedinger-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
gstreamer-fluendo-mp3:**multimedia:libs** / openSUSE_Leap_42.2
libebml4:**multimedia:libs** / openSUSE_Leap_42.2
libgstsdp-1_0-0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libid3tag0:**multimedia:libs** / openSUSE_Leap_42.2
liblash1-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libshout3:**multimedia:libs** / openSUSE_Leap_42.2
libdv4-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libvorbis0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
libchromaprint1:**multimedia:libs** / openSUSE_Leap_42.2
libcdda_paranoia0-32bit:**multimedia:libs** / openSUSE_Leap_42.2
and from apps
opensuse-codecs-installer:**multimedia:apps** / openSUSE_Leap_42.2
ogmtools:**multimedia:apps** / openSUSE_Leap_42.2
clementine:**multimedia:apps** / openSUSE_Leap_42.2
libprojectM2:**multimedia:apps** / openSUSE_Leap_42.2
libzvbi0-32bit:**multimedia:apps** / openSUSE_Leap_42.2
mkvtoolnix:**multimedia:apps** / openSUSE_Leap_42.2
this is the cause of your issues do not install anything from multimedia:libs and it looks like a lot of them are 32bit?
are you sure you didn’t accidently install the 32 bit version of clementine?
you need to get your system to working order do a vendor change to both the update repo and to packman to keep multimedia working
zypper dup --from 16
zypper dup --from 7
about all those 32 bit libraries I have no idea how they got installed you probobly installed a 32bit app and all those dependecies got pulled,
you have a lot of gstreamer packages from multimedia:libs you should have none as opensuse does not host any patented codec for legal reasons all multimedia should come from packman
execute the above commands and get your system to working order gstreamer will not work with mixed packages (the green are gstreamer that will not work if not from packman)
SJLPHI
October 4, 2017, 8:11am
#20
Strange development…
Dragon player now wants to play no video at all!
VLC and Kaffeine are doing fine though.