Opened 14 years ago
Closed 14 years ago
#9881 closed Patch - Bug Fix (fixed)
mytharchivehelper doesn't specify QVariant type for string parameters- breaks mytharchive
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Plugin - MythArchive | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I was getting an error trying to use mytharchive - I was able to fix the error and will attach a patch.
Prior to this patch, mytharchive was not able to call mytharchivehelper and when you told it to burn the dvd it would fail.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | helperdiff.txt added |
---|
comment:1 Changed 14 years ago by
Prior to applying this patch, the output of mytharchivehelper for me would be:
"$ mytharchivehelper --getdbparameters --outfile Foo Boolean type options do not accept values:
--outfile
... "
comment:2 Changed 14 years ago by
Owner: | changed from paulh to beirdo |
---|---|
Status: | new → assigned |
comment:3 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fix commandline for mytharchivehelper
Missed a few commas, thus making --infile, --outfile, --ifofile expect bool instead of QString.
Also fixed the getdbparameters name in the read from the hash.
Fixes #9881
Branch: master Changeset: 6780a7d5bff79d25da6adf3f57a62feffa5f3add
patch to specify a QVariant::Type so mytharchivehelper will run