02-19-2020, 06:04 PM
(02-19-2020, 01:06 PM)TheOldPresbyope Wrote:(02-19-2020, 12:56 PM)kit1cat Wrote:(02-18-2020, 10:57 PM)TheOldPresbyope Wrote: @enjoy
Did you see the "Ignore articles" option in m>Configure>Library>Library Options ?
Regards,
Kent
Are the items in the "Ignore articles" list stored in a text file somewhere? Would be handy if I could then update the list from within windows??
They're stored in the moOde database:
Code:pi@moodecd: $ sqlite3 /var/local/www/db/moode-sqlite3.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> select * from cfg_system where param = 'ignore_articles';
123|ignore_articles|a,an,the
sqlite3> .exit
pi@moodecd: $
Regards,
Kent
Thanks for info Kent.