# 0.6.3
Add Lidarr support and media-type aware import checks

Lidarr can now be configured via a top-level [lidarr] section or as a typed
entry under [arrs.<name>] (type = lidarr). Each *arr instance is now
 tagged with a kind (sonarr/radarr/whisparr/lidarr); Lidarr hits the v1
 history endpoint and looks for trackFileImported, the others continue to
 use v3 / downloadFolderImported.

DownloadTarget now carries an optional MediaType (Audio/Video) derived
from put.io's file_type. is_imported only queries *arrs whose media type
matches the target, so audio files are routed to Lidarr and video files
to Sonarr/Radarr/Whisparr. AUDIO files are now picked up as download
targets in addition to VIDEO. Other file types are logged at debug level.

Adapted from #18 by @gbagnoli.
