Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Weird all system scanning

$
0
0

@tedr56 wrote:

Hi forum,
Finally got a working conf on Flexget, but thre is strange behaviour happening.
I can't know why, flexget start scanning my whole system after the specified folders I assume.

2017-03-15 14:55 INFO     web_server                    Web interface available at http://127.0.1.1:5050
2017-03-15 15:01 INFO     parser_internal eztv            `Black Mirror Season 3 Complete WEBRip x264-FS` appears to be an episode pack
2017-03-15 15:01 INFO     parser_internal eztv            `Breaking Bad Season 2 Complete 720p.BRrip.Sujaidr` appears to be an episode pack
 2017-03-15 15:05 INFO     parser_internal eztv            `fb_s6d1121.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `fb_s6d02a1.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00lib.ko` appears to be an episode pack
2017-03-15 15:05 INFO     parser_internal eztv            `rt2x00usb.ko` appears to be an episode pack

and the list goes on.

It first append with the second series task, but know doing it with the first.

Clues that could help
- torrent are downloading to samba shares with AutoFS.
- running on a bananap(arm)i with python 3.4.3 since 2.7 produce the InsecurePlatformWarning
- got few errors/warning during sudo pip3 install flexget

Here is my config

folder:
  SeriesComplete: mnt/SeriesComplete/
  series: mnt/Series/
  Films:  mnt/Films/
transmission:
  user: user
  password: pass
  host: localhost
telegram:
  username: userj
  token: token

variables: variables.yml
schedules:
  - tasks: [eztv, kat]
    interval:
      hours: 1
  - tasks: [yifi]
    interval:
      days: 1
web_server:
  bind: 0.0.0.0 # IP V4
  port: 5050 # Valid port number
  web_ui: yes
templates:
  telegram-notif:
    notify:
      task:
        via:
          - telegram:
              bot_token: "{? telegram.token ?}"
              parse_mode: markdown
              recipients:
                - username: "{? telegram.username ?}"
  tv:
    series:
      - Scandal (2012):
          alternate_name: "Scandal US"
    exists_series:
      - "/{? folder.Series ?}"
      - "/{? folder.SeriesComplete ?}"
    download : /home/bananapi/flexget/
    quality: 720p
    transmission:
      path: "/{? folder.Series ?}{{series_name}} - Season {{series_season}}/"
      main_file_only: yes
  betaseries:
    configure_series:
      from:
        betaseries_list:
          username: user
          password: pass
          api_key: key
  movies:
    imdb:
      reject_genres:
        - News
        - Documentary
        - Horror
        - Biography
        - Reality-Tv
        - Horror
        - Musical
        - Music
    imdb_lookup: yes
  torrent:
    transmission :
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.password ?}"
    clean_transmission:
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.password ?}"
      finished_for: 1 hour
      directories:
        - \A/+mnt/+SeriesComplete(\Z|/+.*)
        - \A/+mnt/+Series(\Z|/+.*)
        - \A/+mnt/+Films(\Z|/+.*)
    disable: details
tasks:
  eztv:
    priority: 1
    rss : https://eztv.ag/ezrss.xml
    template :
      - tv
      - betaseries
      - torrent
      - telegram-notif
  kat:
    priority: 20
    rss: https://kickasstorrents.to/tv/?rss=1
    template:
      - tv
      - betaseries
      - torrent
      - telegram-notif
  yifi:
    priority: 10
    rss : https://yts.ag/rss
    download : /home/bananapi/flexget/
    quality: 720p
    imdb_lookup: yes
    accept_all: yes
    transmission:
      path: "/{? folder.Films ?}{{imdb_name}} ({{imdb_year}})[720]/"
      main_file_only: yes
    template:
      - movies
      - torrent
      - telegram-notif

Thank you for any help to digg further

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles