Opened 13 years ago

Closed 13 years ago

#9881 closed Patch - Bug Fix (fixed)

mytharchivehelper doesn't specify QVariant type for string parameters- breaks mytharchive

Reported by: ryebrye@… 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)

helperdiff.txt (2.2 KB) - added by ryebrye@… 13 years ago.
patch to specify a QVariant::Type so mytharchivehelper will run

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by ryebrye@…

Attachment: helperdiff.txt added

patch to specify a QVariant::Type so mytharchivehelper will run

comment:1 Changed 13 years ago by ryebrye@…

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 13 years ago by beirdo

Owner: changed from paulh to beirdo
Status: newassigned

comment:3 Changed 13 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.