readme
来自「Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 」· 代码 · 共 64 行
TXT
64 行
<div align="center"><b>DatabaseScripts (v0.2)</b></div><p><b>About:</b><br>DatabaseScripts is a collection of scripts for general manipulation of the amarok collectiondatabase. Currently, there are two scripts in the bundle.</p><p><b>Backup Collection:</b><br>Specify the target directory in the configuration dialog, and the database will be copied tothe specified directory. This will work for SQLite or MySQL database backends. If you are interested in extending this to support Postgresql, it would be appreciated!</p><p>The backup will be saved as collection.db.date for sqlite, or amarokdb.mysql.date with mysqldatabases.</p><p><i>Note:</i> For mysql users, it is necessary to give the database user all database action permissions. This is required for mysqldump. This can be achieved by issuingthe following command:<blockquote> $> mysql -u root -p<br> mysql> GRANT ALL ON amarokdb.* TO amarok@localhost IDENTIFIED BY 'xxxx';</blockquote></p><p><b>Optimise Database:</b><br>This script will remove all entries in the database which do not exist in the filesystem.</p><p><i>Warning:</i> Just to say I told you so, please use the <i>Backup Collection</i> script prior toexecuting this script.</p><p><b>Notes:</b><br>If you would like to write any additional scripts, or have any suggestions, please email them to meso i can include them in the release!</p><p><b>Dependencies:</b><br><ul><li>Amarok 1.3.1</li><li>Ruby 1.8</li><li>Korundum Ruby/Qt bindings</li></ul></p><p><b>License:</b><br>GNU General Public License V2</p><p><b>Author:</b><br>Seb Ruiz (me@sebruiz.net)</p>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?