stash_vroom.jav module
This module provides utility functions for working with JAV files and filenames.
-
stash_vroom.jav.get_is_jav(filepath)[source]
Determine if the given file is a JAV (Japanese Adult Video) file.
- Parameters:
filepath (str) – A filename or file path
- Returns:
True if the file is a JAV, False otherwise.
-
stash_vroom.jav.get_jav_info(filepath)[source]
-
stash_vroom.jav.match_jav_filename(filename)[source]