Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all 376 articles
Browse latest View live

Rejecting Filenames - CAM

$
0
0

@lloydie11 wrote:

Hello,

I'm blocking files where the name includes CAM for obvious reasons, however this is blocking content where cam appears anywhere in the file, for example "Daddy Day Camp" and thus rejects based on the filename.

Is there a way to prevent this somehow, and say, yes block cam but whitelist anything for example here (http://www.wordfind.com/contains/cam/) so other genuine titles can get through?

Thanks

Posts: 9

Participants: 3

Read full topic


Season with 2 digits

$
0
0

@marine88 wrote:

Hi there i have another question I have my series organized by filebot like this serie name/Season 01 and now flexget is putting serie name/Season 1 I try to change that bu i can´t here is my code

/{{secrets.folder.root}}{{secrets.folder.downseries}}{{tvdb_series_name|default(series_name)|pathscrub}}/Season {{series_season|pad(2)}}

Posts: 1

Participants: 1

Read full topic

Rejecting Quality in error

$
0
0

@lloydie11 wrote:

Hello,

I have a number of tasks designed to try and get the highest quality movie, however it seems to be rejecting alot due to the fact Bluray does not match my quality requirement, which i thought i'd adjusted.

Basically at any of the tasks, if they are bluray thats' fine.

The final task with priority 7, should accept anything if it's not been found by then with at least a 720p including DVDRip etc. no other conditions.

For example, even though this doesn't state 1080, we know Bluray should be so wouldn't mind this being accepted. Do i simply need to add the h264 to all my tasks?

get_movies_NO_YIFY_1080p REJECTED:Chaos 2005 BRRip H264 Wrathby quality plugin because bluray h264 does not match quality requirement [<Requirements(1080p+ !cam)>, <Requirements(1080p+ bluray !cam)>]

Any ideas?

tasks:
  fill_movie_queue:
    priority: 2
    trakt_list:
      username: lloydie11
      list: MCM
      type: movies
    list_add:
      - movie_list: trakt
    accept_all: yes
 
  get_movies_NO_YIFY_1080p:
    priority: 3
    quality: 
      - 1080p+ !cam
      - 1080p+ bluray !cam
#    regexp:
#      reject:
#        - YIFY
#        - \b3-?D\b: {from: title}
#        - cam
#        - FRENCH
    magnets: no
    content_filter:
      reject:
        - '*.avi'
        - '*.wmv'
        - '*.rar'
        - '*cam*'
    content_size:
      max: 15360
      min: 700
#    assume_quality: 1080p bluray #in case of REALLY long titles
#    quality: 1080p+
    template: 
      - download-movie
      - transmit-movies
 
  get_movies_1080p:
    priority: 4
    magnets: no
    content_filter:
      reject:
        - '*.avi'
        - '*.wmv'
        - '*.rar'
        - '*cam*'
    content_size:
      max: 15360
      min: 700
#    assume_quality: 1080p bluray #in case of REALLY long titlesi
    quality:
      - 1080p !cam
      - 1080p bluray !cam
#    regexp:
#      reject:
#        - \b3-?D\b: {from: title}
#        - cam
#        - FRENCH
#    quality: 1080p+
    movie_queue: add
    template: 
      - download-movie
      - transmit-movies
 
  get_movies_NO_YIFY_720p:
    priority: 5
    magnets: no
    content_filter:
      reject:
        - '*.avi'
        - '*.wmv'
        - '*.rar'
        - '*cam*'
    content_size:
      max: 15360
      min: 700
#    assume_quality: 720p bluray #in case of REALLY long titles
    quality:
      - 720p+ !cam
      - 720p+ bluray !cam
 #   regexp:
 #     reject:
 #       - YIFY
 #       - \b3-?D\b: {from: title} 
 #       - cam
 #       - FRENCH
 #   quality: 720p+
    template: 
      - download-movie
      - transmit-movies
 
  get_movies_720p:
    priority: 6
    magnets: no
    content_filter:
      reject:
        - '*.avi'
        - '*.wmv'
        - '*.rar'
        - '*cam*'
    content_size:
      max: 15360
      min: 700
#    assume_quality: 720p bluray #in case of REALLY long titles
    quality:
      - 720p !cam
      - 720p bluray !cam
#    regexp:
#      reject:
#        - \b3-?D\b: {from: title}
#        - cam
#        - FRENCH
#    quality: 720p+
    template: 
      - download-movie
      - transmit-movies

  get_movies_other:
    priority: 7
    magnets: no
    content_filter:
      reject:
        - '*.avi'
        - '*.wmv'
        - '*.rar'
        - '*cam*'
    content_size:
      max: 15360
      min: 700
    quality:
      - 720p+ !cam
      - dvdrip !cam
    template:
      - download-movie
      - transmit-movies

  move_done:

Thanks

Posts: 3

Participants: 3

Read full topic

Trakt list_add and remove

$
0
0

@lloydie11 wrote:

Hello,

My fetching of my trakt list works, as it does download new movoes i place on my list, however theres a section after success that yhe adds it to another lost abd removes it fron the original

Both lidts are public and trakt does hace an active auth. i still keep getting the same auth error though

2016-05-06 14:52 INFO     transmission  get_movies_other "Chaos (2005) BluRay 720p 700MB Ganool" torrent added to transmission
2016-05-06 14:52 VERBOSE  list_remove   get_movies_other removing accepted entries from trakt_list - {u'username': u'lloydie11', u'type': u'movies', u'list': u'MCM', u'strip_dates': True}
2016-05-06 14:52 ERROR    trakt_list    get_movies_other Authentication error: have you authorized Flexget on Trakt.tv?
2016-05-06 14:52 VERBOSE  list_add      get_movies_other adding accepted entries into trakt_list - {u'username': u'lloydie11', u'type': u'movies', u'list': u'MCMNotEncrypted', u'strip_dates': True}
2016-05-06 14:52 VERBOSE  utils.requests get_movies_other Waiting 1.48 seconds until next request to trakt.tv
2016-05-06 14:52 ERROR    trakt_list    get_movies_other Authentication error: have you authorized Flexget on Trakt.tv?
2016-05-06 14:52 INFO     task          get_movies_other Rerunning the task in case better resolution can be achieved.

herr is prrof of trakt auth.

root@cloud:/usr/bin# flexget trakt show
2016-05-07 14:05 WARNING  config_schema                 movie_queue plugin is deprecated. Please switch to using movie_list
-------Account-------|----------Created-----------|----------Expires-----------
lloydie11            |                  2016-05-06|                  2016-08-04

and finally heres the tasks its done from.

   list_queue:
      - movie_list: trakt
    list_add:
      - trakt_list:
          username: lloydie11
          list: MCMNotEncrypted
          type: movies
          strip_dates: yes
    list_remove:
      - trakt_list:
          username: lloydie11
          list: MCM
          type: movies
          strip_dates: yes
    imdb_lookup: yes
    set:
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[sS]ample*'

any ideas would great

thanks

Posts: 2

Participants: 2

Read full topic

Variable for a numbers?

$
0
0

@HA4g3n wrote:

Hello,

I wonder how do i make a variable for a number as below in a list of other items:

regexp:
accept:
- Serie.S01EXX.1080p
- Serie.S
- Serie.S

thanks for the good work out there! :smile:

Posts: 1

Participants: 1

Read full topic

Downloading HDTV version of files

$
0
0

@sinner wrote:

I'm trying to download the SD/HDTV version not the higher 720p version how do i go about doing that? by defining - "<=hr" correctly

  Marvel's Agent Carter:
    rss: http://showrss.info/show/280.rss
    series:
      - Marvel's Agent Carter
    quality:
      - "<=hr"
    download: ~/Downloads/

2016-05-11 03:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x20 Emancipation 720p by quality plugin because 720p does not match quality requirement []
2016-05-11 03:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x20 Emancipation by quality plugin because entry doesn't have a quality
2016-05-11 03:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x19 Failed Experiments 720p by quality plugin because 720p does not match quality requirement []
2016-05-11 03:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x19 Failed Experiments by quality plugin because entry doesn't have a quality

Posts: 2

Participants: 2

Read full topic

Showrss.info HDTV download working setup example

$
0
0

@sinner wrote:

Does anyone have a working setup to download HDTV SD from showrss.info?

I have

  Marvel's Agents of S.H.I.E.L.D.:
    rss: http://showrss.info/feeds/607.rss
    series:
      - Marvel's Agents of S.H.I.E.L.D.
    quality: 
      - SDTV|HDTV <720p
    download: ~/Downloads/

but it rejects all the files

2016-05-11 09:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x20 Emancipation 720p by quality plugin because 720p does not match quality requirement []
2016-05-11 09:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x20 Emancipation by quality plugin because entry doesn't have a quality
2016-05-11 09:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x19 Failed Experiments 720p by quality plugin because 720p does not match quality requirement []
2016-05-11 09:48 VERBOSE task Marvel's Agents of S.H.I.E.L.D. REJECTED: Marvel's Agents of S.H.I.E.L.D. 3x19 Failed Experiments by quality plugin because entry doesn't have a quality

Posts: 2

Participants: 2

Read full topic

Subliminal crash


Jonybat custom config problem

$
0
0

@marine88 wrote:

hey im using Jonybat config with some modifications of my own thanks you Jonybat i have some issues that i like some help if possible
MY full config.yml

Issue 1: I have my series organized like this seriesname/season 01 (season as 2 numbers) so with Jonybat im gettng seriesname/season1 so is wron i try to fixed like this

`path: "/{{secrets.folder.root}}{{secrets.folder.downseries}}{{tvdb_series_name|default(series_name)|pathscrub}}/Season {{ series_season|pad(2)}}"

but didn´t work it start to put it on seriesname/(root of folder) what am I missing guys?~

issue 2 : from time to time have a folder in series with name none and the files there loks like this None - S03E18 - [480p hdtv h264].mp4 Im thinking that is because i cant find name when go to the tvdb how can I fixed?

Posts: 6

Participants: 3

Read full topic

Trakt creating Entries with year

$
0
0

@Addicted wrote:

Hi,Previously i was using series pluging to mannually configure series.
Now i switched to trakt_list.
But i saw that trakt creating entries like "Series_name (year)".
As in series plugin, "Series_name" already present,flexget goes for exact matching resulting rejection of all entries.

How to fix this
Edit1:

Posts: 7

Participants: 2

Read full topic

Flexget fails to run: 'ascii' codec can't decode byte

$
0
0

@gifty wrote:

Hi All,

When I run flexget, I get the following output:

[~] sudo flexget --debug -c .flexget/config.yml execute                                                                                                              12:41:42
    2016-05-15 12:42 DEBUG    manager                       Figuring out config load paths
    2016-05-15 12:42 DEBUG    manager                       Found config: /home/sofia/.flexget/config.yml
    2016-05-15 12:42 DEBUG    manager                       Config file /home/sofia/.flexget/config.yml selected
    2016-05-15 12:42 DEBUG    manager                       sys.defaultencoding: utf-8
    2016-05-15 12:42 DEBUG    manager                       sys.getfilesystemencoding: utf-8
    2016-05-15 12:42 DEBUG    manager                       os.path.supports_unicode_filenames: False
    2016-05-15 12:42 DEBUG    plugin                        Trying to load plugins from: ['/home/sofia/.flexget/plugins', '/usr/local/lib/python3.4/dist-packages/flexget/plugins']
    2016-05-15 12:42 DEBUG    plugin                        Plugin `memusage` requires `ext lib `guppy`` to load.
    2016-05-15 12:42 DEBUG    safe                          Reading from cache file /tmp/safe-0.4.words.cache
    2016-05-15 12:43 DEBUG    plugin                        Plugins took 2.65 seconds to load
    2016-05-15 12:43 DEBUG    manager                       Connecting to: sqlite:////home/sofia/.flexget/db-config.sqlite
    2016-05-15 12:43 DEBUG    manager                       config_name: config
    2016-05-15 12:43 DEBUG    manager                       config_base: /home/sofia/.flexget
    2016-05-15 12:43 DEBUG    manager                       New config data loaded.
    2016-05-15 12:43 INFO     manager                       Database upgrade is required. Attempting now.
    2016-05-15 12:43 ERROR    schema                        Failed to upgrade database for plugin simple_persistence: 'ascii' codec can't decode byte 0xdf in position 1: ordinal not in range(128)
    Traceback (most recent call last):
      File "/usr/local/lib/python3.4/dist-packages/flexget/db_schema.py", line 150, in upgrade_wrapper
        new_ver = upgrade_func(current_ver, session)
      File "/usr/local/lib/python3.4/dist-packages/flexget/utils/simple_persistence.py", line 60, in upgrade
        p = pickle.loads(row['value'])
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xdf in position 1: ordinal not in range(128)
    2016-05-15 12:43 DEBUG    manager                       Removed /home/sofia/.flexget/.config-lock
    Traceback (most recent call last):
      File "/usr/local/lib/python3.4/dist-packages/flexget/db_schema.py", line 150, in upgrade_wrapper
        new_ver = upgrade_func(current_ver, session)
      File "/usr/local/lib/python3.4/dist-packages/flexget/utils/simple_persistence.py", line 60, in upgrade
        p = pickle.loads(row['value'])
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xdf in position 1: ordinal not in range(128)

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/bin/flexget", line 11, in <module>
        sys.exit(main())
      File "/usr/local/lib/python3.4/dist-packages/flexget/__init__.py", line 42, in main
        manager.start()
      File "/usr/local/lib/python3.4/dist-packages/flexget/manager.py", line 309, in start
        self.initialize()
      File "/usr/local/lib/python3.4/dist-packages/flexget/manager.py", line 206, in initialize
        fire_event('manager.upgrade', self)
      File "/usr/local/lib/python3.4/dist-packages/flexget/event.py", line 106, in fire_event
        result = event(*args, **kwargs)
      File "/usr/local/lib/python3.4/dist-packages/flexget/event.py", line 23, in __call__
        return self.func(*args, **kwargs)
      File "/usr/local/lib/python3.4/dist-packages/flexget/db_schema.py", line 158, in upgrade_wrapper
        manager.shutdown(finish_queue=False)
      File "/usr/local/lib/python3.4/dist-packages/flexget/manager.py", line 858, in shutdown
        raise RuntimeError('Cannot shutdown manager that was never initialized.')
    RuntimeError: Cannot shutdown manager that was never initialized.

This is the locale output:

[~] locale                                                                                                                                                           12:45:40
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

I'm running latest flexget:

[~] flexget -V                                                                                                                                                      
2.0.22
You are on the latest release.

Any idea of what might be the problem?

Thanks in advance!

Posts: 1

Participants: 1

Read full topic

TVDB 403 error on banner

$
0
0

@Addicted wrote:

Hi, sometimes i'm unable to get tvdb banner with tvdb api.
Even in web-ui sometimes it shows wrong.
Banner in web-ui is not shown & if i go to banner url directly ( right click & view image) , it shows 403 error.
But if i go to tvdb page & go to that particular series page & open that banner it works fine.
After that , if i refresh web-ui , banner shows properly.

Something wrong with tvdb ?
or tvdb api fetching banner in wrong way?

note:same banner works only after i open it going tvdb page

Posts: 1

Participants: 1

Read full topic

Grouping in configure series

$
0
0

@Addicted wrote:

We can use grouping with series plugin.
However configure_series doesn't support grouping.
May be we can add "grouping support to configure_series or add input list support to series plugin.

Ex

 configure_series:
  settings:
    set1:
      identified_by: ep
      quality: hdtv
      from_group:
        - killers
        - lol
        - asap
        - fum
        - fleet
        - tla
    set2:
      identified_by: ep
      quality: 720p
      from_group:
        - killers
        - lol
        - tla
  set1:
    from:
      trakt_list:
        username: username
        account: traktuser
        list: mytvshowshdtv
        type: shows
        strip_dates: yes
  set2:      
    from:
      trakt_list:
        username: user
        account: traktuser
        list: mytvshows720
        type: shows
        strip_dates: yes

or simply adding from to series plugin.

    series:
      settings:
        tv720p:
          identified_by: sequence
          sequence_regexp:
            - (\d+)
            - S(\d+) (\d+)
          from_group: HorribleSubs
          quality: 720p
        tvhdv:
          identified_by: sequence
          sequence_regexp:
            - (\d+)
            - S(\d+) (\d+)
          from_group: HorribleSubs
          quality: 480p
      tv720p:
        from:
          trakt_list:
            username: user
            account: traktuser
            list: mytvshows720
            type: shows
            strip_dates: yes
      tvhdv:
        from:
          trakt_list:
            username: user
            account: traktuser
            list: mytvshowshdtv
            type: shows
            strip_dates: yes

Posts: 1

Participants: 1

Read full topic

IRC to trigger RSS update

$
0
0

@andocromn wrote:

I had this thought, and I checked around the forum. I see some threads about using IRC as an input instead of RSS...

What about just using the IRC series match to trigger a RSS update? has anyone else tried this and if so any luck?

Seems to me like it would be easier to use IRC as a trigger rather than as an input because it would still be leveraging the RSS URL parsing technology but could overcome scheduled updates by using IRC to activate the RSS feed update

Posts: 7

Participants: 3

Read full topic

Daemon in flexget 2.0.27

$
0
0

@marine88 wrote:

Hi there another doubt i trying to make daemon with my flexget in raspberry pi 2 debian
I use this guide http://flexget.com/wiki/Daemon/Startup and its not working I try everything but didn´t work I have all files and im receiving 1 error

process: 1250 ExecStop=/etc/init.d/flexget stop (code=exited, status=2)

what Im doing wrong?

Posts: 2

Participants: 2

Read full topic


sftp_upload plugin errors uploading files

$
0
0

@Faf wrote:

I'm trying to grab torrents off an RSS feed and then sftp_upload them to another machine and it's connecting to the server and then failing. Here's the error log and my config file. Any ideas? Thanks

2016-05-21 22:52 VERBOSE  sftp          test task       Connected to *****
2016-05-21 22:52 CRITICAL task          test task       BUG: Unhandled error in plugin sftp_upload: u'location'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 443, in __run_plugin
    return method(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/plugin_sftp.py", line 591, in on_task_output
    self.handle_entry(entry, sftp, config, url_prefix)
  File "/usr/local/lib/python2.7/dist-packages/flexget/plugins/plugin_sftp.py", line 527, in handle_entry
    location = entry['location']
  File "/usr/local/lib/python2.7/dist-packages/flexget/utils/lazy_dict.py", line 71, in __getitem__
    item = self.store[key]
KeyError: u'location'

tasks:
  test task:
    rss: ***
    accept_all: yes
    download: ****
    sftp_upload:
      host: '*****'
      username: '****'
      password: '****' 
      location: 'private/rtorrent/watch'

Posts: 1

Participants: 1

Read full topic

Getting None as title for the show Mad dogs (US)

Subliminal help

$
0
0

@Addicted wrote:

Subliminal not working for my config.

user@machine ~ $ sudo pip install -U subliminal
Collecting subliminal
  Using cached subliminal-1.1.1-py2-none-any.whl
Requirement already up-to-date: chardet>=2.3.0 in /usr/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: enzyme>=0.4.1 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: stevedore>=1.0.0 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: requests>=2.0 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: click>=4.0 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: guessit<2.0,>=0.9.1 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: six>=1.9.0 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: babelfish>=0.5.2 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: pysrt>=1.0.1 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: dogpile.cache>=0.5.4 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: beautifulsoup4>=4.2.0 in /usr/local/lib/python2.7/dist-packages (from subliminal)
Requirement already up-to-date: pbr>=1.6 in /usr/local/lib/python2.7/dist-packages (from stevedore>=1.0.0->subliminal)
Requirement already up-to-date: python-dateutil>=2.1 in /usr/local/lib/python2.7/dist-packages (from guessit<2.0,>=0.9.1->subliminal)
Requirement already up-to-date: dogpile.core>=0.4.1 in /usr/local/lib/python2.7/dist-packages (from dogpile.cache>=0.5.4->subliminal)
Installing collected packages: subliminal
  Found existing installation: subliminal 1.0.1
    Uninstalling subliminal-1.0.1:
      Successfully uninstalled subliminal-1.0.1
Successfully installed subliminal-1.1.1
user@machine ~ $ flexget -L debug execute --tasks sub*
2016-05-24 10:53 DEBUG    manager                       Figuring out config load paths
2016-05-24 10:53 DEBUG    manager                       Found config: /home/pi/.config/flexget/config.yml
2016-05-24 10:53 DEBUG    manager                       Config file /home/pi/.config/flexget/config.yml selected
2016-05-24 10:53 DEBUG    manager                       sys.defaultencoding: ascii
2016-05-24 10:53 DEBUG    manager                       sys.getfilesystemencoding: UTF-8
2016-05-24 10:53 DEBUG    manager                       os.path.supports_unicode_filenames: False
There is a FlexGet process already running for this config, sending execution there.
2016-05-24 10:53 DEBUG    manager                       Sending command to running FlexGet process: [u'-L', u'debug', u'execute', u'--tasks', u'sub*']
2016-05-24 10:53 DEBUG    cron_env                      Encoding UTF-8 stored
2016-05-24 10:53 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'UTF-8'
2016-05-24 10:53 DEBUG    task          subtitles       executing subtitles
2016-05-24 10:53 DEBUG    subtitles     subtitles       Error importing Subliminal: cannot import name UnicodeMixin
2016-05-24 10:53 CRITICAL task          subtitles       Plugin `subliminal` cannot be used because dependency `subliminal` is missing.
2016-05-24 10:53 DEBUG    task          subtitles       Subliminal module required. ImportError: cannot import name UnicodeMixin
2016-05-24 10:53 WARNING  task          subtitles       Aborting task (plugin: subliminal)
user@machine ~ $ subliminal
Usage: subliminal [OPTIONS] COMMAND [ARGS]...

  Subtitles, faster than your thoughts.

Options:
  --addic7ed USERNAME PASSWORD    Addic7ed configuration.
  --opensubtitles USERNAME PASSWORD
                                  OpenSubtitles configuration.
  --subscenter USERNAME PASSWORD  SubsCenter configuration.
  --cache-dir DIRECTORY           Path to the cache directory.  [default:
                                  /home/pi/.config/subliminal]
  --debug                         Print useful information for debugging subliminal and for
                                  reporting bugs.
  --version                       Show the version and exit.
  --help                          Show this message and exit.

Commands:
  cache     Cache management.
  download  Download best subtitles.

  Suggestions and bug reports are greatly appreciated: https://github.com/Diaoul/subliminal/

Subtitle task

  subtitles:
    template: no_global
    seen: local
    filesystem:
      path: 
        - /home/pi/Downloads/Completed
      recursive: yes
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    subliminal:
      languages:
        - eng
      exact_match: yes
      providers: [addic7ed, opensubtitles]

Posts: 2

Participants: 2

Read full topic

Deluge Execute

$
0
0

@Addicted wrote:

There is a builtin plugin "Execute"in deluge.
Can i just call "flexget exec --tasks subtitle" after a download is completed from deluge execute plugin?

Posts: 2

Participants: 2

Read full topic

JDownloader Config

$
0
0

@manbearpig2012 wrote:

Got a mediocre flexget config that is capable of working for what I need it to. Just interested in seeing what some other peoples look like to see if I can get any ideas on things to add/improve on my own. would be happy to share what I have so far if people are interested also. I've found some seriously complex ones, but not very many which integrate JDownloader, which is a must for me.

Cheers!

Posts: 1

Participants: 1

Read full topic

Viewing all 376 articles
Browse latest View live