Opened 13 years ago
Closed 7 years ago
#10672 closed Developer Task (Won't Fix)
Maddening Video Metadata Save/Exit Behavior [patch]
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.28.2 |
Component: | MythTV - Video Library | Version: | 0.25-fixes |
Severity: | low | Keywords: | metadata editor return save exit root |
Cc: | Ticket locked: | no |
Description
Having recently upgraded from 0.21-fixes to 0.25-fixes, one of the things I was most excited about was getting useful metadata into my videos. However, I quickly found myself to the point of near rage at the metadata edit dialog's behavior of returning to the root of the video list when done editing a file, rather than returning to the file just edited. (Making editing multiple files take a *painfully* long time, even with a keyboard)
Attached is a patch that (mis-)uses the "save and restore video selection" logic to make save/exit-ing from the metadata edit dialog return to the video just edited.
I've tested it locally in list/browser/gallery modes, and they all seem to work. However, I'm very unfamiliar with myth's codebase, and I'm quite sure this need a good looking over. (I've noticed, for example, that in browser/gallery mode the file counts when returning from edit are wrong, until you move to a new video, though you do end up back on the correct video. I mostly use the list view and am fairly unfamiliar with the browser/gallery views so I didn't look into this further)
Hope this is at least marginally useful.
Attachments (2)
Change History (11)
Changed 13 years ago by
Attachment: | mythtv-video-metadata-editor-return-behavior.patch added |
---|
Changed 13 years ago by
Attachment: | mythtv-video-metadata-editor-return-behavior-update.patch added |
---|
Updated patch for the current state of 0.25-fixes
comment:1 Changed 12 years ago by
Component: | MythTV - General → MythTV - Video Library |
---|
comment:3 Changed 12 years ago by
Milestone: | unknown → 0.26 |
---|---|
Owner: | set to stuartm |
Status: | new → accepted |
comment:4 Changed 12 years ago by
Milestone: | 0.26 → 0.26.1 |
---|
comment:5 Changed 12 years ago by
Milestone: | 0.26.1 → 0.27 |
---|---|
Type: | Patch - Bug Fix → Developer Task |
I think there is another, better way to do this using the update event stuff that I'm working on to fix the bookmark/watched status bug.
comment:6 Changed 11 years ago by
Milestone: | 0.27 → 0.28 |
---|
comment:7 Changed 9 years ago by
Milestone: | 0.28 → 0.28.1 |
---|
Moving unresolved tickets to next point release
comment:8 Changed 8 years ago by
Milestone: | 0.28.1 → 0.28.2 |
---|
Moving remaining open 0.28.1 tickets to 0.28.2
comment:9 Changed 7 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | accepted → closed |
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master
Patch to return to the just edited file when exiting the video metadata edit dialog