Quote:
Originally Posted by Wolf79
Yesterday, 07.08.2015 I did comment and ask questions to the above. It seams something was going wrong by posting. I not found it now.
|
I cannot count the number of times I have posted something only to find that I didn't really post it. Highly frustrating.
Quote:
OK once more in short.
I did check slightly some of the proposals.
Mainly chaleys because of using build in functions. I did create user columns designated "Library" filled with "calibre1, .. 2. ...3". Principally it works. The same result with tags.
(the function of long pressing the name I didn't know before.)
But in this way only 1 calibre can be hidden. Is this limitation "build in" or did I something wrong?
|
It is possible that I am answering the wrong question.
Long-press does a search for an item, such as a tag. You have the choice of all books with that item or all books without that item (matching or not). This gives you a built-in way to ask for all books in (virtual) library X or all books not in (virtual) library X.
If you want all books in virtual library X OR virtual library Y then you must use the search box. If you are using tags then you would enter something like
Code:
tags:"=virtlib1" or tags:"=virtlib2"
and so on. You can use "and", "or", and parenthesis to see exactly the books you want.
The downside of this kind of search is that it is slow because CC must scan the metadata. It runs at around 25 or 30 books per second. If you have a thousand books then the search can take 30 to 40 seconds. However, if you use tags and if you add a unique tag for each search you want to do then you can use simple search, which is much faster.