News:

Current Full E-Touch Version: 10.2.0
Current Demo E-Touch Version: 10.0.0
Current Beta: 10.2.1 Beta 22 (09/02/23)

Main Menu

Auto update

Started by coffee, May 09, 2007, 04:50:37 PM

Previous topic - Next topic

coffee

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
    

kizer

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.
I'm not around 100% so please feel free to PM if you need direct help. Trust me I'm not ignoring you in a post. ;)

netcat

any chance you can share your commandlines with us?

kizer

#3
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
I'm not around 100% so please feel free to PM if you need direct help. Trust me I'm not ignoring you in a post. ;)

netcat

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

netcat

still awaiting an answer ?

kizer

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.
I'm not around 100% so please feel free to PM if you need direct help. Trust me I'm not ignoring you in a post. ;)