Streamtuner2

I am trying to get streamtuner2 to work, but not having much success.
The program loads up fine, but doesn’t load the stations.
Can anyone help with the settings?

Installed all the codecs you need??

No - I know nothing of codecs needed.
It seems like a problem with the setup - but not sure what to do.

it probably needs aac+mp3 decoders
post your repo list

zypper lr -d

1 | Google-Chrome | Google-Chrome | Yes | ( p) Yes | No | 99 | rpm-md | http://dl.google.com/linux/chrome/rpm/stable/x86_64 |
2 | download.opensuse.org-Extra | openSUSE BuildService - KDE:Extra | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_13.2/ |
3 | download.opensuse.org-mozilla | openSUSE BuildService - Mozilla | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/mozilla/openSUSE_13.2/ |
4 | ftp.gwdg.de-suse | Packman Repository | Yes | (r ) Yes | Yes | 99 | rpm-md | http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.2/ |
5 | isv:ownCloud:desktop | isv:ownCloud:desktop | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/openSUSE_13.2/ |
6 | openSUSE-13.2-0 | openSUSE-13.2-0 | Yes | ( p) Yes | No | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-HL-DT-ST_DVDRAM_GH22NS70_K15B4B82837 |
7 | repo-debug | openSUSE-13.2-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/distribution/13.2/repo/oss/ |
8 | repo-debug-update | openSUSE-13.2-Update-Debug | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/13.2/ |
9 | repo-debug-update-non-oss | openSUSE-13.2-Update-Debug-Non-Oss | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/debug/update/13.2-non-oss/ |
10 | repo-non-oss | openSUSE-13.2-Non-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/non-oss/ |
11 | repo-oss | openSUSE-13.2-Oss | Yes | ( p) Yes | Yes | 99 | yast2 | http://download.opensuse.org/distribution/13.2/repo/oss/ |
12 | repo-source | openSUSE-13.2-Source | No | ---- | Yes | 99 | NONE | http://download.opensuse.org/source/distribution/13.2/repo/oss/ |
13 | repo-update | openSUSE-13.2-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2/ |
14 | repo-update-non-oss | openSUSE-13.2-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/13.2-non-oss/ |
15 | security | security | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/repositories/security/openSUSE_13.2/ |
16 | virtualbox | VirtualBox for openSUSE 12.3 | Yes | (r ) Yes | Yes | 120 | rpm-md |

zypper dup --from 4

should pull all needed codecs

and you should disable or remove the install dvd it’s not needed after initial install
to disable it do

zypper mr -d 6

to remove it do

zypper rr 6

I have done all the codec updating, but there is no change in the behaviour.
I think that it’s not about codecs. I cannot see any streams to play.

maybe your firewall is blocking it, check and see what port Steanrunner uses and open it in openSUSE’s firewall

try running that app in a console you should get some indo/error why it’s not running

I opened up the firewall and then ran in konsole.
This is part of what I get:

usr/bin/streamtuner2:140: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
  self.extensionsCTM.set_submenu(self.extensions)  # duplicates Station>Extension menu into stream context menu
('error initializing:', 'xiph')
IncompleteRead(4487 bytes read, 1027 more expected)
('error initializing:', 'file')
'TENC'
('error initializing:', 'global_key')
No module named keybinder
oooops, parser returned nothing for category 
/usr/bin/streamtuner2:225: GtkWarning: Don't know color `'
  self.win_streamtuner2.show()
/usr/bin/streamtuner2:225: GtkWarning: gtk_list_store_get_value: assertion 'column < list_store->n_columns' failed
  self.win_streamtuner2.show()

(streamtuner2:11197): GLib-GObject-CRITICAL **: g_object_set_property: assertion 'G_IS_VALUE (value)' failed

I am not good at deciphering this - but it looks like a problem connecting to the stations.

do you have keybinder installed?
https://software.opensuse.org/package/keybinder
you can get it with zypper

zypper in keybinder

Keybinder only did a partial install. However, I am now using vlc to play the stream and streamripper in konsole to download.

as steamtuner2 is a python app did you install python-keybinder?

zypper se python-keybinder

if it’s not instaled install it

zypper in python-keybinder

just installer streamtuner2-2.1.9 from multimedia:apps and it’s running just fine
what I did
I downloaded this
http://download.opensuse.org/repositories/multimedia:/apps/openSUSE_Leap_42.1/noarch/streamtuner2-2.1.9-1.1.noarch.rpm
opened a terminal it the same folder and executed

zypper in -f streamtuner2-2.1.9-2.1.noarch.rpm

zypper downloaded some extra packages and streamtuner2 is running fine.