Unit3Dup 0.11.7__tar.gz → 0.11.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unit3dup-0.11.7 → unit3dup-0.11.10}/PKG-INFO +1 -1
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/PKG-INFO +1 -1
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/settings.py +1 -1
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/tags.py +26 -19
- unit3dup-0.11.10/common/trackers/ban_list.py +5 -0
- unit3dup-0.11.10/common/trackers/tags_list.py +116 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/pyproject.toml +1 -1
- unit3dup-0.11.7/common/trackers/ban_list.py +0 -6
- unit3dup-0.11.7/common/trackers/tags_list.py +0 -115
- {unit3dup-0.11.7 → unit3dup-0.11.10}/LICENSE +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/README.rst +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/SOURCES.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/dependency_links.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/entry_points.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/requires.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/Unit3Dup.egg-info/top_level.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/bdinfo_string.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/bittorrent.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/command.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/constants.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/database.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/client.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/ftpx_service.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/ftpx_session.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/menu.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/models/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/ftpx/core/models/list.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/client.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/api.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/models/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/models/search.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/platformid.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/igdb/core/tags.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/imageHost.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/mediaresult.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/sessions/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/sessions/agents.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/sessions/exceptions.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/sessions/session.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/api.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/keywords.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/alternative_titles.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/details.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/movie.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/nowplaying.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/release_info.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/alternative.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/details.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/on_the_air.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/translations.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/tvshow/tvshow.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/videos.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/trailers/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/trailers/api.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/trailers/response.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/tvdb.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/extractor.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/frames.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/mediainfo.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/mediainfo_string.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/title.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/torrent_clients.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/ast.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/data.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/itt.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/ptt.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/signs_list.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/sis.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/trackers/trackers.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/common/utility.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/requirements.txt +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/setup.cfg +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/__main__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/automode.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/bot.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/duplicate.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/exceptions.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/ContentManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/DocuManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/GameManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/MediaInfoManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/SeedManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/TorrentManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/VideoManager.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/media_manager/common.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/pvtDocu.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/pvtTorrent.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/pvtTracker.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/pvtVideo.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/torrent.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/unit3dup/upload.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/view/__init__.py +0 -0
- {unit3dup-0.11.7 → unit3dup-0.11.10}/view/custom_console.py +0 -0
|
@@ -16,6 +16,7 @@ hdr_map = {
|
|
|
16
16
|
"HDR10+": "HDR10+",
|
|
17
17
|
"HDR10": "HDR10",
|
|
18
18
|
"BLU-RAY / HDR10": "HDR10",
|
|
19
|
+
"BLU-RAY / HDR10+": "HDR10+",
|
|
19
20
|
"HDR10 / HDR10": "HDR10",
|
|
20
21
|
"HDR10 / HDR10 / HDR10": "HDR10",
|
|
21
22
|
"HDR10 / HDR10+": "HDR10+",
|
|
@@ -82,7 +83,7 @@ class SearchTags(object):
|
|
|
82
83
|
self.title = title
|
|
83
84
|
self.year = year
|
|
84
85
|
self.tags_dict = {}
|
|
85
|
-
|
|
86
|
+
|
|
86
87
|
self.TAG_TYPES: dict = tags_list
|
|
87
88
|
self.SIGNS_LIST: dict = sign_list
|
|
88
89
|
self.BAN_LIST: dict = ban_list
|
|
@@ -116,6 +117,11 @@ class SearchTags(object):
|
|
|
116
117
|
tag_esc = re.escape(tag)
|
|
117
118
|
return tag_esc
|
|
118
119
|
|
|
120
|
+
@staticmethod
|
|
121
|
+
def normalize_remux(tag: str) -> str:
|
|
122
|
+
tag_esc = re.escape(tag)
|
|
123
|
+
return tag_esc
|
|
124
|
+
|
|
119
125
|
@staticmethod
|
|
120
126
|
def normalize_video_encoder(tag: str) -> str:
|
|
121
127
|
tag_esc = re.escape(tag)
|
|
@@ -139,7 +145,7 @@ class SearchTags(object):
|
|
|
139
145
|
patterns = []
|
|
140
146
|
|
|
141
147
|
# Remove banned items from categories
|
|
142
|
-
self.tags_position = [x for x in self.tags_position if x not in self.BAN_LIST]
|
|
148
|
+
self.tags_position = [x.lower() for x in self.tags_position if x not in self.BAN_LIST]
|
|
143
149
|
|
|
144
150
|
# loop sorted TAG_TYPES dictionary
|
|
145
151
|
for i, (tag, category) in enumerate(
|
|
@@ -149,6 +155,8 @@ class SearchTags(object):
|
|
|
149
155
|
norm = self.normalize_version_tag(tag)
|
|
150
156
|
elif category == "platform":
|
|
151
157
|
norm = self.normalize_platform_tag(tag)
|
|
158
|
+
elif category == "remux":
|
|
159
|
+
norm = self.normalize_remux(tag)
|
|
152
160
|
elif category == "source":
|
|
153
161
|
norm = self.normalize_sources(tag)
|
|
154
162
|
elif category == "video_encoder":
|
|
@@ -180,7 +188,14 @@ class SearchTags(object):
|
|
|
180
188
|
# /// Read from mediainfo
|
|
181
189
|
updated_category = {}
|
|
182
190
|
for category in self.tags_position:
|
|
183
|
-
if category == "
|
|
191
|
+
if category == "remux":
|
|
192
|
+
remux_tags = self.tags_dict.get('remux', None)
|
|
193
|
+
if remux_tags:
|
|
194
|
+
if not any('remux' in tag.lower() for tag in remux_tags):
|
|
195
|
+
remux_tags.append('REMUX')
|
|
196
|
+
self.tags_dict.update({'remux': remux_tags})
|
|
197
|
+
|
|
198
|
+
elif category == "acodec":
|
|
184
199
|
updated_category = self.mediainfo_audio(category=category)
|
|
185
200
|
|
|
186
201
|
elif category == "vcodec":
|
|
@@ -259,7 +274,6 @@ class SearchTags(object):
|
|
|
259
274
|
ch = {2: "2.0", 6: "5.1", 8: "7.1"}.get(channel_s, "")
|
|
260
275
|
if f"{codec_translated} {ch} {atmos}".strip() not in audio_codecs:
|
|
261
276
|
audio_codecs.append(f"{codec_translated} {ch} {atmos}".strip())
|
|
262
|
-
# print(f"Mediainfo {other_format} -> {codec_translated} {ch} {atmos}")
|
|
263
277
|
|
|
264
278
|
# Add flags
|
|
265
279
|
for l in audio.get('other_language', []):
|
|
@@ -301,12 +315,8 @@ class SearchTags(object):
|
|
|
301
315
|
|
|
302
316
|
# Check hdr
|
|
303
317
|
if hdr_format_commercial:
|
|
304
|
-
# print(f"hdr_format_commercial: {hdr_format_commercial}")
|
|
305
|
-
# print(f"hdr_format: {hdr_format}")
|
|
306
318
|
hdr = ''
|
|
307
319
|
if hdr_format_commercial.upper() in hdr_map:
|
|
308
|
-
# print(
|
|
309
|
-
# f"hdr_format_commercial: {hdr_format_commercial} -> Tag: {hdr_map[hdr_format_commercial]}")
|
|
310
320
|
hdr = hdr_map[hdr_format_commercial.upper()]
|
|
311
321
|
# Check dolby vision
|
|
312
322
|
if hdr not in hdr_map:
|
|
@@ -315,17 +325,14 @@ class SearchTags(object):
|
|
|
315
325
|
if 'DOLBY VISION' in hdr_format_commercial.upper() or 'DOLBY VISION' in hdr_format.upper():
|
|
316
326
|
# Search for fake remux
|
|
317
327
|
if any("dvhe.08" in s or "Profile 8" in s for s in other_hdr_format):
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
remux
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
f"<> Warning: Detected REMUX with {other_hdr_format}")
|
|
327
|
-
hdr = f"DOLBY VISION {hdr}"
|
|
328
|
-
return {category: f"{hdr_map.get(hdr, '*HDR')}"}
|
|
328
|
+
if self.tags_dict.get('remux', ''):
|
|
329
|
+
remux = self.tags_dict.get('remux', '')
|
|
330
|
+
remux.append('HYBRID')
|
|
331
|
+
self.tags_dict.update({'remux': remux})
|
|
332
|
+
custom_console.bot_warning_log(
|
|
333
|
+
f"<> Warning: HYBRID REMUX with {other_hdr_format}")
|
|
334
|
+
hdr = f"DOLBY VISION {hdr}"
|
|
335
|
+
return {category: f"{hdr_map.get(hdr, '*HDR')}"}
|
|
329
336
|
|
|
330
337
|
hdr = f"DOLBY VISION {hdr}"
|
|
331
338
|
return {category: hdr_map.get(hdr, '*HDR')}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
|
|
3
|
+
TAGS_LIST = {
|
|
4
|
+
"REMUX": "remux",
|
|
5
|
+
"VU": "remux",
|
|
6
|
+
"UNTOUCHED": "remux",
|
|
7
|
+
"BDREMUX": "remux",
|
|
8
|
+
"DLMUX": "remux",
|
|
9
|
+
"BDMUX": "remux",
|
|
10
|
+
"DVDMUX": "remux",
|
|
11
|
+
|
|
12
|
+
"WEB-DL": "source",
|
|
13
|
+
"WEBDL": "source",
|
|
14
|
+
"WEB-DLRIP": "source",
|
|
15
|
+
"WEBDLRIP": "source",
|
|
16
|
+
"WEB-DLMUX": "source",
|
|
17
|
+
"WEBDLMUX": "source",
|
|
18
|
+
"WEB-MUX": "source",
|
|
19
|
+
"WEBMUX": "source",
|
|
20
|
+
"WEBRIP": "source",
|
|
21
|
+
"FULL DISC": "source",
|
|
22
|
+
"ENCODE": "source",
|
|
23
|
+
"CINEMA": "source",
|
|
24
|
+
|
|
25
|
+
"3D": "source",
|
|
26
|
+
"TS": "source",
|
|
27
|
+
"CAM": "source",
|
|
28
|
+
"HDTS": "source",
|
|
29
|
+
"MD": "source",
|
|
30
|
+
"UHDRIP": "source",
|
|
31
|
+
"BLURAY": "source",
|
|
32
|
+
"BRRIP": "source",
|
|
33
|
+
"BDRIP": "source",
|
|
34
|
+
"FHDRIP": "source",
|
|
35
|
+
"PDTV": "source",
|
|
36
|
+
"SATRIP": "source",
|
|
37
|
+
"DVBRIP": "source",
|
|
38
|
+
"DVB-S": "source",
|
|
39
|
+
"DTTRIP": "source",
|
|
40
|
+
"WP": "source",
|
|
41
|
+
"DVDSCR": "source",
|
|
42
|
+
"TVRIP": "source",
|
|
43
|
+
"VHSRIP": "source",
|
|
44
|
+
"DVDRIP": "source",
|
|
45
|
+
"HDTV": "source",
|
|
46
|
+
"DVD5": "source",
|
|
47
|
+
"DVD9": "source",
|
|
48
|
+
|
|
49
|
+
"ATVP": "platform",
|
|
50
|
+
"AMZN": "platform",
|
|
51
|
+
"AMC": "platform",
|
|
52
|
+
"CN": "platform",
|
|
53
|
+
"CR": "platform",
|
|
54
|
+
"DCU": "platform",
|
|
55
|
+
"DSCP": "platform",
|
|
56
|
+
"DSNY": "platform",
|
|
57
|
+
"DSNP": "platform",
|
|
58
|
+
"DPLY": "platform",
|
|
59
|
+
"ESPN": "platform",
|
|
60
|
+
"FOOD": "platform",
|
|
61
|
+
"FOX": "platform",
|
|
62
|
+
"PLAY": "platform",
|
|
63
|
+
"HBO": "platform",
|
|
64
|
+
"HMAX": "platform",
|
|
65
|
+
"HGTV": "platform",
|
|
66
|
+
"HIST": "platform",
|
|
67
|
+
"HULU": "platform",
|
|
68
|
+
"MTOD": "platform",
|
|
69
|
+
"NATG": "platform",
|
|
70
|
+
"NF": "platform",
|
|
71
|
+
"NICK": "platform",
|
|
72
|
+
"NOW": "platform",
|
|
73
|
+
"PMNT": "platform",
|
|
74
|
+
"PMTP": "platform",
|
|
75
|
+
"PCOK": "platform",
|
|
76
|
+
"RKTN": "platform",
|
|
77
|
+
"SHO": "platform",
|
|
78
|
+
"SKST": "platform",
|
|
79
|
+
"STAN": "platform",
|
|
80
|
+
"STRP": "platform",
|
|
81
|
+
"STZ": "platform",
|
|
82
|
+
"TIMV": "platform",
|
|
83
|
+
|
|
84
|
+
"SPECIAL": "version",
|
|
85
|
+
"REPACK": "version",
|
|
86
|
+
"EXTENDED": "version",
|
|
87
|
+
"EDITION": "version",
|
|
88
|
+
"DIRECTOR'S": "version",
|
|
89
|
+
"CUT": "version",
|
|
90
|
+
"RERIP": "version",
|
|
91
|
+
|
|
92
|
+
"COLLECTION": "version",
|
|
93
|
+
"SUBBED": "version",
|
|
94
|
+
"MUX": "version",
|
|
95
|
+
"REMASTERED": "version",
|
|
96
|
+
"READNFO": "version",
|
|
97
|
+
"UNRATED": "version",
|
|
98
|
+
"UNCUT": "version",
|
|
99
|
+
"LIMITED": "version",
|
|
100
|
+
"ANNIVERSARY": "version",
|
|
101
|
+
"4k RESTORATION": "version",
|
|
102
|
+
"IMAX": "version",
|
|
103
|
+
"OPEN MATTE": "version",
|
|
104
|
+
"2IN1": "version",
|
|
105
|
+
|
|
106
|
+
"STV": "version",
|
|
107
|
+
"RECODE": "version",
|
|
108
|
+
"INTERNAL": "version",
|
|
109
|
+
"PROPER": "version",
|
|
110
|
+
"DUAL": "version",
|
|
111
|
+
"COMPLETE": "version",
|
|
112
|
+
"COMPLETA": "version",
|
|
113
|
+
|
|
114
|
+
"X264": "video_encoder",
|
|
115
|
+
"X265": "video_encoder",
|
|
116
|
+
}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
# -*- coding: utf-8 -*-
|
|
2
|
-
|
|
3
|
-
TAGS_LIST = {
|
|
4
|
-
"REMUX": "remux",
|
|
5
|
-
"WEB-DL": "source",
|
|
6
|
-
"WEBDL": "source",
|
|
7
|
-
"WEB-DLRIP": "source",
|
|
8
|
-
"WEBDLRIP": "source",
|
|
9
|
-
"WEB-DLMUX": "source",
|
|
10
|
-
"WEBDLMUX": "source",
|
|
11
|
-
"WEB-MUX": "source",
|
|
12
|
-
"WEBMUX": "source",
|
|
13
|
-
"WEBRIP": "source",
|
|
14
|
-
"BD-UNTOUCHED": "source",
|
|
15
|
-
"UNTOUCHED": "source",
|
|
16
|
-
"FULL DISC": "source",
|
|
17
|
-
"ENCODE": "source",
|
|
18
|
-
"DLMUX": "source",
|
|
19
|
-
"BDMUX": "source",
|
|
20
|
-
"DVDMUX": "source",
|
|
21
|
-
"CINEMA": "source",
|
|
22
|
-
|
|
23
|
-
"3D": "source",
|
|
24
|
-
"TS": "source",
|
|
25
|
-
"CAM": "source",
|
|
26
|
-
"HDTS": "source",
|
|
27
|
-
"MD": "source",
|
|
28
|
-
"UHDRIP": "source",
|
|
29
|
-
"BLURAY": "source",
|
|
30
|
-
"BRRIP": "source",
|
|
31
|
-
"BDRIP": "source",
|
|
32
|
-
"FHDRIP": "source",
|
|
33
|
-
"PDTV": "source",
|
|
34
|
-
"SATRIP": "source",
|
|
35
|
-
"DVBRIP": "source",
|
|
36
|
-
"DVB-S": "source",
|
|
37
|
-
"DTTRIP": "source",
|
|
38
|
-
"WP": "source",
|
|
39
|
-
"DVDSCR": "source",
|
|
40
|
-
"TVRIP": "source",
|
|
41
|
-
"VHSRIP": "source",
|
|
42
|
-
"DVDRIP": "source",
|
|
43
|
-
"HDTV": "source",
|
|
44
|
-
"DVD5": "source",
|
|
45
|
-
"DVD9": "source",
|
|
46
|
-
"VU": "source",
|
|
47
|
-
|
|
48
|
-
"ATVP": "platform",
|
|
49
|
-
"AMZN": "platform",
|
|
50
|
-
"AMC": "platform",
|
|
51
|
-
"CN": "platform",
|
|
52
|
-
"CR": "platform",
|
|
53
|
-
"DCU": "platform",
|
|
54
|
-
"DSCP": "platform",
|
|
55
|
-
"DSNY": "platform",
|
|
56
|
-
"DSNP": "platform",
|
|
57
|
-
"DPLY": "platform",
|
|
58
|
-
"ESPN": "platform",
|
|
59
|
-
"FOOD": "platform",
|
|
60
|
-
"FOX": "platform",
|
|
61
|
-
"PLAY": "platform",
|
|
62
|
-
"HBO": "platform",
|
|
63
|
-
"HMAX": "platform",
|
|
64
|
-
"HGTV": "platform",
|
|
65
|
-
"HIST": "platform",
|
|
66
|
-
"HULU": "platform",
|
|
67
|
-
"MTOD": "platform",
|
|
68
|
-
"NATG": "platform",
|
|
69
|
-
"NF": "platform",
|
|
70
|
-
"NICK": "platform",
|
|
71
|
-
"NOW": "platform",
|
|
72
|
-
"PMNT": "platform",
|
|
73
|
-
"PMTP": "platform",
|
|
74
|
-
"PCOK": "platform",
|
|
75
|
-
"RKTN": "platform",
|
|
76
|
-
"SHO": "platform",
|
|
77
|
-
"SKST": "platform",
|
|
78
|
-
"STAN": "platform",
|
|
79
|
-
"STRP": "platform",
|
|
80
|
-
"STZ": "platform",
|
|
81
|
-
"TIMV": "platform",
|
|
82
|
-
|
|
83
|
-
"SPECIAL": "version",
|
|
84
|
-
"REPACK": "version",
|
|
85
|
-
"EXTENDED": "version",
|
|
86
|
-
"EDITION": "version",
|
|
87
|
-
"DIRECTOR'S": "version",
|
|
88
|
-
"CUT": "version",
|
|
89
|
-
"RERIP": "version",
|
|
90
|
-
|
|
91
|
-
"COLLECTION": "version",
|
|
92
|
-
"SUBBED": "version",
|
|
93
|
-
"MUX": "version",
|
|
94
|
-
"REMASTERED": "version",
|
|
95
|
-
"READNFO": "version",
|
|
96
|
-
"UNRATED": "version",
|
|
97
|
-
"UNCUT": "version",
|
|
98
|
-
"LIMITED": "version",
|
|
99
|
-
"ANNIVERSARY": "version",
|
|
100
|
-
"4k RESTORATION": "version",
|
|
101
|
-
"IMAX": "version",
|
|
102
|
-
"OPEN MATTE": "version",
|
|
103
|
-
"2IN1": "version",
|
|
104
|
-
|
|
105
|
-
"STV": "version",
|
|
106
|
-
"RECODE": "version",
|
|
107
|
-
"INTERNAL": "version",
|
|
108
|
-
"PROPER": "version",
|
|
109
|
-
"DUAL": "version",
|
|
110
|
-
"COMPLETE": "version",
|
|
111
|
-
"COMPLETA": "version",
|
|
112
|
-
|
|
113
|
-
"X264": "video_encoder",
|
|
114
|
-
"X265": "video_encoder",
|
|
115
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unit3dup-0.11.7 → unit3dup-0.11.10}/common/external_services/theMovieDB/core/models/movie/movie.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|