Opened 13 years ago
Closed 13 years ago
#10010 closed Patch - Bug Fix (fixed)
MythArchive - Import of Native Archive broken
Reported by: | Owned by: | Raymond Wagner | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Plugin - MythArchive | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
When a native import is run from mythfrontend it is passing the parameter "--importnative" to mytharchivehelper, but mytharchivehelper is expecting "--importarchive" so the call fails.
I think the change of parameter mytharchiovehelper is expecting was made when the command line parsing changes were made.
Attached is a patch
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | mytharchive_nativeImport.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from paulh to Raymond Wagner |
---|---|
Status: | new → accepted |
comment:2 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | accepted → closed |
Correct native archive imports in MythArchive?.
This corrects an unintended change to the command line option used to import native archives back into recordings, performed as part of the migration to the new commandline parser.
See 73b3992b52d4834c2b658619fd31312cd5d3cc76
Fixes #10010
Branch: master Changeset: 364458ef28f0f89f2f9c595b74b078cac48a583f
Patch to fix the problem