Warning: session_start(): open(/tmp/sess_7hjs5qoniubfpinbsdukihj530, 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 

-

 Encoding woes

 
 by eike on: Jun 5 2006
 
Score 50%

Hello,

Thanks a lot for writing Shouter, it's just the add-on that amarok needed.

There is but a single problem that I'm having with it. I've got a fair amount of German and Japanese music which (obviously) comes with non-ASCII ID3 tags. When Shouter comes across such a file the stream terminates and will not resume unless the playlist is erased and refilled with ASCII-only files. However, there are a few files that alright despite having such tags.

Moreover, the script prints out errors like:
"QDom: saving invalid character & # x d e e 4;, the document will not be well-formed." (I stretched the special charcter a little :-)

Would it be possible to catch such errors and send corrected or no ide3 information at all? I don't have any experience with Python so I can't really see what's going on inside the script.

If you find the time it would be great if we could work that out. Thank you very much in advance,
eike


Reply to this

-

 qt module?

 
 by robob4him on: Jul 23 2006
 
Score 50%

These are the details. Do I need to install something in addition?

Traceback (most recent call last):
File "/home/robob4him/.kde/share/apps/amarok/scripts/shouter/Shouter.py", line 23, in ?
from ShouterConfig import *
File "/home/robob4him/.kde/share/apps/amarok/scripts/shouter/ShouterConfig.py", line 15, in ?
from qt import *
ImportError: No module named qt


-Pariah
Reply to this

-

 Re: qt module?

 
 by jbell on: Aug 3 2006
 
Score 50%

You need to install the qt bindings for python. The specific package name varies slightly across distributions. For gentoo, it's PyQt. Other distributions may call it something else.


Reply to this

-

 something missing

 
 by hiperlink on: Aug 10 2006
 
Score 50%

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

What can I do about it?


Reply to this

-

 Re: something missin

 
 by eniac on: Aug 23 2006
 
Score 50%
eniaceniac
bgplace.org
Home

I have this error to, but my "PyQt" package is installed.


Reply to this

-

 Re: Re: something mi

 
 by eniac on: Aug 23 2006
 
Score 50%
eniaceniac
bgplace.org
Home

Possibly, there is incorect writed module for the variable


Reply to this

-

 Re: Re: Re: somethin

 
 by jetpeach on: Sep 6 2006
 
Score 50%

any further thoughts on this? i have this error as well.
also, does anybody know when/if the DAAP server for amarok that I heard was a google SoC project will be available for amarok?
this script might work, but it would be great if i could have one that allowed streaming and syncronization between two computers. my goal is to be able to play music on multiple computers in the house and have it in sync, and all controllable through one client.


Reply to this

-

 Publisher Module Fix

 
 by mukiex on: Sep 8 2006
 
Score 50%

Probably most useful for Ubuntu users.

You can either save these three lines as a script and "chmod +x" it, or simply paste them one at a time. You'll only need it once tho.

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

-

 Characters and Such

 
 by mukiex on: Sep 8 2006
 
Score 50%

BTW, jbell, just to make sure, 'cause the last post on the subject was a while ago...

Shouter doesn't encode the raw audio stream on-the-fly to shoutcast-friendly mp3?

Also, any luck on catching UTF characters (Japanese and the such) so it doesn't stop the server?


Reply to this

-
.

 Re: Publisher Module

 
 by semicolon on: Oct 11 2006
 
Score 50%

THANK YOU.

I was banging my head for a week trying to figure out why I was missing a module.

This tip needs to be more visible for other users.

Thank you!


Reply to this

-
.

 Error

 
 by ATAHUALPA on: Oct 3 2006
 
Score 50%

/.kde/share/apps/amarok/scripts/shouter/Amarok.py:15: DeprecationWarning: Non-ASCII character '\xe9' in file /.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
from Globals import *
Traceback (most recent call last):
File "/.kde/share/apps/amarok/scripts/shouter/Shouter.py", line 24, in ?
from StreamController import *
File "/.kde/share/apps/amarok/scripts/shouter/StreamController.py", line 23, in ?
from StreamPublisher import *
File "/.kde/share/apps/amarok/scripts/shouter/StreamPublisher.py", line 23, in ?
from Publisher import *
ImportError: No module named Publisher

Python 2.4.4c0

python-qt3/testing uptodate 3.16-1.2

I remember, this is an old bug, alive throught several python/pyqt update


When you find yourself on the side of the majority, it is time to stop and reconsider.
Cuando uno se encuentra del lado de la mayoría, es hora de detenerse y reflexionar.
Mark Twain

Reply to this

-
.

 Error

 
 by ATAHUALPA on: Oct 3 2006
 
Score 50%

/.kde/share/apps/amarok/scripts/shouter/Amarok.py:15: DeprecationWarning: Non-ASCII character '\xe9' in file /.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
from Globals import *
Traceback (most recent call last):
File "/.kde/share/apps/amarok/scripts/shouter/Shouter.py", line 24, in ?
from StreamController import *
File "/.kde/share/apps/amarok/scripts/shouter/StreamController.py", line 23, in ?
from StreamPublisher import *
File "/.kde/share/apps/amarok/scripts/shouter/StreamPublisher.py", line 23, in ?
from Publisher import *
ImportError: No module named Publisher

Python 2.4.4c0

python-qt3/testing uptodate 3.16-1.2

I remember, this is an old bug, alive throught several python/pyqt update


When you find yourself on the side of the majority, it is time to stop and reconsider.
Cuando uno se encuentra del lado de la mayoría, es hora de detenerse y reflexionar.
Mark Twain

Reply to this

-

 Re: Error

 
 by Magus2501 on: Oct 4 2006
 
Score 50%

Read the above posts. I had the same problem on my Debian box.

Try these commands:

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

This should fix the problem. If you're using a distro other than Debian/Ubuntu, you might need to change the paths a little.


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