AlexLeoTW / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

CLI track selection wrong #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter 2 if for entering the tracks you want to keep.
2. Select two tracks
3.

What is the expected output? What do you see instead?
should select what I said, instead grabs additional tracks.

What version of the product are you using? On what operating system?
svn 38, Debian

Please provide any additional information below.
Maybe needs a space after the last # entered?

Should all tracks be ripped ? (y/n) n
Current selection of tracks : 1, 2, 3, 4, 5, 6, 7, 8
Enter 1 for entering the tracknumbers you want to remove.
Enter 2 if for entering the tracks you want to keep.
Your choice: 2
Type the numbers of the tracks you want to keep and separate them with a
space: 1 2
Current selection of tracks : 1, 2, 4, 6, 8
Do you want to make any changes? (y/n) : y
Current selection of tracks : 1, 2, 4, 6, 8
Enter 1 for entering the tracknumbers you want to remove.
Enter 2 if for entering the tracks you want to keep.
Your choice: 2
Type the numbers of the tracks you want to keep and separate them with a
space: 1 2
Current selection of tracks : 1, 2, 6
Do you want to make any changes? (y/n) : y
Current selection of tracks : 1, 2, 6
Enter 1 for entering the tracknumbers you want to remove.
Enter 2 if for entering the tracks you want to keep.
Your choice: 2
Type the numbers of the tracks you want to keep and separate them with a
space: 1 2
Current selection of tracks : 1, 2

Original issue reported on code.google.com by mordbr...@gmail.com on 7 Dec 2006 at 10:04

GoogleCodeExporter commented 8 years ago
This is probably the least tested part of rubyripper 0.3. I'll fix it soon. 
Perhaps 
a bugfix release in a few weeks?

Original comment by rubyripp...@gmail.com on 7 Dec 2006 at 9:26

GoogleCodeExporter commented 8 years ago
I think I fixed it at revision 40. Please test.

Original comment by rubyripp...@gmail.com on 7 Dec 2006 at 9:54