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

httpremote_amarok

   0.0.8  

Amarok Script

Score 70%
httpremote_amarok
zoom


httpremote_amarok
zoom


httpremote_amarok
zoom


Link:  http://
Downloads:  2990
Submitted:  Mar 26 2006
Updated:  Dec 27 2006

Description:

httpremote_amarok serves as a remote control and status display
based on a web browser. The browser may run on the same
machine as amaroK, on another desktop machine or - which
makes most sense - on a smart phone/PDA/web tablet/...
connected via wireless network interface (e.g. Bluetooth, WLAN,
or IrDA).




Changelog:

* Version 0.0.1 (26-03-2006)
- Initial Release

* Version 0.0.2 (27-03-2006)
- Added playlist display and title selection from playlist

* Version 0.0.3 (02-04-2006)
- Added configuration GUI
- Re-implemented playlist handling with DCOP::Amarok::Playlist

* Version 0.0.4 (09-04-2006)
- Added context page
- Added link to current title on playlist page

* Version 0.0.5 (10-04-2006)
- Fixed "address already in use" issue - now you should get an error only
if the address/port pair really is already used (and not if the connection
is just waiting to close).

* Version 0.0.6 (15-04-2006)
- Improved and extended configuration GUI
- Fixed "togglebox:"/"album:" links on the context page

* Version 0.0.7 (19-10-2006)
- Fixed generation of empty playlist page due to <item disabled="true" ...> in playlist XML file
- Cleaned up generated HTML code

* Version 0.0.8 (27-12-2006)
- Fixed syntax in Perl/Tk GUI




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



goto page:  1  2 

-

 hardcoded dcop path

 
 by karlheinz on: Mar 27 2006
 
Score 50%

It didn't work for me first since in the script you make the assumption that the dcop binary is in /usr/bin/, which is not the case in gentoo. For the time being I made a symbolic link and now it works.
Do you know also the scripts wabarok and jukebox here on kde-apps.org? Wabarok only streams music and jukebox doesn't work with recent amarok versions anymore. You could also look at wabarok and extend it to make a nice remote for amarok (hopefully I will soon revive my simpad).
For gentooers out there, the needed perl modules can easily be installed via the g-cpan package in portage.
With dev-perl/libwww-perl and dcopperl emerged the script exited with an error, these 2 packages would provide some of the needed perl modules and probably there are some sort of version problems.
Bye, Val.


Reply to this

-

 Re: hardcoded dcop p

 
 by mprinke on: Mar 27 2006
 
Score 50%

Hi Val,

thanks for the hints. However, the hardcoded dcop path is in the perl
DCOP module and not in this amarokscript! I had the same problem on SuSE 9.2 (and created a link, too).

With the last update, dcop is used directly (without the perl wrappers) in a few places, because the playlist commands are not implemented yet ( DCOP::Amarok::Playlist does not exist yet).

Maybe somebody could change the path and add support for the features currently missing. Or should we just call dcop directly? I don't know...


Reply to this

-

 Re: hardcoded dcop p

 
 by mprinke on: Apr 2 2006
 
Score 50%

The dcop path issue has been fixed in the perl DCOP module Version 0.035.


Reply to this

-
.

 error on run

 
 by zaventhii on: Mar 28 2006
 
Score 50%

Usage: DCOP::new(CLASS) at /usr/lib/perl5/site_perl/5.8.8/DCOP/Amarok.pm line 16.

Amarok.pm line 16:

my $self = $class->SUPER::new(%params, target => "amarok" );


I installed the required perl modules via cpan...


Reply to this

-
.

 Context browser

 
 by BCMM on: Apr 3 2006
 
Score 50%

Is it technically feasible to serve the HTML from amaroK's context browser? Would it work in non-KHTML browsers?

If so, it would be a very cool feature.


bash-2.05b# cat /dev/mem | strings | grep -i llama
Damn, my RAM is full of llamas!

Reply to this

-

 Re: Context browser

 
 by mprinke on: Apr 3 2006
 
Score 50%

The idea already came into my mind, too. However after a first glance at the HTML code, I abandoned it.

Now I checked it more thoroughly. The page is rendered perfectly by Mozilla and even with the Palm's Web Pro the result is not too bad (checked by copying the files to SD card). To get the links to the songs working could be a little tricky.

I think I will give it a try, but it might take a while.


Reply to this

-

 Re: Re: Context browser

 
 by BCMM on: Apr 4 2006
 
Score 50%

I agree that the full functionality of the sidebar would be pretty hard, but it wouldn't really matter much if stuff like the right-click menus on track names didn't work right would it?

BTW, how do you get the sidebar HTML in a script? Is it a temporary file somewhere or some other method? I'd be interested to see what it looks like.


bash-2.05b# cat /dev/mem | strings | grep -i llama
Damn, my RAM is full of llamas!

Reply to this

-

 Re: Context browser

 
 by markey on: Apr 10 2006
 
Score 50%

The context browser content is always reflected in ~/.kde/share/apps/amarok/contextbrowser.html


Reply to this

-
.

 New Version 0.0.4

 
 by mprinke on: Apr 9 2006
 
Score 50%

Version 0.0.4 with context browser support is up. Please make sure to update the Perl DCOP modules accordingly and to install the Perl module MIME::Base64::Perl.

Enjoy!


Reply to this

-
.

 Which client?

 
 by mprinke on: Apr 15 2006
 
Score 50%

How do you connect to httpremote_amarok?

- which device
- which browser
- what kind of network interface
do you use?


Reply to this

-

 Re: Which client?

 
 by paleo on: May 25 2006
 
Score 50%

Internet Explorer from Windows Mobile 2005 running on a Dell Axim X51V over 802.11b


Olivier Bédard
PWSP.net Administrator - a service dedicated to KDE projects

Reply to this

-

 A few additions

 
 by bugmenot on: Jun 10 2006
 
Score 50%

TO be able to contact the mysql database, and then add that music to the playlist.

The mysql part should be simple, and then just make them all links to the command for amarok to add to the playlist "amarok -a" I would assume that the perl module already has this.

I will atempt to chagne some this code... I'll take a quick crash course in perl, by following your code.


ALSO as a side note, I had to manually downlaod and compile the 0.006 verion of DCOP::Amarok::Playlist to get it to work.


Reply to this

goto page:  1  2 

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