
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a service menu for getting information about your music files that are in your amaroK collection.
This service menu currently only works with amaroK cvs and depends on the new DCOP call "dcop amarok collection query"
To install:
$ tar -xvpf amaq.tar.bz2
$ cd amaq/
$ sh install.sh
To Do:
Warn on no running amaroK.
15 years ago
03-22-05
v1.0
Complete script rewrite making use of the new amaroK DCOP functionality.
Added simple install script.
11-28-2004
Added auto-detect for custom MySql port, host, and db name.
Code cleanup.
11-28-2004
Better handling of tracks without stats i.e. tracks not played before, also allows you to queue the track.
11-28-2004
Added support for Sqlite. (Requires Sqlite to be installed.)
Some code cleanup.
More consistant file naming scheme.
11-28-2004
Again, more sanity checks, this time we check if the user is actually using MySql. (I may use this check later for switching to Sqlite mode if I implement it.)
Added the ability to queue the track if
there is no information available.
11-27-2004
Added another check for stale tmp files.
Add titles to the error dialogs.
11-27-2004
Added a check for amarokrc, also added a check for empty results.
15 years ago
03-22-05
v1.0
Complete script rewrite making use of the new amaroK DCOP functionality.
Added simple install script.
11-28-2004
Added auto-detect for custom MySql port, host, and db name.
Code cleanup.
11-28-2004
Better handling of tracks without stats i.e. tracks not played before, also allows you to queue the track.
11-28-2004
Added support for Sqlite. (Requires Sqlite to be installed.)
Some code cleanup.
More consistant file naming scheme.
11-28-2004
Again, more sanity checks, this time we check if the user is actually using MySql. (I may use this check later for switching to Sqlite mode if I implement it.)
Added the ability to queue the track if
there is no information available.
11-27-2004
Added another check for stale tmp files.
Add titles to the error dialogs.
11-27-2004
Added a check for amarokrc, also added a check for empty results.
carney1979
15 years ago
But I have to know - what is the window style that you are using in the screenshot?
David
Report