gco / rubyripper

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

rr changing brackets and commas in album names #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ripping a CD 
2.
3.

What is the expected output? What do you see instead?
What I saw:

FREEDB INFO
Artist : Johnny Hallyday
Album : A la Vie, à la Mort ! [Disc 1]
Genre : Rock
Year : 2002

#Track 1 : Entre Nous
#Track 2 : Dis-Le Moi
.............

outputting to /video/music/flac/temp/track1_2.wav

 (== PROGRESS == [                              | 018209 00 ] == :^D * ==)   

Done.

Analyzing files for mismatching chunks
Every chunk matched 2 times :)
MD5 sum: 0d60612857e098f7df4c14dc1b289554

Ripping progress (7.78 %)
Encoding progress (0 %)

flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh Coalson
flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
welcome to redistribute it under certain conditions.  Type `flac' for details.

track1_1.wav: ERROR initializing encoder
              init_status = FLAC__STREAM_ENCODER_INIT_STATUS_ENCODER_ERROR
              state = FLAC__STREAM_ENCODER_IO_ERROR

An error occurred opening the output file; it is likely that the output
directory does not exist or is not writable, the output file already exists and
is not writable, or the disk is full.

/usr/lib/ruby/site_ruby/1.8/rr_lib.rb:868:in `initialize': No such file or
directory - /video/music/flac/Johnny Hallyday (2002) A la Vie, à la Mort !
(Disc 1)/Johnny Hallyday - A la Vie, à la Mort ! (Disc 1) (flac).m3u
(Errno::ENOENT)
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:868:in `new'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:868:in `update_playlist'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:781:in `do_flac'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:758:in `initialize'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:1068:in `new'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:1068:in `ripper'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:1059:in `each'
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:1059:in `ripper'
         ... 11 levels...
        from /usr/bin/rrip_cli:254:in `get_cd_info'
        from /usr/bin/rrip_cli:41:in `initialize'
        from /usr/bin/rrip_cli:379:in `new'
        from /usr/bin/rrip_cli:379

Notice, it's looking for "......(Disc 1)" NOT [Disc 1] which is the
directory that was created. No emu file was created.

ls *John*Disc*
Johnny Hallyday (2002) A la Vie, à la Mort ! [Disc 1]:
ripping.log

Here's one with a colon:

CDDB INFO

Artist  = Ella Fitzgerald
Album   = Compact Jazz: Ella Fitzgerald (Masterpieces)
Year    = 2003
..........
/usr/lib/ruby/site_ruby/1.8/rr_lib.rb:868:in `initialize': No such file or
directory - /video/music/flac/Ella Fitzgerald (2003) Compact Jazz, Ella
Fitzgerald (Masterpieces)/Ella Fitzgerald - Compact Jazz, Ella Fitzgerald
(Masterpieces) (flac).m3u (Errno::ENOENT)
        from /usr/lib/ruby/site_ruby/1.8/rr_lib.rb:868:in `new'
......

Again. it's now looking for "Compact Jazz, ..." NOT Compact Jazz:

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?

0.4.4

gui and cli

Please provide any additional information below.

I've only seen this problem with brackets and colons. rr ceates the
directories with the original characters, then changes the brackets to
parens, and the colons to commas.

Original issue reported on code.google.com by seandar...@gmail.com on 19 Jan 2008 at 10:03

GoogleCodeExporter commented 9 years ago
bad description: changes brackets and COLONS in album names

sean

Original comment by seandar...@gmail.com on 20 Jan 2008 at 4:25

GoogleCodeExporter commented 9 years ago
I think this is already solved in latest svn. Could you please confirm this?

Original comment by rubyripp...@gmail.com on 20 Jan 2008 at 10:07

GoogleCodeExporter commented 9 years ago
todays svn, 192, works for me.

Thanks. Great program.

Sean

Original comment by seandar...@gmail.com on 20 Jan 2008 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by rubyripp...@gmail.com on 20 Jan 2008 at 7:13