Show which Collections are assigned to an image
-
- Posts: 55
- Joined: 26 Dec 21 23:07
Show which Collections are assigned to an image
Is there a way to show which collections contain a selection of thumbs while in the Folders tab? I am doing something really risky to show this: I select a thumbnail and hit the Del key, then review options with names like 'Remove from collection "collection name"'. After I see which collections contain the image, I cancel the Del action.
It makes me very nervous hitting the Del key on an image I don't intend to delete, so I hope there is an alternate way to display assigned collections.
IMO, collection assignments are not overly different from label assignments. If this is really true, then there ought to be an icon for collections in the right side of the action bar below the file list, along with the icons for Info, Share, Batch, Light Table, ..., and Preview. When selected, a Collections pane would work kind of, sort of, like the Labels pane. That is, Blue highlighted collections would be assigned to all the selected thumbs. Orange highlighted collections would be assigned to some of the selected thumbs, and a collection with no highlight would not be assigned to any of the selected thumbs. (I have thought about the implications of dynamic collections.)
In absence of a pane to manage collections, have I overlooked a way to view (and preferably modify) the state of collections for an image?
It makes me very nervous hitting the Del key on an image I don't intend to delete, so I hope there is an alternate way to display assigned collections.
IMO, collection assignments are not overly different from label assignments. If this is really true, then there ought to be an icon for collections in the right side of the action bar below the file list, along with the icons for Info, Share, Batch, Light Table, ..., and Preview. When selected, a Collections pane would work kind of, sort of, like the Labels pane. That is, Blue highlighted collections would be assigned to all the selected thumbs. Orange highlighted collections would be assigned to some of the selected thumbs, and a collection with no highlight would not be assigned to any of the selected thumbs. (I have thought about the implications of dynamic collections.)
In absence of a pane to manage collections, have I overlooked a way to view (and preferably modify) the state of collections for an image?
Re: Show which Collections are assigned to an image
Enable custom thumb info
For a new line, select the drop down-> Catalog -> Portfolio List
For a new line, select the drop down-> Catalog -> Portfolio List
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Show which Collections are assigned to an image
Could you give directions how to do that in detail? I tried it but got lost.
-
- Posts: 55
- Joined: 26 Dec 21 23:07
Re: Show which Collections are assigned to an image
Great, Hert. There is always a way, right?
I've made the change according to the instructions below (added for user Alfons). This doesn't address the ease of adding and removing collections. It would be helpful to provide an interface to click on multiple collections, rather than add/remove them one-by-one.
At the bottom of the file window, click the middle icon called "thumbnail style...". Mine is set to "Custom Thumbnail Info. There is a blank new line below the current info. Click the down arrow and choose "Catalog -> Portfolio List".
I've made the change according to the instructions below (added for user Alfons). This doesn't address the ease of adding and removing collections. It would be helpful to provide an interface to click on multiple collections, rather than add/remove them one-by-one.
At the bottom of the file window, click the middle icon called "thumbnail style...". Mine is set to "Custom Thumbnail Info. There is a blank new line below the current info. Click the down arrow and choose "Catalog -> Portfolio List".
-
- Posts: 55
- Joined: 26 Dec 21 23:07
Re: Show which Collections are assigned to an image
Gah! The display of collections in the thumbnail is limited because only one line is displayed. For nested collections, the name of the containing collection is prepended, further limiting the information provided. For example, I see the following text in a thumbnail:
"Bird Albums.Best of Each Species,Bird Al"
This is useful in telling the name of the 1st collection plus the useful fact that other collections are also assigned. Is there a way to display ALL collections?
"Bird Albums.Best of Each Species,Bird Al"
This is useful in telling the name of the 1st collection plus the useful fact that other collections are also assigned. Is there a way to display ALL collections?
Re: Show which Collections are assigned to an image
Did you never use custom thumb lines before?Alfons wrote: 05 Mar 23 11:16 Could you give directions how to do that in detail? I tried it but got lost.
Here's how
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Show which Collections are assigned to an image
With the default font-size, about 32 characters fit per line.marklevine wrote: 05 Mar 23 14:31 Gah! The display of collections in the thumbnail is limited because only one line is displayed. For nested collections, the name of the containing collection is prepended, further limiting the information provided. For example, I see the following text in a thumbnail:
"Bird Albums.Best of Each Species,Bird Al"
This is useful in telling the name of the 1st collection plus the useful fact that other collections are also assigned. Is there a way to display ALL collections?
The Macro Commands manual describes the optional parameters;
e.g. use two lines
%CatalogPortfolioList{encode=html; mid=1,32}
%CatalogPortfolioList{encode=html; mid=33,64}
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Show which Collections are assigned to an image
Thank you Hert. I never used custom thumb lines before.
Re: Show which Collections are assigned to an image
I just noticed that this does not work with dynamic collections.
Re: Show which Collections are assigned to an image
The comments and suggestions in the original post make a lot of sense to me, +1. (Though I realise it's probably a lot of work and that use of resources would have to be weighed against other work and possible enhancements).
Re: Show which Collections are assigned to an image
I noticed that with build 4835 the behavior has changed. With build 4823 the portfolio and collection were shown separated by a dot. I think this is quite useful. However the potfolio information is gone with build 4835. Collection assignment does not work with dynamic collections. This is really a shame as I use dynamic collection a lot.
Re: Show which Collections are assigned to an image
That indeed got changed so that more control is given (see the Macros manual).
Use this to get the old behavior:
Dynamic Collection are not included.
Use this to get the old behavior:
Code: Select all
%CatalogPortfolioList{FullPath}
This is a user-to-user forum. If you have suggestions, requests or need support then please send a message
Re: Show which Collections are assigned to an image
Thank you. Is there a chance that dynamic collections will be included at some point in time?