mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add note for music provider 3rd party API
This commit is contained in:
parent
ef60ce5bb0
commit
274801ee0b
1 changed files with 21 additions and 7 deletions
|
@ -1185,7 +1185,9 @@ class DISCORD(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'discord_music_provider',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -1555,7 +1557,9 @@ class FACEBOOK(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'facebook_music_provider',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -1926,7 +1930,9 @@ class JOIN(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'join_music_provider',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -2204,7 +2210,9 @@ class MICROSOFTTEAMS(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'microsoftteams_music_provider',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -3108,7 +3116,9 @@ class PUSHOVER(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'pushover_music_provider',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -3513,7 +3523,9 @@ class SLACK(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'slack_music_provider',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.',
|
||||
'description': 'Select the source for music links on the info cards. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
@ -4197,7 +4209,9 @@ class ZAPIER(Notifier):
|
|||
{'label': 'Music Link Source',
|
||||
'value': self.config['music_provider'],
|
||||
'name': 'zapier_music_provider',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.',
|
||||
'description': 'Select the source for music links in the notification. Leave blank to disable.<br>'
|
||||
'Note: <a data-tab-destination="3rd_party_apis" data-dismiss="modal" >Metadata Lookups</a> '
|
||||
'may need to be enabled under the 3rd Party APIs settings tab.',
|
||||
'input_type': 'select',
|
||||
'select_options': PrettyMetadata().get_music_providers()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue