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

Fix parsing the track padding #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix parsing the track padding #6

wants to merge 1 commit into from

Conversation

pnedkov
Copy link

@pnedkov pnedkov commented Apr 25, 2018

When PADTRACKS=n the trac padding is 3 digits

@pnedkov
Copy link
Author

pnedkov commented Apr 25, 2018

When PADTRACKS is not set or it is set to n (which is the default) I get the following warning when abcde finishes:

$ abcde
Grabbing entire CD - tracks: 001 002 003 004 005 006 007 008 009 010 011 012
...
...
...
[WARNING] The encoded formats does not match with the moved ones
[WARNING] Formats encoded:
[WARNING] Formats moved: flac
[WARNING] Use "abcde -a clean -f -C a70d630c" to force the removal of the remaining data.
Finished. Not cleaning /home/plamen/abcde.a70d630c.

It looks like the track padding is 3 digits (001, 002, 003...).

Here is how the status file looks like:

abcde-version=2.9.1
cdparanoia-audio-tracks=12
Lookup method 0: cddb
cddb-statcomplete
cddb-querycomplete
cddb-read-1-complete
cddb-readcomplete
cddb-entries=1
cddb-choice=1
variousartists=
variousartiststyle=forward
cddb-edit
readtrack-001
encodetracklocation-%local1%=001
encodetrack-flac-001
encodetrack-001
tagtrack-flac-001
tagtrack-001
movetrack-001
movetrack-output-flac
readtrack-002
encodetracklocation-%local1%=002
encodetrack-flac-002
encodetrack-002
tagtrack-flac-002
tagtrack-002
movetrack-002
...

I am on Arch Linux.

When PADTRACKS=n the trac padding is 3 digits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant