https://bugs.kde.org/show_bug.cgi?id=499812
--- Comment #3 from Urs Fleisch <uflei...@users.sourceforge.net> --- That was actually an easy one, only two lines had to be fixed. Now you can get existing chapters from an ID3v2 tag as an LRC file with kid3-cli -c "get Chapters:/path/to/file.lrc" /path/to/file.mp3 The LRC file can be edited and the chapters can be set using kid3-cli -c "set Chapters:/path/to/file.lrc ''" /path/to/file.mp3 The same works also with MP4 tags when the Mp4v2Metadata plugin is used. I hope that this solution is enough. I would then probably invest my time rather in implementing MP4 chapter support for TagLib than in enhancing the CLI with fancy chapter commands. You can find a fixed version kid3-git20250216 in https://sourceforge.net/projects/kid3/files/kid3/development/. -- You are receiving this mail because: You are watching all bug changes.