rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.39k stars 600 forks source link

redacted - add album type to search filter #3211

Open nopoz opened 5 years ago

nopoz commented 5 years ago

For Redacted - filter search results to only match album type - like Album, Single, EP, etc.

Prevents mistakenly downloading the wrong release type where both have the same name. For example, a full album and a single.

Same type of change that was made in 914ab655772fdd893184ce1a147404035e95a9aa

Moved the album_type variable definition to the top of the searchTorrent function so it would be applied to both Redacted and Orpheus, instead of just applying to Orpheus.

nopoz commented 5 years ago

@AdeHub when you get a chance, can you take a look at my pull requests #3211 (this one) and #3212 - thanks!