#106386 - 20/07/2002 21:04
JEmplode 41: Delete won't?
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
I have a saved search: refs=0
I pull it up and select everything, copy, then paste into a playlist and synchronize. Everything's good, I then have nothing with 0 refs.
I select everything in the list. I say delete, check delete completely, and say "yes to all". Then synchronize.
Now, go back to the refs=0 search. Fewer matches but there are still tracks there.
I'm confused.
|
Top
|
|
|
|
#106387 - 20/07/2002 22:09
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
If I delete em one track at a time, they do go away.
|
Top
|
|
|
|
#106388 - 21/07/2002 00:02
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
carpal tunnel
Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
|
Yeah, I also reported this. If you look carefully, it looks like it's putting all the things you want deleted in order, and then only deleting the odd-indexed ones (or even, if your origin is zero).
_________________________
Bitt Faulk
|
Top
|
|
|
|
#106389 - 21/07/2002 00:40
Re: JEmplode 41: Delete won't?
[Re: wfaulk]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
Yeah, I just found your message. Normally I keep up but I happened to be away for a day and a half and have been catching up.
|
Top
|
|
|
|
#106390 - 21/07/2002 07:25
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I think what's happening is that there's a loop somewhere in there that is counting up from 0 and deleting, which means it would do:
0: delete 0
1: since 0 is deleted, 1 went to 0, now you're deleting 2
2: same thing, so now you're deleting 4
.
.
What it's supposed to do is count down, so you don't have this problem. No worry, i'm throwing out most of that code anyway.
Mike
|
Top
|
|
|
|
#106391 - 21/07/2002 09:20
Re: JEmplode 41: Delete won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
So, did I also then delete other random things?
photopc (the software I use for dealing with my digital camera) had a shockingly similar bug a while back.
|
Top
|
|
|
|
#106392 - 21/07/2002 09:22
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
It's a pretty typical sort of bug, so I'm not surprised other apps have had that problem ... I doubt you deleted random things. i think the way it would work is that it would go through every other _of the things you selected_.
|
Top
|
|
|
|
#106393 - 21/07/2002 10:28
Re: JEmplode 41: Delete won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
So you have any suggestions for working around until there's a new version?
Delete one, sync, delete one, sync, gets really tedious
|
Top
|
|
|
|
#106394 - 21/07/2002 11:02
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
I don't think you have to sync inbetween deleting one at a time ... I haven't gone looking for the actual code that has the problem yet, so I don't have an immediate workaround to offer you. I have to decide if I want to spend time hunting that bug and put out a release that fixes just that or whether I want to just wait and put out the whole next release together ... It will probably be next weekend before I can get the next release out.
|
Top
|
|
|
|
#106395 - 21/07/2002 11:03
Re: JEmplode 41: Delete won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
I don't think you have to sync inbetween deleting one at a time
Well, that's at least a little better. Will try it now.
|
Top
|
|
|
|
#106396 - 21/07/2002 11:27
Re: JEmplode 41: Delete won't?
[Re: Daria]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
I hand-deleted each file, and still ended up with "refs=0" files, so I guess it's not that simple.
|
Top
|
|
|
|
#106397 - 21/07/2002 12:58
Re: JEmplode 41: Synchronize won't?
[Re: Daria]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
This is more disturbing. I choose, say, about 10 albums to push. It does, but then it ends up needing to spend a lot of time rebuilding databases, and several of the playlists don't appear.I get a warning that corrected were several missing FIDs. The music appears to be all there, with some of the playlists, in my refs=0 search. Some of the uploads seem to succeed.
|
Top
|
|
|
|
#106398 - 21/07/2002 14:42
Re: JEmplode 41: Synchronize won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
This is why i'm rewriting all this crap ... Each release has just gotten more complex and thus harder to debug. Ther upper 38 releases were not this bad ... I think a lot of this got nasty when I tried to put in a complex concept like mirroring on top of a system that was already too complex for its own good.
I would recommend going to a pre-mirror release... Unfortunately I don't have those jars up -- Maybe someone has one they can put up. Or go to the last official release.
|
Top
|
|
|
|
#106399 - 21/07/2002 20:55
Older JEmplode jars
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
I would recommend going to a pre-mirror release... Unfortunately I don't have those jars up -- Maybe someone has one they can put up.
Anyone? Bueller?
|
Top
|
|
|
|
#106400 - 23/07/2002 14:42
Re: JEmplode 41: Synchronize won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
40 seems to have the same problem, and I managed to get 35 to trash all my playlists (though I recovered them from the refs=0 search easily)
So I guess I'll wait for the next version and try not to mess with it much until then
|
Top
|
|
|
|
#106402 - 23/07/2002 15:01
Re: JEmplode 41: Synchronize won't?
[Re: mschrag]
|
carpal tunnel
Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
|
It's "experimental", and it only trashed the playlists, not the actual data. Not really a big deal at all.
Actually, I bet I still have a jar file from March which I know was stable, as long as my wife doesn't start caring about Wendy flags right now I can probably get by with that easily.
If you have anything you want tested later I'll be happy to volunteer also
|
Top
|
|
|
|
#106403 - 23/07/2002 15:12
Re: JEmplode 41: Synchronize won't?
[Re: Daria]
|
pooh-bah
Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
|
Aren't all jEmplode users automatically volunteer alpha testers ?
|
Top
|
|
|
|
|
|