MovieImporter
From Moving Pictures
Contents |
Importer Rules
- Break down the importer into several rules.
- These rules are in order of which they are applied.
- Rules can be applied using AND/OR
- Current method: ScanFiles()
Include
- files and folders in import path
- no pending changes for current folder?
Exclude
- OR is not a movie extension (mediaportal setting)
- OR *.vob if part of dvd
- OR *.ifo if not video_ts.ifo
- OR is a sample file (setting)
Group
Group files with the following conditions:
- AND in the same folder
- AND levenhstein distance of parts
- AND matches multi-part naming convention (expression)
- OR always group in the same folder (setting)
- OR movie/cd1/*, movie/cd2/* convention
Identify
this is the LocalMediaParser class