Warning: session_start(): open(/tmp/sess_6kcsus9udl8uqtq6gf268vevr7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Amarok Shouter openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Amarok Shouter

   0.2.1  

Amarok Script

Score 78%
Amarok Shouter
zoom


Link:  Link
Downloads:  10531
Submitted:  Mar 24 2005
Updated:  Oct 3 2006

Description:

This script was written as a vehicle for learning python, I'm open to suggestions, comments and anything not overly abusive. With disclaimer out of
the way, forward with the details: this script will start a small server from within amaroK and serve music streams on a specified port. Stream sources are configurable: current options are for "live" streams as well as a snapshotted playlist. This works with a bevy of different user agents.

Comments and feedback will be much appreciated.




Changelog:

Oct 3, 2006
* fixed unsupported operand error on startup
+ added README.

Aug 30, 2005
- fixed executable bits on non-executable files

Aug 28, 2005
- beta2 Bumped to 0.2.0

0.2.0 beta2, 2005
- Added fix from ShadowFiend
- Tweaked static playlist management. Static playlist clients should now *never* be dropped because of buffer underruns.

0.2.0-beta, 2005
August 12th
Added link to 0.2.0-beta. This is somewhat experimental. It works for me, but as I don't currently have access to a machine with Winamp/WMP I'm posting this as a beta to see if any problems come up. This includes fixes for client side buffer-overruns which result in a repeat of the trailing 10% of each song, and some simple burst-on-connect handling. These changes will be committed to amaroK SVN when I get my DSL at home up and running.

*June 23, 2005 update*
- Re-uploaded 0.1.4. It looks like it never made it there the first time.




LicenseGPL
(Shouter)
Send to a friend
Subscribe
Other  Content  from jbell
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9 

-

 Ogg functionality?

 
 by Magus2501 on: Oct 4 2006
 
Score 50%

I love this script. It should be included with amaroK. I've been trying to do something like this with icecast to no success. Thank you!

My one complaint: I can't stream ogg files. That's the only thing I would change about your fine piece of code.


Reply to this

-
.

 Error on run

 
 by semicolon on: Oct 9 2006
 
Score 50%

Hi, I receive the following error when running your Shouter script on a freshly reformatted Kubuntu Edgy (KDE 3.5.4), Amarok 1.4.3:

Traceback (most recent call last):
File "/home/semicolon/.kde/share/apps/amarok/scripts/shouter/Shouter.py", line 24, in ?
from StreamController import *
File "/home/semicolon/.kde/share/apps/amarok/scripts/shouter/StreamController.py", line 23, in ?
from StreamPublisher import *
File "/home/semicolon/.kde/share/apps/amarok/scripts/shouter/StreamPublisher.py", line 23, in ?
from Publisher import *
ImportError: No module named Publisher


Reply to this

-

 Re: Error on run

 
 by semicolon on: Oct 11 2006
 
Score 50%

Solved! After digging back through the comments I found the solution to my problem.

In console:

cd ~/.kde/share/apps/amarok/scripts/shouter/
ln /usr/share/apps/amarok/scripts/common/Zeroconf.py
ln /usr/share/apps/amarok/scripts/common/Publisher.py


Reply to this

-

 Re: Re: Error on run

 
 by thompson4822 on: Oct 13 2006
 
Score 50%

I'm having the same problem, but your description of the solution doesn't help me in any way. Did you have to move some files? Download some? Under openSuse 10.1, there is no /usr/share/apps/amarok directory...


Steve
Reply to this

-

 Re: Re: Re: Error on run

 
 by talmage on: Oct 14 2006
 
Score 50%

You need to find where Amarok is installed on your system and make the sym links accordingly.

Try this:

find / -name Publisher.py -print

to locate the Publisher.py code.


Reply to this

-
.

 error

 
 by asuryan on: Nov 12 2006
 
Score 50%

Hi, thanks for your script !
i tried this out and everything worked fine, but now if i want to stream some mp3
i cant listen with my amarok/winamp

QDom: saving invalid character �, the document will not be well-formed
QDom: saving invalid character �, the document will not be well-formed
QDom: saving invalid character �, the document will not be well-formed
QDom: saving invalid character �, the document will not be well-formed
....

in example: i cant listen to Deep Blue Something - Breakfast at Tifany's
or Duran Duran - Hungry like the Wolf

Someone got a solution for my problem ?

p.s. sry for my poor english :x


Reply to this

-
.

 listening port

 
 by scorpaen on: Nov 19 2006
 
Score 50%

if amarok crashes, the listening port is incremented by one. apparently there is a lock file or temp file that is blocking the port... where is this lock file or temp file located?

Thanks!


Reply to this

-

 Re: listening port

 
 by ccl2 on: Dec 20 2006
 
Score 50%

Had the same effect. Looks like it's not a lock by the script. Instead it's a Python process still running and blocking 8000. I used netstat -nap to find the PID of the blocking process. I killed the process and afterwards the script used port 8000 again.


Reply to this

-

 python error.

 
 by rabauke on: Dec 8 2006
 
Score 50%

I get an error when I try to start the script with amarok 1.4.4.
File "/home/rabauke/.kde/share/apps/amarok/scripts/shouter/Globals.py", line 6
SyntaxError: Non-ASCII character '\xe9' in file /home/rabauke/.kde/share/apps/amarok/scripts/shouter/Globals.py on line 6, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

python -V
Python 2.5


Reply to this

-

 Re: python error.

 
 by jetpeach on: Dec 15 2006
 
Score 50%

i also get this error. i located Globals.py and made a symbolic link to it in the .kde/share/apps/..../shouter directory containing the script, and the error changes but now there are just a bunch of other files it still can't find or something.
any help anyone? i would love to try this script out, too bad it doesn't work "out of the box", maybe i can look at the code sometime and help...
Kubuntu 6.10 Amarok 1.4.4


-- My Zoji homepage --
Reply to this

-

 Re: python error

 
 by knet on: May 11 2007
 
Score 50%

It's easy to fix.

Add the following to the top of Globals.py:

# -*- coding: latin-1 -*-

If you want to understand why, read:

http://www.python.org/dev/peps/pep-0263/


Reply to this

-

 Very Nice :)

 
 by sunman on: Dec 24 2006
 
Score 50%

I've found this useful for playing music on my networked computers at home even so my wife can listen to the music on my computer. Very cool!


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team