AlexLeoTW / rubyripper

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

cli doesn't run #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run cli
2.
3.

What version of the product are you using? On what operating system?
svn 19, debian

Please provide any additional information below.

[jebediah@manger]-(~/src/rubyripper/svn)$ ./rubyripper_cli.rb
./rubyripper_cli.rb:168:in `initialize': wrong number of arguments (4 for
3) (ArgumentError)
        from ./rubyripper_cli.rb:168:in `new'
        from ./rubyripper_cli.rb:168:in `cdrom'
        from ./rubyripper_cli.rb:139:in `main'
        from ./rubyripper_cli.rb:22:in `initialize'
        from ./rubyripper_cli.rb:240:in `new'
        from ./rubyripper_cli.rb:240

Original issue reported on code.google.com by mordbr...@gmail.com on 19 Nov 2006 at 9:24

GoogleCodeExporter commented 8 years ago
It runs nicely for me now. In the process I updated the way the CLI was used.
* multiple freedb hits are now supported
* able to set each setting without going into complete configuration
* nice standard values if no config file is found
* more efficient way to select tracks for inclusion

Please open a new issue for remaining issues.

Original comment by rubyripp...@gmail.com on 27 Nov 2006 at 6:49