Advertisement
thekingkiller

flexget rename

Oct 4th, 2018
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 8.23 KB | None | 0 0
  1.  # flexget -L debug execute --no-cache --discover-now
  2.  
  3. web_server:
  4.   run_v2: true
  5.   bind: 192.168.1.11
  6.  
  7. tasks:
  8.   anitask:
  9.     priority: 1
  10.     rss:
  11.       url: 'https://nyaa.si/?page=rss&q=Erai-raws+1080p+Multiple+Subtitle&c=0_0&f=0'
  12.       all_entries: no
  13.     metainfo_movie: yes    
  14.     template: animes
  15.  
  16. ############################
  17. ####### TRAKT FILMES #######
  18. ############################
  19.    
  20.   imdb-filmes:
  21.     priority: 10
  22.     disable:
  23.      - seen
  24.       - seen_info_hash
  25.       - torrent_alive
  26.       - retry_failed
  27.     exists_movie:
  28.       path:
  29.        - 'D:\FILMES\'
  30.         - 'D:\TORRENTS\'
  31.       type: files
  32.       allow_different_qualities: better
  33.       lookup: imdb
  34.     #trakt_list:  
  35.     #  account: ********
  36.     #  list: ParaBaixar
  37.     #  type: movies
  38.     imdb_list:
  39.       login: ********
  40.       password: ********
  41.       list: TEste
  42.     #  force_language: es-mx # Optional - Force Specified Language
  43.     accept_all: yes
  44.  
  45. ##############################
  46.  
  47.   imdb-filmes1:
  48.     priority: 15
  49.     disable:
  50.      - seen
  51.       - seen_info_hash
  52.       - torrent_alive
  53.       - retry_failed
  54.     # trakt_lookup: yes
  55.     imdb_lookup: yes
  56.     discover:
  57.       release_estimations: ignore
  58.         # optimistic: 1000 days
  59.       what:
  60.         - imdb_list:
  61.             login: ********
  62.             password: ********
  63.             list: TEste
  64.           # force_language: pt-br # Optional - Force Specified Language
  65.         #- trakt_list:
  66.          #   account: ********
  67.           #  list: ParaBaixar
  68.            # type: movies      
  69.       from:
  70.         - piratebay:
  71.            # category: 207
  72.             sort_by: seeds
  73.             # url: https://thepiratebay.asia
  74.             # url: https://baypirateproxy.org/
  75.         - rarbg:
  76.             min_seeders: 5
  77.             sorted_by: seeders
  78.     torrent_alive: 5
  79.     quality: 1080p-1080p
  80.              webrip-bluray      
  81.     magnets: yes
  82.     # convert_magnet: yes
  83.     content_size:
  84.      # min: 12
  85.       max: 6000
  86.       strict: no
  87.     regexp:
  88.       reject:
  89.        - Hindi
  90.         - Tamil
  91.         - DVDScr
  92.         - HQ
  93.         - HDTC
  94.         - cam
  95.         - r5
  96.         # - hdrip
  97.         # - tvrip
  98.         - dsr
  99.         - sdtv
  100.         - dvdscr
  101.         - bdscr
  102.         # - webrip
  103.         # - webdl
  104.         - hdtv
  105.         - 368p
  106.         - 360p
  107.         - 360p
  108.         # - Grym
  109.         - RU
  110.         - HDTS
  111.         - mp3
  112.         # - DEFLATE
  113.         - HD-TC
  114.         - tc.
  115.         - .tc
  116.         - tc
  117.         - 720p TC
  118.         - TC -
  119.         - TC H264
  120.         - -RBG
  121.         - REWARD
  122.     list_match:
  123.       from:
  124.         - imdb_list:
  125.             login: ********
  126.             password: ********
  127.             list: TEste
  128.            # force_language: pt-br # Optional - Force Specified Language
  129. #        - trakt_list:
  130.  #           account: ********
  131.   #          list: ParaBaixar
  132.    #         type: movies
  133.       remove_on_match: no            
  134.       single_match: yes
  135.     transmission:
  136.       host: localhost
  137.       port: 9091
  138.       path: 'D:\FILMES'
  139.       ratio: 2.0
  140.     set:
  141.       main_file_only: yes
  142.       rename_like_files: yes
  143.       magnetization_timeout:
  144.       skip_files:
  145.        - '*.nfo'
  146.         - '*.sfv'
  147.         - '*.txt'
  148.         - '*.jpg'
  149.         - '*.png'
  150.         - 'Sample.*'
  151.         - 'sample.*'
  152.         - '*[sS]ample*'
  153.         - '*[eE]xtras*'
  154.         - '*[eE]xtra*'
  155.       path: D:\FILMES\{{ imdb_original_name }} {{imdb_year}} [{{ quality|upper }}]
  156.       content_filename: "{{ imdb_original_name }} ({{imdb_year}})"
  157.     # list_remove:
  158.       # - imdb_list:
  159.           # login: ********
  160.           # password: ********
  161.           # list: TEste
  162.          # force_language: pt-br # Optional - Force Specified Language
  163. #      - trakt_list:
  164.  #         username: ********
  165.   #        account: ********
  166.    #       list: ParaBaixar
  167.     #      type: movies
  168.     # list_add:
  169.       # - trakt_list:
  170.           # username: ********
  171.           # account: ********          
  172.           # list: watchlist
  173.           # type: movies
  174.  
  175.     #####################################################################################
  176.     ###                                                                               ###
  177.     #####################################################################################
  178.      
  179.   # This task will look for episodes you have added to your `My TV Shows` list at trakt.
  180.   # It will set the `begin` series option for that show, then remove the episode and re-add it to your `My TV Shows` list as a show.
  181.   series1:
  182.     priority: 20
  183.     disable:
  184.      - seen
  185.       - seen_info_hash
  186.       - torrent_alive
  187.       - retry_failed  
  188.     # seen: local
  189.     trakt_list:
  190.       account: ********
  191.       list: Seriesbaixar
  192.       type: episodes
  193.     accept_all: yes
  194.     set_series_begin: yes
  195.     list_remove:
  196.       - trakt_list:
  197.           account: ********
  198.           list: Seriesbaixar
  199.           type: episodes
  200.     list_add:
  201.       - trakt_list:
  202.           account: ********
  203.           list: Seriesbaixar
  204.           type: shows
  205.  
  206.      
  207.   # This task is what will actually download your shows.
  208.   # See https://flexget.com/wiki/Cookbook/Series/Search for a more detailed explanation of how this search based task works, as well as an example of how to use your `tv` template on an rss based task alongside.
  209.   series2:
  210.     priority: 25
  211.     disable:
  212.      - seen
  213.       - seen_info_hash
  214.       - torrent_alive
  215.       - retry_failed  
  216.     # If this is your only task getting shows, you can just include the configure_series plugin here instead of using the template.
  217.     template: series
  218.     discover:
  219.       what:
  220.         - next_series_episodes:
  221.             from_start: yes
  222.       from:
  223.         - piratebay:
  224.             # category: 205
  225.             sort_by: seeds
  226.             # url: https://thepiratebay.asia
  227.             # url: https://baypirateproxy.org/
  228.     quality: 1080p
  229.     list_remove:
  230.       - trakt_list:
  231.           account: ********
  232.           list: Seriesbaixar
  233.           type: episodes
  234.     list_add:
  235.       - trakt_list:
  236.           account: ********
  237.           list: Seriesbaixar
  238.           type: shows      
  239.     transmission:
  240.       host: localhost
  241.       port: 9091
  242.       path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}'
  243.       main_file_only: yes
  244.      
  245. templates:
  246.  # This is just in a template so that it can easily be re-used in multiple tasks (for example in an rss based and discover based task)
  247.   # If you only have one task using your series config, you can place the configure_series plugin directly in that task rather than in a template
  248.   series:
  249.     configure_series:
  250.       settings:
  251.        # Configure all the series options to your taste
  252.         quality: 1080p
  253.         path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}'
  254.         identified_by: ep
  255.       from:
  256.         trakt_list:
  257.           account: ********
  258.           list: Seriesbaixar
  259.           type: shows
  260.  
  261.   animes:
  262.   # thetvdb_lookup: yes
  263.     series:
  264.      - Seishun Buta Yarou  # futuro #
  265.       - 'Double Decker! Doug & Kirill'
  266.       - 'Grand Blue':
  267.           path: 'D:\SERIES\Grand Blue Dreaming\Season 1'
  268.       - 'Hataraku Saibou':
  269.           path: 'D:\SERIES\Hataraku Saibou\Season 1'
  270.       - 'Banana Fish':
  271.           path: 'D:\SERIES\Banana Fish\Season 1'
  272.       - 'Planet With':
  273.           path: 'D:\SERIES\Planet With\Season 1'
  274.       - 'Hanebado!':
  275.           path: 'D:\SERIES\HANEBADO!\Season 1'
  276.           season_packs: yes
  277.       - 'Boku no Hero Academia 3rd Season':
  278.           path: 'D:\SERIES\My Hero Academia\Season 3'
  279.           season_packs: yes
  280.       - 'Shingeki no Kyojin Season 3':
  281.           path: 'D:\SERIES\Attack on Titan\Season 1'
  282.           identified_by: sequence
  283.           season_packs: yes
  284.     transmission:
  285.       host: localhost
  286.       port: 9091
  287.     set:
  288.      # content-disposition: no
  289.       path: 'D:\SERIES\{{series_name}}\Season {{series_season|pad(2)}}'
  290.       # addpaused: yes
  291.       skip_files:
  292.        - '*.nfo'
  293.         - '*.sfv'
  294.         - '*.txt'
  295.         - '*.jpg'
  296.         - '*.png'
  297.         - 'Sample.*'
  298.         - 'sample.*'
  299.         - '*[sS]ample*'
  300.         - '*[eE]xtras*'
  301.         - '*[eE]xtra*'
  302.      
  303. schedules:
  304.   - tasks: '*'
  305.     interval:
  306.       minutes: 20
  307.       minutes: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement