Main > Free Download Search >

Free another amarok rc on sony ericsson 0.3 software for linux

another amarok rc on sony ericsson 0.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3358
another Amarok RC on Sony Ericsson 0.3

another Amarok RC on Sony Ericsson 0.3


another Amarok RC on Sony Ericsson is a remote control for Amarok. more>> <<less
Download (0.042MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
868 downloads
Amarok Folder Icons 0.2

Amarok Folder Icons 0.2


Amarok Folder Icons script will scan the current directory and sub directories for music, and set all the folder icons. more>>
Amarok has a built-in function for setting the icon for folders (the one that displays in Konqueror etc) to be the cover image for the album it contains. However, it only works if you let it recognize your music.

Amarok Folder Icons script will scan the current directory and sub directories for music, and set all the folder icons where it can determine that the folder contains tracks from just one album.

This works best if you store your albums in a flat structure e.g.

/path/to/your/music/artist name - album name/

Installation:

Copy the script to your main music directory, and make it executable:

At a terminal:

$ chmod +x make_amarok_folder_icons.py

Usage:

At a terminal:

$ cd /to/your/music/folder
$ ./make_amarok_folder_icons.py

<<less
Download (0.006MB)
Added: 2007-07-24 License: Public Domain Price:
506 downloads
Amarok Atom Syndication 0.1.0

Amarok Atom Syndication 0.1.0


Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net. more>>
Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net (store an Atom file on you Google Pages account).

You need to have previously signed for Google Pages service before using this script, and have cookies enable for Google Pages service as well.

<<less
Download (0.030MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
jamendAmarokLyrics 0.0.1

jamendAmarokLyrics 0.0.1


jamendAmarokLyrics is a lyrics plugin for Amarok that can fetch Lyrics from http://jamendo.com more>>
jamendAmarokLyrics is a lyrics plugin for Amarok that can fetch Lyrics from http://jamendo.com, where there is plenty of free creative commons music!

<<less
Download (0.006MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1084 downloads
amaroK Now-Webing 0.2

amaroK Now-Webing 0.2


amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist. more>>
amaroK Now-Webing starts a webserver at an configurable port (Standard is 8080) which display the current song and artist.

Works great for parsing and displaying data on a webserver.

<<less
Download (MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1393 downloads
AmaroK now playing 0.1

AmaroK now playing 0.1


AmaroK now playing is a script that displays the song you are currently playing with amaroK. more>>
AmaroK now playing is a script that displays the song you are currently playing with amaroK.

Add it to, /usr/share/apps/konversation/scripts

Then add it to command aliases

Konversation > settings > command aliases

For example: alias: np ;replacement: /exec np

<<less
Download (MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
872 downloads
AmarokFS-session 0.0.2

AmarokFS-session 0.0.2


marokFS-session is an Amarok script that lets you start your Amarok from KDM with AmarokFS in fullscreenmode. more>>
AmarokFS-session is an Amarok script that lets you start your "Amarok" from KDM with "AmarokFS" in fullscreenmode, then you have a dedicated session only for "Amarok".

<<less
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
iTRANS Amarok Script 0.4.4

iTRANS Amarok Script 0.4.4


iTRANS Amarok Script is an amaroK script to get the lyrics of hindi songs using the services provided at www.giitaayan.com more>>
iTRANS Amarok Script is an amaroK script to get the lyrics of hindi songs using the services provided at http://www.giitaayan.com

Idea is to get the iTRANS encoded lyrics in the ISB files and then convert them into UTF-8 to display in the context window. If more than one hit then give the user an option to select the best hit among them.

<<less
Download (0.14MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1005 downloads
Yet Another Community System 0.6.0

Yet Another Community System 0.6.0


Yet Another Community System provides a community system including Web-based chat. more>>
Yet Another Community System provides a community system including Web-based chat.

YaCS is a community system, written in C++. It is fully multi-threaded and uses heavy I/O multiplexing to get maximum performance and the lowest CPU load.

This system actually supports a chat system comparable to Cassiopeia (GiMiX) with some very useful features.

<<less
Download (0.84MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
953 downloads
Amarok Video Player 0.1

Amarok Video Player 0.1


Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer. more>>
I like using Amarok for managing my podcasts but I wasnt able to play my video podcasts.

Amarok Video Player adds a PlayVideo/Play menu item to the context menu which runs KMPlayer.

Edit the script to change KMplayer to another video player.

<<less
Download (MB)
Added: 2006-06-26 License: GPL (GNU General Public License) Price:
1271 downloads
The amaroK bindings for Python 0.1.0

The amaroK bindings for Python 0.1.0


The amaroK bindings for Python is a fairly complete amaroK remote control class. more>>
The amaroK bindings for Python is a fairly complete amaroK remote control class. It is extremely useful for amaroK scripts and other applications. Basically, you can remote control amaroK by calling methods from an amaroKProxy instance.

In addition, it implements the Observer/Observable pattern so you can deal with events in an object-oriented, loosely coupled fashion. Even better, you can call an amaroKProxy instances collection.getSong(filename) method to get a Song object, with track, artist, album name, and elegant "Artist - Track name" strings.

Nearly all DCOP functions for communication with amaroK are implemented.

It will use KDE bindings DCOP module if available, otherwise it will default to the command-line DCOP dcop command, through python-commandsplus. If using KDE bindings, a slave process is spawned, and IPC is used to marshal and unmarshal function calls, so as to not contaminate your applications sys.modules with KDEs Python modules. This all happens automatically in the background.

To use it, you import the module in your script and instantiate an amaroKProxy instance, then call your instances startMonitoring() method, which will start reading from standard input, monitoring for amaroKs events. You can then sleep(1) until your instances .isAlive() method returns False (which means amaroK is now gone.

amaroKProxy is an Observable class, and so are its members:

- player
- contextBrowser

This means that you can implement Observer objects or Threads in your amaroK script, and have them be notified of amaroK events, instead of having to read standard input and act accordingly (plus error-prone exceptional condition handling).

<<less
Download (0.033MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1395 downloads
Amarok XM Tuner 0.01

Amarok XM Tuner 0.01


Amarok XM Tuner is a script that allows playing of xmonline channels through Amarok. more>>
Amarok XM Tuner is a script that allows playing of xmonline channels through Amarok. Based on a shell script by B. Galliart it requires python and pycurl. You must have a valid xmonline account. The tuner is opened from the playlist.

<<less
Download (0.004MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
856 downloads
Amarok Shouter 0.2.1

Amarok Shouter 0.2.1


Amarok Shouter will start a small server from within amaroK and serve music streams on a specified port. more>>
Amarok Shouter script was written as a vehicle for learning python, Im 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.

<<less
Download (0.014MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Icecast amaroK script 0.5

Icecast amaroK script 0.5


Icecast/Darkice script for amaroK. more>>
Icecast amaroK script is an Icecast/Darkice script for amaroK.

Functions:

- It sends the title of the song being played to an Icecast server.
- It can start your Icecast server and Darkice on amaroK starting
- It allows you to stream what you are listening to in amaroK (in fact everything you are listening to!!!).

Utilisateurs francophones, regardez le tutoriel http://www.trustonme.net/didactels/341.html

<<less
Download (0.030MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1249 downloads
Amarok Full Screen 0.5

Amarok Full Screen 0.5


Amarok Full Screen provides a full screen front end for Amarok. more>>
Amarok Full Screen provides a full screen front end for Amarok.

The look can be changed by custom THEMES.

<<less
Download (0.20MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
961 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5