Sone-162-javhd-today-04192024-javhd-today02-23-... < 100% LATEST >

#!/usr/bin/env bash
# Variables
catalog="SONE-162"
genre="JAVHD"
date=$(date +%m%d%Y)               # e.g., 04192024
time=$(date +%H-%M)                # e.g., 02-23
performer="Mika-Ai"
resolution="1080p"
codec="x264"
audio="AAC"
source="WEBRip"
ext="mp4"
filename="$catalog-$genre-TODAY-$date-$genre-TODAY$time-$performer-$resolution-$codec-$audio-$source.$ext"
echo "$filename"
# → SONE-162-JAVHD-TODAY-04192024-JAVHD-TODAY02-23-Mika-Ai-1080p-x264-AAC-WEBRip.mp4
  • Parsing tip: Capture everything up to the first hyphen (-) if you need the “site‑code”.
  • The string you've provided seems to follow a specific naming convention:

    SONE-162-JAVHD-TODAY-04192024-JAVHD-TODAY02-23-...
    

    Let's break it down:

    Add to Collection

    Organize your favorites into collections

    Loading collections...

    No collections yet. Create your first collection!

    Public collections can be shared via a link and viewed by anyone.