- العربية
- български
- català (ca)
- čeština
- dansk
- Deutsch
- Ελληνικά
- English
- esperanto
- español
- eesti
- euskara
- فارسی
- suomi
- français
- galego
- עברית
- hrvatski
- magyar
- Indonesia
- íslenska
- italiano
- 日本語
- ქართული
- 한국어
- lietuvių
- latviešu
- मराठी
- Melayu
- norsk bokmål
- Nederlands
- polski
- português (pt)
- português (pt-BR)
- română
- русский
- slovenčina
- slovenščina
- српски
- svenska
- Türkçe
- українська
- Tiếng Việt
- 中文 (zh-CN)
- 繁體中文 (zh-HK)
- 繁體中文 (zh-TW)
CALIBRE-DEBUG(1) | calibre | CALIBRE-DEBUG(1) |
NAME¶
calibre-debug - calibre-debug
calibre-debug [opties]
Various command line interfaces useful for debugging calibre. With no options, this command starts an embedded Python interpreter. You can also run the main calibre GUI, the calibre E-book viewer and the calibre editor in debug mode.
It also contains interfaces to various bits of calibre that do not have dedicated command line tools, such as font subsetting, the E-book diff tool and so on.
You can also use calibre-debug to run standalone scripts. To do that use it like this:
Everything after the -- is passed to the script. You can also use calibre-debug as a shebang in scripts, like this:
Als u aan calibre-debug parameters met spaties mee wilt geven, moet u deze met aanhalingstekens omsluiten. Bv.: "/some path/with spaces"
[OPTIES]¶
- --add-simple-plugin
- Voeg een eenvoudige plug-in toe (b.v. een plug-in die één .py bestand bevat) door het pad aan te geven naar het py-bestand die de code voor de plug-in bevat.
- --command, -c
- Python code uitvoeren.
- --debug-device-driver, -d
- Fouten in toesteldetectie zoeken
- --default-programs
- calibre (af)melden als Windows standaard programma. --default-programs = (register|unregister)
- --diff
- Draait de calibre diff tool. Bijvoorbeeld: calibre-debug --diff bestand1 bestand2
- --edit-book
- Start het calibre "Bewerk Boek" tool in debug modus.
- --exec-file, -e
- Python code in het bestand uitvoeren.
- --explode-book, -x
- Explodeer het boek in de gespecificeerde map. Gebruik: -x file.epub output_dir Exporteert het boek als een verzameling HTML bestanden en metadata die u kan bewerken met standaard HTML gereedschappen. Werkt met EPUB, AZW3, HTMLZ en DOCX bestanden.
- --export-all-calibre-data
- Exporteer alle calibre data (boeken/instellingen/plug-ins). Normaal vraagt men om de exportmap en bibliotheken om te exporteren. U kunt ze ook opgeven als opdrachtregelargumenten om de vragen over te slaan. Gebruik absolute paden voor de exportmap en bibliotheken. Het speciale sleutewoord "alle" kan u gebruiken om alle bibliotheken te exporteren.
- --fix-multiprocessing
- Voor intern gebruik
- --gui, -g
- Start de GUI met de probleemoplosser ingeschakeld. De output wordt afgedrukt naar stdou en stderr.
- --gui-debug
- Voer de GUI uit met de debug console, log naar het gespecificeerd pad. Enkel intern gebruik, gebruik de -g optie om de GUI in debug modus uit te voeren
- --help, -h
- toon dit helpbericht en stop
- --implode-book, -i
- Implodeer een eerder geëxplodeerd boek. Gebruik: -i output_dir file.epub Importeert het boek vanuit bestanden in output_dir die gecreëerd werden bij een vorige aanroep van --explode-book. Zorg ervoor hetzelfde bestandstype op te geven als bij het exploderen.
- --import-calibre-data
- Importeer eerder geëxporteerde calibre gegevens
- --inspect-mobi, -m
- Inspecteer MOBI-bestand(en) in opgegeven pad(en)
- --paths
- Output van de paden de nodig zijn voor de installatie van de calibre omgeving
- --run-plugin, -r
- plug-inplug-inVoer een plugin uit welke via opdracht-prompt kan starten. Bijvoorbeeld: calibre-debug -r "Plug-in naam" -- bestand1 --option1 Alles na de -- zal worden meegegeven aan de plugin als argumenten.
- --run-test, -t
- Run the named test(s). Use the special value "all" to run all tests. If the test name starts with a period it is assumed to be a module name. If the test name starts with @ it is assumed to be a category name.
- --run-without-debug
- Don't run with the DEBUG flag set
- --shutdown-running-calibre, -s
- Sluit, indien aanwezig, een actieve calibre-instantie af. Bedenk dat eventuele draaiende taken zonder melding worden afgebroken. Gebruik deze optie voorzichtig.
- --subset-font, -f
- Wissel het gespecifieerde lettertype. Gebruik -- na deze optie om optie door te geven naar lettertype wisselprogramma.
- --test-build
- Test binaire modules in build
- --version
- toon programmaversie en stop
- --viewer, -w
- E-boek leesvenster in debug modus uitvoeren
AUTHOR¶
Kovid Goyal
COPYRIGHT¶
Kovid Goyal
augustus 12, 2022 | 6.3.0 |