Permalink
Switch branches/tags
Commits on Sep 26, 2017
  1. Prepare v2.10.96.dev

    FlexGet-Bot committed Sep 26, 2017
  2. v2.10.95

    FlexGet-Bot committed Sep 26, 2017
Commits on Sep 25, 2017
  1. Prepare v2.10.95.dev

    FlexGet-Bot committed Sep 25, 2017
  2. v2.10.94

    FlexGet-Bot committed Sep 25, 2017
Commits on Sep 24, 2017
  1. [add] -Additional options for adding Sonarr series (#1969)

    qk4l committed with liiight Sep 24, 2017
    * Additional options for adding Sonarr series
    
    * Rename options for adding Sonarr series
  2. fixed pending_list doc

    liiight committed Sep 24, 2017
Commits on Sep 19, 2017
  1. Prepare v2.10.94.dev

    FlexGet-Bot committed Sep 19, 2017
  2. v2.10.93

    FlexGet-Bot committed Sep 19, 2017
Commits on Sep 18, 2017
  1. Merge pull request #1661 from Flexget/pending_list

    stevezau committed on GitHub Sep 18, 2017
    Pending list
Commits on Sep 17, 2017
  1. Prepare v2.10.93.dev

    FlexGet-Bot committed Sep 17, 2017
  2. v2.10.92

    FlexGet-Bot committed Sep 17, 2017
  3. Prepare v2.10.92.dev

    FlexGet-Bot committed Sep 17, 2017
  4. v2.10.91

    FlexGet-Bot committed Sep 17, 2017
Commits on Sep 16, 2017
  1. got rid of the redundant if

    cvium committed Sep 16, 2017
  2. [add] Add autofrom Option to Email Notify Plugin (#1966)

    andocromn committed with liiight Sep 16, 2017
    * Add support to Rename the Torrent after adding
    
    Adds the option container_directory to the Deluge plugin
    container_directory is a jinja2 template used by client.core.rename_folder to rename the top level folder - which is effectively the torrent name in deluge 
    added 'name' to status_keys array to support this
    
    * updated per liiight's recommendation
    
    * corrected logging
    
    * Added single file check 
    
    added code to check that there is more than 1 file and abort if the torrent is a single file
    
    * switch to check for folder structure 
    
    changed verification from file count greater than 1 to check for a folder structure
    changed to folder_rename to use name extracted from folder structure instead of torrent name
    removed 'name' from status_keys
     - thanks tubedogg for the suggestions and assistance
    
    * change log level
    
    changed logging to verbose / debug per liiight's suggestion
    
    * added check for 0 files
    
    * fix
    
    removed condition on main_file_only because big_file_name is only generated if content_filename is valid
    
    * change how container_directory is retrieved
    
    changed container_directory to variable retrieved from config or set entry
     - container_directory option did not work if configured by set
    
    * changed if to big_file_name
    
    per tubedogg's recommendation
    
    * Add autofrom Option
    
    Added the ability to set the from automatically based on the FQDN hostname of the system and user running the process
    
    * fixed indentation
    
    removed extra spaces
    
    * change from os.getlogin() to getpass.getuser()
    
    looks like getpass.getuser() is cross platform 
    I have tested on Windows and Linux, unfortunately I do not have a Mac to test on
    could add error handling - lmk
    
    * styling per suggestion
  3. Prepare v2.10.91.dev

    FlexGet-Bot committed Sep 16, 2017
  4. v2.10.90

    FlexGet-Bot committed Sep 16, 2017
Commits on Sep 15, 2017
Commits on Sep 12, 2017
  1. Prepare v2.10.90.dev

    FlexGet-Bot committed Sep 12, 2017
  2. v2.10.89

    FlexGet-Bot committed Sep 12, 2017
Commits on Sep 11, 2017
  1. minor code improvements

    cvium committed on GitHub Sep 11, 2017
  2. fixed docstring

    cvium committed on GitHub Sep 11, 2017
  3. Prepare v2.10.89.dev

    FlexGet-Bot committed Sep 11, 2017
  4. v2.10.88

    FlexGet-Bot committed Sep 11, 2017
Commits on Sep 10, 2017
  1. copy paste error

    cvium committed Sep 10, 2017
  2. [fix] Fix series_premiere + series pairing. Fixes #1960 (#1961)

    cvium committed with liiight Sep 10, 2017
    * test
    
    * added test
  3. minor fixes to ahd plugin

    cvium committed Sep 10, 2017