View Single Post
Old 07-26-2017, 04:29 AM   #10
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
There is maybe a additional info needed for library names. Replace blanks to _ if the library name includes blanks.

Example for saving a book-id listing of modified metadata during the last 10 days for the library "Calibre Library" in a text file. In this example the library access is restricted what means you have to set username and password too.

PHP Code:
calibredb list --search "last_modified:>10daysago" --with-library "http://my-server:8080/#Calibre_Library" --username MyUserName --password MyPassword --fields "">Booklist.txt 
Divingduck is offline   Reply With Quote