@uhoso I added python2-requests as dependence. Let me know if you still have a problem.
Search Criteria
Package Details: streamtuner2 2.1.9-2
Package Actions
| Package Base: | streamtuner2 |
|---|---|
| Description: | An internet radio browser |
| Upstream URL: | http://sourceforge.net/projects/streamtuner2 |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| 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 |
Dependencies (10)
Required by (0)
Sources
Latest Comments
Comment by Funkin-Stoopid
Comment by uhoso
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
Comment by nebiros
New Stable Release:
http://sourceforge.net/p/streamtuner2/news/2015/05/semi-stable-release-219/
Comment by Funkin-Stoopid
I will update when this new release will be stable.
Comment by prof_milki
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
@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
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
where is the maintainer!
version 2.1.1 is out.
Please update it or drop it!
Comment by Funkin-Stoopid
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
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
Is it still maintained ?
Does anyone want to keep going ?
Anonymous comment
Package "pyxdg" has been replaced by "python2-xdg"
Comment by galaux
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
to use streamtuner2 with audacious insert "audacious %g" in Properties -> Audio Player
Comment by darose
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
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
App is now broken as a result of the python3 upgrade. What needs to change to make the app invoke python2?
Comment by lucak3
Typo in PKGBUILD makes makepkg not find MD5 hashes: replace 'md5sum' with 'md5sums'
Comment by flow
thx juan_arg
Anonymous comment
new version 2.0.8
md5sum e080be5bf510dc32be75686d1ac50a7a
Anonymous comment
python-keybinder is also a dep
Comment by maddogie
2.0.3 is out
Comment by flow
thx steinpfeffer
Anonymous comment
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!