From 134af75292a44a40a93f2dec2b37749b718d2b8f Mon Sep 17 00:00:00 2001 From: Matt Foxx Date: Fri, 19 Apr 2024 12:04:32 -0400 Subject: [PATCH] Add multi-scrobbler (#650) Co-authored-by: nodiscc --- software/multi-scrobbler.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/multi-scrobbler.yml diff --git a/software/multi-scrobbler.yml b/software/multi-scrobbler.yml new file mode 100644 index 0000000000..4bac63e7ae --- /dev/null +++ b/software/multi-scrobbler.yml @@ -0,0 +1,12 @@ +name: multi-scrobbler +website_url: https://foxxmd.github.io/multi-scrobbler +source_code_url: https://github.com/FoxxMD/multi-scrobbler +description: Scrobble plays from multiple sources to multiple scrobbling services. +licenses: + - MIT +platforms: + - Nodejs + - Docker +tags: + - Media Streaming - Audio Streaming +depends_3rdparty: false