Top "Metadata" questions

Meta-data provides information about one or more aspects of the data.

Colorize logs in eclipse console

Is there a way to colorize parts of logs in the eclipse console. I know I could send to error …

java eclipse console escaping metadata
Listing all indexes

I'm wondering what the simplest way to list all indexes for all tables in a database is. Should I call …

sql-server indexing metadata sysobjects
How to read MP3 file tags

I want to have a program that reads metadata from an MP3 file. My program should also able to edit …

java mp3 metadata id3
Reading data metadata from JPEG, XMP or EXIF in C#

I've been looking around for a decent way of reading metadata (specifically, the date taken) from JPEG files in C#, …

c# metadata jpeg exif xmp
Add extra meta for orders in Woocommerce

I'm creating a custom plugin for my website. In some part of this plugin I need to store extra meta …

php wordpress woocommerce metadata orders
Not enough storage is available to process this command in VisualStudio 2008

When I try to compile an assembly in VS 2008, I got (occasionally, usually after 2-3 hours of work with the …

c# visual-studio visual-studio-2008 memory-leaks metadata
Get the unique constraint columns list (in TSQL)?

I can get a list of unique constraints fairly easily with the following query: select * from INFORMATION_SCHEMA.TABLE_CONSTRAINTS …

sql-server tsql metadata constraints
How to change metadata with ffmpeg/avconv without creating a new file?

I am writing a python script for producing audio and video podcasts. There are a bunch of recorded media files (…

python command-line ffmpeg metadata
PHP extract GPS EXIF data

I would like to extract the GPS EXIF tag from pictures using php. I'm using the exif_read_data() that …

php metadata gps exif
Get the metadata of a file

It is possible to know the metadata of a file in java? and if it is, How to get the …

java metadata