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

Flexget + rutracker.org + telegram

$
0
0

@maltsev.v.v wrote:

Help with config.yml for tasks: rutracker.org, what information would you take with tvdb.com. With Lostfilm, everything is OK.
Last notification in the screenshot from rutracker
The name of the file in Russian, in the file rutracker.csv
My config.yml.

    schedules:
      - tasks: '*'
        interval:
          minutes: 30
    variables: variables.yml
    templates:

      tvshows:
        deluge: yes
        thetvdb_lookup: yes
        tmdb_lookup: yes
        metainfo_series: yes
        set:
          path: /media/Multimedia/TV Shows/{{series_name}}/Season {{series_season}}
          removeatratio: 3

        notify:
          entries:
            message: |+
              *{{task}}*
              [{{series_name}}]({{tvdb_banner|replace("_", "%5F")}})
              Сезон {{series_season}} Серия {{series_episode}}
            via:
              - telegram:
                 bot_token: '{? telegram.bot_token ?}'
                 parse_mode: markdown
                 recipients:
                   - username: '{? telegram.username ?}'

    tasks:

      Lostfilm:
        template:
          - tvshows
        headers:
          cookie: 'lf_session={? lostfilm.cookie ?}'
        lostfilm: yes
        include: series_lostfilm.yml

      rutracker.org:
        template:
          - tvshows
        rutracker_auth:
          username: '**********'
          password: '***********'
        urlrewrite:
          rutracker:
            regexp: '^(?P<id>\d+)$'
            format: 'http://rutracker.org/forum/viewtopic.php?t=\g<id>'

home/kodi/.flexget/ruracker.csv
5406275, Полицейский с Рублёвки

Telegram notification Rutracker


The last task are rutracker

My log

csv:
  url: file:///home/kodi/.flexget/rutracker.csv
  values:
    title: 2
    url: 1
    imdb_name: 2
thetvdb_lookup: yes
imdb_lookup: yes
accept_all: yes
disable:
  - seen_info_hash

How to correctly point to thetvdb.com

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles