ok i got me one. i love it so far, but i wonder if thares a script that can make the database without opinging a sync manager? so i can add whaterver new music i want and just run a script, unmount and walk away with my new music working.
thanx.
thanx.
For some reason, I never bothered to look at that option before...it looks like NeurosDBM does have a command-line interface. Below is the section from the manual that outlines how to use it: I have not tried it yet, but I'm going to give it a shot on my next sync.
Code:
You can operate NDBM from the command line to perform functions such as synchronization or adding and removing tracks.
To execute NDBM in command line mode you must run it from a command prompt. The Java command used to perform command line operations is "java -jar NeurosDBM.jar <options>" where "<options>" are flags and arguments indicating the desired function. Note that you must execute this from the directory in which the NeurosDBM.jar file resides or else specify the complete path to this file. Available commands are as follows:
-r,--remove
Removes the specified file(s) from the Neuros. This option requires at least one argument. Arguments are paths which indicate individual files or directories to remove from the device.
-a,--add
Adds the specified file to the Neuros. This option requires at least one argument. Arguments are paths which indicate individual files or directories to add to the device.
-h,--help
Displays options.
-c,--clear
Clears the database on the Neuros.
-t,--restore
Restore the database in the specified directory. Use this after performing a backup in order to restore the database contents.
-p,--path
Specifies the path where the Neuros is mounted.
-l,--list
Lists tracks currently stored on the Neuros.
-q,--quiet
Runs in quiet mode.
-b,--backup
Back up the Neuros database to the specified directory.
-s,--sync
Syncronizes the Neuros with the local database.
-e,--rebuild
Rebuilds the Neuros database.
To execute NDBM in command line mode you must run it from a command prompt. The Java command used to perform command line operations is "java -jar NeurosDBM.jar <options>" where "<options>" are flags and arguments indicating the desired function. Note that you must execute this from the directory in which the NeurosDBM.jar file resides or else specify the complete path to this file. Available commands are as follows:
-r,--remove
Removes the specified file(s) from the Neuros. This option requires at least one argument. Arguments are paths which indicate individual files or directories to remove from the device.
-a,--add
Adds the specified file to the Neuros. This option requires at least one argument. Arguments are paths which indicate individual files or directories to add to the device.
-h,--help
Displays options.
-c,--clear
Clears the database on the Neuros.
-t,--restore
Restore the database in the specified directory. Use this after performing a backup in order to restore the database contents.
-p,--path
Specifies the path where the Neuros is mounted.
-l,--list
Lists tracks currently stored on the Neuros.
-q,--quiet
Runs in quiet mode.
-b,--backup
Back up the Neuros database to the specified directory.
-s,--sync
Syncronizes the Neuros with the local database.
-e,--rebuild
Rebuilds the Neuros database.