https://bugs.kde.org/show_bug.cgi?id=513005
Bug ID: 513005
Summary: SelectChapterTags.qml produces a QT error and
`kid3-cli` exits prematurely.
Classification: Applications
Product: kid3
Version First 3.9.x
Reported In:
Platform: Other
OS: Microsoft Windows
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
The “select chapter tags” QML script now produces a QT error and `kid3-cli`
exits prematurely.
STEPS TO REPRODUCE
1. Run the command: `kid3-cli -c "select 'anything.mp3'" -c "execute @qml
'<KID3 LOCATION HERE>\qml\script\SelectChapterTags.qml'"
OBSERVED RESULT
The following error is produced, and `kid3-cli` exits prematurely, and any
tagging attempted to do in commands thereafter is unsuccessful:
```
qt.qml.typeregistration: Invalid QML element name "Frame"; value type names
should begin with a lowercase letter
qt.qml.typeregistration: Invalid QML element name "FrameNotice"; value type
names should begin with a lowercase letter
When matching arguments for Kid3Application::tagsToFrameModels():
Too many arguments, ignoring 2
```
--
You are receiving this mail because:
You are watching all bug changes.