wxdlabs / rubyripper

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

Various Artist rips swap position of %t and %a #430

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) Please describe the steps to reproduce the situation:
a. Insert variosu artists CD
b. define various artists output format (mine: %f/%va/%b/%b_%n_%a_%t)
c. check final file name

2) What is the expected output? What do you see instead?
I expect the following:
flac/various_artists/soundtrack_name/soundtrack_name_01_performer_title.flac

I get:
flac/various_artists/soundtrack_name/soundtrack_name_01_title_performer.flac

3) What version of rubyripper are you using? On what operating system? The
gtk2 of commandline interface?

rubyripper-git 20100611-1
Arch Linux
Linux desktop 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64 

gtk2

4) Is this not already fixed with the latest & greatest code? See for
instructions the Source tab above.

I don't believe so.

5) Does the problem happen with all discs? If not, please attach
the output of cdparanoia -Q with a disc that gives trouble.

Have not tried other CDs, but currently using:

Table of contents (audio tracks only):
track        length               begin        copy pre ch
===========================================================
  1.     9757 [02:10.07]        0 [00:00.00]    no   no  2
  2.    11332 [02:31.07]     9757 [02:10.07]    no   no  2
  3.    13449 [02:59.24]    21089 [04:41.14]    no   no  2
  4.    13804 [03:04.04]    34538 [07:40.38]    no   no  2
  5.    12012 [02:40.12]    48342 [10:44.42]    no   no  2
  6.    16372 [03:38.22]    60354 [13:24.54]    no   no  2
  7.     8752 [01:56.52]    76726 [17:03.01]    no   no  2
  8.     9987 [02:13.12]    85478 [18:59.53]    no   no  2
  9.    15609 [03:28.09]    95465 [21:12.65]    no   no  2
 10.    12419 [02:45.44]   111074 [24:40.74]    no   no  2
 11.    18579 [04:07.54]   123493 [27:26.43]    no   no  2
 12.    14059 [03:07.34]   142072 [31:34.22]    no   no  2
 13.     4372 [00:58.22]   156131 [34:41.56]    no   no  2
 14.    10912 [02:25.37]   160503 [35:40.03]    no   no  2
 15.     9837 [02:11.12]   171415 [38:05.40]    no   no  2
 16.    11374 [02:31.49]   181252 [40:16.52]    no   no  2
 17.    10187 [02:15.62]   192626 [42:48.26]    no   no  2
TOTAL  202813 [45:04.13]    (audio only)

6) Please explain why this change is important for you. Also, how many
users would benefit from this change?

correct filenames

Original issue reported on code.google.com by hansonor...@verizon.net on 16 Jun 2010 at 11:53

GoogleCodeExporter commented 8 years ago
With your file settings I get for a various disc the following:

Tmf Rockzone 1 Cd1 01 Kid Rock Cowboy.flac
Tmf Rockzone 1 Cd1 02 Anouk R U Kidding Me.flac
Tmf Rockzone 1 Cd1 03 Korn Freak On A Leash.flac
Tmf Rockzone 1 Cd1 04 Blessed Union Of Souls Hey Leonardo (She Likes Me For 
Me).flac
Tmf Rockzone 1 Cd1 05 Lit My Own Worst Enemy.flac
Tmf Rockzone 1 Cd1 06 Novastar Wrong.flac
Tmf Rockzone 1 Cd1 07 Len Steal My Sunshine.flac
Tmf Rockzone 1 Cd1 08 Vertical Horizon We Are.flac
Tmf Rockzone 1 Cd1 09 Andreas Johnson Glorious.flac
Tmf Rockzone 1 Cd1 10 Smash Mouth All Star.flac
Tmf Rockzone 1 Cd1 11 Skunk Anansie Secretly.flac
Tmf Rockzone 1 Cd1 12 Supergrass Pumping On Your Stereo.flac
Tmf Rockzone 1 Cd1 13 Beth Hart La Song.flac
Tmf Rockzone 1 Cd1 14 Wes Cunningham Not Enough.flac
Tmf Rockzone 1 Cd1 15 The Cranberries Promises.flac
Tmf Rockzone 1 Cd1 16 New Radicals You Get What You Give.flac
Tmf Rockzone 1 Cd1 17 Robbie Williams Strong.flac
Tmf Rockzone 1 Cd1 18 Liquido Narcotic.flac
Tmf Rockzone 1 Cd1 19 Blur Tender.flac

I don't see the problem here. Are you sure the disc is detected as an various 
artist disc?

Original comment by boukewou...@gmail.com on 17 Jun 2010 at 7:50

GoogleCodeExporter commented 8 years ago
Hmmm... It seems to be disc specific.  I see the issue on "A Mighty Wind: The 
Album" but I do not see it on "Wicked: Original Broadway Cast Recording."  A 
Mighty Wind is an enhanced CD with a video on the CD after the music, at the 
outer portion of the CD.  Any thoughts?

Original comment by hansonor...@verizon.net on 18 Jun 2010 at 6:08

GoogleCodeExporter commented 8 years ago
For the metadata all discs are handled the same. Only relevant factor is if the 
disc is detected as a various disc. Otherwise the filescheme for normal discs 
will be used.

Original comment by boukewou...@gmail.com on 18 Jun 2010 at 6:17

GoogleCodeExporter commented 8 years ago
Another possible reason might be that all tracks in this freedb entry are 
formatted as: trackname - artist. Then the artist and trackname will be 
shuffled, but the cause would be a not valid freedb entry.

But you should see this in the user interface with the disc info.

Original comment by boukewou...@gmail.com on 18 Jun 2010 at 6:22

GoogleCodeExporter commented 8 years ago
Dang!  I just realized that the Artist and Trackname fields are swapped.  
Sorry, not a big.  Just operator error!

Original comment by hansonor...@verizon.net on 18 Jun 2010 at 8:14

GoogleCodeExporter commented 8 years ago
I'll close this one then :)

Original comment by boukewou...@gmail.com on 18 Jun 2010 at 8:16