Skip to content

Commit

Permalink
release: v1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed Dec 31, 2023
1 parent 0e98fff commit f777ed3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* [v1.53.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.53.0):
* Improve episode auto selection from packs

* [v1.52.0](https://github.com/newt-sc/a4kStreaming/releases/tag/plugin.video.a4kstreaming%2Fplugin.video.a4kstreaming-1.52.0):
* Fix Dolby Vision detection
* Fix title clean up eating some letters
Expand Down
3 changes: 2 additions & 1 deletion a4kStreaming/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2447,7 +2447,8 @@ def util_filter_episodes(files, propName):
' %s %s ' % (season_zfill, episode_zfill),
' %s %s ' % (season_zfill, episode_zfill_3),
]
return list(filter(lambda file: any(match in core.utils.clean_release_title(file[propName]) for match in matches), files))

return list(filter(lambda file: any(match in (' %s ' % core.utils.clean_release_title(file[propName])) for match in matches), files))

def resolve_pm():
request = core.debrid.premiumize_resolve(pm_apikey, result['magnet'])
Expand Down
5 changes: 4 additions & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.a4kstreaming"
name="a4kStreaming"
version="1.52.0"
version="1.53.0"
provider-name="Unknown">
<requires>
<import addon="script.module.requests"/>
Expand Down Expand Up @@ -32,6 +32,9 @@ Designed for low-end devices and Estuary skin.
<screenshot>screenshot-06.jpg</screenshot>
</assets>
<news>
[v1.53.0]:
* Improve episode auto selection from packs

[v1.52.0]:
* Fix Dolby Vision detection
* Fix title clean up eating some letters
Expand Down
5 changes: 4 additions & 1 deletion packages/addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<addons>
<addon id="plugin.video.a4kstreaming"
name="a4kStreaming"
version="1.52.0"
version="1.53.0"
provider-name="Unknown">
<requires>
<import addon="script.module.requests"/>
Expand Down Expand Up @@ -35,6 +35,9 @@ Designed for low-end devices and Estuary skin.
<screenshot>screenshot-06.jpg</screenshot>
</assets>
<news>
[v1.53.0]:
* Improve episode auto selection from packs

[v1.52.0]:
* Fix Dolby Vision detection
* Fix title clean up eating some letters
Expand Down
2 changes: 1 addition & 1 deletion packages/addons.xml.crc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3139506703753fdb11d99d4e5d2ab112eea4970b
ceb5f1b7416b1b8f8bed1c137cc0389f2a1f85ab

0 comments on commit f777ed3

Please sign in to comment.