digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
174 stars 15 forks source link

Artist treated as new artist until at least one release has been seen #25

Closed digitalec closed 3 years ago

digitalec commented 3 years ago

Some artists appear without releases and if a new release is released, it will not be downloaded/alerted on because of the way deemon determines what a new artist is (no releases = new artist).

Need to set a flag of sorts in the database so that an artist is only treated as new for one refresh to build a baseline.

digitalec commented 3 years ago

In the case of no releases, a dummy record can be added to the database for the artist.

This type of workaround would require filtering from show --new-releases.

digitalec commented 3 years ago

Artist treated as new artist until at least one release has been seen

digitalec commented 3 years ago

Fixed in v2.0