From b4746b28603c517c3d2b513353a01685d1cf3588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Tue, 16 Nov 2021 23:17:12 +0100 Subject: [PATCH] Add README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abdulkadir Furkan Şanlı --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..85e8f65 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# lb_import + +[ListenBrainz](https://listenbrainz.org) allows you to export your scrobbles as a .json file. This tool allows you to import them back into an account. + +## Usage + +lb_import depends on [pylistenbrainz](https://github.com/paramsingh/pylistenbrainz). + +Once the dependency is installed you can run an import with the following command: + +`lb_import.py MY-API-KEY scrobbles.json` + +Importing the same dump multiple times will not create duplicates.