Skip to content

Instantly share code, notes, and snippets.

@deluan
Created December 17, 2024 03:15
Show Gist options
  • Select an option

  • Save deluan/1c8944fb92329c1658d96bb72a8e8db4 to your computer and use it in GitHub Desktop.

Select an option

Save deluan/1c8944fb92329c1658d96bb72a8e8db4 to your computer and use it in GitHub Desktop.
Sample Navidrome Insights Data
{
"id": "4c457065-101a-435a-b158-244b573579cd",
"version": "0.53.3-SNAPSHOT (7f47e0a53)",
"uptime": 0,
"build": {
"settings": {
"-buildmode": "exe",
"-compiler": "gc",
"-ldflags": "-extldflags '-static -latomic' -w -s -X github.com/navidrome/navidrome/consts.gitSha=7f47e0a53 -X github.com/navidrome/navidrome/consts.gitTag=v0.53.3-SNAPSHOT",
"-tags": "netgo",
"CGO_ENABLED": "1",
"GOAMD64": "v1",
"GOARCH": "amd64",
"GOOS": "linux",
"vcs": "git",
"vcs.modified": "true",
"vcs.revision": "7f47e0a5373d1ea067de8929c828ee0cd85a0795",
"vcs.time": "2024-12-15T02:01:46Z"
},
"goVersion": "go1.23.4"
},
"os": {
"type": "linux",
"distro": "arch",
"arch": "amd64",
"numCPU": 4
},
"mem": {
"alloc": 3553568,
"totalAlloc": 9089664,
"sys": 14243080,
"numGC": 4
},
"fs": {
"music": { "type": "ext2/ext3/ext4" },
"data": { "type": "ext2/ext3/ext4" },
"cache": { "type": "ext2/ext3/ext4" },
"backup": { "type": "ext2/ext3/ext4" }
},
"library": {
"tracks": 85200,
"albums": 6255,
"artists": 1319,
"playlists": 26,
"shares": 19,
"radios": 7,
"activeUsers": 1
},
"config": {
"logLevel": "debug",
"transcodingCacheSize": "100GB",
"imageCacheSize": "50GB",
"enableArtworkPrecache": true,
"enableDownloads": true,
"enableSharing": true,
"enableStarRating": true,
"enableLastFM": true,
"enableListenBrainz": true,
"enableMediaFileCoverArt": true,
"enableSpotify": true,
"enableCoverAnimation": true,
"sessionTimeout": "168h0m0s",
"recentlyAddedByModTime": true,
"backupCount": 5,
"devActivityPanel": true,
"defaultBackgroundURL": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment