You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/RenameFile/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,19 +80,19 @@ That's it!!!
80
80
-**rename_associated_files_enable** - (Default=True). When value set to true, will enable feature for associated_files_to_rename. See **associated_files_to_rename**.
81
81
-**associated_files_to_rename** - This field is a list of file extension that are associated with the video file, and that are renamed when the video file is renamed. Requires **rename_associated_files_enable** to be True. User should add or remove extensions from this list for their particular requirements.
82
82
- By default, the following extensions are set to this list:
83
-
-**Funscript**: A file format that is the standard format for scripting interactive devices by syncing them up to a video.
84
-
-**SRT**: SubRip Text -> A widely used, simple text file format that displays caption text with timecodes
85
-
-**VTT**: WebVTT -> A text-based format that is part of the HTML5 standard
86
-
-**SCC**: Scenarist Closed Caption -> A format used by broadcast and digital media producers for TV and movies.
87
-
-**TTML**: Timed Text Markup Language
83
+
-**CAP**: Primarily used for Japanese subtitles
88
84
-**DFXP**: Distribution Format Exchange Profile
85
+
-**Funscript**: A file format that is the standard format for scripting interactive devices by syncing them up to a video.
86
+
-**INFO**: A ".info file" is a configuration or metadata file with different meanings depending on the context.
89
87
-**LRC**: A computer file format that synchronizes song lyrics with an audio file, such as MP3, AAC, or MIDI.
90
-
-**CAP**: Primarily used for Japanese subtitles
88
+
-**MCC**: MacCaption
91
89
-**SAMI**: Synchronized Accessible Media Interchange -> A Microsoft accessibility initiative released in the summer of 1998.
90
+
-**SCC**: Scenarist Closed Caption -> A format used by broadcast and digital media producers for TV and movies.
91
+
-**SRT**: SubRip Text -> A widely used, simple text file format that displays caption text with timecodes
92
92
-**STL**: Spruce Subtitle File -> Text file for Apple's DVD Studio Pro
93
-
-**MCC**: MacCaption
94
-
-**INFO**: A ".info file" is a configuration or metadata file with different meanings depending on the context.
93
+
-**TTML**: Timed Text Markup Language
95
94
-**TXT**: A plain text file containing information about the associated video file.
95
+
-**VTT**: WebVTT -> A text-based format that is part of the HTML5 standard
96
96
-**XML**: Extensible Markup Language -> A text-based file format used for storing and transporting data for the associated video file. It is designed to be both human-readable and machine-readable.
97
97
-**handleExe** - Populate this field in order to allow RenameFile plugin to close all open file handles.
98
98
- In Windows, a file can't be renamed if the file is opened by another process. In other words, if a file is being played by Stash or any other video player, the RenameFile plugin will get an access denied error when trying to rename the file.
0 commit comments