Recipe for Tweakers.net based on built in from Kovid Goyal
#!/usr/bin/env python2 # vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai from __future__ import with_statement ''' Changelog 2012-04-27 DrMerry: Added cover picture removed some extra tags '''...
View ArticleSort by New Covers - Those not yet updated to Books??
I've spent a few hours updating about 300 book covers, small images to larger ones. Since I don't remember which books I upgraded images on, I would have to update the covers for all 3,000 of my books....
View ArticleRecipe for De Morgen (Belgian newspaper) based on built in from Darko Miletic
#!/usr/bin/env python2 __license__ = 'GPL v3' __copyright__ = '2008, Darko Miletic <darko.miletic at gmail.com>' ''' demorgen.be ''' from calibre.web.feeds.news import BasicNewsRecipe class...
View ArticleRecipe for nos.nl (Dutch news website)
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class nosnl(BasicNewsRecipe): title = u'nos.nl' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'News from the...
View ArticleRecipe for Zita.be
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class Zitabe(BasicNewsRecipe): title = u'Zita.be' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'Lifestyle News from...
View Articlerecipe for De Redactie.be (Belgian newspaper in Dutch)
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class DeRedactie(BasicNewsRecipe): title = u'De Redactie.be' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'News...
View Articlerecipe for sporza.be (Belgian sport news)
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class Sporzabe(BasicNewsRecipe): title = u'Sporza.be' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'Sport news from...
View Articlecalibre crashes during "get list of books on device"
I have a new laptop (Windows 10) and am trying to get my Samsung galaxy s6 connected with calibre, something I have done with at least two other laptops successfully before. Unfortunately, connecting...
View ArticleSeries view question
Is there a way to view or search for in the series field all the books that have a a series that doesn't begin with 1 or is missing a number in a run. I am trying to find all the series in my library...
View ArticlePrint to PDF and convert to PDF doesn't work
I'm trying to covert a epub file into PDF, I've talked to other people about it and they have no problems when doing it but when I try the operation just fails. I've tried another program called...
View ArticleIssues with recipe login
Would anyone be willing to help me with my recipe for First Things magazine (www.firstthings.com)? My code is here: https://github.com/jfhutson/calibre-...tthings.recipe It seems to be working except...
View ArticleReturning to Full Library from Virtual Library
Learning about Virtual Libraries: Created VL and now can't return to all books. Reselecting Virtual Library button shows same subset of books. Showing "VL as Tabs" gives "All Books" name without...
View ArticleEasier way to create annotations?
In order to create an annotation, right now I do this: -- Select the text, which brings up the first options bubble -- Tap the pencil icon, wait a second while it highlights the text -- Tap the...
View ArticleSearch Books without specific Format?
How can i search Books in my Library, that didn't have a specific Format? For example, i would like to see only Books, which does not have the Format "mobi". How can i do that?
View ArticleRecipe for knack.be
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class KnackBE(BasicNewsRecipe): title = u'Knack.be' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'News from Belgium...
View ArticleRecipe for nieuws.be
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class NieuwsBE(BasicNewsRecipe): title = u'Nieuws.be' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description = u'News from...
View Articleimproved recipe for hln.be (Belgian news website)
#!/usr/bin/env python2 __license__ = 'GPL v3' __copyright__ = '2009, Darko Miletic <darko.miletic at gmail.com>' ''' www.hln.be ''' from calibre.web.feeds.news import BasicNewsRecipe class...
View ArticleCopy to Library I lose aero themes on Win7?
During Copy to Library I lose aero themes on Win7? Problem Calibre or my PC (Win7) ?
View Articlerecipe for EOS Wetenschap (Dutch science news website)
#!/usr/bin/env python2 from calibre.web.feeds.news import BasicNewsRecipe class EOSWetenschap(BasicNewsRecipe): title = u'EOS Wetenschap' __author__ = u'erkfuizfeuadjfjzefzfuzeff' description =...
View ArticleConverting from docx creates "Unknown" title epubs
Using the CLI tool ebook-convert.exe, converting from docx creates "Unknown" title epubs. I checked with ebook-meta.exe, and the title is present in the docx, but does not get into the epub. Is there...
View Article