Tagging without modifying files

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Tagging without modifying files

Post by anmac1789 »

Hi, I also have an idea about tagging except not through .csv files, but with colour tagging similar to how you can tag files by colour on iphone. Is this possible ?
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tagging without modifying files

Post by void »

There's no UI option to color-tag items yet.

I will consider a UI to customize item colors.

For now, you can customize colors with color_filters
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

void wrote: Sat Oct 14, 2023 11:45 pm There's no UI option to color-tag items yet.

I will consider a UI to customize item colors.

For now, you can customize colors with color_filters
Does this work with specific files or does it only work with extensions?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Tagging without modifying files

Post by NotNull »

You could replace *.mp3 (or similar) with everything64.exe in the color_filter examples.
(not tested)
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

NotNull wrote: Sun Oct 15, 2023 8:32 pm You could replace *.mp3 (or similar) with everything64.exe in the color_filter examples.
(not tested)
what does this indicate ?
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Tagging without modifying files

Post by NotNull »

anmac1789 wrote: Sun Oct 15, 2023 8:34 pm what does this indicate ?
Don't know what you mean by that?

If you follow the example, this should show everything64.exe in a different colour in the result list.
(just as a demo of course; add your own filenames as needed)


( Moved from Tagging without modifying files )
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

NotNull wrote: Mon Oct 16, 2023 3:48 pm
anmac1789 wrote: Sun Oct 15, 2023 8:34 pm what does this indicate ?
Don't know what you mean by that?

If you follow the example, this should show everything64.exe in a different colour in the result list.
(just as a demo of course; add your own filenames as needed)


( Moved from Tagging without modifying files )
What I mean is that under color_filters="*.mid;*.mp3;*.flac;*.ogg";"*.mpg;*.avi;*.mp4;*.mkv", these are just extensions, does this field only take extensions or can I take filenames too ?
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: Tagging without modifying files

Post by horst.epp »

anmac1789 wrote: Wed Oct 18, 2023 6:55 am What I mean is that under color_filters="*.mid;*.mp3;*.flac;*.ogg";"*.mpg;*.avi;*.mp4;*.mkv", these are just extensions, does this field only take extensions or can I take filenames too ?
I guess the * can be replaced by a file name.
If not, there were only a list of extensions without *.
But why don't you just try it ?
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

horst.epp wrote: Wed Oct 18, 2023 11:46 am
anmac1789 wrote: Wed Oct 18, 2023 6:55 am What I mean is that under color_filters="*.mid;*.mp3;*.flac;*.ogg";"*.mpg;*.avi;*.mp4;*.mkv", these are just extensions, does this field only take extensions or can I take filenames too ?
I guess the * can be replaced by a file name.
If not, there were only a list of extensions without *.
But why don't you just try it ?
Capture.JPG
Capture.JPG (98.15 KiB) Viewed 9727 times

Ok so I just used the following settings and that seemed to have shown the results with colour. Although, I am not sure why the filename isn't coloured. I am not sure why it didn't work last time.

Screenshot 2023-10-18 113352.jpg
Screenshot 2023-10-18 113352.jpg (83.23 KiB) Viewed 9724 times
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tagging without modifying files

Post by void »

highlighting colors take precedence.

Please try nohighlight:"My avakin Life Snapshot-2021-03-14-06-09-35.png"
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

void wrote: Thu Oct 19, 2023 3:38 am highlighting colors take precedence.

Please try nohighlight:"My avakin Life Snapshot-2021-03-14-06-09-35.png"
what ?
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tagging without modifying files

Post by void »

The name part is highlighted to show the match from your search.

This highlighting overrides any custom colors filters.

Clear your search to see the custom color filters.
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

void wrote: Sat Oct 21, 2023 1:43 am The name part is highlighted to show the match from your search.

This highlighting overrides any custom colors filters.

Clear your search to see the custom color filters.
did you mean something like this ?

Screenshot 2023-10-20 224718.jpg
Screenshot 2023-10-20 224718.jpg (104.82 KiB) Viewed 9539 times
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: Tagging without modifying files

Post by void »

Yes.

The items under the Name column are shown with your custom color filters.

Everything doesn't have an option to override highlighting colors with custom color filters.
anmac1789
Posts: 668
Joined: Mon Aug 24, 2020 1:16 pm

Re: Tagging without modifying files

Post by anmac1789 »

void wrote: Sat Oct 21, 2023 2:50 am Yes.

Everything doesn't have an option to override highlighting colors with custom color filters.
alright thank you
Post Reply