Package Details: streamtuner2 2.1.9-2

Package Base: streamtuner2
Description: An internet radio browser
Upstream URL: http://sourceforge.net/projects/streamtuner2
Category: multimedia
Licenses: custom
Conflicts: streamtuner, streamtuner2-new
Submitter: flow
Maintainer: Funkin-Stoopid
Last Packager: Funkin-Stoopid
Votes: 29
First Submitted: 2010-06-30 13:39
Last Updated: 2015-06-16 20:55

Latest Comments

Comment by Funkin-Stoopid

2015-06-16 21:00

@uhoso I added python2-requests as dependence. Let me know if you still have a problem.

Comment by uhoso

2015-06-15 18:22

I cant launch the new Release. On command-line I get errors:
streamtuner2
Traceback (most recent call last):
File "/usr/bin/streamtuner2", line 12, in <module>
import st2
File "/usr/share/streamtuner2/st2.py", line 56, in <module>
import ahttp
File "/usr/share/streamtuner2/ahttp.py", line 18, in <module>
import requests
ImportError: No module named requests

Any Ideas!

Comment by flow

2015-05-30 14:30

http://downloads.sourceforge.net/sourceforge/streamtuner2/streamtuner2-2.1.9.rpm

Comment by nebiros

2015-05-26 16:23

New Stable Release:
http://sourceforge.net/p/streamtuner2/news/2015/05/semi-stable-release-219/

Comment by Funkin-Stoopid

2015-05-18 15:52

I will update when this new release will be stable.

Comment by prof_milki

2015-05-06 00:27

New releases are alternatively available as pacman-ready package:
http://sourceforge.net/projects/streamtuner2/files/streamtuner2-2.1.8.arch.txz/download
Still BETA versions! Many new features under the hood, lots of new channels/plugins. But mostly meant for testing.

Comment by Funkin-Stoopid

2014-10-21 20:45

@gim
I just keep going the work of the old maintainer.
As soon as I have time, I will use sources to build it.

Comment by gim

2014-10-20 10:45

Why are you using .rpm archive instead of https://master-dl.sourceforge.net/project/streamtuner2/streamtuner2-2.1.3.src.txz for this?

Comment by Funkin-Stoopid

2014-06-13 21:42

where is the maintainer!
version 2.1.1 is out.
Please update it or drop it!

Comment by Funkin-Stoopid

2014-05-12 20:46

2.1.0 is out
It fixes Shoutcast. To get it, here is a PKGBUILD

# Contributor: wido <widomaker2k7@gmail.com>
# Maintainer: Luca Bennati <lucak3 AT gmail DOT com>

pkgname=streamtuner2
pkgver=2.1.0
pkgrel=1
pkgdesc="An internet radio browser"
arch=('any')
url="http://sourceforge.net/projects/streamtuner2"
license=('custom')
depends=('python2' 'pygtk' 'python2-xdg' 'python2-pillow' 'python2-keybinder2' 'python2-lxml' 'python2-cssselect' 'python2-pyquery')
makedepends=('libarchive')
conflicts=('streamtuner')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.rpm")
md5sums=('c0772e681d603a5b014a9ae73b3202d9')

package() {
cd "${pkgdir}"
bsdcpio -id -I "${srcdir}/${pkgname}-${pkgver}.rpm"
# python2 fix
sed -i 's:^#!.*/usr/bin/env.*python:#!/usr/bin/env python2:' "${pkgdir}/usr/bin/streamtuner2"
}

Comment by erholst

2014-04-04 15:30

to get version 2.0.9-6

edit PKGBUILD:
pkgver=2.0.9
md5sums=('4b67dd01c7e850eb5332da7310934aed')

makepkg
sudo pacman -U streamtuner2-2.0.9-6-any.pkg.tar.xz

but somehow shoutcast is all empty. i deinstalled again...

Comment by Funkin-Stoopid

2014-01-18 03:02

Is it still maintained ?
Does anyone want to keep going ?

Anonymous comment

2012-12-02 18:18

Package "pyxdg" has been replaced by "python2-xdg"

Comment by galaux

2012-11-08 15:48

Hi,

Package 'python-keybinder' on which this package depends is now in [community] [0]. It is renamed as 'python2-keybinder2' but declares a "provides=('python-keybinder')". Dependencies _should_ thus be OK.

[0] https://www.archlinux.org/packages/?q=keybinder

Comment by livix

2012-10-04 10:23

to use streamtuner2 with audacious insert "audacious %g" in Properties -> Audio Player

Comment by darose

2011-10-04 21:37

I've been running into issues lately where streamtuner2 keeps maxing my cpu. I launch a radio station from it (in audacious). Then a short while later it starts maxing the CPU. I'm not sure what it's doing or how to stop it (or even debug it). Anyone else seeing this? And/or have any idea what's going on?

Comment by darose

2010-10-26 20:17

FYI - adding this to the PKGBUILD would probably fix the issue for Arch while you're waiting for an upstream fix.

sed -i "s|/usr/bin/env python|/usr/bin/env python2|" $pkgdir/usr/bin/streamtuner2

Comment by darose

2010-10-20 15:29

App is now broken as a result of the python3 upgrade. What needs to change to make the app invoke python2?

Comment by lucak3

2010-09-04 11:30

Typo in PKGBUILD makes makepkg not find MD5 hashes: replace 'md5sum' with 'md5sums'

Comment by flow

2010-09-04 07:12

thx juan_arg

Anonymous comment

2010-09-04 02:14

new version 2.0.8

md5sum e080be5bf510dc32be75686d1ac50a7a

Anonymous comment

2010-08-01 17:47

python-keybinder is also a dep

Comment by maddogie

2010-07-18 08:49

2.0.3 is out

Comment by flow

2010-07-09 03:31

thx steinpfeffer

Anonymous comment

2010-07-08 15:18

First of all version 2.0.0 is now available.
Then you should add python-imaging as a dependency. Otherwise streamtuner2 will not start.

Thanks!