Dr. Matt Lee
fc6cc68d59
Update librefm.mdx
2026-07-21 18:10:16 -04:00
Matt Foxx
8c83969e95
Merge pull request #638 from FoxxMD/dataDirStandardize
...
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions
Separate and standardize config/data dirs
2026-07-21 12:53:19 -04:00
FoxxMD
1dc8c21716
docs: Add preview UI callout to landing
2026-07-17 14:53:57 +00:00
FoxxMD
6f8e7d3862
docs: Update intallation instructions with config/data dir guidance
...
#616
2026-07-16 16:14:24 -04:00
FoxxMD
2a4afefe64
feat(applemusic): Make album normalization user configurable and add guidance on usage
2026-07-16 16:41:36 +00:00
Exerra
b12153fba9
docs(applemusic): improve formatting of developer tools shortcut
...
Updated the Apple Music configuration documentation to use <kbd> tags for keyboard shortcuts, improving readability.
2026-07-16 18:12:33 +03:00
Exerra
8c82412de4
docs: add detailed Apple Music authorization token extraction guide
...
Updated Apple Music configuration documentation with step-by-step instructions and screenshots for extracting authorization tokens in Chrome, Edge, Firefox, and Safari.
2026-07-16 17:15:58 +03:00
Exerra
b3c332deeb
refactor: replace Apple Music headers config with origin field
...
Replaces the generic `headers` configuration field with a specific `origin` field for Apple Music. Updates the config schema, environment variable handling, documentation, and source implementation to simplify origin header management.
2026-07-15 17:12:21 +03:00
Exerra
c13e7ebeec
feat(applemusic): strip ' - EP' and ' - Single' from album names
...
Implemented album name normalization in AppleMusicSource to ensure consistency with other sources by removing standard suffixes from EPs and singles. Updated documentation to reflect this behavior.
2026-07-15 15:38:14 +03:00
Exerra
207354e799
docs(docsite): fix heading hierarchy in applemusic.mdx
...
Adjusted markdown heading levels to ensure proper document structure.
2026-07-15 15:36:51 +03:00
Exerra
a845ac10ce
feat(applemusic): implement top-rebound recovery for duplicate plays
...
Added logic to detect and recover 'top-rebound' history patterns where Apple Music deduplicates re-listened tracks by bumping them to the top. This ensures intermediate tracks are captured and re-listened top tracks are processed correctly. Includes a new configuration option `recoverUnchangedTopHistory` to toggle this behavior.
2026-07-15 02:44:41 +03:00
Exerra
1f40e1e414
docs(applemusic): update configuration guide and add APPLEMUSIC_HEADERS
...
Added documentation for the APPLEMUSIC_HEADERS environment variable and updated code blocks with titles for better clarity in the Apple Music source configuration.
2026-07-15 00:03:06 +03:00
Exerra
5d34ea68af
docs: update Apple Music configuration guide
...
Reorganized the Apple Music documentation to prioritize the Browser Token (Free) authentication method and clarify requirements for the paid MusicKit Key approach.
2026-07-14 21:27:23 +03:00
Exerra
89b698d48d
docs: add Apple Music source documentation
...
Add Apple Music to the sources overview table and the main documentation index.
2026-07-14 14:06:20 +03:00
FoxxMD
110ffad7d7
docs: Update atproto descriptions
2026-06-18 16:49:35 +00:00
Matt Foxx
e4af1e3f18
Merge pull request #619 from FoxxMD/atprotoHistory
...
feat: Implement historical scrobble querying for atproto clients
2026-06-07 11:51:33 -04:00
FoxxMD
20e3f22f3f
docs(azuracast): Add clearer guidance on station configuration and access
Publish Docker image to Dockerhub / test (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Has been cancelled
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Has been cancelled
2026-06-05 19:55:14 +00:00
FoxxMD
42818c51c1
feat(rocksky): Update configuration and document new token
2026-06-04 20:44:24 +00:00
FoxxMD
e0bdb8fe3c
docs: Fix typo in jriver docs
2026-06-02 12:52:09 +00:00
FoxxMD
dd54075c52
docs: Fix bad config example for id on aio in 0.14.0 upgrade
2026-06-01 19:37:02 +00:00
FoxxMD
ff08b6327d
docs: Comment out required upgrade callout, for now
...
Unnessary information since there is nothing > 0.14.0. May confuse some users. Can uncomment after 0.14.1 or later.
2026-06-01 19:27:09 +00:00
FoxxMD
f47faabf7c
docs: Remove example of caching for transform best practices
...
Example is already in the main cache configuration docs. Consolidate/remove the transform example so there is only one authorative example in the docs.
2026-06-01 17:30:56 +00:00
FoxxMD
120e280fc8
docs: More upgrade guidance for 0.14.0
2026-06-01 15:22:38 +00:00
FoxxMD
c7af346daf
docs(lastfm): Document 2 week scrobble window
...
#606
2026-05-28 12:31:28 +00:00
наб
770621ba41
docs: u{p => t}most typo
2026-05-22 20:10:45 +02:00
FoxxMD
396e4b922e
docs: Overhaul kitchensink
2026-05-15 15:14:29 +00:00
FoxxMD
70e5aaaad5
docs: update kitchensink with ids
2026-05-15 13:09:42 +00:00
FoxxMD
d0e842ede3
docs: Update ENV configs with ID and name
2026-05-14 20:33:34 +00:00
FoxxMD
a0c1f71162
docs: Update examples with id
2026-05-14 20:05:29 +00:00
FoxxMD
7ef159448e
feat: Improved retention policy
...
* Add ENVs for compacting
* Default compacting all data types
* Add rention guidance to docs
2026-05-14 19:48:04 +00:00
FoxxMD
7ae727a8fe
feat(cache): Improve scrobble migration
...
* Granular persistence of successfully migrated scrobbles
* Don't delete cache after processing
* reduce logging noise and improve wording
* update upgrade wording wrt cache migration
2026-05-14 12:54:29 +00:00
FoxxMD
dcc53d1656
docs: Fix links and paths
2026-05-07 20:38:21 +00:00
FoxxMD
0cb20b83b4
feat: Add ID and name envs for all sources/clients
2026-05-07 20:08:29 +00:00
FoxxMD
e814cf58fd
docs: Add upgrade path for 0.14.0
2026-05-07 18:57:08 +00:00
FoxxMD
f211a4a4c4
refactor(cache)!: Simplify cache config
...
* Reduce storage backend to valkey only (or inferred file for auth)
* Remove metadata and scrobble config options
* Simplify cache init with new config
* Add deprecation/warnings for cache ENVs
* Rewrite/simplify cache docs
2026-05-07 16:38:04 +00:00
FoxxMD
e5df4f2752
docs: Remove extra dupe detection section from client overview
...
Direct to new dupe guidance page instead
2026-05-04 18:28:08 +00:00
FoxxMD
d11db4cb8d
docs: Add duplicate scrobble guidance
...
#582
2026-05-04 18:18:09 +00:00
Matt Foxx
1eeb5e6b08
Merge pull request #580 from FoxxMD/lzEndpointRouteImprovements
...
Publish Docker image to Dockerhub / test (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Has been cancelled
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Has been cancelled
Lz endpoint route improvements
2026-05-02 16:24:21 -04:00
FoxxMD
c7679a0a62
docs: Fix missing backticks causing template errors on version equality
2026-05-01 16:56:01 +00:00
Gabe Farrell
d11ac3d6ed
chore: Remove references to KOITO_ALLOWED_HOSTS ( #581 )
...
* chore: update and correct references to KOITO_ALLOWED_HOSTS
* remove protocol from host
* make it clear env belongs to koito
2026-05-01 12:47:17 -04:00
FoxxMD
47c600ed8d
feat(endpointlz): Implement proper username handling for validate and now-playing routes
2026-05-01 14:07:43 +00:00
FoxxMD
ada9d70be9
docs(mpd): Add permission guidance
2026-04-30 22:54:57 +00:00
FoxxMD
3adac7c6e0
docs: Improve updating guidance
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions
2026-04-16 13:29:34 +00:00
FoxxMD
7bc5ab3d0f
docs: Specify source for ambiguous components
2026-04-08 19:31:50 +00:00
FoxxMD
fd15d15124
dcs: First pass at more descriptive social card text
2026-04-08 19:30:02 +00:00
FoxxMD
78ddb15dcf
almost working
...
svg still doesn't render
2026-04-07 14:14:25 +00:00
FoxxMD
760373c227
docs: Replace instances of foxxmd.github.io
Publish Docker image to Dockerhub / test (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Has been cancelled
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Has been cancelled
2026-04-07 12:44:41 +00:00
FoxxMD
7897dc9503
docs: Add Yandex Music Source docs
2026-04-06 15:04:56 +00:00
FoxxMD
de7707b45a
docs: Simplify installation
...
* Remove docker run
* Condense docker settings into tabs
2026-03-31 14:43:42 +00:00
FoxxMD
c884b4776c
docs: Add grafana dashboard
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions
2026-03-31 14:06:19 +00:00