-
Multimedia DB
Is there any software available that I could use to manage a large
database of multimedia files? Ideally I'd like to run it with FreeNAS.
--
Dirk
[url]http://www.transcendence.me.uk/[/url] - Transcendence UK
[url]http://www.theconsensus.org/[/url] - A UK political party
[url]http://www.onetribe.me.uk/wordpress/?cat=5[/url] - Our podcasts on weird stuff
-
Re: Multimedia DB
On Mon, 28 Jul 2008 14:06:05 +0100,
Dirk Bruere at NeoPax <dirk.bruere@gmail.com> wrote:[color=blue]
> Is there any software available that I could use to manage a large
> database of multimedia files? Ideally I'd like to run it with FreeNAS.[/color]
Not sure what you mean by that. Should it store multimedia files (ie,
very large opaque objects) inside a database? If so, I don't really have
an answer. There appear to be a number projects to manage people's mp3
collections using some sql backend; this may be enough for you.
For something powerfully fancy mmbase[1] comes to mind. AIUI it's a
system geared toward tooling custom multimedia CMSes, and it is in use
by various Dutch broadcasters' websites. Setting it up appears to be
non-trivial, but it can be made to support non-technical users -- I
assume, as that was a design goal. I myself have no direct experience
with it, I just used to chat with the people who built it.
[1] mmbase.org
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.
-
Re: Multimedia DB
jpd wrote:[color=blue]
> On Mon, 28 Jul 2008 14:06:05 +0100,
> Dirk Bruere at NeoPax <dirk.bruere@gmail.com> wrote:[color=green]
>> Is there any software available that I could use to manage a large
>> database of multimedia files? Ideally I'd like to run it with FreeNAS.[/color]
>
> Not sure what you mean by that. Should it store multimedia files (ie,
> very large opaque objects) inside a database? If so, I don't really have
> an answer. There appear to be a number projects to manage people's mp3
> collections using some sql backend; this may be enough for you.
>
> For something powerfully fancy mmbase[1] comes to mind. AIUI it's a
> system geared toward tooling custom multimedia CMSes, and it is in use
> by various Dutch broadcasters' websites. Setting it up appears to be
> non-trivial, but it can be made to support non-technical users -- I
> assume, as that was a design goal. I myself have no direct experience
> with it, I just used to chat with the people who built it.
>
>
> [1] mmbase.org
>[/color]
Basically I'm putting together a NAS, probably based around FreeNAS, to
store around 16TB of AV data. Currently the only categorisation is
whether it's audio or video. Which means I have potentially tens of
thousands of files dumped into two folder (or whatever they are called
in the Unix world). I need some kind of front end so a user can search
them without scrolling through the lot.
--
Dirk
[url]http://www.transcendence.me.uk/[/url] - Transcendence UK
[url]http://www.theconsensus.org/[/url] - A UK political party
[url]http://www.onetribe.me.uk/wordpress/?cat=5[/url] - Our podcasts on weird stuff
-
Re: Multimedia DB
On Mon, 28 Jul 2008 15:07:01 +0100, Dirk Bruere at NeoPax wrote:
[color=blue]
> jpd wrote:[color=green]
>> On Mon, 28 Jul 2008 14:06:05 +0100,
>> Dirk Bruere at NeoPax <dirk.bruere@gmail.com> wrote:[color=darkred]
>>> Is there any software available that I could use to manage a large
>>> database of multimedia files? Ideally I'd like to run it with FreeNAS.[/color]
>>
>> Not sure what you mean by that. Should it store multimedia files (ie,
>> very large opaque objects) inside a database? If so, I don't really have
>> an answer. There appear to be a number projects to manage people's mp3
>> collections using some sql backend; this may be enough for you.
>>
>> For something powerfully fancy mmbase[1] comes to mind. AIUI it's a
>> system geared toward tooling custom multimedia CMSes, and it is in use
>> by various Dutch broadcasters' websites. Setting it up appears to be
>> non-trivial, but it can be made to support non-technical users -- I
>> assume, as that was a design goal. I myself have no direct experience
>> with it, I just used to chat with the people who built it.
>>
>>
>> [1] mmbase.org
>>[/color]
>
> Basically I'm putting together a NAS, probably based around FreeNAS, to
> store around 16TB of AV data. Currently the only categorisation is
> whether it's audio or video. Which means I have potentially tens of
> thousands of files dumped into two folder (or whatever they are called
> in the Unix world). I need some kind of front end so a user can search
> them without scrolling through the lot.[/color]
You could look in ports (does freeNAS have ports?) for something
multimedia or db related. If it's not in ports you will have a job on.
--
___ _______ ___ ___ ___ __ ____
/ _ \/ __/ _ | / _ \ / _ \/ _ |/ / / / /
/ // / _// __ |/ // / / ___/ __ / /_/ / /__
/____/___/_/ |_/____/ /_/ /_/ |_\____/____/
-
Re: Multimedia DB
On Mon, 28 Jul 2008 15:07:01 +0100,
Dirk Bruere at NeoPax <dirk.bruere@gmail.com> wrote:
[snip!][color=blue]
> Basically I'm putting together a NAS, probably based around FreeNAS, to
> store around 16TB of AV data. Currently the only categorisation is
> whether it's audio or video. Which means I have potentially tens of
> thousands of files dumped into two folder (or whatever they are called
> in the Unix world).[/color]
Though FreeBSD should be able to deal with that throught directory
hashing, it's probably a better idea to categorise that many files
in a few more categories anyway.
[color=blue]
> I need some kind of front end so a user can search
> them without scrolling through the lot.[/color]
A quick look through ports shows things like www/mod_mp3 and
www/mod_musicindex. FreeNAS apparently comes with lighthttpd, which
makes sense, but that doesn't help with trying to run apache modules.
Then again, it's supposed to be a NAS, not an application server. The
provided webserver is for managing the NAS, not so much to play music.
Operating as NAS means it provides a big disk on the network and you'd
then depend on your client to do the accessing, searching, and so on and
so forth -- independent of the technology managing the storage.
So if you want front-end-y things while sticking to the NAS model, then
you get to look at applications for whatever system your users are
using. Those applications would then talk to the NAS box over samba or
something, and the NAS only does the storage thing.
If you want an application server, look throught the ports collection
for various options. freshports.org provides a nice search interface.
--
j p d (at) d s b (dot) t u d e l f t (dot) n l .
This message was originally posted on Usenet in plain text.
Any other representation, additions, or changes do not have my
consent and may be a violation of international copyright law.