@
myki
- Should be no need to use full path to program, it is in PATH environment Environment Variable (unless you took it out
)
- Put the separator in rabbits ears
- You probably need to specify a width otherwise output will default to width of your console window
- You probably want to redirect the output to a csv file otherwise it'll just display on the console
Code:
calibredb list -f authors,title,series,series_index,comments --separator "¤" -w 1000000 > c:\testlist.csv
All of that said you may not like what you see, I just ran that command on a small test library and the comments were - hmmm - not as I would like. I've never wanted to put comments into a CSV list/catalogue so we're on the same learning curve.
Have a go with the suggested changes
BR