When processing large libraries, the list of "XX IDs Found" can be enormous and wrap to many lines, which pushes useful information out of the scrollback buffer. I'd like to know where I am in the process, but when it's displaying "Parsing 793/45876" I can't scroll back to see which overlay is bring processed or whatever.
That giant list is really useless in the console context, anyway, since no one's going to be scrolling through it looking for an ID.
I'm envisioning something like:
settings:
hide_id_lists: true
Which would result in something like:
| 9427 IDs Found:
|
| Parsing ID 44/9427
While putting that list in the meta.log in case someone wants to review it.