Skip to content

Instantly share code, notes, and snippets.

View gazpachoking's full-sized avatar

Chase Sterling gazpachoking

View GitHub Profile
notifications:
groupa:
email:
to: me@here.com
template: sometemplate
global:
im:
network: jabber
feeds:
{% for entry in accepted %}
{% if not entry['no_notify'] %}
{% if entry['notify-item-template'] %}
{{ entry['notify-item-template'] }}
{% else %}
FlexGet downloaded {{ entry['title'] }}
{% endif %}
{% endif %}
{% endfor %}
series:
- Blah Blah:
set:
series_path: Blah Blah (2009)
- Other Show
set:
path: /here/{{series_path|default(series_name)}}
presets:
1080s:
quality:
min: 1080i
max: 1080p bluray
720s:
delay: 5 hours
quality:
min: 720p
max: 720p bluray
feeds:
#1
x360:
rss: http://rss.torrentleech.org/########################
download: ~/Transferências/.torrents/
regexp:
accept:
- XBOX360
reject:
- NTSC
feeds:
#1
x360:
rss: http://rss.torrentleech.org/7674c2153ddc94810a30
download: ~/Transferências/.torrents/
regexp:
accept:
- XBOX360
reject:
- NTSC
feeds:
feeda:
rss: http://feedhere.com/feed.xml
regexp:
accept:
- thing.i.want
deluge: yes
regexp:
accept:
- the.{1,5}thing(?!=badstuff):
set:
unique_name: The Thing
seen: [unique_name]
@gazpachoking
gazpachoking / movie_queue.py
Created May 21, 2011 20:29
queue_base / movie_queue
import logging
from optparse import OptionValueError
from sqlalchemy import Column, Integer, String, ForeignKey
from sqlalchemy.exc import OperationalError
from flexget.manager import Session
from flexget.utils import qualities
from flexget.utils.imdb import extract_id, ImdbSearch, ImdbParser
from flexget.utils.database import quality_synonym
from flexget.utils.tools import console, str_to_boolean
from flexget.plugin import DependencyError, PluginError, get_plugin_by_name, register_plugin, register_parser_option
feeds:
enqueue_feed:
imdb_watchlist:
username: <imdbusername>
password: <imdbpassword>
queue_movies: yes
download_feed:
rss: http://feedhere
imdb_queue: yes