[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Add lnav config

FoxxMD (Dec 27, 2024, 6:49 PM UTC) f43c31fb 6825ad55

+28
+28
.lnav.config.json
··· 1 + { 2 + "$schema": "https://lnav.org/schemas/format-v1.schema.json", 3 + "error_log": { 4 + "title": "Multi-Scrobbler Log", 5 + "description": "Logs from Multi Scrobbler", 6 + "regex": { 7 + "std": { 8 + "pattern": "^\\[(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}(?:\\.\\d{3})?)(?:.*?)\\] (?<level>[A-Z]*) : (?<body>.*)" 9 + } 10 + }, 11 + "level-field": "level", 12 + "level": { 13 + "info": "^(?i)(?:info)$", 14 + "debug": "^(?i)(?:debug)$", 15 + "error": "^(?i)(error)$", 16 + "warning": "^(?i)(warn)$", 17 + "trace": "^(?i)verbose$", 18 + "critical": "^(?i)(?:crit|Cr)$", 19 + "fatal": "^(?i)(?:alert|fatal|panic|Al|Em)$" 20 + }, 21 + "sample": [ 22 + { 23 + "line": "[2024-12-26 01:58:48.261 -0500] DEBUG : [App] [Sources] [Jellyfin - unnamed] Last activity was at 01:58:48-05:00 | Next check in 10.00s | No new tracks discovered", 24 + "level": "debug" 25 + } 26 + ] 27 + } 28 + }