You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realized what an idiot I was for not using MPD's database,
so removed external tool tagging/tag reading requirements. Makes things
a LOT smoother, especially since ffmpeg and exiftool was where most people had issues.
Added "radio station no repeat" (don't play the same song AGAIN for X
time), fixed bug with weight matching, fixed error if there were
multiple copies of the same instruction.
* Fixed bug where tracks > 60m would pass through length filter
* Redundancy add - if "artist" tag is empty, "album artist" tag will be used instead for artist frequency. Likewise, if "album" tag is empty, the "title" tag will be used instead.
Incorporated some fixes.
Cleaned up code getting tag info when needed.
Explicitly added requirements for helper programs.
bugfixes
Note change in config/cache paths!