Quote:
Originally Posted by jomaweb
Same result replacing filename with complete location. Seems like if the metadata plugin can't access the files no matter where they are.
ebook-meta file.pdf --title /home/jose/elartedevolar.pdf
Traceback (most recent call last):
File "/tmp/init.py", line 48, in <module>
File "/home/kovid/build/calibre/src/calibre/ebooks/metadata/cli.py", line 156, in main
IOError: [Errno 2] No existe el fichero ó directorio: u'file.pdf'
|
I might be confused since I have never done this but I believe you are a little backwards try
ebook-meta /home/jose/elartedevolar.pdf --title xxx
or
ebook-meta elartedevolar.pdf --title xxx
if you are already in the directory /home/jose/. If I understand correctly this should change the metadata for your title to xxx.