Opened 16 years ago

Closed 15 years ago

#4469 closed patch (fixed)

Allow find_meta.py to ignore scanning some directories.

Reported by: Hadley Rich <hads@…> Owned by: Anduin Withers
Priority: minor Milestone: unknown
Component: mythvideo Version: unknown
Severity: low Keywords:
Cc: Rob Smith Ticket locked: no

Description

I have some files in my video collection which imdbpy never manages to get an IMDB ID for.

I figured instead of hammering the IMDB servers every time I want to run find_meta.py that I would add a small hack to ignore a directory.

This trivial patch allows you to add a file .mythvideo_skip_directory to a directory which will cause find_meta.py to skip that directory.

hads

Attachments (1)

find_meta_ignore.patch (596 bytes) - added by Hadley Rich <hads@…> 16 years ago.

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by Hadley Rich <hads@…>

Attachment: find_meta_ignore.patch added

comment:1 Changed 16 years ago by Anduin Withers

Status: newaccepted

comment:2 Changed 16 years ago by Rob Smith

Cc: Rob Smith added

comment:3 Changed 15 years ago by robertm

Resolution: fixed
Status: acceptedclosed

(In [21407]) Closes #4469. Adds a trivial check to find_meta.py to allow skipping of a directory by placing a .mythvideo_skip_directory file in it. Note that such a patch for the UI will not be applied, when we have them we should do this with SG directory preferences.

Note: See TracTickets for help on using tickets.