Skip to content

Generates cue sheets from .edl files and Audio Network metadata

License

Notifications You must be signed in to change notification settings

lurodrigo/anw-cue-sheet

Repository files navigation

anw-cue-sheet

A small application I made for my girlfriend to automate generating cue sheets from EDL files. She often uses Audio Network, so she had the laborious task of browsing Audio Network to find out info about the tracks to fill the spreasheets.

This app takes one, many, or a entire dir of .edl files, searches for files whose name begins with ANW, crawls ANW search to find ISBN, Author etc for each of them. It stores all info in a durable atom (thanks Enduro), so tipically a track will only be crawled for once.

Usage

This app can be used from the REPL. The main functions are cue-from-file, cue-from-files and cue-from-dir. They take a file path, many paths, or a dir path, respectively, and a xlsx template to be filled. You can specify the columns and starting row.

There's also a GUI, written with cljfx, that's run as the main entrypoint.

Libraries used

License

Distributed under the MIT License.

Releases

No releases published

Packages

No packages published