SORUNE(1) SORUNE(1) NAME sorune -- a Neuros database manager SYNOPSIS sorune [command] DESCRIPTION This manual page documents briefly the sorune tool. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documen- tation in a README file, which should be located in the /usr/share/doc/sorune directory on Debian. sorune is a tool to manage the database on the Neuros Audio player. It is written entirely in Perl, which makes it highly portable. sorune does not keep a local copy of any of the metadata about the user's audio library on the host machine. The Neuros database is manipulated directly, which eliminates the need to identify each Neorus backpack that is connected to the host machine. COMMANDS --add directory|file Add directory or file to the Neuros. --backup Backup the Neuros database. --gui Start the Sorune GUI (default). --clear all|add|delete Clears pending all/add/delete database operations. --delete items Delete items in the database. Supported items include: Album name Delete tracks whose album matches name. Artist name Delete tracks whose artist matches name. Genre name Delete tracks whose genre matches name. Playlist name Delete the playlist name. Title name Delete tracks whose title matches name. --export filename Exports the Sorune database to filename. --import filename Imports the Sorune database to filename. --file filename Use config file filename. --help Print usage information. --info Print Neuros information. --list items List items in the database. Album List all albums. Artist List all artists. Genre List all genres. Playlist List all playlists. Title List all titles. Add List all files that are to be added at the next sync. Delete List all files that are to be deleted at the next sync. --new Clear existing database and create new. --restore Restore the Neuros backup database. --rebuild Rebuild the Sorune database. --rebuild_full Rebuild the Sorune database from scratch. --reset Rebuild the Sorune database from scratch. --sync Synchronize the Sorune database to the Neuros. --validate Validate and correct Sorune database --version Show version of program. SEE ALSO The program is documented more fully by the README file. AUTHOR This manual page was written by Russ W. Knize rknize@yahoo.com for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. SORUNE(1)