MP3 Tags

Have a suggestion for "Everything"? Please post it here.
Post Reply
ImSlutty
Posts: 1
Joined: Wed Apr 07, 2010 5:20 pm

MP3 Tags

Post by ImSlutty »

Hi,
I find everything very handy, but for me it would be even handier if i could search into tags of mp3 files.
Like artist, album, year, comments.

On many songs i put some of my own in comments so i can sort it easily.
But sorting in windows explorer takes sooo long for only 2000 songs in the map.

I don't know if this feature would slow down Everything, but it could always be added as optional option.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: MP3 Tags

Post by void »

I am working on custom file lists, which would allow indexing of id3 tags.

Indexing id3 tags will be slow and you will need to maintain these indexes.
MojoSpoonful
Posts: 2
Joined: Thu Sep 22, 2016 4:21 pm

Re: MP3 Tags (audio/video file metadata, etc)

Post by MojoSpoonful »

Being able to index and search file metadata, especially audio/video id3 (etc) tags, would be a Godsend to me. And speed wouldn't matter as much as just having the ability to do this.

So following up on the previous messages, I am just wondering if there has been any development progress with Everything for searching/indexing metadata, especially id3 (etc) audio/video file tags. Custom files lists was mentioned... but I am not yet sure of what that is or how it would work. Or, if this is possible now, could someone please point me to the right place for some instructions or provide me with more info.

Thanks in advance!
reelismism
Posts: 40
Joined: Sat Jul 05, 2014 4:41 pm

Re: MP3 Tags

Post by reelismism »

Yeah what he said :)
Stamimail
Posts: 1121
Joined: Sat Aug 31, 2013 9:05 pm

Re: MP3 Tags

Post by Stamimail »

What will you do if you want to search the music by:
1. Private/Custom tags
http://www.techsupportalert.com/content ... ent-125555
http://www.techsupportalert.com/content ... ent-128375
2. Song's words (Lyrics)
Stamimail
Posts: 1121
Joined: Sat Aug 31, 2013 9:05 pm

Re: MP3 Tags

Post by Stamimail »

See here:
http://voidtools.com/forum/viewtopic.ph ... 947#p17198

I hope what I've asked will get its solution some day
Stamimail wrote:What will you do if you want to search the music by:
1. Private/Custom tags
http://www.techsupportalert.com/content ... ent-125555
http://www.techsupportalert.com/content ... ent-128375
2. Song's words (Lyrics)
Another thing need to consider is to add mp3tag: function for searching wherever in the ID3 tag. There are some cases of incorrect tagging.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: MP3 Tags

Post by void »

Everything does not fully support all frames in the ID3v2.3 or later tag yet, only track, year, title, artist, album, comment and genre.
I'll look at support all frames in Everything 1.5. Selecting id3 columns for the results will also be added..

I've added to my TODO list: add an id3: search function to search all ID3 frames for text.

For now you could use something like:
artist:"some text" | album:"some text" | title:"some text" | comment:"some text"

You could also make an id3 filter function, that automatically expands id3:"some text" to:
artist:"some text" | album:"some text" | title:"some text" | comment:"some text"
imcal007
Posts: 16
Joined: Fri Feb 27, 2015 7:17 am

Re: MP3 Tags

Post by imcal007 »

Hopefully this will include flac files, i would love the ability to add duration of each track in the results.
Fraka
Posts: 27
Joined: Thu Jan 12, 2017 5:07 pm

Re: MP3 Tags

Post by Fraka »

honestly... please don't bloat Everything.
I can understand some people want full text search on .txt and .doc etc, but also searching through all your music tags will end up in thousands of results, no matter what you search for.
I'll definitely deactivate it.

Just use foobar2000 for an extremely fast search in your tags/audio database. It works well for years now and handles all the formats well.
You can go to the corresponding path in explorer with a simple right click on the file.
And as a bonus you can search much more precisely by artist, album, number of discs, length of song etc, even for custom tagfields.
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: MP3 Tags

Post by therube »

please don't bloat Everything
+1

In any case, Everything wouldn't do this on its own.
The user would expressly choose to search tags...
imcal007
Posts: 16
Joined: Fri Feb 27, 2015 7:17 am

Re: MP3 Tags

Post by imcal007 »

I don`t want the program to be bloated but if the options are there you could activate it etc , a way to search certain tags would be very useful, if you don't want it to search the tags you don't activate it.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: MP3 Tags

Post by void »

I'm avoiding adding bloat to Everything.

Searching FLAC tags can be useful, it does not add clutter to the UI, it does not effect performance..
I've added support for searching flac tags in Everything 852b or later.

The following search functions can be used to search FLAC tags:
  • track: (FLAC tracknumber)
  • year: (FLAC date)
  • title:
  • artist:
  • album:
  • comment:
  • genre:
content: will not search this information.

ogg support is on my TODO list.
length: / bitrate: / channels: / etc.. search functions are also on my TODO list.
Stamimail
Posts: 1121
Joined: Sat Aug 31, 2013 9:05 pm

Re: MP3 Tags

Post by Stamimail »

content: will not search this information.
Why not?
Searching the information/text part in mp3 file, is it much different from searching a plain text?
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: MP3 Tags

Post by void »

It's upto the iFilter implementation to read id3 tags. There are probably third party iFilters out there to do this.

utf8content: would read most id3 tags anyway, although it would be slow as it would read the entire mp3 file.
Post Reply