Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Feature request: Allow "track-total" (total number of tracks) to be empty #58

Open
dcharles opened this issue Jul 2, 2017 · 0 comments
Labels

Comments

@dcharles
Copy link

dcharles commented Jul 2, 2017

I use eyeD3 with the CD-ripping software abcde, which allows you to pass in command-line parameters (e.g., --no-zero-padding) to eyeD3. However, I have not been able to find a way to force eyeD3 to empty the "track-total" field.

The manpage of eyeD3 notes: "Options for manipulating tag data have the side-effect of removing a frame when the data specified is the empty string. For example, --artist="" (or -a "") would cause the artist frame to be removed. This is especially useful for removing comment frames."

However, the argument of "--track-total" is a number, not a string, so it appears that it is not possible to empty this field.

I attempted to accomplish this by passing in a value of zero (i.e., "--track-total=0"). After running that command and using eyeD3 to check the mp3 file, the total number of tracks is no longer shown. However, if I use another program (e.g., puddletag) to check the mp3 file, the "track" field is still populated with a zero: e.g., "01/00".

If it helps, my eyeD3 version number is 0.6.18.

@nicfit nicfit added the feature label Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants