Hi
Please excuse me if I have missed something obvious
I am trying to find files based on a value in the ID3 tags
i.e Album Greatest Hits
I have tried /contents="Greatest Hits"
Your help would be greatly appreciated
Regards
Des
Searching MP3 File Tags
-
admin
- Site Admin
- Posts: 64871
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Searching MP3 File Tags
Try this (admittedly not really *obvious*
):
Code: Select all
prop:#mp3.album:Greatest Hits- Attachments
-
- prop_#mp3.album_Greatest Hits.png (17.91 KiB) Viewed 1456 times
FAQ | XY News RSS | XY X
Re: Searching MP3 File Tags
Hi Admin,
Thank you very much for you reply much appreciated.
Am I correct in assuming that have to know in advance which tag holds the value i.e in this case Album.
Is there a way of searching all tags for a value?
Something the information is not correctly tagged and therefore the value could be in any of the tags.
Thank you
Thank you very much for you reply much appreciated.
Am I correct in assuming that have to know in advance which tag holds the value i.e in this case Album.
Is there a way of searching all tags for a value?
Something the information is not correctly tagged and therefore the value could be in any of the tags.
Thank you
-
admin
- Site Admin
- Posts: 64871
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Searching MP3 File Tags
No, there is no such option. But there aren't that many tags. You should be able to find them in the Help file.
FAQ | XY News RSS | XY X
Re: Searching MP3 File Tags
Use e.g. a script to make it easier...
E.g. create a user defined command and assign it a keyboard shortcut
Then type e.g.:
Greatest hits
in the name field, ctrl+a, ctrl+c, the keyboard shortcut you've assigned, ctrl+v
and you get this inside the name field:
Code: Select all
$props = "album|artist|Comments|Composer|genre|title|track|year";
$pattern = ":";
foreach($prop, $props, , "e") { $pattern .= "prop:#mp3.$prop:" . <clipboard> . " OR "; }
copytext substr($pattern, , strlen($pattern) -4);
Then type e.g.:
Greatest hits
in the name field, ctrl+a, ctrl+c, the keyboard shortcut you've assigned, ctrl+v
and you get this inside the name field:
Code: Select all
:prop:#mp3.album:Greatest hits OR prop:#mp3.artist:Greatest hits OR prop:#mp3.Comments:Greatest hits OR prop:#mp3.Composer:Greatest hits OR prop:#mp3.genre:Greatest hits OR prop:#mp3.title:Greatest hits OR prop:#mp3.track:Greatest hits OR prop:#mp3.year:Greatest hitsOne of my scripts helped you out? Please donate via Paypal
Re: Searching MP3 File Tags
Hi Highend,
Thanks you so much for the script, it's going to make things so much easier for me.
Regards
Desmond
Thanks you so much for the script, it's going to make things so much easier for me.
Regards
Desmond
Re: Searching MP3 File Tags
Hi Highend
Hope all is well.
I have moved to a new pc and for some reason i cannot get your script working

https://1drv.ms/i/s!AsYqW0NCjM4fgY9lEUW ... g?e=wX9THQ
Thanks in advance for your help
Hope all is well.
I have moved to a new pc and for some reason i cannot get your script working
https://1drv.ms/i/s!AsYqW0NCjM4fgY9lEUW ... g?e=wX9THQ
Thanks in advance for your help
-
admin
- Site Admin
- Posts: 64871
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Searching MP3 File Tags
In the current version it's much easier. You can use the column name:admin wrote: ↑25 Jun 2019 18:16 Try this (admittedly not really *obvious*):
Code: Select all
prop:#mp3.album:Greatest Hits
Code: Select all
Tag Album:Greatest HitsCode: Select all
Tag Album:Gold:Greatest Hits
Tag Album:*Greatest Hits*Code: Select all
prop:#mp3.album:Greatest HitsFAQ | XY News RSS | XY X
XYplorer Beta Club