View Single Post
Old 04-05-2010, 07:23 AM   #17
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by jomaweb View Post
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.
DoctorOhh is offline   Reply With Quote