devopsarr.lidarr.lidarr_media_management_info (1.0.0) — module

Get information about Lidarr media management.

| "added in version" 1.0.0 of devopsarr.lidarr"

Authors: Fuochi (@Fuochi)

Install collection

Install with ansible-galaxy collection install devopsarr.lidarr:==1.0.0


Add to requirements.yml

  collections:
    - name: devopsarr.lidarr
      version: 1.0.0

Description

Get information about Lidarr media management.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
# fetch media management
- name: fetch media management info
  devopsarr.lidarr.lidarr_media_management_info:

Inputs

    
lidarr_url:
    description: Full Lidarr URL with protocol and port (e.g. `https://test.lidarr.tv:8686`)
    required: true
    type: str

lidarr_api_key:
    description: API key for Lidarr authentication.
    required: true
    type: str

Outputs

allow_fingerprinting:
  description: Allow fingerprinting.
  returned: always
  sample: always
  type: str
auto_rename_folders:
  description: Auto rename folders.
  returned: always
  sample: 'true'
  type: bool
auto_unmonitor_previously_downloaded_tracks:
  description: Auto unmonitor previously downloaded tracks.
  returned: always
  sample: 'true'
  type: bool
chmod_folder:
  description: Permission in linux format.
  returned: always
  sample: '755'
  type: str
chown_group:
  description: Linux group.
  returned: always
  sample: arrs
  type: str
copy_using_hardlinks:
  description: Copy using hardlinks.
  returned: always
  sample: 'true'
  type: bool
create_empty_artist_folders:
  description: create empty artist folder.
  returned: always
  sample: 'true'
  type: bool
delete_empty_folders:
  description: Delete empty folders.
  returned: always
  sample: 'true'
  type: bool
download_propers_and_repacks:
  description: Download propers and repack.
  returned: always
  sample: preferAndUpgrade
  type: str
enable_media_info:
  description: Enable media info flag.
  returned: always
  sample: 'true'
  type: bool
extra_file_extensions:
  description: Comma separated list of extra files extension to be imported.
  returned: always
  sample: srt,info
  type: str
file_date:
  description: File date modification.
  returned: always
  sample: localAirDate
  type: str
id:
  description: Media management ID.
  returned: always
  sample: '1'
  type: int
import_extra_files:
  description: Import extra files flag.
  returned: always
  sample: 'true'
  type: bool
minimum_free_space_when_importing:
  description: Minimum free space when importing.
  returned: always
  sample: '100'
  type: int
paths_default_static:
  description: Paths default static.
  returned: always
  sample: 'true'
  type: bool
recycle_bin:
  description: Bin path.
  returned: always
  sample: /tmp
  type: str
recycle_bin_cleanup_days:
  description: Recycle bin days.
  returned: always
  sample: '7'
  type: int
rescan_after_refresh:
  description: Rescan after refresh.
  returned: always
  sample: afterManual
  type: str
set_permissions_linux:
  description: Set linux permission flag.
  returned: always
  sample: 'true'
  type: bool
skip_free_space_check_when_importing:
  description: Skip free space check when importing.
  returned: always
  sample: 'true'
  type: bool
watch_library_for_changes:
  description: Watch library for changes flag.
  returned: always
  sample: false
  type: bool