This repository was archived by the owner on Sep 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
241 lines (183 loc) · 8.85 KB
/
NEWS
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
2022.??.??
* Always generate torrent hashes if --ignore-cache/-C is given
2022.08.05
* Maintenance release because of renamed dependency
(aio-btclient-rpc -> aiobtclientrpc)
2022.07.18
* Fixed the obnoxious error: "The connection pool was closed while n HTTP
requests/responses were still in-flight."
* submit: Added --is-scene argument to allow manual override of
broken/unavailable DBs
* Minor fixes for IMDb and TMDb scrapers
2022.05.24
* download-location: Default to symbolic link if hard link fails due to source
and target being on different file systems
* submit: Display tracker-specific setup instructions with
"upsies submit TRACKER --howto-setup"
* NBL: Use upload API (see "upsies submit nbl --howto-setup")
2022.03.17
* IMDb: Adapt to website changes
* scene-check: Don't ask to pick a release name for releases with no release
group
* release-name: Dates in release names (e.g. "2015-09-25"), are interpreted as
episode air dates and used as default value for the usual "SxxExx"
* IMDb: Remove "and" from query because searching for "Foo and Bar" doesn't
find "Foo & Bar"
* Improve finding of an appropriate screenshot source file from a VIDEO_TS
directory (Thanks, L4G!)
* download-location: Only try the best matching file in the file system for
each file in the torrent, not all of them
* Clear old cached files more quickly
* New options trackers.bb.announce_url and trackers.nbl.announce_url for
manually setting your announce URL
2022.02.08
* New option: config.torrent-create.reuse_torrent_paths provides a list of
directories that contain torrent files from which to get piece hashes from
* Improved scene detection for mixed season packs
* "upsies --help" documents basic Emacs keybindings
* torrent-create: Put created torrent file in current working directory
2022.01.15
* Improved scene detection for season packs
* Attempt to fix screenshot creation on Windows
* bB: Less common sources can now be selected manually
* bB: With --only-description, include screenshots and mediainfo for season
and episode release
2021.12.12
* Fix adding torrents to rTorrent <= 0.9.6
2021.12.09
* Fix detection of interlaced MBAFF/PAFF video
* Fix searching SrrDB for release names containing ","
* Fix " not found in regex" printed to stdout
2021.12.04
* Renamed options trackers.*.(add|copy)-to to trackers.*.(add|copy)_to for
consistency with other option names (sorry for the inconvenience)
* Added support for qBittorrent, rTorrent and Deluge
* Try to make non-unique TV show titles unique by appending 2-letter country
code (ccTLD) or year
* submit/torrent-create: Added --reuse-torrent/-t option to get piece hashes
from an existing torrent instead of hashing all the content (this happens
automatically when torrents are created with upsies)
* Configuration options are now better documented (upsies set -h)
* bB: Submit automatically generated screenshots and mediainfo when a custom
description is given for a season or episode submission with --description
(previously, the custom description needed to include screenshots and
mediainfo)
* bB: Normalize tags provided through --tags or entered in the TUI
* Purge <script> tags from cached HTML (reduces size by ~40%)
2021.11.09
* Removed debugging print()
2021.11.08
* submit: CLI options have changed (see `upsies submit <TRACKER> -h`)
* Re-use hashed pieces from previously generated torrents if possible
* Fixed finding the latest release for update checking
* bB: New --description option takes a custom description text or the path to
a text file
* bB: New --tags option takes a custom list of comma-separated tags
* bB: Improved automatic sample exclusion
* Added support for 2in1 and (4k)Remastered/Restored tags
2021.10.23
* Fixed stuck/unresponsive "Scene Check" yes/no prompt when PreDB is down
* Try to find release on SrrDB if PreDB is down before prompting user
* Added "User Manual" and "CLI Reference" to documentation
* Added support for freeimage.host and imgbb.com
* Thumbnails are now supported for all image hosters
* Fixed empty title in search results when searching for IMDb ID
2021.10.04
* screenshots: Fix --upload-to/-u option (Thanks to @ctlaltdefeat)
* Display remaining time and other information while creating the torrent
2021.09.11
* torrent-create and submit: Add --exclude-files/--ef and
--exclude-files-regex/--efr options that exclude files from the generated
torrent that aren't already excluded by the trackers.TRACKER.exclude option
* bB: Fix unhandled "AttributeError: 'NoneType' object has no attribute
'next_sibling'"
2021.09.10
* Use long edition names, e.g. "Special Edition" instead of "Special"
* BHD: Added --title/-t option that only generates the release name
* bB: Get runtime(s) from IMDb/TVmaze
2021.09.07
* Fixed exception when finding newer version
2021.09.06
* IMDb: Fixed getting genre tags
* bB: Fixed science.fiction tag
* BHD: Fixed --description option
* BHD: Resolved "500 Server Error" when uploading a .nfo file
* BHD: Fixed translation of "(E-)AC-3" to "DD(P)" with Atmos
* Fixed detection of Opus audio codec
* Print notification to stderr if there is a newer version available
2021.08.12
* New command: download-location: Find existing file(s) listed in a torrent
file, hard-link them to the file or directory structure expected by the
torrent file, and print the appropriate download path (run "upsies dloc -h"
for more information)
* Added detection of Dolby Vision in release name and video file
* bB: Added support for "Dolby Vision" tag
* bB: Retry login up to 30 times instead of 15 when encountering login bug and
limit the delay between login attempts at 5 seconds.
* bB: Short option for --screenshots changed to --ss
* BHD: Added trackers.bhd.screenshots setting and --screenshots option
* BHD: Replace "(E-)AC-3" in release name with "DD(+)"
* Fixed "I/O error" when creating screenshots on Windows
2021.07.13
* BHD: Disable most edition values except for "Uncut" and "Unrated" to avoid
the error: "Invalid edition value: Field must be a valid edition value."
2021.07.09
* Fixed all "/" being removed from mediainfo output when given a path without
parent directory
* bB: Fixed submission of Dolby Atmos content
* Fix crash when stdin is closed
2021.07.06
* Added support for ptpimg.me (run "upsies set --fetch-ptpimg-apikey EMAIL
PASSWORD" or "upsies set imghosts.ptpimg.apikey APIKEY")
* bB: Added --anime option
* Speedier detection of first video file in season packs
* Fixed "Error 1064" when scene searching for unescaped "@" in group name
2021.06.22
* BHD: Fix autodetection of "Commentary" and "DualAudio" tags
* BHD: Fix "Too much data for declared Content-Length" when submitting
non-ASCII characters in mediainfo
2021.06.20.1
* Fix "No such file or directory" when ~/.config/upsies doesn't exist
2021.06.20
* Add support for BHD
* bB: Add support for "Theatrical Cut" and "IMAX"
* ReleaseInfo: Add support for "OAR" and "Open Matte"
2021.06.05
* Switched to date-based version schema
* Fixed getting IMDb info
* screenshots: Added --output-directory/-o argument which defaults to the
current working directory
* scene-search: Report HTTP request error properly
* scene-check: Ask user in case of HTTP request error
* release-name: Go back to accepting anything, even with incomplete
information
* bB: Added --screenshots CLI argument and trackers.bb.screenshots config
option to customize the number of screenshots to make
2021-05-17 0.3.1
* id: Added support for "id:..." query in case search results are incomplete.
* NBL: Mention --ignore-dupes in relevant error message.
* bB: New --poster-file argument in case no poster is found.
* bB: Fixed order of release info.
* bB: Improve startup time for season packs with lots of tracks in each
episode.
2021-05-07 0.3.0
* Fixed: "Connection reset by peer"
* Added support for tracker: bB
* Renamed command: create-torrent -> torrent-create
* Renamed command: add-torrent -> torrent-add
* New command: scene-search: List scene release names
* New command: scene-check: Identify release as scene and check if it was
altered
* New option: config.main.cache_directory specifies where *.upsies directories
and other cache files are put (default: ~/.cache/upsies)
* New option: config.main.max_cache_size specifies the maximum size of
config.main.cache_directory before old files are removed
* release-name: Don't accept release name if any obligatory information is
unknown.
* Better video resolution detection
* Look up announce URLs on the tracker instead of the config file
* torrent-create: Store creation date in .torrent file
2021-01-26 0.1.0
* NBL: Added --ignore-dupes option
2021-01-14 0.0.1
* Initial release