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

Digest plugin not working?

$
0
0

@FlexDawg wrote:

I'm using the Digest plugin in an attempt to capture accepted and rejected entries in an attempt to build an email. I'm pretty sure I have it set up correctly. I looked at the digest.py class in Github. It looks like I'm using it correctly. Yet the email's only line is "Task did not produce any entries"

Even stranger is when I initially did this set up it worked once or twice then stopped.

Is this setup correct? Note: I'm not running in daemon mode and wonder if the session between tasks is being lost.

Config follows:

templates:
  tv:
    configure_series:
      from:
        trakt_list:
          username: xxxxyyyyy
          account: xxxxyyyyy
          list: Plex ME
          type: shows
    transmission: 
      host: localhost
      username: xoxox
      password: yoyoy

tasks:
  loadup:
    manual: yes
    next_trakt_episodes:
      username: xxxxyyyyy
      account: xxxxyyyyy
      list: Plex ME
      context: watched  
      position: next
    accept_all: yes
    set_series_begin: yes

  showRSS:
    priority: 10
    rss: http://showrss.info/user/xxxx.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
    template: tv
    quality: 
      - 720p+ hdtv+
      - 720p+
      - webrip+ h264
    digest:
      list:  downloadactivity
      state:
        - accepted
        - rejected
#        - failed

  simple_tv:
    priority: 20
    rss:  https://eztv.io/ezrss.xml
    template: tv
    quality:
      - 720p+ hdtv+
      - 720p+
      - webrip+ h264
    digest:
      list:  downloadactivity
      state:
        - accepted
        - rejected
 #       - failed

  pirate:
    priority: 30
    rss: https://thepiratebay.org/rss/top100/205
    template: tv
    quality: 
      - 720p+ hdtv+
      - 720p+
      - webrip+ h264
    digest:
      list: downloadactivity
      state:
        - accepted
        - rejected
#        - failed

  plexmovieadd:
#    manual: yes
    priority: 40
    trakt_list:
      username: xxxxyyyyy
      account: xxxxyyyyy 
      list: Plex Movie
      type: movies 
    accept_all: yes
    list_add:
      - movie_list: trakt_movie

  plexmovieget:
#    manual: yes
    priority: 50
    rss: https://yts.am/rss
    quality: 
      - 720p+ hdtv+
    list_match:
      from:
        - movie_list: trakt_movie
    digest:
      list: downloadactivity
      state:
        - accepted
    transmission: 
      host: localhost
      username: xoxoxo
      password: yoyoyo

  emailreport:
#    mock:
#      - {title: "blackd cinder"}
#    no_entries_ok: yes
#    priority: 50
    from_digest:
      list: downloadactivity
      restore_state: yes
    seen: no
#    accept_all: yes
    notify:
      task:
        always_send: yes
        title: "Flextget Files Downloaded"
        template: html
        via:
          - email:
              from: an-email-address
              to:  an-email-address
              smtp_host: smtp.gmail.com
              smtp_port: 587
              smtp_username: an-email-address
              smtp_password: an-email-address-password
              smtp_tls: true
              html: yes

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles