Opened 14 years ago
Closed 14 years ago
#9265 closed Developer Task (Fixed)
Move the video scanner into the backend
Reported by: | robertm | Owned by: | robertm |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | Plugin - MythVideo | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
This ticket is to track the progress of moving the video scanner into the backend.
Initial patch does this with a new mythproto command, SCAN_VIDEOS. Currently, only the scanning and insertion into the database done, I'll want to finish the work of also having metadata grabbing done there (possibly with a discrete proto command as well?) before committing.
As it stands, the mythbackend --scanvideos command isn't working quite right yet, but firing off a SCAN_VIDEOS message to the backend with the bindings seems to work nicely.
When all is said and done, we can probably use this to replace the uPnP media scanner.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | backendvideoscan.diff added |
---|
comment:1 Changed 14 years ago by
Version 2 fixes mythbackend --scanvideos to work properly and some formatting.
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
Version: | Unspecified → Trunk Head |
---|
comment:4 Changed 14 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
I'm not going to track the rest of this with the ticket, the backend can now successfully video scan.
Backend video scanner, version 1