Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: Re: Auto-sync files

Re: Auto-sync files

From: Jim Morgan <peripatetic_at_myrealbox.com>
Date: Fri, 09 May 2003 12:21:37 +0800

At 06:58 PM 5/8/2003 -0700, you wrote:
> > The iPod has a nice feature where as soon as you plug in to the
> > computer, it automatically synchronizes the iPod with the PC. So for
> > example if you rip or download some songs on the PC they would magically
> > appear in the mp3 player next time you plugged in.

Another alternative - bound to be an unpopular one in here - is to use
xcopy. It isn't perfect, but it comes with windows and it can be tweaked
with command line parameters to copy only the changed files etc. eg,
assuming that your jukebox mounts on j:

         xcopy c:\music\ j:\music\ /D /S /Y

Put this into a batch file, eg. updatejb.bat. To make this run
automatically, I think all you'd need to do is put an autorun.inf file on
the root of the drive. The file needs to contain the following lines:

[autorun]
open=updatejb.bat
icon=whatever.ico

Also, you need to make sure Autorun is turned on for the jukebox drive.

Jim
Received on 2003-05-09

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy