BenjV / autosub

35 stars 8 forks source link

README Releasenotes voor autosub version 1.2.0

Uitbreidingen:

Zoek schema voor oude video's is nu: Tussen 0 en 4 weken wordt altijd gezocht naar de sub. Tussen 4 en 16 weken wordt er een keer per week gezocht op een dag gezocht Ouder dan 16 weken wordt er een keer per 4 weken gezocht op een dag gezocht.

Vervallen:

Autosub info:

Past developers: zyronix (script for website Bierdopje) collincab (Changed from Bierdopje to SubtitleSeeker and Addic7ed) Donny (added bootstrap User interface)

Current developer: Benj (added Opensubtitle API en TVDB API 2.0 support)

+--- AutoSub +--- Uses SubtitleSeeker API, supporting the following website: +--- Podnapisi +--- Subscene
 +--- Opensubtitles support.
 |    +--- Requires account.
 |    \--- Limited downloads per 24 hours. (Regular: 200 - VIP: 1000)
 |
 +--- Addic7ed support.
 |    +--- Requires account.
 |    \--- Limited downloads per 24 hours. (Regular: 40 - VIP: 80)
 |
 +--- Tvdb API-V2 support (neccesary as of 1-10-2017)
 |    \--- Requires account.
 |
 +--- Notifications
 |    +--- Windows & Windows Phone
 |    |    +--- Pushalot
 |    |    \--- Growl
 |    +--- Android
 |    |    +--- Notify My Android
 |    |    \--- Pushover
 |    +--- OSX & iDevices
 |    |    +--- Pushover
 |    |    +--- Growl
 |    |    +--- Prowl
 |    |    \--- Boxcar
 |    \--- Other
 |         +--- Email
 |         +--- Twitter
 |         +--- Telegram
 |         +--- Kodi Media server
 |         \--- Plex Media Server
 |
 \--- Features
      +--- Mobile template, automatically detected.
      +--- Multiple folder support, separate folders with a comma. Example: D:\Series1,D:\Series2
      +--- Select which languages you want to allow(Dutch and/or English).
      +--- Select if you want a notification for a sub.
      +--- Select the suffix you want to use for the language (only one suffix can be empty)
      +--- Choose if you want to search for an other language if the dutch sub is not available
      +--- Remove English subtitle when the Dutch subtitle has been downloaded.
      +--- Option to choose the minmatch score
      +--- Option to also download hearing impaired subs (applies only for Addic7ed and Opensubtitles)
      +--- Option to set the search interfall in hours (minimum is 6 hours)
      +--- Option to automatically refresh the browser screen (choose 0 for not refreshing)
      +--- Option to launch the default browser on strtup of autosub
      +--- Option to skip hidden folders
      +--- Filters for skipping strings and folders available
      +--- Filters to skip shows, episodes or seasons
      +--- Option to choose the codec for the stored sub (windows-1252 or utf-8)
      +--- Configure a custom post-process script.
      +--- Check for available updates
      +--- Updateable from pulldown menu
      +--- 
      \--- Home tables.
           +--- Both
           |    +--- Select 10, 25, 50, 100, All items to display. Options are stored using localStorage.
           |    +--- Search field, which allows you to search on show name.
           |    +--- Selected minmatch items are shown in red coulor
           |    +--- Preview of last part of subtitle available
           |    \--- Addic7ed and ImdbId's listed are also link to those websites
           +--- Wanted
           |    +--- Option to skip show when clicking on the wrench symbol.
           |    +--- Red Color shows which match criteria is used (e.g. Source, Quality, Codec , Release Group)
           |    +--- Option to skip season when clicking on the season.
           |    +--- Show ImdbId and AddiceID which are also hyperlink tot those websites.
           +    \--- Display videofilename by hovering over the show name
           +--- Downloaded
                +--- Display original subtitle and website by hovering over the show name
                \--- Preview of the sub file

To use:

Ubuntu Make sure you have python installed. Also you need the python-cheetah package:

Requirements for running AutoSub:

For windows users you can use this cheetah versie which include the binary namemapper http://www.lfd.uci.edu/~gohlke/pythonlibs/

Download the cheetah package from there and install it with pip like this: Cheetah-2.4.4-cp27-none-win_amd64.whl for windows 64 or Cheetah-2.4.4-cp27-none-win32 for 32 bits windows

pip install Cheetah-2.4.4-cp27-none-win_amd64

If you already have a python-only cheetah version installed you must uninstall it with pip first.

For Synology users: use python from the SynoCommunity this has cheetah already included

You can use a version lower than python2.7 but as an additional dependency, you have to install the python html5lib module: https://pypi.python.org/pypi/html5lib/1.0b3