Tagged Questions
The meta-data tag has no wiki summary.
32
votes
6answers
10k views
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 ...
30
votes
10answers
13k views
Accessing mp3 Meta-Data with Python
What is the best way to retrieve mp3 metadata in python? I've seen a couple frameworks out there, but I'm unsure as to which would be the best to use.... Any ideas?
4
votes
5answers
564 views
What is the best/a very good meta-data reader library?
Right now, I'm particularly interested in reading the data from MP3 files (ID3 tags?), but the more it can do (eg EXIF from images?) the better without compromising the ID3 tag reading abilities.
I'm ...
2
votes
2answers
71 views
Looping in MySQL to create a concatenated variable
I have a Wordpress site which has post ratings stored in the wp_ratings table, with each rating stored as an individual row. We will be changing the theme soon and need to convert the values stored in ...
2
votes
2answers
210 views
Where does windows explorer store file meta data?
In Windows 7 I can add meta data to files for example title, rating and so on. Where is this meta data stored exactly? For NTFS they may use alternate data streams but I this meta data also happen to ...
2
votes
3answers
204 views
How do I dynamically find metadata for a Clojure function?
Say I have the following code:
(defn ^{:graph-title "Function 1"} func-1
[x]
(do-something-with x))
(defn get-graph-title
[func]
(str
((meta func) :graph-title)))
I expect this to ...
1
vote
1answer
102 views
org.xmlpull.v1.XmlPullParserException: No android.content.SyncAdapter meta-data while starting the Application
I'm completely stuck here with this Exception. This Exception is completely slowing down the Application. And also i googled the Exception but no good results for me.
Pls any one help me on this.
...
1
vote
0answers
43 views
Add meta data to Drupal 7-uploaded files
Is there a way to add meta data to the files I upload in my Drupal 7 website? I found several modules to add meta data to nodes, pages, or content types. (like NodeWords, Meta tags Node Type, ...)
But ...
1
vote
2answers
60 views
Best Practices - Should meta data and functional defining data be intermixed?
Consider the case of a simple news article web application that has a DB table column of "Status" that is accessible by a radio button set of:
Status - [x] Publish [ ] Draft [ ] Archive
...where ...
1
vote
6answers
495 views
Remove Meta Data from .NET applications?
Is this possible? Does the .NET framework depend on the meta data in the bytecode? I'd like to have an application i write not work in reflector or a similar .NET decompiler.
Any help would be super ...
0
votes
0answers
44 views
Page Indexer and Meta Analyser
Sorry if this has been asked before, but I can't seem to find the exact solution I am looking for.
I am looking for a piece of software (or a script - preferably PHP) which I can install on a server, ...
0
votes
1answer
645 views
Why No android.content.SyncAdapter meta-data registering sync-adapter?
I am following the SampleSyncAdapter and upon startup, it appears that my SyncAdapter is not configured correctly. It reports an error trying to load its meta-data. How can I isolate the problem? ...