Releases: dpi0/lrcget_bash
Releases · dpi0/lrcget_bash
v1.0.2
- Fix missing artist when different artists tags are present. Now "album_artist", "sort_artist" or "ARTISTS" will be used to fetch the artist if "artist" tag is empty.
- Fix artist field to be cleaned up if not result found. For tracks where the artist field was like "MF DOOM feat. Kurious, Slug & Mobonix" it didn't produce the results i wanted. So using sed we strip off these terms like "feat."/"ft."/"with" etc and then do /api/search again.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fix tag extraction to use only the "format*" tags.
Previously script was fetching the first tags value it could find, so junk values from "streams.stream.N.tags" were coming through and affecting the results.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/dpi0/lrcget_bash/commits/v1.0.0