Warning: session_start(): open(/tmp/sess_j4tk8ga700u5qunsb7ue0ecl65, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
wabaroK - amaroK web interface 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 (2) . 

wabaroK - amaroK web interface

   0.1.3  

Amarok Script

Score 73%
wabaroK - amaroK web interface
zoom


wabaroK - amaroK web interface
zoom


wabaroK - amaroK web interface
zoom


Link:  Link
Downloads:  2711
Submitted:  Nov 27 2005
Updated:  Dec 4 2005

Description:

wabaroK - amaroK script
Version 0.1.3 04/12/2005

Description:
This script offer a web interface to browse amaroK collection.
Features:
- list artists/albums/songs
- list albums of an artist
- list songs of an album (with cover and length)
- stream mp3 files over network
- does NOT need apache nor MySql
- GUI for configuration
- change look via css

Install:
To install, follow the standard amaroK scripts procedure.
See details instuctions in documentation (on the web)

The configuration is done via many kdialog.
You can change (default) :
- Listening port: the port of the webserver (1234)
- Number of columns: for lists display (3)
- cover width/height: for single album display (200 pixels)
- Theme: css file name (default)

Similar scripts:
http://kde-apps.org/content/show.php?content=25398 (not amaroK script)
http://kde-apps.org/content/show.php?content=28867 (static html)

Author: JJL - BuggerOne (at) gmail (dot) com
Web: http://kubuntu.free.fr/wabarok/
License: GNU GPL




Changelog:

0051204 v0.1.3 : fix Content-Type for ogg files
read Collection path from ~/[kdeprefix]/share/config/amarokrc
fix security issue : can read any file on the system
now can only read files in collection folders
(thanks to ntome for reporting)
20051130 v0.1.2 : adapt requests to MySQL syntax (thanks to Dave Cohen)
20051128 v0.1.1 : possible bug in dcop treatment
20051127 v0.1 : first public release




LicenseGPL
Send to a friend
Subscribe
Other  Content  from jjl
Report inappropriate content



goto page:  1  2  3 

-
.

 category

 
 by Frank on: Nov 27 2005
 
Score 50%
FrankFrank
KDE
editor
Home

cool app, but this is not a amarok script.
It is not installable ower hot new stuff from amarok.
Pleae move it to a different category.


Frank Karlitschek KDE-Look.org
Reply to this

-

 Re: category

 
 by jjl on: Nov 28 2005
 
Score 50%

Thanks for your feedback
Well it's strange you cannot install it, because I follow the amaroK wiki to create the package and I can install it. Wich version of amaroK do you have ?
I've tried a new way to create the tar file (v0.1.1), maybe it will be better.


Reply to this

-

 Re: Re: category

 
 by markey on: Nov 28 2005
 
Score 50%

This may be a misunderstanding. I had asked the admins to move another script with a similar name ("Amarok Web Interface") to a different category. The script was then moved. But it's not the same script as this one.


Reply to this

-

 problem

 
 by kriko on: Nov 27 2005
 
Score 50%

I cannot start this script:

Traceback (most recent call last):
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 23, in ?
class HTTPHandler (SimpleHTTPRequestHandler):
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 28, in HTTPHandler
dico_artists = dcop.getArtists()
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/amaroKdcop.py", line 13, in getArtists
return dict(self.execSql("select id||'##'||name from artist"))
ValueError: dictionary update sequence element #0 has length 1; 2 is required

What is wrong?


Reply to this

-

 Re: problem

 
 by jjl on: Nov 28 2005
 
Score 50%

Hum I reproduced that if dcop send me a line without \n. That should not append.
If it is, this should be corrected with 0.1.1. If not you can set debug=1 in file ~/.kde/share/apps/amarok/scripts/wabaroK/amaroKdcop.py and send me the output and the file ~/.kde/share/apps/amarok/scripts-data/wabaout.log
(maybe by mail because this will be quite huge)
Thank you


Reply to this

-

 Re: Re: problem

 
 by kriko on: Nov 28 2005
 
Score 50%

Hi! I upgraded to newer version, but still I cant start the script.

Traceback (most recent call last):
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 23, in ?
class HTTPHandler (SimpleHTTPRequestHandler):
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py", line 28, in HTTPHandler
dico_artists = dcop.getArtists()
File "/home/kriko/.kde/share/apps/amarok/scripts/wabaroK/amaroKdcop.py", line 13, in getArtists
return dict(self.execSql("select id||'##'||name from artist"))
ValueError: dictionary update sequence element #0 has length 1; 2 is required



I set debug to 1, but there is no .log output.


Reply to this

-

 Re: Re: Re: problem

 
 by jjl on: Nov 28 2005
 
Score 50%

Hello,
With debug=1, most of the ouput should be on stdout. So you can start the script (~/.kde/share/apps/amarok/scripts/wabaroK/wabaroK.py) from command line (amaroK should be running) and redirect stdout to a file.
With this file, I hope I can find where your problem come from.
Thanks


Reply to this

-

 Re: Re: Re: problem

 
 by jjl on: Dec 1 2005
 
Score 50%

This should now be corrected with 0.1.2 (thanks to Dave help);
MySQL does not support the standard || concatenation.
Now used Db is detected and requests are updated according to it.


Reply to this

-
.

 um yeah riiight

 
 by gryphen on: Nov 29 2005
 
Score 50%

where are the installation instructions?

sorry, but developers need to start realizing that not everyone who comes to KDE-APPS is a programmer or Linux/BSD guru.


Linux, make it happen!
Reply to this

-

 Re: um yeah riiight

 
 by jjl on: Nov 29 2005
 
Score 50%

Well, as every other scripts in this category, you can install it with the amaroK menu : Tools/Scripts
You can also look at this script web page (Link at the top), I've made a documentation with Install instructions and screenshots.
http://kubuntu.free.fr/wabarok/index.php?p=doc


Reply to this

-
.

 My apologies for

 
 by gryphen on: Nov 29 2005
 
Score 50%

being irritable. The link to the graphic is awesome, I just didn't know it was there. And an awesome job putting this together.


Linux, make it happen!
Reply to this

-
.

 dangerous

 
 by bugmenot on: Dec 3 2005
 
Score 50%

I notice that anybody accessing this interface has full filesystem read access (same access as user running this script)
To convince you, just type
wget 'http://localhost:1234/mp3?url=/etc/fstab' -O -
in a console, and you will get the file /etc/fstab if the user has read access to this file (if you ask for a directory, the script simply crashes).
good bye privacy ! (and maybe security)


Reply to this

-

 Re: dangerous

 
 by jjl on: Dec 4 2005
 
Score 50%

Thanks for your report. I've missed this issue wich is really bad :(
Now it is corrected (0.1.3), the script can only display files within collection directories (from amaroK configuration)


Reply to this

-
.

 Re: Re: dangerous

 
 by bugmenot on: Dec 4 2005
 
Score 50%

cool :)
(and my nickname isn't "bugmenot" :) (it comes from the site bugmenot.com that let me add a comment without having to register here), my nickname is "ntome" :) )
now a suggestion :), maybe you could reencod files (with lame for example) so they would be smaller in order to transfer over internet


Reply to this

-
.

 Im Curious...

 
 by ObsidianX on: Dec 4 2005
 
Score 50%
ObsidianXObsidianX
Tawaki

Where ever did you get the inspiration for this project?


Reply to this

-

 Re: Im Curious...

 
 by jjl on: Dec 4 2005
 
Score 50%

Well, I wanted to "HTMLize" my collection, so I've search for scripts to do that. I've found 2 (yours and another) but they didn't fullfil my needs (I prefer a dynamic version but I don't want to run apache/mysql nor migrate my db)
So I developed mine. (full story in french on my blog http://kubuntu.free.fr/wordpress/index.php?p=39)
I've added links to thoses scripts in the description.


Reply to this

-
.

 Single Thread?

 
 by Mucki on: Dec 18 2005
 
Score 50%

I quite like this script, but does it run in a single thread? I am not able to listen to a stream and then continue browsing. Also it's not ideal for multiple users this way.


Reply to this

-

 Re: Single Thread?

 
 by jjl on: Dec 31 2005
 
Score 50%

Hi, Thanks for your feedback. Yes the requests are treated by only one thread.
I think this will change for next version. I hope to release it by the end of january.


Reply to this

goto page:  1  2  3 

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