Tagging without modifying files
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Tagging without modifying files
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: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Tagging without modifying files
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
I will consider a UI to customize item colors.
For now, you can customize colors with color_filters
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
Does this work with specific files or does it only work with extensions?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
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Tagging without modifying files
You could replace *.mp3 (or similar) with everything64.exe in the color_filter examples.
(not tested)
(not tested)
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
what does this indicate ?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)
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Tagging without modifying files
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: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: 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 ?NotNull wrote: Mon Oct 16, 2023 3:48 pmDon'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 )
-
horst.epp
- Posts: 1642
- Joined: Fri Apr 04, 2014 3:24 pm
Re: Tagging without modifying files
I guess the * can be replaced by a file name.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 ?
If not, there were only a list of extensions without *.
But why don't you just try it ?
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
horst.epp wrote: Wed Oct 18, 2023 11:46 amI guess the * can be replaced by a file name.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 ?
If not, there were only a list of extensions without *.
But why don't you just try it ?
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.
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Tagging without modifying files
highlighting colors take precedence.
Please try nohighlight:"My avakin Life Snapshot-2021-03-14-06-09-35.png"
Please try nohighlight:"My avakin Life Snapshot-2021-03-14-06-09-35.png"
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
what ?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"
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Tagging without modifying files
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.
This highlighting overrides any custom colors filters.
Clear your search to see the custom color filters.
-
anmac1789
- Posts: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
did you mean something like this ?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.
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Tagging without modifying files
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.
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: 745
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Tagging without modifying files
alright thank youvoid wrote: Sat Oct 21, 2023 2:50 am Yes.
Everything doesn't have an option to override highlighting colors with custom color filters.