github digitalec/deemon v2.12
2.12

latest releases: v2.21.3, v2.21.2, v2.21.1...
2 years ago

Version 2.12 introduces the ability to exclude release titles using regular expressions. There is a new exclude entry in the config which accepts a list of regular expressions. All backslashes MUST be escaped (\\).

Example - Ignore releases labeled as a remix: Shivers (The Remixes), Shivers [Remix], etc.

"exclude": [
     "(?i)\\(.*(remix).*\\)", 
     "(?i)\\[.*(remix).*\\]"
],

New

  • Added new exclude option to config. RegEx patterns must have backslashes escaped

Fixes

  • Fixed #69 which caused dISC to exit when returning to search query

Don't miss a new deemon release

NewReleases is sending notifications on new releases.