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

Fresh install - CRON runs but the log is wrong

$
0
0

@Gladfelder wrote:

I have just finished a fresh install - V2.10.31 but copied over my old faithful config.yml

If I manually run /usr/local/bin/flexget -c /home/osmc/flexget/config.yml execute I get a full log of each of the 6 tasks that run. Way to big a log to paste here.

I set up cron while logged in as the user osmc, NOT root.
My crontab entry is 0 0,12 * * * /usr/local/bin/flexget -c /home/osmc/flexget/config.yml --cron execute
The log file appears to be somewhat abbreviated.

2017-04-20 12:00 CRITICAL plugin ezrss-latest Unable to download the RSS for task ezrss-latest (https://eztv.ag/ezrss.xml): HTTPSConnectionPool(host='eztv.ag', port=443): Max retries exceeded with url: /ezrss.xml (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))
2017-04-20 12:00 WARNING task ezrss-latest Aborting task (plugin: rss)
2017-04-20 12:04 CRITICAL plugin limetorrents Unable to download the RSS for task limetorrents (https://limetorrents.ws/rss/): HTTPSConnectionPool(host='limetorrents.ws', port=443): Max retries exceeded with url: /rss/ (Caused by ConnectTimeoutError(, 'Connection to limetorrents.ws timed out. (connect timeout=60)'))
2017-04-20 12:04 WARNING task limetorrents Aborting task (plugin: rss)
2017-04-20 12:04 CRITICAL rss showrss Received content is HTML page, not an RSS feed
2017-04-20 12:04 CRITICAL rss showrss I have saved the invalid content to /home/osmc/flexget/received/showrss-showrss.info.html for you to view
2017-04-20 12:04 CRITICAL plugin showrss Received invalid RSS content from task showrss (http://showrss.info/feeds/schedule/schedule.rss)
2017-04-20 12:04 WARNING task showrss Aborting task (plugin: rss)
2017-04-20 12:04 INFO parser_internal showrss-mylist Title Marvel's Agents of S.H.I.E.L.D. looks like series Marvel's Agents of S.H.I.E.L.D. but cannot find any series numbering.
2017-04-20 12:04 INFO transmission showrss-mylist "The Expanse S02E13 720p HDTV x264 AVS" torrent added to transmission
2017-04-20 12:04 INFO transmission showrss-mylist "Criminal Minds Beyond Borders S02E08 720p HDTV x264 AVS" torrent added to transmission
2017-04-20 12:04 WARNING details Mininova Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.

The fact that there are some new additions implies that it is running correctly. I just do not understand why the log file is abbreviated. Any ideas/suggestions?

Posts: 4

Participants: 3

Read full topic


Auto-downloading movies with regexp

$
0
0

@MemoryOverlord wrote:

I have been digging through the Cookbook and shared configs trying to get my Movies.yml working "just right." So far I am having about a 90% success rate, but still some issues are unresolved. Posting here in the hopes somebody can tell me what I am doing wrong.

Essentially, I want to download any movie that comes available with some specific exclusions (released between 2000 - 2017, English, less than 1.7GB & below 1080 resolution). Unfortunately, my exclusions aren't working.

My config:

templates:
  movie:
    transmission:
      enabled: yes
      host: localhost
      port: 9092
      username: XXXXX
      password: XXXXX
      path: /home/user/transmission/inbound/Movies
      addpaused: no

    regexp:
      accept_excluding:
        - '1080'
        - 'SUBBED'
        - 'DUBBED'
        - 'DOCU'
        - 'JAPANESE'
        - 'DTS'
        - 'Documentaries'
        - (.*)(193|194|195|196|197|198|199)(.*)
    content_size:
      max: 1700

tasks:
  RARBG:
    rss:
      url: 'https://rarbg.to/rssdd.php?category=17'
    template: movie

Posts: 1

Participants: 1

Read full topic

Transmission move completed shows AND movies and delete watched

$
0
0

@evlo wrote:

Hi,

I finally, after years got to set up my flexget (box [currently rPi2 with raspbian] with plex server, transmission and flexget), and found out that two things that i missed are already implemented (trakt.tv and rarbg).

So now i do have this config so far:
My ultimate goal is make it run as daemon and schedules etc.

templates:
  global:
    transmission:
      host: localhost
      port: 9091
      username: *
      password: *

web_server: yes

tasks:
  test1 shows:
    #set_series_begin: yes
    configure_series:
      from:
        trakt_list:
          username: *
          account: *
          list: autodl shows test
          type: shows
      settings:
        quality: hdtv-bluray 720p-1080p
        propers: yes
        upgrade: yes
        #timeframe: 24 hours
        #target: 1080p webdl
        path: /mnt/usbHdd/Shows
    discover:
      what:
        - next_trakt_episodes:
            username: *
            account: *
            list: autodl shows test
            context: watched
            strip_dates: yes
      from:
        - rarbg:
            category: [41, 49]

So now my question:
1. How can i configure to download show and movies to separate folders while keeping it in incoming while downloading? I tried to setup move plugin with no success. This would be very useful as plex would index only completed shows and movies. I don't understand how Move plugin https://flexget.com/Plugins/move - that runs in separate task can know what is series and what is movie and how to make it run after every download finishes.
Can i Just add

move:
      to: /usbHdd/shows

To the existing task and change path: to /mnt/usbHdd/Shows-downloading
2. How to make flex automatically delete download and watched episodes and movies based on trakt.tv status?

Also this is my first "real" linux usage, so i'm really newbie and just settings deluge-daemon permissions for usbHdd was quite hard for me.

BTW when using trakt.tv plugin with account set up and --test option flexget does not authorize.

Posts: 2

Participants: 1

Read full topic

Generate (convert) from a Public RSS to customized RSS with IMDB info

$
0
0

@Isaac_Christie wrote:

I've been looking through the cookbooks and can't find if anyone has done this or if it is even possible. I'd like to get Flexget to generate a RSS file based on a public RSS like rarbg (https://rarbg.com/rssdd.php?category=44) 44 is the subsection for 1080p movies. Which includes IMDB scores and possibly other meta data.

Posts: 1

Participants: 1

Read full topic

Scheduler in daemon does not run when interval is set?

$
0
0

@evlo wrote:

Hi, bellow is my whole config, i run it as a daemon, but it never executes tasks, there is nothing in log after webserver starts.

What did I done wrong?

templates:
  global:
    transmission:
      host: localhost
      port: 9091
      username: evlo
      password: *

web_server: yes

tasks:
  shows:
    #set_series_begin: yes
    configure_series:
      from:
        trakt_list:
          username: evlo
          account: evlo
          list: autodl shows
          type: shows
      settings:
        quality: webrip-bluray 720p-1080p
        propers: yes
        upgrade: yes
        #timeframe: 24 hours
        #target: 1080p webdl
        path: /mnt/usbHdd/Shows
    discover:
      what:
        - next_trakt_episodes:
            username: evlo
            account: evlo
            list: autodl shows test
            context: watched
            strip_dates: yes
      from:
        - rarbg:
            category: [41, 49]
      interval: 1 hours


  movies:
    quality: bluray 1080p
    proper_movies: yes
    seen_movies: strict
    download: /mnt/usbHdd/Movies
    discover:
      what:
        - trakt_list:
            username: evlo
            account: evlo
            list: autodl movies
            type: movies
      from:
        - rarbg:
            category: 44
      interval: 1 hours

schedules:
  - tasks: shows
    interval:
      minutes: 7
  - tasks: movies
    interval:
      minutes: 12

Posts: 3

Participants: 2

Read full topic

content_renamer "quality" entry only return resolution?

$
0
0

@Isaac_Christie wrote:

i want to use the content_renamer to get something like: "Some.Series.S01E01.1080p.HDTV.x264 - Episode Title.mkv"
however, reading through the "Entry" page (https://flexget.com/Entry) says that quality will only return resolution, ie. 1080p, and not the rest of the info (source, codec)

this is what i have so far, what do i need to add?
content_filename: "{{tvdb_series_name|replace(' ', '.')}}.{{tvdb_ep_id}}.{{quality}} - {{tvdb_ep_name|default('Unknown')}}"

Posts: 2

Participants: 2

Read full topic

Download specific torrents from rss

$
0
0

@daarsk wrote:

hi, sorry for sounding stoopid, but im completely lost on how to setup a config file to do what im trying to do. i hope someone can help me.

all id like to do is download specific torrents from an rss.xml list to a transmission watch folder. so far i have...

tasks:
  myonlytask:
    rss: http://torrentsite.com/rss.xml?type=user&user=username

***FILTERS***

    download: /c/torrents/

if i only wanted to download the files with this.file.one and this.file.two in them, how do i do that? which filter plugin/solution do i use and how?

any help would most appreciated. thanks in advance.

Posts: 1

Participants: 1

Read full topic

Series upgrade not working as expected

$
0
0

@Isaac_Christie wrote:

here is the excerpt from my config file. the behavior i was expecting is for flexget to download the hdtv release (which comes out first) then when the web-dl is released to download that aswell.

        series:
          settings:
            grouptv2:
              set:
                upgrade: yes
                quality: hdtv-webdl h264
          grouptv2:
            - The Blacklist

however, when the web-dl release did become available, this is what the log said:
2017-04-28 15:46 VERBOSE task tv2 REJECTED:The.Blacklist.S04E18.WEB-DL.x264-RARBGby series plugin because quality already downloaded
and i did make sure that is the very first time that web-dl shows up in the log.

entire config file is here: https://pastebin.com/rVjK05r8
entire log from when the first episode was accepted to when the web-dl was rejected: https://pastebin.com/6GL7wVQr

Posts: 1

Participants: 1

Read full topic


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

Cannot make a simple config work

$
0
0

@christophe_cluzel wrote:

Hi,

I have been trying to make a simple config to download series but I keep getting several errors.

Here is my config :

schedules:
  - tasks: '*'
    interval:
      minutes: 15
tasks:
  SHOWS:
    deluge:
      host: localhost
      port: 8112
      username: ****
      password: ****
      path: /srv/dev-disk-by-id-ata-ST2000DM001-9YN164_S1E18G2B-part6/tofmedia/Downloads/TV-SHOWS
    configure_series:
      settings:
        quality: webdl
      from:
        trakt_list:
          username: ***
          list: watchlist
          type: shows
    inputs:
      - rss: http://extratorrent.cc/rss.xml?type=user&user=ettv
      - rss: http://extratorrent.cc/rss.xml?type=user&user=EtHD

and here the error message :
2017-04-29 00:48 WARNING check Config line 4 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 7 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 8 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 14 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 15 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 17 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Config line 18 is indented incorrectly (previous line ends with ':')
2017-04-29 00:48 WARNING check Trying to set value for username in line 18, but it is already defined in line 10!
2017-04-29 00:48 VERBOSE check Pre-checked 25 configuration lines
2017-04-29 00:48 CRITICAL manager [/schedules] Got None, expected: boolean or list
2017-04-29 00:48 CRITICAL manager [/tasks/SHOWS] Got None, expected: dict
2017-04-29 00:48 CRITICAL manager [/] The keys inputs, path, - rss, type, list, password, interval, host, configure_series, - tasks, settings, port, username, username, deluge, quality, trakt_list, from, minutes are not valid here.
2017-04-29 00:48 CRITICAL manager Failed to load config file: Did not pass schema validation.

Any help welcome

Posts: 3

Participants: 3

Read full topic

Deluge keep_subs with 2 diff subs

$
0
0

@Isaac_Christie wrote:

many torrents these days (web-dl releases) contain a 2nd srt file which includes SDH (hearing impaired). using the keep_subs with deluge seems to be favoring the larger (SDH) srt file, how do i set it to prefer non-sdh?

EDIT: Also, is it possible to get flexget to add .en at the end of the subtitle file during the rename process? the .en makes softwares like plex detect it as english

Posts: 2

Participants: 2

Read full topic

Uploader group jinji/regex?

$
0
0

@dahjin wrote:

I'm trying to rename episodes to some format like this

[HorribleSubs] Boku no Hero Academia - S01E01 - [720p].mkv

content_filename: " {{ series_name }} - {{ tvdb_ep_id }} - [{{ quality }}]"

Im unsure how to get the group name from the title or the torrent from nyaa.

Posts: 3

Participants: 2

Read full topic

Proxy authentication?

HELP:config.yml not found

$
0
0

@Tauqer wrote:

Hello,

I'm running Flexget on FreeNAS 9.10 and i'm trying to get my flexget to run but I cant seem to get it to find the config file no matter where I place it.
Ive tried to place it both in a flexget folder on pc (both user and main user) and on the NAS. As well as in the root directory.
This is what i get when i run "flexget check":

Code:root@freenas_1:/ # flexget check
2017-05-01 18:40 CRITICAL manager Failed to find configura
tion file config.yml
2017-05-01 18:40 INFO manager Tried to read from: /, /
root/.flexget, /root/.config/flexget
Could not instantiate manager: No configuration file found.
root@freenas_1:/ #

I've tried running flexget -c but not been getting it to work.

Any suggestions?

Posts: 2

Participants: 2

Read full topic

Send emojis via Telegram notifier plugin

$
0
0

@Blitz69 wrote:

Hello guys,

I would like to know if it's possible to send emojis in Telegram messages ? If so, how to proceed ?

After a quick search on Google, I've tried to use UTF-8 unicodes with html parse mode but it's not working:

notify:
      entries:
        message: |+
          "\xE2\x9A\xA0" {{title}} storage space used
        via:
          - telegram:
              bot_token: '{? telegram.token ?}'
              parse_mode: html
              recipients:
                - username: '{? telegram.username ?}'

Emoji list: http://apps.timwhitlock.info/emoji/tables/unicode

Any help is appreciated :slight_smile:

Posts: 1

Participants: 1

Read full topic


How to change the title of a series from Trakt

$
0
0

@christophe_cluzel wrote:

Hi,

I would like to rename the series name from my watch list in Trakt to show : Series_name SXXEXX

I succedeed to rename to show Series_name by doing :

    set:
      title: "{{tvdb_series_name|escape|replace('&#39;', '')}}"

But I have no success adding the Season number and the episode number. I am quite sure it is dead simple but cannot find the right solution.

Thanks

Here is my complete setup file :

variables: secrets.yml
schedules:
  - tasks: ['populate-*', 'clean-*']
    schedule:
      hour: 0
  - tasks: ['fill-*', '*-rss']
    schedule:
      minute: 0,30
templates:
  series:
    thetvdb_lookup: yes
    tvmaze_lookup: yes
    configure_series:
      from:
        entry_list: trakt-series
      settings:
        identified_by: ep
        timeframe: 16 hours
        quality: webrip|webdl
        propers: 16 hours
        specials: no
        #proper: no
    content_size:
      min: 350
  transmission-anchors:
    _transmission-settings: &transmission-settings
      host: "{? transmission.host ?}"
      port: 9091
      username: "{? transmission.user ?}"
      password: "{? transmission.pass ?}"
  reject:
    regexp:
      reject:
        - \b(s|d)ub(s|bed|lado|titulado)?\b
        - \bhc\b
        - \bdual\b
        - \b3d\b
        - \bfre(nch)?\b
        - \bita(lian)?\b
        - \bspa(nish)?\b
        - \bger(man)?\b
        - \bcastellano\b
        - \brus(sian)?\b
    content_filter:
      reject:
        - '*.rar'
        - '*.zip'
  transmission-series:
    transmission:
      <<: *transmission-settings
      main_file_only: yes
      include_subs: yes
      rename_like_files: yes
      content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tvdb_ep_name|pathscrub}}{% endif %}{% if quality|default(False) %} - [{{quality}}]{% endif %}"
      path: "/{? folder.root ?}{? folder.downseries ?}{{tvdb_series_name|default(series_name)|pathscrub}}/"
  series-metainfo:
    metainfo_series: yes
    thetvdb_lookup: yes
  torrents:
    torrent_alive:
      min_seeds: 3
      reject_for: 15 minutes
    magnets: no

    domain_delay:
      thepiratebay.se: 10 seconds
      thepiratebay.org: 10 seconds
      nyaa.se: 3 seconds
      extratorrent: 3 seconds
      limetorrents: 3 seconds
tasks:
  populate-series-db:
    priority: 1
    template:
      - series-metainfo
    seen: local
    filesystem:
      path: "/{? folder.root ?}{? folder.series ?}"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    configure_series:
      from:
        filesystem:
          path: "/{? folder.root ?}{? folder.series ?}"
          retrieve: dirs
      settings:
        tracking: no
  fill-series-list:
    priority: 2
    template:
      - series-metainfo
    list_clear:
      what:
        - entry_list: trakt-series
    trakt_list:
      username: "{? trakt.account ?}"
      list: "{? trakt.series ?}"
      type: shows
    accept_all: yes
    set:
      title: "{{tvdb_series_name|escape|replace('&#39;', '')}}"
    list_add:
      - entry_list: trakt-series
  download-series-rss:
    priority: 5
    template:
      - series
      - reject
      - torrents
      - transmission-series
    inputs:
      - rss: https://eztv.ag/ezrss.xml
      - rss: https://extratorrent.cc/rss.xml?cid=8&type=new
      - rss: https://www.limetorrents.cc/rss/20/
  clean-transmission:
    priority: 47
    disable: details
    clean_transmission:
      <<: *transmission-settings
      finished_for: 1 day

Posts: 2

Participants: 2

Read full topic

Help with CSV task and magnet links

$
0
0

@Loke wrote:

I 've been using an CSV styled rss feed of mine and it's been working fine for quite some time. Today I found out it misbehaves when it contains a magnet link.

Format of the CSV feed is: "title","link"
so for example a line would be:

"[HorribleSubs] Boruto - Naruto Next Generations - 05 [720p].mkv","magnet:?xt=urn:btih:BBLBGYZQ7JQ66OY7SY7ZU3UDOGE5HGYN&tr=udp://tracker.coppersurfer.tk:6969/announce&tr=udp://tracker.internetwarriors.net:1337/announce&tr=udp://tracker.leechers-paradise.org:6969/announce&tr=http://tracker.internetwarriors.net:1337/announce&tr=udp://tracker.opentrackr.org:1337/announce&tr=http://tracker.opentrackr.org:1337/announce&tr=udp://tracker.zer0day.to:1337/announce&tr=udp://tracker.pirateparty.gr:6969/announce&tr=http://explodie.org:6969/announce&tr=http://p4p.arenabg.com:1337/announce&tr=http://mgtracker.org:6969/announce"

(mods can remove the magnet link if it's against the rules)

task is:

tasks:
  first:
    csv:
      url: url
      values:
        title: 1
        url: 2
    download: /data/torrent/
    rtorrent_magnet: /data/torrent
    template:
      - main

if the above entry is matched by a task with a normal rss feed that contains the exact same magnet link it will work just fine.
Instead with the above setup I get "RequestException 404 Client Error: Not Found for url: http://itorrents.org/torrent/DE.torrent, while downloading http://itorrents.org/torrent/DE.torrent"

Can it be that my CSV is not parsed correctly with magnet links? Even though it's properly inside quotes?
Is the download plugin conflicting with the rtorrent_magnet plugin? As I would prefer to avoid having a duplicate of the task once for normal urls and once for magnets with the same rss csv feed.

Cheers

Edit:

Did a quick test and by removing the download plugin it works ok. But if I am not mistaken these two plugins should be able to coexist since RSS feeds aren't limited to just normal links or magnet links.

According to the rtorrent_magnet manual "This plugin will scan accepted items that haven’t been downloaded for magnet URI’s"
So the download plugin causes it to parse it as a normal url and fails?

Posts: 1

Participants: 1

Read full topic

Downloading multiple entries for the same movie

$
0
0

@bymem wrote:

hi all.

hope some one is willing to help, some how my config is downloading the same movie multiple times.
I have follow @jonybat great config example. Both where from the same rss feed.
And i can't seem to find where the problem is. my config is:

tasks:
  movies-fill-queue:
    priority: 3
    template:
      - disable-seen-retry
    trakt_list:
      account: "{? trakt.account  ?}"
      list: "{? trakt.movies ?}"
      type: movies
    accept_all: yes
    list_add:
      - movie_list: trakt-movies

  movies-download-720p-rss:
    priority: 4
    template:
      - movies-720p
      - reject
      - torrents
      - pushover-downloading
      - all-rss
    exists_movie:
      - "{? local.media.movies ?}"
      - "{? local.downloads.movies ?}"
    list_match:
      from:
        - movie_list: trakt-movies
    download: "{? local.ready.movies  ?}"
    list_remove:
      - movie_list: trakt-movies
      - trakt_list:
          account: "{? trakt.account ?}"
          list: "{? trakt.movies ?}"
          type: movies

templates:
   disable-seen-retry:
    disable:
      - seen
      - seen_info_hash
      - retry_failed

  movies-720p:
    imdb_lookup: yes
    quality: 720p+ !cam !workprint !ts !tc !r5 !hdrip !tvrip !sdtv !webrip !webdl
    content_size:
      min: 4000
      max: 15000

    reject:
    regexp:
      reject:
        - \b(s|d)ub(s|bed|lado|titulado)?\b
        - \bhc\b
        - \bdual\b
        - \b3d\b
        - \bfre(nch)?\b
        - \bita(lian)?\b
        - \bspa(nish)?\b
        - \bger(man)?\b
        - \bcastellano\b
        - \brus(sian)?\b
    content_filter:
      reject:
        - '*.rar'
        - '*.zip'
        - '*.img'

    torrents:
#    torrent_alive:
#      min_seeds: 3
#      reject_for: 15 minutes
    magnets: no
    # Might need to disable if you are getting errors connecting to https sources
    # Can remove if you upgrade to python 2.7.9+ or install requests[security]
    #verify_ssl_certificates: no

    all-rss:
    inputs:
      - rss: [RSS]
      - rss: [RSS]

and the log shows this.

2017-05-04 07:00 INFO     download      movies-download-720p-rss Downloading: XXXXXXXXXX.1080p
2017-05-04 07:00 INFO     trakt_list    movies-download-720p-rss Successfully deleted to/from list watchlist: 1 movie(s), 0 show(s), 0 episode(s), 0 season(s).

2017-05-04 07:30 INFO     download      movies-download-720p-rss Downloading: XXXXXXXXXX.720p
2017-05-04 07:30 INFO     trakt_list    movies-download-720p-rss Successfully deleted to/from list watchlist: 0 movie(s), 0 show(s), 0 episode(s), 0 season(s).

the names are exactly the same just the quality are different. Can some one help?

Posts: 8

Participants: 4

Read full topic

How to accept a source based on release group

$
0
0

@Isaac_Christie wrote:

I would like to add a rule to a particular task (and only that task) to only accept WEB-DL releases if it comes from a certain group, like "RARBG".

  tv_family:
    thetvdb_lookup: yes
    deluge:
      movedone: E:/Users/Admin/AppData/Roaming/Deluge/Done/++TV FAMILY++/
      label: tv2
    inputs:
      - rss: '{? rss.tv.sd ?}'
    series:
      settings:
        grouptv2:
          upgrade: yes
          quality: hdtv-webdl h264
          set:
            content_filename: "{{ tvdb_series_name|replace(' ', '.')|replace('(', '')|replace(')', '') }}.{{ tvdb_ep_id }}.{{ quality.source|upper|replace('WEBDL', 'WEB-DL') }} - {{ tvdb_ep_name|default('Unknown') }}"
      grouptv2:
        - Poldark
        - Blindspot

the above template is what id like to apply the new rule to, i still want the rest of it to behave as it does now.

Posts: 5

Participants: 3

Read full topic

Prevent deleted pending entries to reappear

$
0
0

@Mirgolth wrote:

Hi,

I'd like use pending_approval to filter some music.
Entries are correctly added to the pending list and I can accept some.

However, the one I delete from the WebUI keep on reappearing on every execution.
Is there a way to remember them and prevent them to be re-added on the pending list ?

Posts: 3

Participants: 2

Read full topic

Viewing all 716 articles
Browse latest View live