37771 Commits

Author SHA1 Message Date
Kovid Goyal
800c9aa5e5
Link order for ffmpeg libraries 2024-10-09 17:00:20 +05:30
Kovid Goyal
8c48eec6ec
Wire up resampling code 2024-10-09 15:00:37 +05:30
Kovid Goyal
33499a6040
... 2024-10-09 14:42:53 +05:30
Kovid Goyal
76b3da6edf
Fix some compiler warnings 2024-10-09 14:23:25 +05:30
Kovid Goyal
a69f0b221f
Wrap some ffmpeg code to do raw audio rate conversion 2024-10-09 14:13:11 +05:30
unkn0w7n
579a6c7b97 create NYT Magazine 2024-10-09 09:56:19 +05:30
Kovid Goyal
55e6ef52ad
More work on TTS embedding 2024-10-09 09:45:43 +05:30
Kovid Goyal
72d958271e
DRYer 2024-10-09 09:38:26 +05:30
Kovid Goyal
2e569b0a49
Fix some bugs when clicking on language names caused by the support for embedding 2024-10-09 09:31:48 +05:30
Kovid Goyal
97d476811a
Windows: Use calibre's bundled SSL certificates instead of the system store by default
I am tired of all the bug reports about SSL cerificate verify failures
on windows caused by the windows certificate store not having needed
intermediate certificates. So use the bundled certificates instead which
are the set of certificates trusted by Firefox and curl.

Can be turned off via CALIBRE_USE_SYSTEM_CERTIFICATES=1 env var
2024-10-08 15:06:35 +05:30
Kovid Goyal
a003b0303d
... 2024-10-08 08:10:18 +05:30
Kovid Goyal
907f018c44
pep8 2024-10-06 19:31:14 +05:30
unkn0w7n
91c0aa0b1f natgeo 2024-10-06 12:19:34 +05:30
unkn0w7n
d9f1d73063 ... 2024-10-05 19:02:07 +05:30
unkn0w7n
8abf49f8ed NYT T Magazine 2024-10-05 18:40:53 +05:30
Kovid Goyal
cc16d900ae
Cleanup previous PR 2024-10-05 14:35:10 +05:30
unkn0w7n
e8c9d48b39 ... 2024-10-05 13:55:23 +05:30
unkn0w7n
501a9b2fc9 Update trim_image.py
add option to adjust aspect ratio
2024-10-05 13:42:50 +05:30
Kovid Goyal
927f45e1cd
Config widget for embeded TTS config 2024-10-05 12:12:01 +05:30
Kovid Goyal
ece05c6215
... 2024-10-04 20:28:51 +05:30
Kovid Goyal
459d09eda1
Allow specifying the voice for a tag 2024-10-04 10:38:58 +05:30
Kovid Goyal
871f262cac
Bump version for preview release 2024-10-04 07:12:26 +05:30
Kovid Goyal
a9d053f5c1
... 2024-10-03 21:22:44 +05:30
Kovid Goyal
5a63ba851f
Code to mark sentences in HTML 2024-10-03 20:34:56 +05:30
Martin Brodbeck
7165448a44 Bump supported fw version in kobo/tolino driver
New Tolino Shine 5 firmware 5.3.195056 still uses db version 190.
2024-10-02 13:57:11 +02:00
Kovid Goyal
9c9df6d65b
... 2024-10-01 08:56:50 +05:30
Kovid Goyal
8e8fdd7af5
Remove the Use Hotmail button as Microsoft has disabled SMTP in favor of OAUTH 2024-09-30 12:47:38 +05:30
unkn0w7n
812cf96bc5 ... 2024-09-30 10:05:02 +05:30
Kovid Goyal
5b17a2431f
Only copy has_cover and id if they exist 2024-09-29 22:24:23 +05:30
Charles Haley
58b2b5634b Ensure that mi.deepcopy_metadata() keeps the top-level attributes 'id' and 'has_cover' 2024-09-29 17:40:20 +01:00
unkn0w7n
2808a225fc update nytimes 2024-09-29 20:17:53 +05:30
Kovid Goyal
0db769b01f
Read Aloud: Allow configuring an extra pause at the end of every sentence when using the Piper TTS engine. Fixes #2083058 [Bug with The Piper TTS Engine](https://bugs.launchpad.net/calibre/+bug/2083058) 2024-09-28 12:12:19 +05:30
Kovid Goyal
4ae5fe59c0
Read Aloud config: Show already downloaded voices in bold 2024-09-28 11:51:00 +05:30
Kovid Goyal
f0e42c3bf3
Fix a regression in previous release that broke copying of book to another library if the books author does not exist in the destination database. 2024-09-28 09:42:25 +05:30
Kovid Goyal
8d95d74355
string changes 2024-09-27 18:48:16 +05:30
Kovid Goyal
6b6fcf6e5a
Support headless voice download 2024-09-27 16:10:26 +05:30
Kovid Goyal
2f242b8c42
version 7.19.0 2024-09-27 07:36:34 +05:30
Kovid Goyal
7561d4f4a0
... 2024-09-26 20:18:02 +05:30
Kovid Goyal
558e0a7b5b
Comic Input: Handle comics whose internal files have control codes in their filenames. Fixes #2081982 [Unicode in filename of a CBZ archive breaks due to passing it to LXML](https://bugs.launchpad.net/calibre/+bug/2081982) 2024-09-26 20:16:21 +05:30
Kovid Goyal
690d1ed518
Use bing cache in preference to wayback cache when using google to search 2024-09-26 14:11:03 +05:30
Kovid Goyal
f07335f107
Function to get bing cached version of URL 2024-09-26 12:36:32 +05:30
Kovid Goyal
df7344be33
Windows: Read Aloud: Fix an occasional crash when stopping read aloud when using the legacy windows TTS backend. Fixes #2080705 [Download read aloud api failed](https://bugs.launchpad.net/calibre/+bug/2080705) 2024-09-26 12:06:11 +05:30
Kovid Goyal
c07c662a5a
Read Aloud: Fix clicking in text to change what is being read causing tracking of currently read word to fail when using the legacy Windows TTS engine (winsapi)
See #2080705 (Download read aloud api failed)
2024-09-26 11:55:56 +05:30
Kovid Goyal
152af7ae51
EPUB3 metadata: Fix setting series number to zero not working. Fixes #2080701 [epubs export with series number changed from 0 to 1](https://bugs.launchpad.net/calibre/+bug/2080701) 2024-09-26 11:17:30 +05:30
Kovid Goyal
95014dffb1
... 2024-09-26 10:39:52 +05:30
Kovid Goyal
f7c4d8c02c
Read aloud: Fix reading large numeric words causing text synchronization to fail when using some legacy TTS engines. Fixes #2080708 [Private bug](https://bugs.launchpad.net/calibre/+bug/2080708) 2024-09-26 10:11:40 +05:30
Kovid Goyal
035a3fcb2d
Sigh, old python 2024-09-26 01:57:13 +05:30
Kovid Goyal
8f677800e6
PDF new engine: Improve header/footer detection 2024-09-25 23:19:20 +05:30
Kovid Goyal
c4fd1200b6
pep8 2024-09-25 23:09:09 +05:30
Charles Haley
5941de87a5 For icon rules and emblems, use the standard theme names for the icons. Generalize the naming so 1 or both of the icons can have themed names. 2024-09-25 16:16:39 +01:00