FLAC ID-Tag

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: FLAC ID-Tag

Post 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!

JLoftus
Posts: 600
Joined: 22 Jan 2014 14:58

Re: FLAC ID-Tag

Post 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

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post by highend »

You are talking about... mediainfo?
One of my scripts helped you out? Please donate via Paypal

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post 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 ...
One of my scripts helped you out? Please donate via Paypal

JLoftus
Posts: 600
Joined: 22 Jan 2014 14:58

Re: FLAC ID-Tag

Post 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?
Last edited by JLoftus on 24 Feb 2016 17:57, edited 1 time in total.

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post by highend »

Code: Select all

gettags_mingw.exe "<a .flac file>"
One of my scripts helped you out? Please donate via Paypal

JLoftus
Posts: 600
Joined: 22 Jan 2014 14:58

Re: FLAC ID-Tag

Post 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?

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post 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
One of my scripts helped you out? Please donate via Paypal

JLoftus
Posts: 600
Joined: 22 Jan 2014 14:58

Re: FLAC ID-Tag

Post by JLoftus »

You Sir, are a gentleman and a scholar! This worked perfectly. Here is a small token of my appreciation 37S388281T3584008

:appl:

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post 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
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66720
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: FLAC ID-Tag

Post 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?

highend
Posts: 15004
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: FLAC ID-Tag

Post by highend »

Maybe to add e.g. gps data to older pictures?
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 66720
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: FLAC ID-Tag

Post by admin »

Good point. OK, I can add EXIF editing later.

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: FLAC ID-Tag

Post 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.

admin
Site Admin
Posts: 66720
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: FLAC ID-Tag

Post 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...

Post Reply