Files
spotizarr/data/watch/artists.db
T

13 lines
12 KiB
Plaintext
Raw Normal View History

2026-06-13 01:45:28 +00:00
SQLite format 3@ .c
ø

¹…4++Štablewatched_artistswatched_artistsCREATE TABLE watched_artists (
spotify_id TEXT PRIMARY KEY,
name TEXT,
link TEXT,
total_albums_on_spotify INTEGER, -- Number of albums found via API on last full check
last_checked INTEGER,
added_at INTEGER,
is_active INTEGER DEFAULT 1,
genres TEXT, -- Comma-separated list of genres
popularity INTEGER, -- Artist popularity (0-100)