Commit Graph

8 Commits

Author SHA1 Message Date
Kendall Garner 4621e9106f
support fetching artist bio from filesystem 2024-03-09 19:58:43 -08:00
Kendall Garner 8d284baa4e
[enhancement]: Support fetching lyrics from external sources
- Adds LyricsRetriever interface to fetch lyircs from external source
- Adds external lyrics/updated at MediaFile (default caching of 1 month)
- Adds lrclib agent, which fetches from lrclib.net
- Updates local agent to read lyrics from track.txt/track.lrc
2024-03-09 17:30:38 -08:00
Kendall Garner 93adda66d9
Get album info (when available) from Last.fm, add getAlbumInfo endpoint (#2061)
* lastfm album.getInfo, getAlbuminfo(2) endpoints

* ... for description and reduce not found log level

* address first comments

* return all images

* Update migration timestamp

* Handle a few edge cases

* Add CoverArtPriority option to retrieve albumart from external sources

* Make agents methods more descriptive

* Use Last.fm name consistently

Co-authored-by: Deluan <deluan@navidrome.org>
2023-01-17 20:22:54 -05:00
Deluan 0ffef05cc3 Remove "Biography not available" when agents are not available 2023-01-13 22:18:34 -05:00
Deluan 8f0d002922 Add local TopSongs 2023-01-13 22:18:34 -05:00
Deluan 77a99a735b Always access artist images through Navidrome (proxy calls to external URLs) 2023-01-13 22:18:34 -05:00
Deluan 918fee3ea3 Artwork reader for Artist 2023-01-13 22:18:34 -05:00
Deluan bf461473ef Add local agent, only for images 2023-01-13 22:18:34 -05:00