Questions tagged [metadata]

Meta-data provides information about one or more aspects of the data. Meta-data may refer to either structural metadata (data about the containers of data) or descriptive metadata (data about data content).

Metadata may refer to either descriptive, structural or administrative metadata, which is data about data content.

Descriptive metadata describes elements such as title, abstract, author, and keywords to be associated with a document.

Structural metadata describes the types, versions, relationships and other characteristics of documents.

Administrative metadata provides information such as when and how a document was created, file type and other technical information, and who can access it.

6332 questions
170
votes
21 answers

In-App Purchases stuck in "Missing Metadata" state

I am trying to set up in-app purchases but I don't know how to get rid of the "Missing Metadata" shown below. The only yellow dot I see from the page is the "Localizations" section, but I completed the "Display Name" and "Description". I don't know…
Lynn Kim
  • 1,769
  • 2
  • 9
  • 5
168
votes
17 answers

List of foreign keys and the tables they reference in Oracle DB

I'm trying to find a query which will return me a list of the foreign keys for a table and the tables and columns they reference. I am half way there with SELECT a.table_name, a.column_name, a.constraint_name, c.owner FROM…
stimms
  • 42,945
  • 30
  • 96
  • 149
150
votes
16 answers

Accessing MP3 metadata with Python

Is there a maintained package I can use to retrieve and set MP3 ID3 metadata using Python?
akdom
  • 32,264
  • 27
  • 73
  • 79
136
votes
1 answer

What's the difference between meta name and meta property?

Two common meta element attributes are: and what is the difference between meta name and meta property?
weaveoftheride
  • 4,092
  • 8
  • 35
  • 53
118
votes
29 answers

VS 2017 Metadata file '.dll could not be found

I know there is another question with exact the same problem, but I went trough all those answers, and none helped me. :( (This was the question.) I just created a new ASP.NET MVC project and joined a few '.dll's in the solution. Now when I try to…
Svenmarim
  • 3,633
  • 5
  • 24
  • 56
112
votes
14 answers

How do you determine what SQL Tables have an identity column programmatically

I want to create a list of columns in SQL Server 2005 that have identity columns and their corresponding table in T-SQL. Results would be something like: TableName, ColumnName
Gabe
108
votes
10 answers

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 and standard streams and color them differently but I'm more looking someting in the lines of ANSI escape codes (or anyother, HTML ?) where I could embed…
Newtopian
  • 7,543
  • 4
  • 48
  • 71
105
votes
7 answers

Retrieving and Saving media metadata using FFmpeg

I want to read the metadata in media files and then save that metadata in a text/xml file, so that I can later insert that data in my database. I would prefer to use ffmpeg. Also is the same thing possible with MediaInfo?? I know I can get the…
Rahul Patwa
  • 2,319
  • 4
  • 18
  • 17
90
votes
4 answers

What is the Greasemonkey namespace needed for?

I'm learning how to use Greasemonkey, and was wondering what the @namespace metadata id is for. Does it have to be a web address? Or can it be a folder/directory on my computer? Does it even need to be filled in?
Nope
  • 34,682
  • 42
  • 94
  • 119
90
votes
8 answers

How to get a list of all Subversion commit author usernames?

I'm looking for an efficient way to get the list of unique commit authors for an SVN repository as a whole, or for a given resource path. I haven't been able to find an SVN command specifically for this (and don't expect one) but I'm hoping there…
Quinn Taylor
  • 44,553
  • 16
  • 113
  • 131
88
votes
7 answers

Markdown metadata format

Is there a standard or convention for embedding metadata in a Markdown formatted post, such as the publication date or post author for conditional rendering by the renderer? Looks like this Yaml metadata format might be it. There are all kinds of…
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
79
votes
17 answers

How do I list all tables in all databases in SQL Server in a single result set?

I am looking for T-SQL code to list all tables in all databases in SQL Server (at least in SS2005 and SS2008; would be nice to also apply to SS2000). The catch, however, is that I would like a single result set. This precludes the otherwise…
Michael Sorens
  • 35,361
  • 26
  • 116
  • 172
76
votes
16 answers

SQL Server: Extract Table Meta-Data (description, fields and their data types)

I am trying to find a way to extract information about my tables in SQL Server (2008). The data I need needs to include the description of the table (filled from the Description property in the Properties Window), a list of fields of that table and…
Andreas Grech
  • 105,982
  • 98
  • 297
  • 360
72
votes
4 answers

What is metadata ? And what is the use of it in android

I am new to android and I have not seen or heard about meta data before. However I google it and search about it on YouTube that it is basically a information of your object. Correct me if I am wrong. Can any one help me to understand it in a better…
FaisalAhmed
  • 3,469
  • 7
  • 46
  • 76
70
votes
5 answers

Find dependent objects for a table or view

Background When dropping (or replacing) objects in PostgreSQL, if there are dependencies, the drop will fail (without specifying CASCADE). Problem The error message returned by the database does not list the dependent objects. Example Solution The…
Dave Jarvis
  • 30,436
  • 41
  • 178
  • 315
1
2 3
99 100