Quantcast
Channel: MobileRead Forums - Reading and Management
Browsing all 24022 articles
Browse latest View live
↧

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 Article


Sort 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 Article


Recipe 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 Article

Recipe 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 Article

Recipe 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 Article


recipe 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 Article

recipe 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 Article

Image may be NSFW.
Clik here to view.

calibre 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 Article


Series 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 Article


Print 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 Article

Issues 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 Article

Returning 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 Article

Easier 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 Article


Search 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 Article

Recipe 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 Article


Recipe 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 Article

improved 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 Article


Copy 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 Article

recipe 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 Article

Converting 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
Browsing all 24022 articles
Browse latest View live