Skip to content

Remove File Extension From Name.applescript

antoniondc edited this page Oct 29, 2025 · 1 revision

description: author: version: source: testedqlab: "4.7" testedmacos: 10.15.7 separateprocess: "true"

Change Log

Version Date Author Description
1.1
1.0 yyyy-mm-dd YourName Initial version

Overview

Brief description of the script’s purpose, what problem it solves, and its context in QLab workflow.


Usage

How to Run

  1. Script Library:
    Add this script to ~/Library/Script Libraries/QLab and call it from QLab as:
set theScript to load script "/QLab/path/to/Script Name.scpt"
run theScript

Sempre use o path completo! paths repativos (~) não são aceitos dentro do qlab

  1. Script Cue:
    Paste the script contents into a Script Cue in your QLab project.

Parameters / User Variables

Variable Type Default Description
FORBIDDEN_EXTENSIONS array {".mp3", ".wav", ".mp4"}
NORMALIZE_TO_LOWER boleano true
REMOVE_DOUBLE_SPACES boleano true
REMOVE_LEADING_NUMBERS boleano true
ADD_PREFIX_SUFFIX boleano false
APPLY_TO string "q name" "q number"
  • Where and how to set these (via Memo Cues, global variable, etc).

Example

Show a short code example (or screenshot if relevant) demonstrating how to use the script, including any required variables.


What It Does

  • List out the steps the script takes or the operations performed.

  • Point out any QLab features used (e.g., "Modifies all selected cues", "Creates a fade cue with specified parameters", etc).

  • Mention any limitations or known issues.


Required QLab / macOS Version

  • QLab: 4.0+ (or specify version)

  • macOS: (list if relevant)


Related Scripts


Credits

If adapted, credit the source/original author here.

Menu

=================== < Back To Repo > ===================

Clone this wiki locally