Hi,
I'm trying to set the name of the directory that CD Ripper rips to. I would like it to be basically `year - albumname (Disc discno - disctitle)`. The disc segment is omitted for single disc releases, e.g. '1969 - Led Zeppelin' and '1993 - In Utero (Disc 2 - Live 1993 / 1994)'. Any solution to achieve this would be appreciated.
I haven't quite succeeded yet. I see that CD Ripper appears to join the 'album' and 'discsubtitle' tags that it collected from Musicbrainz with a ';' so I looked for for a disc subtitle or an original album tag to bypass the join, but didn't spot them. After that, splitting on the ';' seemed like a good work-around, but I can't get [SPLIT] to break on a ';'.
Is it possible to split on ';'? Is the original problem solved in an easier way?
Thanks
I'm trying to set the name of the directory that CD Ripper rips to. I would like it to be basically `year - albumname (Disc discno - disctitle)`. The disc segment is omitted for single disc releases, e.g. '1969 - Led Zeppelin' and '1993 - In Utero (Disc 2 - Live 1993 / 1994)'. Any solution to achieve this would be appreciated.
I haven't quite succeeded yet. I see that CD Ripper appears to join the 'album' and 'discsubtitle' tags that it collected from Musicbrainz with a ';' so I looked for for a disc subtitle or an original album tag to bypass the join, but didn't spot them. After that, splitting on the ';' seemed like a good work-around, but I can't get [SPLIT] to break on a ';'.
Is it possible to split on ';'? Is the original problem solved in an easier way?
Thanks

Comment