Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

eBooks conversion

$
0
0

@avalloneandrea wrote:

Hello there. I'm trying to create a task which find the ebooks from a directory and use calibre to convert them in azw3 format (for the Kindle). This is what I have done so far:

Books:
  filesystem:
    path: /home/andrea/books
    mask: '*.epub'
    recursive: yes
  accept_all: yes
  exec:
    - ebook-convert "{{url}}" "{{title}}.azw3"

The problem here is with the {{url}} entry: it produce the path of the ebook, but calibre don't recognise it because (a) it's prefixed with a file:// and (b) is url-escaped. Which other entries I could use?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles