Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.41 KB | None | 0 0
  1. root@osmc:/media/usb_hd/software/flexget# flexget -V
  2. 2.3.30
  3. Latest release: 2.3.35
  4.  
  5.  
  6. 2016-09-26 15:57 INFO download SERIES Downloading: Fear.the.Walking.Dead.S02E13.720p.HDTV.x264-AVS Serije/HD
  7. 2016-09-26 15:57 INFO download SERIES Downloading: The.Strain.S03E05.720p.HDTV.x264-AVS Serije/HD
  8. 2016-09-26 15:57 INFO deluge SERIES Connecting to daemon at localhost:58846..
  9. 2016-09-26 15:57 INFO deluge SERIES Connected to daemon at 127.0.0.1:58846..
  10. 2016-09-26 15:57 INFO deluge SERIES Fear.the.Walking.Dead.S02E13.720p.HDTV.x264-AVS Serije/HD successfully added to deluge.
  11. 2016-09-26 15:57 INFO deluge SERIES The.Strain.S03E05.720p.HDTV.x264-AVS Serije/HD successfully added to deluge.
  12. 2016-09-26 15:57 INFO deluge SERIES Connection lost to daemon at localhost:58846 reason: Connection was closed cleanly.
  13.  
  14.  
  15. cat config.yml
  16. templates:
  17. DELUGE:
  18. deluge:
  19. username: osmc
  20. password: deluge
  21. main_file_only: no
  22. keep_subs: yes
  23. ratio: 2
  24. removeatratio: yes
  25.  
  26. RSS-SERIES:
  27. inputs:
  28. - rss: https://IPT
  29. - rss: https://#THR
  30.  
  31. RSS-MOVIES:
  32. inputs:
  33. - rss: https:// #IPT
  34. - rss: https://#THR
  35.  
  36. TRAKT-SERIES:
  37. configure_series:
  38. settings:
  39. quality: 720p
  40. from:
  41. inputs:
  42. - trakt_list:
  43. username: dcabro
  44. list: Serije
  45. type: shows
  46. metainfo_series: yes
  47. exists_series:
  48. - /media/usb_hd/TV_Series/
  49. regexp:
  50. from: title
  51. reject:
  52. - (s|d)ub(s|bed)?\b: {from: title} # Block any subbed/dubbed/etc videos
  53. - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying
  54. - \bR5\b: {from: title} # The following are poor quality types that somehow got through the quality
  55. - \bWEBSCR\b: {from: title} # features usually due to the title including a keyword like "720p" as well
  56. - \bscreener\b: {from: title}
  57. - \bTS\b: {from: title}
  58. - \bCam\b: {from: title}
  59. - \bRAW\b: {from: title}
  60. - \bfrench\b: {from: title}
  61. - \bgerman\b: {from: title}
  62. - \bita\b: {from: title}
  63. - \bspanish\b: {from: title}
  64. - \bvostfr\b: {from: title}
  65. - '(?x) (?:_|\b) (?: preview | sneak \W+ peek | trailer | behind \W+ the \W+ scenes | first \W+ look | making \W+ of ) (?:_|\b)': {from: title}
  66. - '(?x) \b subbed \b'
  67. - subbed
  68. - \[Hive-CM8\]: {from: title}
  69. - \[facepalm\]: {from: title}
  70. content_filter:
  71. require:
  72. - '*.avi'
  73. - '*.mkv'
  74. - '*.mp4'
  75. reject: '*.wmv'
  76. email:
  77. from: mail
  78. to:
  79. - mail
  80. - mail
  81. smtp_host: smtp.gmail.com
  82. smtp_port: 587
  83. smtp_username: mail
  84. smtp_password: pw
  85. smtp_tls: yes
  86.  
  87. tasks:
  88. SERIES:
  89. priority: 1
  90. template:
  91. - DELUGE
  92. - RSS-SERIES
  93. - TRAKT-SERIES
  94. set:
  95. path: '/media/usb_hd/downloads/incomplete/'
  96. movedone: '/media/usb_hd/TV_Series/{{series_name}}/S{{"%02d"|format(series_season)}}'
  97.  
  98.  
  99. QUEUE-MOVIES:
  100. priority: 2
  101. inputs:
  102. - trakt_list:
  103. username: dcabro
  104. list: Filmovi
  105. type: movies
  106. # - imdb_list:
  107. # user_id: ur7525776
  108. # list: watchlist
  109. accept_all: yes
  110. list_add:
  111. - movie_list: Filmovi
  112. exists_movie:
  113. path: /media/usb_hd/Movies
  114. type: dirs
  115. allow_different_qualities: no
  116.  
  117.  
  118. MOVIES:
  119. priority: 3
  120. # movie_queue: accept
  121. template:
  122. - RSS-MOVIES
  123. - DELUGE
  124. quality: 720p
  125. exists_movie:
  126. path: /media/usb_hd/Movies
  127. set:
  128. path: '/media/usb_hd/Movies'
  129. email:
  130. from: mail
  131. to:
  132. - mail
  133. smtp_host: smtp.gmail.com
  134. smtp_port: 587
  135. smtp_username: mail
  136. smtp_password: pw
  137. smtp_tls: yes
  138. imdb_lookup: yes
  139. require_field: imdb_url
  140. seen_movies: strict
  141. parsing:
  142. movie: guessit
  143. series: guessit
  144. regexp:
  145. from: title
  146. reject:
  147. - (s|d)ub(s|bed)?\b: {from: title} # Block any subbed/dubbed/etc videos
  148. - \btrailer\b: {from: title} # I've gotten a few trailers that matched as movies. VERY annoying
  149. - \bR5\b: {from: title} # The following are poor quality types that somehow got through the quality
  150. - \bWEBSCR\b: {from: title} # features usually due to the title including a keyword like "720p" as well
  151. - \bscreener\b: {from: title}
  152. - \bTS\b: {from: title}
  153. - \bCam\b: {from: title}
  154. - \bRAW\b: {from: title}
  155. - \bfrench\b: {from: title}
  156. - \bgerman\b: {from: title}
  157. - \bita\b: {from: title}
  158. - \bspanish\b: {from: title}
  159. - \bvostfr\b: {from: title}
  160. - '(?x) (?:_|\b) (?: preview | sneak \W+ peek | trailer | behind \W+ the \W+ scenes | first \W+ look | making \W+ of ) (?:_|\b)': {from: title}
  161. - '(?x) \b subbed \b'
  162. - subbed
  163. content_filter:
  164. require:
  165. - '*.avi'
  166. - '*.mkv'
  167. - '*.mp4'
  168. reject: '*.wmv'
  169.  
  170. schedules:
  171. - tasks: '*'
  172. interval:
  173. hours: 3
  174.  
  175. web_server:
  176. bind: 0.0.0.0
  177. port: 3539
  178. api: yes
  179. webui: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement