digitalec / deemon

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

Use 'VERSION' from track API to determine if track is remix #77

Open digitalec opened 2 years ago

digitalec commented 2 years ago

The GW API contains a 'VERSION' key in the Track API result which contains things like (Album Version), (Acoustic Version), (Demo), (.... Remix), etc.

This could be easier to filter out specific versions of songs instead of just regex.