Main > Free Download Search >

Free another amarok rc on sony ericsson software for linux

another amarok rc on sony ericsson

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2218
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
Just Another Port Scanner 0.1

Just Another Port Scanner 0.1


Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. more>>
Just Another Port Scanner (JAPS) is an easy to use, bare-bones TCP port scanner. JAPS requires the GTK+ library to run. I created JAPS because I felt it would be a fun project and I wanted to learn GTK+ programming basics.

To compile an install JAPS just type make.

Todo
Add subnet scanning
Add progress bar
Display service name next to port number in results box
If you have any suggestions please contact me. 1
<<less
Download (0.029MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1210 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
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
Not another MAC theme 0.1

Not another MAC theme 0.1


Not another MAC theme 0.1 provides you with a nice theme for GNOME users. more>>
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. It is actually a mix of all the MAC OS X GTK themes.

GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.

Requirements:

  • GNOME
<<less
Added: 2008-11-17 License: GPL Price: FREE
1 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
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
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
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 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
Amarok announce 1.0

Amarok announce 1.0


Amarok announce is a small perl script for Konversation which will display what you play in amarok. more>>
Amarok announce is a small perl script for Konversation which will display what you play in amarok.

Place the script in ~/.kde/share/apps/konversation/scripts, make sure its executeable, then add in Konversation an Alias "amarok /exec amarok.pl" then you can use it by typing /amarok in a channel.

<<less
Download (MB)
Added: 2006-04-25 License: Freely Distributable Price:
1280 downloads
contextFS for Amarok 0.1

contextFS for Amarok 0.1


contextFS for Amarok was inspired by the work of amarokFS, here is a script to show the contextbrowser in the fullscreen mode. more>>
contextFS for Amarok was inspired by the work of amarokFS, here is a script to show the contextbrowser in the fullscreen mode.

Same dependencies as amarokFS.

It can also be run by the amarokFS script. Just change the path to /usr/local/bin/contextFS after install.

<<less
Download (0.003MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
985 downloads
contestFS for Amarok 0.1

contestFS for Amarok 0.1


contestFS for Amarok was inspired by the work of amarokFS, and is a script to show the contextbrowser in the fullscreen mode. more>>
contestFS for Amarok was inspired by the work of amarokFS, and is a script to show the contextbrowser in the fullscreen mode.

Same dependencies as amarokFS.

It can also be run by the amarokFS script. Just change the path to /usr/local/bin/contextFS after install.

<<less
Download (0.003MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
989 downloads
Aero style Amarok Karamba 0.2

Aero style Amarok Karamba 0.2


Aero style Amarok Karamba is a very nice SuperKaramba theme. more>>
Aero style Amarok Karamba is a very nice SuperKaramba theme.

It works now! with great thanks to Aaron G, who edited the great work of Beany, to make this theme!

<<less
Download (0.030MB)
Added: 2007-04-03 License: Freeware Price:
936 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5