Skip to content

timkicker/maloja-manual-scrobbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maloja Manual Scrobbler is a Python script for manually scrobbling albums to your Maloja instance using data from Discogs.

Table of Contents

  1. Installation
  2. Usage
  3. Arguments
  4. Setting Up API Keys
  5. License

Installation

  1. Clone the Repository:

    git clone https://github.com/your_username/maloja-manual-scrobbler.git
  2. Install Dependencies:

    pip install -r requirements.txt

Usage

Run the script using Python. Here's an example:

Usage

Arguments

  • -ar, --artist: The name of the artist.
  • -al, --album: The name of the album.
  • -r, --release: The release ID of the album on Discogs. (optional)
  • -d, --date: The date and time when you started listening to the album (optional).

Setting Up API Keys

Before using the script, you need to set your Discogs token and Maloja API key inside the script. Look for the following lines:

DISCOGS_TOKEN="YOUR_DISCOGS_TOKEN"
MALOJA_URL="YOUR_MALOJA_URL"
MALOJA_API_KEY="YOUR_MALOJA_API_KEY"

Replace "YOUR_DISCOGS_TOKEN", "YOUR_MALOJA_URL", and "YOUR_MALOJA_API_KEY" with your actual Discogs token, Maloja URL, and Maloja API key, respectively.

License

This project is licensed under the GNU General Public License v3.0.

About

Script for manually scrobbling albums to Maloja

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages