
Amarok-Moodbar-File-Creator
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
Command-line Tool to create mood-files.
Makes the moodbar files, which are required for Amarok 2 in order to show the mood of the song in the progress bar.
Requires that Amarok 2 is configured to use MySQL as storage. Additionaly required are the Gambas-runtime, MySQL and moodbar.
Since the files are querying with Sql it is not necessarily that Amarok 2 is running.
The .mood files are written in the same folder as the songs as far as I know Amarok 2 offers only the option 'MoodsWithMusic'.
Type 'AmarokMoodbarCreator.gambas -?' to see the parameters.
diegogmx
10 years ago
MMain.?.0: Cannot find driver for database: mysql
Report
staudi009
10 years ago
As descripted "Requires that Amarok 2 is configured to use MySQL as storage" you need to install MySQL and configure your Amarok to use it, because "Amarok-Moodbar-File-Creator" scans the audio-files out from the database to generate the moodfiles. You need help to do that?
Regards Staudi
Report
diegogmx
10 years ago
maybe you should add it to the dependencies
gambas2-gb-db-mysql
Report