From 81c0f66cf594d7a44b166bb05de79ed0277c188e Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Wed, 19 Nov 2025 02:18:57 +0530 Subject: Initialized and added some basic functionality Add the token config var, couple of basic functions to kick things off Signed-off-by: Pratyush Desai --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9344462 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# ListenBrainz for Limnoria +=========================== + +A Limnoria plugin for ListenBrainz using the `liblistenbrainz` library. +The service helps keep track of music listened to and helps find other musical interests. +And it's FOSS. Unlike LastFM. + + +## Requirements: + +* Preferably Limnoria 2025 release and Python3.19 +* `pip install liblistenbrainz` +* After Sign Up/Log In navigate to [settings](https://listenbrainz.org/settings/) to find/reset your user-token. +* Currently none of the functionality uses it though. + +## Installation: + +* just `git clone ListenBrainz` in the `plugins/` directory. +* Ensure dependencies are met and `load ListenBrainz` + -- cgit v1.2.3