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

New notify plugin, where to put title?

$
0
0

@turb0chrg wrote:

Hi there.

I'm having problems using a title: with the new notify plugin. I've tried it inside the notify block at the same level as entries and also at the pushover: level as commented out below. I'm getting (respectively for entries and pushover levels):

2017-04-28 16:19 CRITICAL check                         [/templates/television/notify] The key `title` is not valid here.

and

2017-04-28 16:20 CRITICAL check                         [/templates/television/notify/entries/via/0/pushover] The key `title` is not valid here.

Lastly, my config generates this too and has for awhile:

2017-04-28 16:21 WARNING  check                         Config line 7 is likely missing ':' at the end

I've been ignoring it, but what am I doing wrong?

Thank you!

$ ~/flexget/bin/flexget -V
2.10.30
Latest release: 2.10.40

web_server:
  bind: 0.0.0.0
  port: 5050
  web_ui: yes

schedules:
  - tasks: '*'
    interval:
      minutes: 2

templates:
  television:
    thetvdb_lookup: yes
    download: ~/watch/television
    series:
      settings:
        set:
          path: /storage
        720p:
          quality: 720p hdtv|webdl|webrip
          set:
            movedone: /storage/sync/television

        rename:
          timeframe: 30 minutes
          target: 720p hdtv|webrip|webdl
          set:
            movedone: /storage/sync/television
            content_filename: "{{ tvdb_series_name }}.{{ tvdb_ep_id }}.{{ quality }}"

      rename:
        - show1
        - show2

      720p:
        - show3
        - show4

    notify:
      #title: "{{ tvdb_series_name }} {{ tvdb_ep_id }} from {{ task }}"
      #message: "Quality {{ quality }} {% if proper %} PROPER {% endif %}<br>{{ tvdb_ep_name }}"
      entries:
        via:
          - pushover:
              user_key: <user_key>
              api_key: <api_key>
              html: yes
              #https://flexget.com/Plugins/thetvdb_lookup
      #        title: "{{ tvdb_series_name }} {{ tvdb_ep_id }} from {{ task }}"
     #         message: "Quality {{ quality }} {% if proper %} PROPER {% endif %}<br>{{ tvdb_ep_name }}"
              url: '{{ trakt_series_trakt_url|d(tvdb_url) }}'
              url_title: TVDB

    deluge: yes

tasks:

  tracker1:
    rss: http://rss
    template:
      - television

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles