From 622e493a854e7993983824df82fbc6fea42988b5 Mon Sep 17 00:00:00 2001 From: Lasse Edfast <8794658+lasseedfast@users.noreply.github.com> Date: Thu, 4 Mar 2021 11:29:38 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6bea5c7..fb1cdc0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +### 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. + + ### Instructions _Make sure you have Pandas installed, else run pip install pandas_