diff --git a/.github/ISSUE_TEMPLATE/1_streams_add.yml b/.github/ISSUE_TEMPLATE/1_streams_add.yml index 039f19d197..6a49621a26 100644 --- a/.github/ISSUE_TEMPLATE/1_streams_add.yml +++ b/.github/ISSUE_TEMPLATE/1_streams_add.yml @@ -60,6 +60,13 @@ body: label: HTTP Referrer placeholder: 'https://example.com/' + - type: textarea + id: directives + attributes: + label: Directives + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + - type: textarea id: notes attributes: diff --git a/.github/ISSUE_TEMPLATE/2_streams_edit.yml b/.github/ISSUE_TEMPLATE/2_streams_edit.yml index b9dbe2cfbc..ece9afd024 100644 --- a/.github/ISSUE_TEMPLATE/2_streams_edit.yml +++ b/.github/ISSUE_TEMPLATE/2_streams_edit.yml @@ -72,6 +72,13 @@ body: label: HTTP Referrer placeholder: 'https://example.com/' + - type: textarea + id: directives + attributes: + label: Directives + description: 'List of directives telling players how to play the stream. Supported `#KODIPROP` and `#VLCOPT`.' + placeholder: '#KODIPROP:inputstream=inputstream.adaptive' + - type: textarea id: notes attributes: