Jav.uncensored.hd.-.caribbeancom.111315-021.

| Step | Action | |------|--------| | | Breaks the filename into its logical parts (studio, format, date, ID, …). | | 2️⃣ Normalise the date | Detects the six‑digit “YYMMDD” pattern ( 111315 ) and turns it into an ISO‑8601 date ( 2015‑11‑13 ). | | 3️⃣ Identify the content type | Detects tags like JAV , UNCENSORED , HD , etc., and stores them as a list. | | 4️⃣ Return a dictionary | Gives you a tidy Python dict (or a JSON object) that can be dumped anywhere you like. | | 5️⃣ Optional CSV export | If you point the script at a folder, it will scan every file and write a CSV ready for import into Excel, Plex, Jellyfin, etc. |

$ python3 parse_jav.py "JAV.UNCENSORED.HD.-.Caribbeancom.111315-021.mkv" JAV.UNCENSORED.HD.-.Caribbeancom.111315-021.

const express = require('express'); const multer = require('multer'); const app = express(); | Step | Action | |------|--------| | |