<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Powerful, Web-friendly media indexing?</title>
	<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing/</link>
	<description>Comments on Ask MetaFilter post Powerful, Web-friendly media indexing?</description>
	<pubDate>Wed, 23 Apr 2008 16:21:48 -0800</pubDate>
	<lastBuildDate>Wed, 23 Apr 2008 16:21:48 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Powerful, Web-friendly media indexing?</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing</link>	
		<description>I work on the production team for a long-running public radio program. We have a massive archive of shows in digital format (MP3 and AIFF) which we need to collate into a powerful and highly flexible database - something like iTunes, but much more advanced. Does a program exist to do this? &lt;br /&gt;&lt;br /&gt; The program should meet the following criteria:&lt;br&gt;
&lt;br&gt;
- Simple interface (usable by audio pros and administrative staff alike)&lt;br&gt;
- Resides on a server (audio files can be shared and accessed on-demand by multiple users)&lt;br&gt;
- Web-interfaceable (outside users can log on and access database via the Web)&lt;br&gt;
- Streaming and preview capability (users can listen to files before pulling from server)&lt;br&gt;
- Flexible indexing and search (can be searched or sorted by media type, artist, show name, etc.)&lt;br&gt;
- Permissions capabilities (files are &quot;read-only&quot; to most, but read/write to certain key staff)&lt;br&gt;
- Supports (and, preferably, generates) ID3 and other media tags&lt;br&gt;
&lt;br&gt;
At the moment, it is strictly for internal use only, but there is some possiblity that we will convert it into a storefront in the future so folks can buy archived shows directly from the database ... but I&apos;m not worried about that right now.&lt;br&gt;
&lt;br&gt;
Is there a really high-powered media indexing program that can do all of these things? Or at least a significant subset of them?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.89637</guid>
		<pubDate>Wed, 23 Apr 2008 15:36:51 -0800</pubDate>
		<dc:creator>mykescipark</dc:creator>
		
			<category>mp3</category>
		
			<category>audio</category>
		
			<category>media</category>
		
			<category>server</category>
		
			<category>indexing</category>
		
			<category>database</category>
		
			<category>web</category>
		
			<category>archive</category>
		
	</item> <item>
		<title>By: eschatfische</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing#1316795</link>	
		<description>The SlimServer (now renamed &lt;a href=&quot;http://www.slimdevices.com/su_downloads.html&quot;&gt;Squeeze Center&lt;/a&gt;) will do most of the web-based functions you&apos;re looking for, runs on any number of operating systems, and interfaces with a number of software and hardware MP3 players for streaming.  The problem is that the SlimServer reads files out of normal directories; while it can stream tracks to a remote device, actual sound file upload and download capabilities are usually handled via FTP or SMB (Windows or Samba file sharing) -- I don&apos;t believe there are &quot;quick download&quot; or &quot;quick upload&quot; capabilities, and the permissions may not be quite as granular as you&apos;d like.  That being said, it&apos;s open source and written in Perl, so those things can be hacked in by some Perly person if they&apos;re not to your liking&lt;br&gt;
&lt;br&gt;
There are a few other apps out there, but none I&apos;m aware that truly wrap all of the requirements you have together.  I&apos;m a big fan of a &lt;a href=&quot;http://sourceforge.net/projects/kalliope&quot;&gt;Calliope&lt;/a&gt;, an MP3 web jukebox application similar to SqueezeCenter, but it&apos;s substantially more difficult to set up than SqueezeCenter and has the same caveats regarding uploads and downloads.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89637-1316795</guid>
		<pubDate>Wed, 23 Apr 2008 16:21:48 -0800</pubDate>
		<dc:creator>eschatfische</dc:creator>
	</item><item>
		<title>By: Kadin2048</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing#1316871</link>	
		<description>Broadly, the category of software you are talking about is called &quot;Enterprise Content Management&quot; (ECM).  More specifically, you&apos;re talking about &quot;&lt;a href=&quot;http://cmswatch.com/Feature/124-DAM-vs.-DM&quot;&gt;Digital Asset Management&lt;/a&gt;&quot; (DAM).  &lt;br&gt;
&lt;br&gt;
Most ECM suites, despite dealing primarily with text or image data, can store MP3 files -- essentially they&apos;ll store anything, it&apos;s just a chunk of bytes with associated metadata -- but the difference between general ECM and more specialized DAM is that the latter has tools for dealing with audio/video files, doing streaming on the playback end, etc.&lt;br&gt;
&lt;br&gt;
Do you have a budget for doing this? If you do, it&apos;s totally within the realm of ECM/DAM system development; I can&apos;t give you a cost estimate but it wouldn&apos;t be hard for you to get one. Most ECM suites are sold as quasi-COTS; you buy the base system and then pay someone to customize it to meet your exact requirements.&lt;br&gt;
&lt;br&gt;
But if you&apos;re operating on a zero or near-zero budget and are basically looking for a free or totally-COTS tool that you can deploy without any customization, I&apos;m not aware of anything that would meet your requirements.  I think you&apos;re asking quite a bit of any product that&apos;s designed for home use, especially when you get into lots of simultaneous users and large volumes of stored data.&lt;br&gt;
&lt;br&gt;
IMO, it&apos;s going to be much harder and in the long run more expensive to take a jukebox application and try to customize it and make it scale, than it would be to take a generic, well-designed piece of information-management software and make it index MP3s.   The former is a major architectural/design issue if the software isn&apos;t designed properly, the latter is basically tweaking details but not the core functionality.&lt;br&gt;
&lt;br&gt;
If you think this is something you&apos;re interested in investigating and want some specific recommendations of products to look into (I have a bias, admittedly, which is why I won&apos;t plug anything here), let me know.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89637-1316871</guid>
		<pubDate>Wed, 23 Apr 2008 17:38:58 -0800</pubDate>
		<dc:creator>Kadin2048</dc:creator>
	</item><item>
		<title>By: fourcheesemac</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing#1317044</link>	
		<description>&lt;a href=&quot;http://www.greenstone.org/&quot;&gt;Greenstone Digital Library Software&lt;/a&gt; is an open source tool for digital asset management that scales to large library collections; it&apos;s being used for a number of music archiving projects&lt;br&gt;
&lt;br&gt;
I don&apos;t know it well, but I&apos;ve been meaning to look seriously at it for a similar solution</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89637-1317044</guid>
		<pubDate>Wed, 23 Apr 2008 20:05:11 -0800</pubDate>
		<dc:creator>fourcheesemac</dc:creator>
	</item><item>
		<title>By: fourcheesemac</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing#1317048</link>	
		<description>(Which leads me to ask if anyone has experience with Greenstone as a piggyback on the thread)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89637-1317048</guid>
		<pubDate>Wed, 23 Apr 2008 20:09:10 -0800</pubDate>
		<dc:creator>fourcheesemac</dc:creator>
	</item><item>
		<title>By: alikins</title>
		<link>http://ask.metafilter.com/89637/Powerful-Webfriendly-media-indexing#1317151</link>	
		<description>Some people seem to be using &lt;a href=&quot;http://ampache.org&quot;&gt;ampache&lt;/a&gt; for this.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.89637-1317151</guid>
		<pubDate>Wed, 23 Apr 2008 21:50:14 -0800</pubDate>
		<dc:creator>alikins</dc:creator>
	</item>
	</channel>
</rss>
