metadata

Editing MP3 metadata on a file-like object in Python?

We're generating MP3 files on the fly in Python, and need to edit the ID3 headers in-memory using a file-like object. All the ID3 libraries on PyPI appear to require you to pass a filesystem path as a string. I find this rather frustrating! Writing our generated MP3 out to disk (or ramdisk) just to add ID3 tags is unacceptable for a ...

Strip metadata from files in Snow Leopard

I found the command "mdls" which will show the metadata but I can't see how to delete it. I want to get rid of the comments "kMDItemFinderComment", "kMDItemWhereFroms" from my files. Is there a way to do this? ...

Can I set a metadata attribute in an ASCX file?

I want to set a metadata attribute (parsechildren=false) in a custom control which I am writing. I do not want to create a partial class in a code behind file. How do I set metadata in the ascx file? ...

Does Windows support metadata for every file?

I know things like images, music, videos support metadata. My idea is that I want to write a download manager that adds info to the files I download: the URL I downloaded it from, the date and time I downloaded it, possibly some more. For this to work I need to add info for more than just photos and videos. I could just save a hidden .XM...

Programatically ask a page, in global asax if its marked obsolete?

I would like to mark some pages in my site that is currently in the wild as "obsolete" and pick up on that in my global.asax and redirect the client to a different page. Then I will have the site notify the dev team that someone tried to hit that page. Can you access the Type information for the page from any global place? ...

How to get artist name from music file by using php..?

I have a music file having artist name or author name.I want to fetch author details by using php.Is it possible? ...

MOSS Error Uploading File to Library and Custom Meta Data Not Being Updated

MOSS 2007 SP2 64 bit. Multi-server install. How do I figure out the where to find the document library upload error I am getting? I have document library with a custom workflow attached that will have a PDF document OCR'd during the upload. This library has some custom meta data fields from a content type that are exposed during the up...

How can I read XMP data from a JPG with PHP?

PHP has built in support for reading EXIF and IPTC metadata, but I can't find any way to read XMP? ...

SQLite gurus: how can I display very detailed metadata about a file?

I have a situation where a simple query against a table is returning incorrect values in Flex, but not in other GUI front-ends to SQLite. select title from ttl where ttl.ttl = 140 // ttl is also the column name of the PK column is returning the title that belongs to the row whose PK = 1400. ttl.ttl is defined as int datatype. Again...

Check if jquery metadata exists?

Couldn't seem to find any info about this googling. Hope that doesn't mean because you can't do it. I'm trying to check if metadata exists on an element. So if I have an element like <a href="#" class="myclass {myid:2,text:bla}">, with my click function I would use $(this).hasClass('myid') or $(this).hasClass({'myid'}). Is it possible to...

Enterprise Search web service in SharePoint

Hello, I have a question to Enterprise Search in SharePoint. I use this functionality over web service (.../_vti_bin/search.asmx). There are some standart set of attributes (Name, Title...) returned as search result. For more attributes I created new "Metadata Property Mappings" and started full crawl, to be sure attributes in index wil...

Metaprogramming a wizard and database rules

Our software has a few places where it uses wizards to collect information from users then generates a bunch of database entries based on what users enter into those wizards. Currently these wizards and the rules for generating database entries from the wizards are handled by many kLOC of unmaintainable C++ code. In the spirit of The P...

Parse HTML meta tags on upload to SharePoint

SharePoint parses and synchronizes custom document properties with SharePoint properties for MS Office documents "out of the box". I need to configure MOSS 2007 to parse HTML meta tags and synchronize them to custom SharePoint properties in a similar fashion when HTML documents are uploaded to a library. Meta tags in the following for...

How can I add metadata to MP3s for Windows Media player from a script

I previously asked this question, but now I've gotten lazy and I'm trying to figure out how to do it from script (vbscript specifically). Specifically what I want to know is: How can I set Artist, Song Title, Genre, etc on a mp3 file from vbscript? Thanks ...

What is the purpose of the sorted bit vector field in the "~" Metadata header in a .NET assembly?

According to the Partition II metadata, it says that the valid field is a bitmask that notes which CLR metadata tables are present in a .NET executable--but what I can't figure out is what the "sorted" field is for--what is its significance, and what should I emit into this field when creating my own .NET portable executable images? ...

Copying metadata over a database link in Oracle 10g

Thanks in advance for your help experts. I want to be able to copy over database objects from database A into database B with a procedure created on database B. I created a database link between the two and have tweaked the get_ddl function of the dbms_metadata to look like this: create or replace function GetDDL ( p_name in ...

metadata for subprojects within an svn repository

Basically I'm looking for a way to find things more easily within a large/complex SVN repository. (I frequently work on small tool applications, and will be shortly moving them into a common SVN repository. So I'm thinking of the case where may be dozens or even hundreds of little tool applications in one place. I've got a dozen or two ...

how to read mp3 file tags

Hi all, I want to have a program (might be an idea for simple program), to read metadata from a Mp3 file. My program should also able to edit these meta data. what can i do? I got to search out for some open source code. But they have code; but not simplified idea for my job they are going to do. When i read further i found there ar...

Metadata in SVG

Hi, Is there a way to attach metadata directly to a grouping element () in an svg file? I couldn't find anything about that in the specification or elsewhere on the web, so I assume it's not possible. Perhaps there are other ways to attach element specific metadata within the svg file... What I try to do is to create a map and attach i...

videoDisplay metadatareceiced ready totaltime

I'm building a video player that run's FLVs and cannot overcome the fact that flex foes not fire the metadataReceived event sometimes. Sometimes it does and sometimes it does not. therefore the total time of the FLV remains -1. I understand its a known bug , I'm researching about it for a long time now , but could not find a good worka...