-
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixing #543 systems with more than one opencl device would break th…
…umbnails and some encodings (thanks to swadomlic) * Fixing #505 (maybe) trying new methods to clean file paths for subtitles (thanks to Maddie Davis)
- Loading branch information
1 parent
88b44f0
commit 36ad9db
Showing
11 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.black] | ||
line-length = 120 | ||
target-version = ['py311'] | ||
target-version = ['py312'] | ||
exclude = ''' | ||
/( | ||
\.eggs | ||
|
@@ -21,7 +21,7 @@ authors = [{ name = "Chris Griffith", email = "[email protected]" }] | |
readme = "README.md" | ||
#url = "https://fastflix.org" | ||
#download_url = "https://github.com/cdgriffith/FastFlix/releases" | ||
requires-python = ">=3.11,<3.12" | ||
requires-python = ">=3.12" | ||
dynamic = ["version"] | ||
dependencies = [ | ||
"appdirs~=1.4", | ||
|
@@ -33,7 +33,7 @@ dependencies = [ | |
"pathvalidate>=2.4,<3.0", | ||
"psutil>=5.9,<6.0", | ||
"pydantic>=1.9,<2.0", | ||
"pyside6>=6.4.2,<7.0", | ||
"pyside6>=6.4.2", | ||
"python-box[all]>=6.0,<7.0", | ||
"requests>=2.28,<3.0", | ||
"reusables>=0.9.6,<0.10.0", | ||
|