Skip to content

ellite/scrob-kodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scrob-kodi

Kodi repository and add-on for Scrob — the self-hosted scrobbling service for movies and TV shows.

What's included

Directory ID Purpose
service.scrob service.scrob Kodi service add-on that scrobbles playback events to your Scrob instance
repository.scrob repository.scrob Kodi repository add-on that lets Kodi install and update service.scrob automatically

Installation

Step 1 — Install the Scrob Repository

  1. In Kodi, go to Settings → System → Add-ons and enable Unknown sources.
  2. Download the latest repository.scrob-*.zip from the Releases page.
  3. Go to Add-ons → Install from zip file and select the downloaded zip.
  4. Kodi will confirm that the Scrob Repository has been installed.

Step 2 — Install the Scrob add-on

  1. Go to Add-ons → Install from repository → Scrob Repository → Services → Scrob.
  2. Click Install.

Step 3 — Configure the add-on

  1. Open the add-on settings (Add-ons → My add-ons → Services → Scrob → Configure).
  2. Set the following:
Setting Description Default
Scrob URL Base URL of your Scrob instance http://localhost:7330
API Key API key from your Scrob instance (empty)
Progress report interval How often (in seconds) playback progress is sent 60
  1. Restart Kodi (or the add-on) for the settings to take effect.

How it works

service.scrob runs as a background service in Kodi and listens for player events (play, pause, resume, seek, stop). When a movie or episode starts playing, it reads the metadata (title, year, TMDB/TVDB/IMDB IDs) and sends it to your Scrob instance via the webhook API. Progress updates are sent at the configured interval so Scrob can track your position in real time.

Only movie and episode media types are scrobbled; music and other content is ignored.

Repository URLs

If you prefer to add the repository manually in Kodi rather than installing from a zip:

File URL
addons.xml https://ellite.github.io/scrob-kodi/addons.xml
addons.xml.md5 https://ellite.github.io/scrob-kodi/addons.xml.md5
Data directory https://ellite.github.io/scrob-kodi/

License

GPL-3.0-only — see LICENSE for details.

About

Kodi Repo / Addon for Scrob

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages