Renaming to scrbblr

This commit is contained in:
2026-03-22 08:46:09 +00:00
parent 291b77c96d
commit 10483822ee
13 changed files with 261 additions and 104 deletions

View File

@@ -1,8 +1,8 @@
//! Database module for the MPRIS scrobbler.
//! Database module for scrbblr.
//!
//! This module handles all SQLite interactions: schema creation, inserting
//! scrobble records, and querying data for reports. The database is stored
//! as a single SQLite file (by default at `~/.local/share/mpris-scrobbler/scrobbles.db`).
//! as a single SQLite file (by default at `~/.local/share/scrbblr/scrobbles.db`).
//!
//! ## Tables
//!