-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to remove movement tag with --meta-remove-property #44
Comments
Thx for reporting, i'll take a look. |
I have the same issue with recording-date.
|
@cybergurke @scapix |
I'm on version 0.1.8 and just ran into this problem. I try to clean an m4b file of all tags first, before setting only the tags that I want. So now I have only the title tag left, and the part and movement tags. Then I run
And output shows that part as well as movement tags are set to null. After that, a dump shows the file still has part and movement tags with their previous values. So either I'm trying to do something the program doesn't expect, or something else is wrong. |
@vincentkoevoets Thanks for reporting. Yeah Regarding |
Yes that's how I also use mp3tag. As far as I can tell tone does not break anything. I did some more testing. Some things that stood out:
Those were my findings so far. I'm not an expert, but if there is anything I can do, just say the word. Tone seems like a very promising and versatile application! |
Thanks for your detailed report. I think I might have found the problem, The problem is that it has to create an additional property (which is not in the specification) and this can only be removed when handled correctly. There is an issue with that, I'll try to fix this asap. |
@vincentkoevoets |
@vincentkoevoets Awaiting fix of Zeugma440/atldotnet#285 |
Hey @sandreas, so sorry for not responding anymore, I've been very busy. But now I see you've been busy too! I'm no expert but I think I can understand what you're describing. In fact I came here to suggest it might have had something to do with an update or change in |
--meta-remove-property=movement does not remove movement property from tagged file(s)
The text was updated successfully, but these errors were encountered: