Manual Reference Pages  - MEBITAG (7)

NAME

mebiedit - Build an XML database of your media collection
mebiview - Narrow down your search of a media database

CONTENTS

Synopsis
Description
Example
Bugs
Author

SYNOPSIS

mebiedit [-h] [db.xml]
mebiview [-h] [db.xml]

DESCRIPTION

Most tagging applications are too specific. They assume that they know what kind of files you are trying to organize and what metadata is important. Mebitag is meant to accomodate any possible tagging scheme. Each entry has an arbitrarily long array of categories and each category has an arbitrarily long array of tags. Tags, categories, entries and the file paths and players that go with them can all be chosen by you. The XML structure is easy to understand but the GTK UIs should make it even easier.

EXAMPLE

Implement id3 tags using mebitag:

<mebitag>

<entry name="Fuel" path="/music/fuel.mp3" player="mplayer -ao jack">
<Title>
<tag>Fuel</tag>
</Title>
<Artist>
<tag>Metallica</tag>
</Artist>
<Album>
<tag>ReLoad</tag>
</Album>
<Year>
<tag>1997</tag>
</Year>
<Track>
<tag>1</tag>
</Track>
<Genre>
<tag>Hard Rock</tag>
</Genre>
<Comment>
<tag>Give me Fuel. Give me Fire.</tag>
</Comment>
</entry>
</mebitag>

BUGS

If you find bugs in mebitag (and you will) please report them in the tracker on http://mebitag.sourceforge.net.

AUTHOR

Connor Behan (connor.behan@users.sf.net)
Jump to page    or go to Top of page |  Section 7 |  Main Index.


"version 0.4" MEBITAG (7) "November 11, 2009"
Generated by manServer 1.07 from /usr/share/man/man7/mebitag.7 using man macros.