From 1f00cd699f0dd60928105ec89eaea17aeccd3a8a Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 8 Sep 2020 21:25:59 +0200 Subject: [PATCH] Add link to BockTown script Signed-off-by: Martyn Ranyard --- build/react-frontend/src/Components/AppAdmin/AppAdmin.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/build/react-frontend/src/Components/AppAdmin/AppAdmin.js b/build/react-frontend/src/Components/AppAdmin/AppAdmin.js index 3c973e2..410dd8b 100644 --- a/build/react-frontend/src/Components/AppAdmin/AppAdmin.js +++ b/build/react-frontend/src/Components/AppAdmin/AppAdmin.js @@ -101,6 +101,7 @@ class AppAdmin extends React.Component { const csvURL = "/csv/"+ channelName + "/" + adminToken const tsvURL = "/tsv/"+ channelName + "/" + adminToken const scriptURL = "/script.bat/"+ channelName + "/" + adminToken + const bockScriptURL = "https://tsdownloader.azurewebsites.net/api/ScriptApi/GenerateScript?userName="+ channelName const setPage = this.setPage const reloadDuetComponent = this.state.reloadDuetComponent const reloadSongComponent = this.state.reloadSongComponent @@ -157,7 +158,13 @@ class AppAdmin extends React.Component { It even works if you sang the same song with the same person on the same day.

- If you need to pause, press "Control" and "C" and say "Y" to the question. Next run the script will actually happily resume where it left off. + If you need to pause, press "Control" and "C" and say "Y" to the question. Next run the script will actually happily resume where it left off.

+
+ + You might be interested in BockTown's script that does the other side of the coin - finds and downloads duets completed by others of your open seeds + + + You can download your version of his script from here. It'll take a bit to generate so be patient, click the link once and wait. ;-)