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

Incorrect Next track ID after import chapters #51

Open
L2501 opened this issue Jul 7, 2023 · 5 comments
Open

Incorrect Next track ID after import chapters #51

L2501 opened this issue Jul 7, 2023 · 5 comments
Labels
atldotnet To be discussed with atldotnet maintainer awaiting feedback Requested user feedback needed to continue bug Something isn't working

Comments

@L2501
Copy link

L2501 commented Jul 7, 2023

in movie header atom after tagging chapters to m4b file the Next track ID is incorrectly set to "2" but ID 2 is already in use.

mediainfo --Details=10 file.m4b | grep "k ID"

0000008C   Next track ID:                        2 (0x00000002)
000000AC    Track ID:                            1 (0x00000001)
008995BD    Track ID:                            2 (0x00000002)

Ref: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-32947

@sandreas
Copy link
Owner

sandreas commented Jul 7, 2023

Thanks for reporting. I have to show this to the atldotnet maintainer, this may be fixed in a recent version.

@sandreas
Copy link
Owner

@L2501
Mmh I was not able to reproduce this. Could you help me out with a (smallish) file and the according command that produces this problem?

@L2501
Copy link
Author

L2501 commented Jul 17, 2023

import from the mp4v2 format, any file should do
tone tag file.m4b --meta-chapters-file file.chapters.txt

@L2501
Copy link
Author

L2501 commented Jul 17, 2023

@sandreas
Copy link
Owner

@L2501
Thanks, I'll take a look as soon as possible, but maybe we have to redirect this to atldotnet / @Zeugma440, I'll keep you up to date.

@sandreas sandreas added awaiting feedback Requested user feedback needed to continue atldotnet To be discussed with atldotnet maintainer bug Something isn't working labels Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
atldotnet To be discussed with atldotnet maintainer awaiting feedback Requested user feedback needed to continue bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants