Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.log, .cue, and .m3u file names #180

Closed
spacecactus opened this issue Aug 8, 2017 · 2 comments
Closed

.log, .cue, and .m3u file names #180

spacecactus opened this issue Aug 8, 2017 · 2 comments
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change

Comments

@spacecactus
Copy link

Hello, I'm using whipper 0.5.1 on Debian 9 (Stretch) and there seems to be a bug where the .log, .cue, and playlist files all have the file name of "00 - Hidden Track One Audio". This occurs regardless as to whether the CD has a hidden track one or not.
whipperhiddenfilename

Here are some sample ripping processes and logs:
Blue Oyster Cult - Don't Fear The Reaper Best Of
process-blue-oyster-cult.txt
00 - Hidden Track One Audio.txt

Pink Floyd - Dark Side Of The Moon
process-pink-floyd.txt
00 - Hidden Track One Audio.txt

Dave Brubeck - Time Out
process-dave-brubeck.txt
00 - Hidden Track One Audio.txt

The argument used to call whipper is:

$ whipper cd rip -L whipper -O ~/rips --track-template "%A - %d (%y)/%t - %n" --disc-template "%A - %d (%y)/%t - %n"

and the config file is:

whipper.txt

@xmixahlx
Copy link

xmixahlx commented Aug 8, 2017

The disc template includes track number and name (?). I am assuming that this will always be 00 HTOA because it is the first track processed. Either way, you don't want the disc named any of the track numbers and titles, I assume.

From your track template, I think you want to use --disc-template "%A - %d (%y)/%A - %d (%y)" or something similar.

@spacecactus
Copy link
Author

spacecactus commented Aug 8, 2017

Yes, it wasn't clear from the readme the function of --disc-template. Thank you.

whipper cd rip -L whipper -O ~/rips --track-template "%A - %d (%y)/%t - %n" --disc-template "%A - %d (%y)/%A - %d (%y)"

is what I needed. This issue can be closed.

@JoeLametta JoeLametta added the Support Questions that needs answering with no code changes needed or that only require a one time change label Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support Questions that needs answering with no code changes needed or that only require a one time change
Projects
None yet
Development

No branches or pull requests

3 participants