Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Multiple notifer and messages

$
0
0

@Sam_Kisada wrote:

Hi.
I have some troubles with notifers
Here is my config file:
    templates:
      global:
        transmission:
    ######transmission connection tamplate##########
     discord:
        thetvdb_lookup: yes
        tvmaze_lookup: yes
        notify:
           entries:
              title: FlexGet Discord  Notification
              message: '{{series_name}} - {{series_id}}'
              via:
                - discord:
    #####discord embeds messege##########
    telega:
        tvmaze_lookup: yes
        notify:
           entries:
              title: FlexGet Telegram Notification
              message: |+
                *{{series_name}}* rait: {{tvmaze_series_rating}}
                *{{tvmaze_episode_name}}*
                _{{series_season}} season {{series_episode}} episode_
                [Poster]({{tvmaze_series_original_image}})
              via:
                - telegram:
    #############telegram connection settings############
     sendtomail:
        notify:
          entries:
            title: FlexGet Mail Notification
            via:
              - email:
                 from: Flexget@
    ##########mail settings##########
    tasks:
      lostfilm:
        template:
          - global
          - discord
          - telega
          - sendtomail
        series:
         720p:
          - The Rookie
          - Project Blue Book

So problem is in title and message which override each other. but not telegram message
And i have message: '{{seriesname}} - {{series_id}}'_ and title: FlexGet Discord Notification in discord, mail and telegram.
I try to change position of messages and titles but they still override ones.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles