Skip to content
/ avNames Public

Utility to rename audio files to have alphanumeric characters and update references in fwdata file

License

Notifications You must be signed in to change notification settings

mseag/avNames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility to rename audio files to have alphanumeric characters and update references in fwdata file

Renamed folder is output/

Configuration File

Required

config.json file in the same directory. This handles configuration

{
  "fwdata": "example.fwdata",
  "stop": 10
}

config.json fields

The config.json file should have the following fields:

`fwdata': Required

: Location of the fwdata file currently expected in ./samples/AudioVisual/.

stop: Optional

: Optional parameter to stop processing after this many renames. Not yet implemented

Pre-requisites and Usage

Install the current LTS of nodejs.

Install the dependencies with

npm install

Compile the project with

npm run build

Run the project with

node dist/index.js

License

Copyright (c) 2025 SIL Global. All rights reserved. Licensed under the MIT license.

About

Utility to rename audio files to have alphanumeric characters and update references in fwdata file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published