Quote:
Originally Posted by alexxxm
I'd like to know the reverse: the grand-totals of tags (e.g. "220 tags are used only once, 113 tags are used only twice" and so on...) to better track the consolidation process!
alessandro
|
I suspect you can do this with an SQL query and SQLiteSpy viewing metadata.db. You would use the SQL "count" option. Alternatively, look at my comments in the two threads about duplicate titles - there's a way to issue SQL queries from the command line, and my example uses "count."