Modify ↓
Ticket #9415 (closed Patch - Feature: fixed)
Opened 2 years ago
Last modified 2 years ago
Update filename in the filemarkup table when scanning for mythvideo changes.
| Reported by: | Johnny Stenback <mythtv-users@…> | Owned by: | robertm |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythVideo | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
If a mythvideo file gets moved from one directory to another the filename change is observed in the videometadata table when scanning for changes, but the filename change is not done to the filemarkup table. The attached patch fixes this problem.
Attachments
Change History
Changed 2 years ago by Johnny Stenback <mythtv-users@…>
- Attachment filemarkup-update-on-scan added
comment:1 Changed 2 years ago by stuartm
- Owner set to robertm
- Version changed from Unspecified to Trunk Head
- Component changed from MythTV - General to Plugin - MythVideo
comment:2 Changed 2 years ago by robertm
- Status changed from new to assigned
- Type changed from Patch - Bug Fix to Patch - Feature
- Milestone changed from unknown to 0.25
comment:3 Changed 2 years ago by robertm
- Status changed from assigned to closed
- Resolution set to Fixed
Fixed in a0fcdbb
comment:4 Changed 2 years ago by Robert McNamara
- Resolution changed from Fixed to fixed
Update the seektables when a filename changes on scan in MythVideo?.
Patch from Johnny Stenback. Fixes #9415.
Changeset: a0fcdbbc8ae485c7cd72bc414aa569b65dfe40ca
Note: See
TracTickets for help on using
tickets.

Update filename in filemarkup on scan...