Opened 18 years ago
Closed 18 years ago
#4677 closed enhancement (fixed)
Add dryrun and rerecord options to myth.find_orphans.pl
| Reported by: | Owned by: | Rob Smith | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | contrib | Version: | unknown |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Had an occasion to use this script when I lost a hard drive with 400G of recordings, a lot of which I hadn't watched yet.
Thought it would be useful to have the option to re-record the shows in case they come on again. While writing that feature I added a dryrun option so you can see what it will do without actually changing the database or removing files.
Patch attached.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | findorphans_rerecord.diff added |
|---|
comment:1 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [16481]) Fixes #4677, this adds a dryrun option as well as a rerecord option to myth.find_orphans.pl. Thanks David!