🐶
Docs
  • Javinizer
  • Installation
    • Install Javinizer (CLI)
    • Install Javinizer (Web GUI)
    • Updating Javinizer
  • Using Javinizer
    • Using the CLI
      • Sorting Files
      • Searching for Metadata
      • Updating Settings via the Cmdline
      • Setting owned movies on Javlibrary
    • Using the GUI
    • File Matching
      • Regex Match
      • Multi-part Match
    • Media Library Setup
  • Configuration
    • Settings
      • Actor Thumbnail CSV
      • Genre/Tag CSV
      • R18 Uncensor CSV
    • Dynamic Folder Structures
    • Format Strings
    • Metadata Priorities
    • Metadata Translation
    • Proxy Configuration
  • Troubleshooting
    • Frequently Asked Questions
Powered by GitBook
On this page
  1. Using Javinizer
  2. File Matching

Multi-part Match

Javinizer supports sorting multi-part videos. When sorted, all multi-part videos will be renamed in the format: ID-###-pt#.

The following filename formats will be detected as a multi-part video.

FIlename Format

Example

ID-###[a-iA-I]

ID-030A, ID-030B

ID-###-[a-iA-I]

ID-030-A, ID-030B

ID-###-\d

ID-030-1, ID-030-2

ID-###-0\d

ID-030-01, ID-030-02

ID-###-00\d

ID-030-001, ID-030-002

ID-###-pt\d

ID-030-pt1, ID-030-pt2

ID-### - pt\d

ID-030 - pt1, ID-030 - pt2

ID-###-part\d

ID-030-part1, ID-030-part2

ID-###_\d

ID-030_1, ID-030_2

ID-###_0\d

ID-030_01, ID-030_02

ID-###-cd\d

ID-030-cd1, ID-030-cd2

PreviousRegex MatchNextMedia Library Setup

Last updated 2 years ago