Page 2 of 5

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:38
by TheQwerty
JLoftus wrote:This does help, but, still falls short for one important thing for me: I add a new FLAC ID-Tag which does not appear in any of the extended Property fields for Explorer, and as such, I can't display this tag in XY.
Don't despair! I'm positive we can get that metadata to show in XY it just means creating a Custom Column that digs a little deeper. ;)

Take a look at this and you might be able to get close on your own: http://www.xyplorer.com/xyfc/viewtopic. ... 38#p113538
Admittedly, I haven't played with mediainfo (yet), but I'm sure someone else here can help if you get stuck.

It also might be relatively painless to extract metadata from FLAC without a third-party tool, but it might take me some time to familiarize myself with the file format, and I'm not sure the end result would actually perform any better than the above.

Good luck!

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:46
by JLoftus
Sigh, I had huge hopes for this one, tried it out, but alas, it seems it only supports a very limited set of common tag names:

> common names: title album artist composer year genre track comment

It doesn't seem this utility supports custom Vorbis tags

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:48
by highend
You are talking about... mediainfo?

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:52
by highend
Tried it myself...

gettags totally supports custom .flac tags:
TRACKTOTAL 14
URL ...
XYPLORER true
Album 25
Artist Adele
Genre ...
Title Hello
DATE ...
ORGANIZATION ...
TRACKNUMBER ...

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:54
by JLoftus
highend wrote:Tried it myself...

gettags totally supports custom .flac tags:
Encouraging! having at it some more, thanks!

What was the commandline syntax you used?

OK with just the filename, and no parameters, like you did, I got ALL the tags, including the custom tag, you are indeed correct! Excellent. Now, how to get just the custom tag, and then, use that syntax in a custom XY column so that the list executes that commandline for each file in the folder?

Re: FLAC ID-Tag

Posted: 24 Feb 2016 17:56
by highend

Code: Select all

gettags_mingw.exe "<a .flac file>"

Re: FLAC ID-Tag

Posted: 24 Feb 2016 18:00
by JLoftus
EDIT: Got the answer:

Use -e instead of -c

So how to now use gettags_mingw.exe -e {filename} to show for all files in a view?

Re: FLAC ID-Tag

Posted: 24 Feb 2016 18:10
by highend

Code: Select all

$tags = runret("""D:\Users\Highend\Downloads\gettags_mingw.exe"" -e <your custom tag> ""<cc_item>""");
    return replace($tags, "<crlf>");
and the description in http://www.xyplorer.com/xyfc/viewtopic. ... 38#p113538

Re: FLAC ID-Tag

Posted: 24 Feb 2016 18:21
by JLoftus
You Sir, are a gentleman and a scholar! This worked perfectly. Here is a small token of my appreciation 37S388281T3584008

:appl:

Re: FLAC ID-Tag

Posted: 24 Feb 2016 18:24
by highend
Thanks and no problem.

Don't forget, using a third party app for custom columns is... not the fastest way...

So use "List" instead of "Browse" (if scrolling isn't too important) for the custom column

Re: FLAC ID-Tag

Posted: 25 Feb 2016 15:47
by admin
TheQwerty wrote:XY is well positioned for images though. The timing is perfect with the quality of smartphone cameras and the fact that the major photo services still have rough edges. In fact, with Google killing off Picasa soon there might be an opening to attract customers by offering more in the way of editing/managing photo tags (EXIF). ;)
editing/managing photo tags (EXIF) ... I never had the desire to patch my EXIF data. Why would one want to do that?

Re: FLAC ID-Tag

Posted: 25 Feb 2016 15:48
by highend
Maybe to add e.g. gps data to older pictures?

Re: FLAC ID-Tag

Posted: 25 Feb 2016 16:05
by admin
Good point. OK, I can add EXIF editing later.

Re: FLAC ID-Tag

Posted: 25 Feb 2016 16:09
by TheQwerty
Correcting dates or locations, adding descriptions of the content, owner, or copyright info?

My point was more it might be a good time to see what all Picasa does and see if there's anything that might make sense as part of XYplorer. It's probably a limited set of features, organizing photos into album folders, but perhaps not.

Writing tags came to mind as the last time I used Picasa it was to help my mother document her travels by adding descriptions to her photos.

Re: FLAC ID-Tag

Posted: 25 Feb 2016 16:13
by admin
We will see how the demand develops. Up to now there hasn't been much. I will soon add the new Preview Pane to the main window, that should drive even more photographers to our shores...