Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Adding Date to ColumnsUI - Album doesn't show if Date empty (Read 1234 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Adding Date to ColumnsUI - Album doesn't show if Date empty

Two part question -
When I add Date to Columns UI an album will not show if Date is not populated
I would like to order the Albums by Date (I'll work on the empty dates over time)


Thank you
Version 1.3.1

Re: Adding Date to ColumnsUI - Album doesn't show if Date empty

Reply #1
Hi there,

Firstly your screenshot is using Facets which is Default UI only, not Columns UI. Just pointing that out. ;)

In Preferences > Media Library > Facets, make sure your column patterns are not using square brackets [ ] for the Date or Album columns. When Facets is set to show 'Multiple Columns' in one pane, they become linked, so if any tags are missing, using square brackets hides that entry even if the other fields are populated.

So for example using -

%date%
(empty fields show '?')

If you'd rather not a question mark you could use -

$if2(%date%,'['No Date']')
(empty fields show the text '[No Date]' dimmed)

Hopefully I understood your question correctly. :)

Cheers

Re: Adding Date to ColumnsUI - Album doesn't show if Date empty

Reply #2
Perfect, that did it thank you! And thanks for the syntactical clarification.
Any idea on the sorting by Date? Nothing I've tried has worked. Pic shows it's sorting by Album (or I guess it could be the folder the album resides in)

Re: Adding Date to ColumnsUI - Album doesn't show if Date empty

Reply #3
Just click the Date column to sort by that.

 

Re: Adding Date to ColumnsUI - Album doesn't show if Date empty

Reply #4
Duh didn't even notice it get added :facepalm: