Freebox Jukebox

E-Touch General Category => E-Touch User Guides and FAQ => Topic started by: coffee on May 09, 2007, 04:50:37 PM

Title: Auto update
Post by: coffee on May 09, 2007, 04:50:37 PM
Did anybody get the autoupdate function working properly? I need some help with it.
I would like to try and get it working within the next week so I can start playing with it. I am busy building 3 more units so now I can start playing with other stuff I haven't tried yet. This is new to me so if I have the new units finished I will give it a go.     ???

Coffee
Title: Re: Auto update
Post by: kizer on May 09, 2007, 06:41:38 PM
Im sure it works, but personally I just use a command line bit of code that I click on and it copies files from my memory stick to the Jukebox directory full of MP3's and then launches a command line version of the config. One click and its all done.
Title: Re: Auto update
Post by: netcat on May 10, 2007, 12:44:52 AM
any chance you can share your commandlines with us?
Title: Re: Auto update
Post by: kizer on May 10, 2007, 05:23:00 AM
Well this is what or I should say a thread where I was talking about it earlier.
http://www.freeboxjukebox.com/Forums/index.php?topic=82.msg449#msg449

Ive since tweaked it some to well use the config3.exe file and as well add the switch "the" command. Keep in mind all the below stuff is from inside of a batch file explained in the above thread. I have as well inserted it in to windows task manager so at midnight it automatically runs of course my Jukebox isn't on.


cls
echo copying music
Xcopy MP3-Processed E:\MP3s /e /i
echo y | rmdir MP3-Processed /s /q
mkdir MP3-Processed
echo TRANSFER COMPLETE
echo y | rmdir "C:\Program Files\Freebox V2\Genres" /s /q
del "C:\Program Files\Freebox V2\records.*"
"C:\Program Files\Freebox V2\Config 3.exe" /DRIVE E:\MP3s /NAMESWAP /NEW records
Title: Re: Auto update
Post by: netcat on May 11, 2007, 01:07:03 AM
Sorry dont want to sound dumb but I am confussed

can this be made to run automatically whenever you insert th jumpdrive so it

A. Copies all the music to your music folder
B. Update the Freebox database
Title: Re: Auto update
Post by: netcat on May 17, 2007, 01:27:50 AM
still awaiting an answer ?
Title: Re: Auto update
Post by: kizer on May 17, 2007, 03:25:54 AM
Sorry Netcat. I personally don't have any idea on how to do that. I figure either way your going to have to use a mouse to right mouse on the taskbar to undock the USB memory stick.