dcop
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 61
DCOP 0.036
DCOP is a Perl extension to speak to the dcop server via systems DCOP client. more>>
DCOP is a Perl extension to speak to the dcop server via systems DCOP client.
SYNOPSIS
use DCOP;
$dcop = DCOP->new();
print $dcop->run( konqueror interfaces ), "n";
This class is meant to be a base constructor for higher level of abstraction on dcop clients.
METHODS
new()
Constructor. Args: user, target, control. Target is the application wished to control. Control is the interface of the application wished to control.
run()
Function call. This is how we interface with dcop.
<<lessSYNOPSIS
use DCOP;
$dcop = DCOP->new();
print $dcop->run( konqueror interfaces ), "n";
This class is meant to be a base constructor for higher level of abstraction on dcop clients.
METHODS
new()
Constructor. Args: user, target, control. Target is the application wished to control. Control is the interface of the application wished to control.
run()
Function call. This is how we interface with dcop.
Download (0.002MB)
Added: 2007-05-09 License: Perl Artistic License Price:
901 downloads
DCOP::Amarok 0.035
DCOP::Amarok is a Perl extension to speak to an amaroK object via systems DCOP. more>>
DCOP::Amarok is a Perl extension to speak to an amaroK object via systems DCOP.
SYNOPSIS
use DCOP::Amarok;
$player = DCOP::Amarok->new();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok talks directly to the player object of amaroK. This is meant to be a superclass for DcoP::Amarok::Player.
<<lessSYNOPSIS
use DCOP::Amarok;
$player = DCOP::Amarok->new();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok talks directly to the player object of amaroK. This is meant to be a superclass for DcoP::Amarok::Player.
Download (0.002MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1027 downloads
DCOP::Amarok::Player 0.036
DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP. more>>
DCOP::Amarok::Player is a Perl extension to speak to an amaroK player object via systems DCOP.
SYNOPSIS
use DCOP::Amarok::Player;
$player = DCOP::Amarok::Player->new();
$player->playPause();
print $player->getRandom();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Player talks directly to the player object of amaroK.
<<lessSYNOPSIS
use DCOP::Amarok::Player;
$player = DCOP::Amarok::Player->new();
$player->playPause();
print $player->getRandom();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Player talks directly to the player object of amaroK.
Download (0.004MB)
Added: 2006-12-21 License: Perl Artistic License Price:
1048 downloads
DCOP::Amarok::Playlist 0.007
DCOP::Amarok::Playlist is a Perl extension to speak to an amaroK player object via systems DCOP. more>>
DCOP::Amarok::Playlist is a Perl extension to speak to an amaroK player object via systems DCOP.
SYNOPSIS
use DCOP::Amarok::Playlist;
$playlist = DCOP::Amarok::Playlist->new();
$playlist->togglePlaylist();
print $playlist->getActiveIndex();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Playlist talks directly to the playlist object of amaroK.
<<lessSYNOPSIS
use DCOP::Amarok::Playlist;
$playlist = DCOP::Amarok::Playlist->new();
$playlist->togglePlaylist();
print $playlist->getActiveIndex();
This module is a quick hack to get an interface between perl and Kdes DCOP, since Kde3.4s perl bindings are disabled. This suite talks to dcop. DCOP::Amarok::Playlist talks directly to the playlist object of amaroK.
Download (0.003MB)
Added: 2006-12-27 License: Perl Artistic License Price:
1032 downloads
Konsole DCOP Scheme Automation Tool 0.9.0
Konsole DCOP Scheme Automation Tool consists of a bash script which automatically changes the Konsole schema. more>>
Konsole DCOP Scheme Automation Tool consists of a bash script which automatically changes the Konsole schema.
This is a Bash script to automatically set the desired Konsole Schema when apps such as VIM and less are executed.
It is a simple Bash script I wrote which allows you to automatically have the desired schema set when apps are run from within the shell.
For example, by default, when the user runs VIM with this script installed, the Konsole schema will switch to "VIM Colors" for the duration the user is in VIM. When the user exits VIM, the schema will change back to whatever it was before VIM was run. Other apps this script is setup for by default are:
$ less
$ man
$ info
$ watch
$ top
$ htop
I decided to create this because I became tired of switching my Konsole schema whenever I ran vim. I am now releasing it to everyone as Im sure someone else out there will find this usefull too.
This is a also nice way to impress your friends with how much more advanced the Linux shell is than those of the competitors! ;)
Users may also wish to enable this for other applications, such as mutt. To do so, simply edit the file ~/.konsole_dcop/schemas and follow the existing syntax.
Enhancements:
- This is the initial release.
- It is expected to be fairly stable and fully usable.
- If you have any bugs to report, please do so in the Issues category of the project homepage. Thank you.
<<lessThis is a Bash script to automatically set the desired Konsole Schema when apps such as VIM and less are executed.
It is a simple Bash script I wrote which allows you to automatically have the desired schema set when apps are run from within the shell.
For example, by default, when the user runs VIM with this script installed, the Konsole schema will switch to "VIM Colors" for the duration the user is in VIM. When the user exits VIM, the schema will change back to whatever it was before VIM was run. Other apps this script is setup for by default are:
$ less
$ man
$ info
$ watch
$ top
$ htop
I decided to create this because I became tired of switching my Konsole schema whenever I ran vim. I am now releasing it to everyone as Im sure someone else out there will find this usefull too.
This is a also nice way to impress your friends with how much more advanced the Linux shell is than those of the competitors! ;)
Users may also wish to enable this for other applications, such as mutt. To do so, simply edit the file ~/.konsole_dcop/schemas and follow the existing syntax.
Enhancements:
- This is the initial release.
- It is expected to be fairly stable and fully usable.
- If you have any bugs to report, please do so in the Issues category of the project homepage. Thank you.
Download (0.007MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
974 downloads
KDevelop 3.4.1
KDevelop is an easy to use IDE for KDE. more>>
KDevelop is a plugin based IDE that currently supports 12 programming languages, 5 build tools, 11 documentation formats, 4 revision control systems, 3 code editors, 5 development toolkits and dozens of other neat tools.
All these are plugins and there is documentation and examples on how to add your own plugins.
Main features:
New refactored codebase
- The KDevelop codebase has been refactored with the goal of improving code reuse and documenting the base library classes that compose KDevelop. These base classes form the new KDevelop platform and present a concise and well documented API
- New RAD (Rapid Application Development) tools
- KDevDesigner integration enables GUI design from within KDevelop itself
- KDevAssistent integration provides a feature rich documentation viewer from within KDevelop
- The C++ Class Wizard can now be used for classes in the persistant class store. This means, for example, that if the Code Completion database for Qt is built then subclassing from Qt classes is possible in the wizard
Much improved ruby language support
- New ruby debugger, combined with improved inspect methods in the qtruby/korundum bindings, for showing Qt::Object metadata such as properties, while debugging
- Class browser has an improved parser that shows Qt and DCOP signals and slots, attr_accessor methods and instance variables
- New project templates for a KDE application framework, KConfig XT, DCOP server and Qt only apps
- Full Qt designer/rbuic integration
- Other improvements and bugfixes
- The Version Control support was refactored. Most of the integration features that were disabled in KDevelop 3.1 are back in 3.2, together with a much improved Subversion plugin.
- Improved "Find in files", Ctags support and history navigation provide faster code navigation
- More application templates are provided
- new templates for cmake based C/C++ apps and libraries
- new templates for scons-based kde apps
- see the change log page for more detail
Enhancements:
- Improved debugger
- Improved code completion
- Improved SVN support
<<lessAll these are plugins and there is documentation and examples on how to add your own plugins.
Main features:
New refactored codebase
- The KDevelop codebase has been refactored with the goal of improving code reuse and documenting the base library classes that compose KDevelop. These base classes form the new KDevelop platform and present a concise and well documented API
- New RAD (Rapid Application Development) tools
- KDevDesigner integration enables GUI design from within KDevelop itself
- KDevAssistent integration provides a feature rich documentation viewer from within KDevelop
- The C++ Class Wizard can now be used for classes in the persistant class store. This means, for example, that if the Code Completion database for Qt is built then subclassing from Qt classes is possible in the wizard
Much improved ruby language support
- New ruby debugger, combined with improved inspect methods in the qtruby/korundum bindings, for showing Qt::Object metadata such as properties, while debugging
- Class browser has an improved parser that shows Qt and DCOP signals and slots, attr_accessor methods and instance variables
- New project templates for a KDE application framework, KConfig XT, DCOP server and Qt only apps
- Full Qt designer/rbuic integration
- Other improvements and bugfixes
- The Version Control support was refactored. Most of the integration features that were disabled in KDevelop 3.1 are back in 3.2, together with a much improved Subversion plugin.
- Improved "Find in files", Ctags support and history navigation provide faster code navigation
- More application templates are provided
- new templates for cmake based C/C++ apps and libraries
- new templates for scons-based kde apps
- see the change log page for more detail
Enhancements:
- Improved debugger
- Improved code completion
- Improved SVN support
Download (8.5MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
914 downloads
joykop 0.6
joykop project is a simple tool to connect joystick buttons and axes to DCOP functions. more>>
joykop project is a simple tool to connect joystick buttons and axes to DCOP functions. The functionality is there, its quite stable (I have been using it for about a year), but the user interface is not perfect.
The icons Im using, for example, were not intended for use in joykop. The hardware part of this utility is Linux-specific.
joykop can turn your joystick into a remote control for Amarok, with the throttle control acting as an analog volume knob. Now you can crank up the volume on your computer, too. Enjoy!
<<lessThe icons Im using, for example, were not intended for use in joykop. The hardware part of this utility is Linux-specific.
joykop can turn your joystick into a remote control for Amarok, with the throttle control acting as an analog volume knob. Now you can crank up the volume on your computer, too. Enjoy!
Download (0.64MB)
Added: 2007-01-29 License: GPL (GNU General Public License) Price:
998 downloads
KXDocker 1.1.4 Alpha
KXDocker is an innovative docker for KDE its like Mac OSX Docker but more powerfull. more>>
KXDocker is an innovative docker for KDE its like Mac OSX Docker but more powerfull.
KXDocker target is to implement a new Docker idea to improve usability of Linux Desktops.
KXDocker is a VERY big project where the goal is desktop integration with Linux Operative System.
KXDocker is not only an "old school docker" !.
Main features:
- Skinnable bar with animated background
- Rolling Icons, our best innovative feature!
- AutoResize, the first docker which will fit always in your screen
- Dragn Drop now is easy adding icons to your favorite docker, drag an application over another icon to add into the same group or over a separator to add newest
- Support for Xinerama, you may configure a right displacement
- DCOP and Windows tracing, so you can use KXDocker like Window List manager and DCOP running process manager!
- Faster! No computation at runtime
- Support for many animation Design, you can write own
- A lot of external plugin to manage applications and sensors like CPU, FAN, Analog Clock, and so on
- Work everywhere, KXDocker is 1 executable, require KDE libs and KDEDIRS environment variable set.
Enhancements:
- compilation issue
- expose mouse gesture with latest cvs compiz
- new features on plugin interface: test it with gpipe (slideshow?)
<<lessKXDocker target is to implement a new Docker idea to improve usability of Linux Desktops.
KXDocker is a VERY big project where the goal is desktop integration with Linux Operative System.
KXDocker is not only an "old school docker" !.
Main features:
- Skinnable bar with animated background
- Rolling Icons, our best innovative feature!
- AutoResize, the first docker which will fit always in your screen
- Dragn Drop now is easy adding icons to your favorite docker, drag an application over another icon to add into the same group or over a separator to add newest
- Support for Xinerama, you may configure a right displacement
- DCOP and Windows tracing, so you can use KXDocker like Window List manager and DCOP running process manager!
- Faster! No computation at runtime
- Support for many animation Design, you can write own
- A lot of external plugin to manage applications and sensors like CPU, FAN, Analog Clock, and so on
- Work everywhere, KXDocker is 1 executable, require KDE libs and KDEDIRS environment variable set.
Enhancements:
- compilation issue
- expose mouse gesture with latest cvs compiz
- new features on plugin interface: test it with gpipe (slideshow?)
Download (0.71MB)
Added: 2006-04-15 License: GPL (GNU General Public License) Price:
1299 downloads
SKopete 1.2.9
SuperKaramba interface to Kopete. more>>
SKopete is a SuperKaramba interface to Kopete.
Note: The first time it runs, it will show all online contacts. Once you run the config dialog and click OK, it will only show the contacts you have selected to be monitored.
Main features:
- Displays the Kopete contact list on the desktop. Support automatic and configurable positioning/resizing
- Displayed contacts are configurable
- Has the buddy pounce/notification feature. See screenshot of config dialog
- Has basic Kopete controls (Online, Offline, Away and Start Chat)
- Indicates basic presence status (online, offline and away) for all contacts
- Resource (dcop calls) usage is independent of number of contacts
- For theme developers. I have built on the SKoot API to create basic layout management and event dispatching classes. They are independent of SKopete (see skopete_gui.py). If theres interest, Ill post a link to the API docs. Similarly the communication with Kopete is in a independent backend (kopete.py)
Usage:
- Ensure Kopete is running
- In the config dialog, you can specify which contacts should be monitored, and also whether to display offline contacts
- By default SKopete, automatically resizes and repositions itself as contacts go online/offline. If you want it to stay in place, choose the manual layout policy in the Look&Feell section of the config dialog
- You can select custom photos as well a notifications and pounces for all contacts in the Buddies section of the config dialog.
- If you make any changes to the contact list in Kopete, you should reload SKopete via the right click menu
<<lessNote: The first time it runs, it will show all online contacts. Once you run the config dialog and click OK, it will only show the contacts you have selected to be monitored.
Main features:
- Displays the Kopete contact list on the desktop. Support automatic and configurable positioning/resizing
- Displayed contacts are configurable
- Has the buddy pounce/notification feature. See screenshot of config dialog
- Has basic Kopete controls (Online, Offline, Away and Start Chat)
- Indicates basic presence status (online, offline and away) for all contacts
- Resource (dcop calls) usage is independent of number of contacts
- For theme developers. I have built on the SKoot API to create basic layout management and event dispatching classes. They are independent of SKopete (see skopete_gui.py). If theres interest, Ill post a link to the API docs. Similarly the communication with Kopete is in a independent backend (kopete.py)
Usage:
- Ensure Kopete is running
- In the config dialog, you can specify which contacts should be monitored, and also whether to display offline contacts
- By default SKopete, automatically resizes and repositions itself as contacts go online/offline. If you want it to stay in place, choose the manual layout policy in the Look&Feell section of the config dialog
- You can select custom photos as well a notifications and pounces for all contacts in the Buddies section of the config dialog.
- If you make any changes to the contact list in Kopete, you should reload SKopete via the right click menu
Download (0.10MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1225 downloads
kovpn 0.3-pre6
Kovpn is a simple OpenVPN GUI which is intended to fit end-users needs. more>>
Kovpn is a simple OpenVPN GUI which is intended to fit end-users needs. Kovpn project runs without root privileges and can control the most important functions of openvpn:
- connect and disconnect
- username and password input
- private key passphrase input
- show status
- supports multiple openvpn connections
- Store username and/or passwords in kwallet
It requires some changes to your openvpn configuration file: You have to activate the management interface by adding these lines
management 127.0.0.1 11194
management-query-passwords
management-hold
You should choose localhost or 127.0.0.1 as host and a any unused port (e.g. 11194). You have to tell kovpn these host and port settings.
Please report any bug you find. It isnt well tested.
Enhancements:
- This release adds a simple DCOP interface (status report, connect, and disconnect).
- A resize bug in the configuration dialog has been fixed.
- Some options have been renamed to better reflect what they do.
- The German translation has been updated.
<<less- connect and disconnect
- username and password input
- private key passphrase input
- show status
- supports multiple openvpn connections
- Store username and/or passwords in kwallet
It requires some changes to your openvpn configuration file: You have to activate the management interface by adding these lines
management 127.0.0.1 11194
management-query-passwords
management-hold
You should choose localhost or 127.0.0.1 as host and a any unused port (e.g. 11194). You have to tell kovpn these host and port settings.
Please report any bug you find. It isnt well tested.
Enhancements:
- This release adds a simple DCOP interface (status report, connect, and disconnect).
- A resize bug in the configuration dialog has been fixed.
- Some options have been renamed to better reflect what they do.
- The German translation has been updated.
Download (3.4MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1212 downloads
kopete_send 0.1
kopete_send amaroK script lets you send one song at a time to your kopete kontacts. more>>
kopete_send amaroK script lets you send one song at a time to your kopete "kontacts".
Righ now only works with Jabber. It seems there is a bug with MSN Transfers.
It uses perl and dcop to comunicate with kopete.
<<lessRigh now only works with Jabber. It seems there is a bug with MSN Transfers.
It uses perl and dcop to comunicate with kopete.
Download (0.002MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1292 downloads
send2kflickr 0.1
send2kflickr is the first attempt to create a KIPI plugin which uses KFlickr. more>>
send2kflickr is the first attempt to create a KIPI plugin which uses KFlickr.
The functionality is limited but this is due to limitations in the KIPI API. For example I would of liked to of been able to add tags set in Digikam automatically in the photo however the KIPI API does not provide access to these tags.
NOTE: If you are a kflickr user you will notice that your user settings are not set. You will have to Authenticate send2kflickr with flickr.com to get these.
KFlickr is now available as a KIPI plugin. Thats right you will now be able to upload your photos directly from digikam, kphotoalbum and others using the same interface you have grown to love. So far photo title and description are supported. I am working on getting further support included but I am finding the KIPI API a bit limited. You can grab the software here?.
KFlickr offers many features such as:
- Drag-n-drop from other applications (such as Konqueror and DigiKam?)
- Easy editing of your photo properties (title, description, privacy, tags)
- Access to your Flickr.com list of tags
- Support for more than one user
- large Image preview
- support for the new flickr? authentication
- Batch editing of photos
- Proxy server support
- Support for JPG, PNG and (non-animated) GIF photo formats
- Photo rotate
- Photo resize before upload
- Konqueror Service menu
- Now a KPart (allows for future integration into other apps)
- Now supports DCOP (again allow for future integration into other apps)
- Unicode support
<<lessThe functionality is limited but this is due to limitations in the KIPI API. For example I would of liked to of been able to add tags set in Digikam automatically in the photo however the KIPI API does not provide access to these tags.
NOTE: If you are a kflickr user you will notice that your user settings are not set. You will have to Authenticate send2kflickr with flickr.com to get these.
KFlickr is now available as a KIPI plugin. Thats right you will now be able to upload your photos directly from digikam, kphotoalbum and others using the same interface you have grown to love. So far photo title and description are supported. I am working on getting further support included but I am finding the KIPI API a bit limited. You can grab the software here?.
KFlickr offers many features such as:
- Drag-n-drop from other applications (such as Konqueror and DigiKam?)
- Easy editing of your photo properties (title, description, privacy, tags)
- Access to your Flickr.com list of tags
- Support for more than one user
- large Image preview
- support for the new flickr? authentication
- Batch editing of photos
- Proxy server support
- Support for JPG, PNG and (non-animated) GIF photo formats
- Photo rotate
- Photo resize before upload
- Konqueror Service menu
- Now a KPart (allows for future integration into other apps)
- Now supports DCOP (again allow for future integration into other apps)
- Unicode support
Download (0.037MB)
Added: 2006-08-07 License: GPL (GNU General Public License) Price:
1173 downloads
KMameleon 1.0pl2
KMameleon is a slick and easy to use KDE XMame. more>>
KMameleon is a slick and easy to use KDE XMame. An UNIX/Linux/*BSD version of MAME, Multiple Arcade Machine Emulator wrapper.
It supports a vast section of options provided by the emulator, and it supports X11, SDL and XGL versions of it.
KMameleon is not really "just another XMame wrapper". It has really simple interface for game selection with a really powerful backend, which it makes it user-friendly for anyone. For newbies there can be just a couple of clickable options, which are stated "fullscreen" for the mode and "rompath" in "paths" module.
As in the very same time you have whole lots of options for the advanced user and (new in KMameleon 1.0) a module to write your own switches in, so if there are some new switches, or you feel better to keep all "under control", you can use that.
Actually... I havent seen any other _good_ XMame wrappers for KDE. There are 2, that I can name at this very moment: KMameRun (last release for KDE 1.1) and QtMAME, which is not that bad, but 1) natively is written in Spanish and 2) paths are fixed, and it doesnt honour the $HOME directory, and its written purely in Qt.
Thats not bad, but as KMameleon is natively written for KDE, it uses some of the KDEs nifty gadgets, like DCOP for having unique application and lots more.
<<lessIt supports a vast section of options provided by the emulator, and it supports X11, SDL and XGL versions of it.
KMameleon is not really "just another XMame wrapper". It has really simple interface for game selection with a really powerful backend, which it makes it user-friendly for anyone. For newbies there can be just a couple of clickable options, which are stated "fullscreen" for the mode and "rompath" in "paths" module.
As in the very same time you have whole lots of options for the advanced user and (new in KMameleon 1.0) a module to write your own switches in, so if there are some new switches, or you feel better to keep all "under control", you can use that.
Actually... I havent seen any other _good_ XMame wrappers for KDE. There are 2, that I can name at this very moment: KMameRun (last release for KDE 1.1) and QtMAME, which is not that bad, but 1) natively is written in Spanish and 2) paths are fixed, and it doesnt honour the $HOME directory, and its written purely in Qt.
Thats not bad, but as KMameleon is natively written for KDE, it uses some of the KDEs nifty gadgets, like DCOP for having unique application and lots more.
Download (0.83MB)
Added: 2005-09-12 License: GPL (GNU General Public License) Price:
1504 downloads
KDELirc Improved (patch) 0.2
KDELirc Improved (patch) adds some different new features to improve kdelirc usability. more>>
KDELirc Improved (patch) adds some different new features to improve kdelirc usability. Above all i added On Screen Display, using Konversation and Amarok codebase. When some key is pressed on the remote, its shown through OSD on your desktop, and mode changing is advertised too.
I also added an option to allow mode changing with one key only, instead of binding one key for each mode. A new DCOP method now allows to suspend and resume key binding for the remote (dcop irkick IRKick setEnabled true/false).
Enhancements:
- Removed Konversation OSD, using Amarok one instead (improved, with images and translucency support).
- Now showing icon for mode change, for better visual recognition.
- Also showing a little icon for the keypress, so indicating what mode is in use.
- Added an option to select a different font for mode change and key press.
- Added dcop call to show osd text through dcop.
<<lessI also added an option to allow mode changing with one key only, instead of binding one key for each mode. A new DCOP method now allows to suspend and resume key binding for the remote (dcop irkick IRKick setEnabled true/false).
Enhancements:
- Removed Konversation OSD, using Amarok one instead (improved, with images and translucency support).
- Now showing icon for mode change, for better visual recognition.
- Also showing a little icon for the keypress, so indicating what mode is in use.
- Added an option to select a different font for mode change and key press.
- Added dcop call to show osd text through dcop.
Download (0.015MB)
Added: 2006-12-23 License: GPL (GNU General Public License) Price:
1035 downloads
RecordRadio 0.2.3
RecordRadio is a basic bash script that plugs into amarok and uses streamripper to record radio stations. more>>
RecordRadio is a basic bash script that plugs into amarok and uses streamripper to record radio stations you listen to and add the songs into your music collection.
RecordRadio script is not very sophisticated right now but it should be easy for anyone to edit or enhance.
Simply enable it as a plugin, and when you connect to any URL that starts with http:// the plugin will spawn a instance of streamripper that will record the songs and place them in subdirectories within a directory called "Music" in your home.
Five seconds after connecting to the recording has started amarok will start listening to streamrippers relay server on port 8017 so as not to use twice as much bandwidth as needed.
Because of its simplistic design it has the following shortcomings:
If you wish to change the streamripper options or the directory where things get stored you have to edit the file manually.
(This can be fixed as soon as a dcop interface is provided to preferences.)
When you start an internet radio station your playlist will be cleared.
(This can be fixed as soon as the amarok developers fix the playMedia dcop call)
There is a five second delay before everything is running.
Sometimes the server is full and cannot support an additional connection for streamripper so you cant record that station.
RecordRadio is released under the GPL.
<<lessRecordRadio script is not very sophisticated right now but it should be easy for anyone to edit or enhance.
Simply enable it as a plugin, and when you connect to any URL that starts with http:// the plugin will spawn a instance of streamripper that will record the songs and place them in subdirectories within a directory called "Music" in your home.
Five seconds after connecting to the recording has started amarok will start listening to streamrippers relay server on port 8017 so as not to use twice as much bandwidth as needed.
Because of its simplistic design it has the following shortcomings:
If you wish to change the streamripper options or the directory where things get stored you have to edit the file manually.
(This can be fixed as soon as a dcop interface is provided to preferences.)
When you start an internet radio station your playlist will be cleared.
(This can be fixed as soon as the amarok developers fix the playMedia dcop call)
There is a five second delay before everything is running.
Sometimes the server is full and cannot support an additional connection for streamripper so you cant record that station.
RecordRadio is released under the GPL.
Download (0.010MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1365 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above dcop search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed