forked from BenjV/autosub-bootstrapbill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
126 lines (109 loc) · 5.31 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
README
+--- Auto-Sub Bootstrap Bill
|
+--- Uses SubtitleSeeker API, supporting the following website:
| +--- Podnapisi
| +--- Subscene
|
+---Uses the Opensubtitles API
|
+--- Addic7ed support.
| +--- Requires account.
| \--- Limited downloads per 24 hours. (Regular: 30 - VIP: 55)
|
+--- Notifications
| +--- Windows & Windows Phone
| | +--- Pushalot
| | \--- Growl
| +--- Android
| | +--- Notify My Android
| | \--- Pushover
| +--- OSX & iDevices
| | +--- Pushover
| | +--- Growl
| | +--- Prowl
| | \--- Boxcar
| \--- Other
| +--- Email
| +--- Twitter
| \--- Plex Media Server
|
\--- Features
+--- Skip filter for English and Dutch subtitles
+--- Configure auto-refresh rate on home page (0 is no refresh)
+--- Choose the default codepage for subtitles (default is windows-1252)
+--- Choose to skip hidden directories from being searchedz
+--- Choose to launch browser after startup
+--- Mobile template, automatically detected.
+--- Multiple folder support, separate folders with a comma. Example: D:\Series1,D:\Series2
+--- Select which languages you want to allow per website.
| \--- If you set this to 'None', then the site will be disabled.
+--- Remove English subtitle when the Dutch subtitle has been downloaded.
+--- Calls a custom post-process script.
\--- 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.
+--- Wanted
| +--- Option to skip show when clicking on the show name.
| \--- Option to skip season when clicking on the season.
+--- Downloaded
\--- Display original subtitle and website by hovering over the show name
To use:
Windows:
Download the zipfile and run the pythonscript from the directory you're unzipped it to
Use pythonw autosub.py tot start it as a process
Start you're brouwser with http://localhost:8083/home/
Synology:
Use the package from http://packages.mdevries.org/
Add this location to the package centre and don't forget to check "Any Publisher" ( Settings, Trust Level)
Ubuntu
Make sure you have python installed. Also you need the python-cheetah package:
* sudo apt-get install python-cheetah
* Download the zip file from our download section
* Unzip the file, change to the directory where AutoSub.py is located
* Start the script: " python AutoSub.py "
* A webbrowser should now open
* Go to the config page, check the settings, make sure you set atleast: path
(Should point to the location where AutoSub.py is located. Rootpath (Should point to the root of your series folder)
* Shutdown AutoSub and start it again
Enjoy your subtitles!
Requirements for running Auto-Sub Bootstrap Bill:
- Install Cheetah : https://pypi.python.org/pypi/Cheetah/2.4.4
- Python2.7 preferable 2.7.9 or higher
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
Release information:
Version 0.8.16
- Added stop search function
- improved search status in main menu
- added some new addic7Id's mappings
Version 0.8.9
- Fixed the login test buttons for opensubtiles en addic7ed
- Fixed the test button for pushover
- Fixed the caching issue with all test buttons (before, two times testing only got the cache results not a real test)
- Scandisk will now give cpu-time to jQuery DataTables to build home screen.
- rewrote the complete config section
- Added the creation of a PID file
- Added setting to skip whole directories
- Added so releasegroups
Version 0.8.1
Maintenance release
- Changed the layout of the config page.
Put the most important items on top.
Changed some input field in tick boxes
Changed some input field to easier quantities (bytes -> Kbytes, secs -> Hours)
- It is now no longer possible to choose a sub language per website. That feature was quite useless and created a lot op confusion.
Language choice is now for all websites.
- Add an option in de Config to include or exclude Hearing Impaired Subs
- Added a reboot option to the menu
- Added the possibility to add ImdbId's as Skipshow
- Fixed an issue with a skipshow if a semicolon was in the showname
- Fixed an issue with the notifiers when a non-ascii charachter is found in the showname.
- In the wanted list the attibutes which are set in the minmatchscore are now a different color, so it is easy to see on which criteria the subs are scored.
- The pushover notifier is changed, now it does not use its own application key anymore, but the user has to supply both application key and user key.
Version 0.7.4:
- Fixed a bug that ssl websites (podnapisi,subscene and github) could not be reached (file not found error).
- Fixed an issue that the skipstring for English in certain situations didn't function
- Removed the message after start of the Update command so the browser would stay on the home page
- updated to Requests library version 2.10