From 238ffc21c4fccd42a1c08ee7d8cd340352d8dd10 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:32:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1cdc0..5648c46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Description -I love the Music Report feature built in into [Hindenburg] (https://hindenburg.com/products/hindenburg-journalist-pro) but when using many short clips from each song – as I do when editing documentaries – the output gets a bit messy and one have to sum the duration for every title, including converting minutes/seconds forth and back. This script takes the output from Music Report (it gets copied into clipboard) and outputs a csv-file with title, artist and total duration for each song. +I love the Music Report feature built in into [Hindenburg](https://hindenburg.com/products/hindenburg-journalist-pro) but when using many short clips from each song – as I do when editing documentaries – the output gets a bit messy and one have to sum the duration for every title, including converting minutes/seconds forth and back. This script takes the output from Music Report (it gets copied into clipboard) and outputs a csv-file with title, artist and total duration for each song. ### Instructions