Freebox Jukebox

E-Touch General Category => General Discussion => Topic started by: GKL on January 02, 2010, 03:33:42 AM

Title: How to wipe it all out and start over?
Post by: GKL on January 02, 2010, 03:33:42 AM
When I started messing around with this software, my music files were a wreck.  I generated a library with a bunch of stragglers and trash in it.   Now I have my files cleaned up and want to wipe out the trash and re-generate my library but can't figure out how to do this.   I pointed the config app to another directory and generated a library with nothing in it but the jukebox still has all the songs loaded in it.  Uninstalling did not even work.  Can someone help me out here?
Title: Re: How to wipe it all out and start over?
Post by: fordman on January 02, 2010, 04:26:49 AM
Go to the c:\program files\E-Touch Jukebox folder and delete these files:

records.cvr
records.rec

and if you had videos:

videos.cvr
videos.rec

Karaoke:

karaoke.cvr
karaoke.rec

and for good measure, delete User_history.dat and Random_history.dat.

re-run the config and all should be good!

:beer

Fordman
Title: Re: How to wipe it all out and start over?
Post by: GKL on January 02, 2010, 02:01:33 PM
Perfect..thanks!
Title: Re: How to wipe it all out and start over?
Post by: Hitbig on January 02, 2010, 05:12:17 PM
What I usually do is to run the uninstall first and then erase the folder C:\program file\e-touch jukebox
Title: Re: How to wipe it all out and start over?
Post by: Barcrest on January 03, 2010, 02:30:39 PM
You can just delete the folder and re-install if you don't want to preserve anything.
Title: Re: How to wipe it all out and start over?
Post by: Rob_Hendley on January 05, 2010, 10:40:19 PM
You could create a batch file and run it from the options screen that will clear the database?
Title: Re: How to wipe it all out and start over?
Post by: Novalak on January 06, 2010, 03:34:11 AM
maybe a option in the config to delete before creating might be good
Title: Re: How to wipe it all out and start over?
Post by: Barcrest on January 06, 2010, 10:26:59 AM
Quote from: Novalak on January 06, 2010, 03:34:11 AM
maybe a option in the config to delete before creating might be good

So you think generate should clear all the CVR's from genres, artists and years if selected for generation and also remove the rec and cvr being generated? This does seem to make sense, i will see how easy it is to do.
Title: Re: How to wipe it all out and start over?
Post by: fordman on January 06, 2010, 01:30:01 PM
I have been wiping my .rec and .cvr files out for a while now with a batch file prior to running the config because I kept getting multiple listings in the libraries. I even did a turtorial about it.

http://www.freeboxjukebox.com/Forum/index.php?topic=1661.0 (http://www.freeboxjukebox.com/Forum/index.php?topic=1661.0)

del "C:\Program Files\E-Touch Jukebox\records.cvr"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\records.rec"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\videos.rec"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\videos.cvr"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\karaoke.rec"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\karaoke.cvr"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\Artists"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\Genres\*.cvr*"/Q /S >nul
del "C:\Program Files\E-Touch Jukebox\Years"/Q /S >nul

But this would be great to do within the config itself!

:beer

Fordman
Title: Re: How to wipe it all out and start over?
Post by: Barcrest on January 06, 2010, 01:49:44 PM
Yeah the config will now erase the CVR files in Genres, Artists and Years if you have them selected and hit generate. It doesn't do anything with regards to running an update as i believe that was already working. Anyway this will be in the next release.
Title: Re: How to wipe it all out and start over?
Post by: Rob_Hendley on January 06, 2010, 06:26:15 PM
Barry,

I think its great how you take comments on board, and when they make sense you seem to be eager to implement them as soon as you can.

It must take up all of your free time!