Main > Free Download Search >

Free catalog software for linux

catalog

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 169
KCatalog 1.0

KCatalog 1.0


KCatalog is an Multimedia catalog utility which allows you to organize huge collection of MP3/Movie files. more>>
KCatalog project is an Multimedia catalog utility which allows you to organize huge collection of Movie/MP3 files in your hard disks,CDs,DVDs or any other media.
You can explore your multimedia collection easily and find the file you wish in just a few seconds. KCatalog provides extensive support to organize MP3 collection.
A very useful application for serious music lovers...
Main features:
- View MP3 information grouping it by albums, artists, genres, file location or your comments
- View movie information by file location or your comments
- Keep track of your Mp3/Movie CDs or DVDs by saving information like who borrowed it from you, notes regarding the CD/DVD etc
- Create and Manage M3U Playlists
- Sort your files by many different categories like artist, album, genre, title, file Location and your own comments.
- Facility to handle changes in drive letter or changes in Mount Location which is especially useful in linux platforms where the removable storage mount location may change or when you plug your harddisk in some other machine causing your drive letters to change
- Use your favourite application to play music or movie
- Catalog your MP3/Movie CDs, DVDs and other removable storage mediums based on the comments you give
- Efficient pattern matching to search for MP3 Files using file names, file location, ID3 tags (artist, album, genre, title) or your own comments.
- Search facility with advanced pattern matching options
- Database Backup/Recover Mechanism which ensures that your database will not be lost
- Supports both Linux and Windows platforms
- Pluggable Look & Feel
- And more over its Open source
<<less
Download (MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1070 downloads
Gnome Catalog 0.3.4.2

Gnome Catalog 0.3.4.2


This is a cataloging software for CDs and DVDs. more>>

Gnome Catalog 0.3.4.2 is a handy application for Gnome. It is actually a cataloging software for CDs and DVDs.

It can catalog your DVDs/CDs and files in your hard disk. Generate thumbnails of the video files and image files via nautilus (gnome file manager), and saves it in the database files. Save the metadata of the files, then you can search in the metatada of mp3, avis, images (exif).
The program have been develop in python-gtk for gnome desktop, using pyvorbis, mp3info, musicbraiz, and sqlite as database backend. The program should be very easy of use and very fast.

Enhancements: Feb 21 2009

  • German translation
  • Solved bugs regarding utf8 characters

Requirements:

  • python-gtk2
  • python-pyvorbis
  • python-pysqlite2
  • python-gnome2
  • gtk+
<<less
Added: 2009-02-21 License: GPL Price: FREE
1 downloads
 
Other version of Gnome Catalog
Gnome Catalog 0.2.1José Sánchez Moreno - Gnome Catalog is a cataloging software for CDs and DVDs. Gnome Catalog. Gnome Catalog is a cataloging software
License:GPL (GNU General Public License)
Download (0.20MB)
1540 downloads
Added: 2005-08-10
Bundle::Catalog 1.02

Bundle::Catalog 1.02


Bundle::Catalog is a bundle to install all Catalog related modules. more>>
Bundle::Catalog is a bundle to install all Catalog related modules.

SYNOPSIS

perl -MCPAN -e install Bundle::Catalog

This bundle includes all the modules used by the Perl Catalog module.

A Bundle is a module that simply defines a collection of other modules. It is used by the CPAN module to automate the fetching, building and installing of modules from the CPAN ftp archive sites.

<<less
Download (0.92MB)
Added: 2006-09-29 License: Perl Artistic License Price:
1123 downloads
My Network Catalog r1

My Network Catalog r1


My Network Catalog is an indexing engine that allows Windows shares to be bound together over a local network. more>>
My Network Catalog is an indexing engine that allows Windows shares (or Samba shares) to be bound together over a local network.

My Network Catalog allows an easy centralized search of all the files available over the network.

<<less
Download (0.021MB)
Added: 2006-06-16 License: LGPL (GNU Lesser General Public License) Price:
1230 downloads
External Site Catalog 1.2

External Site Catalog 1.2


External Site Catalog allows you to index and search external sites in a Plone site. more>>
External Site Catalog allows you to index and search external sites in a Plone site.

ExternalSiteCatalog is a web crawler that can index external sites and make them searchable in Plone.

You can specify the sites to index in a Plone Configlet, and directly index them from Plone, or let a scheduler do the job.

Searching the external sites is done in a special portlet that is installed with ExternalSiteCatalog.

External sites are not searchable in the normal Plone catalog, but are only available in a separate catalog in the portal_externalcatalog tool.

<<less
Download (0.20MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
988 downloads
Contentment::Catalog 0.011_033

Contentment::Catalog 0.011_033


Contentment::Catalog is a Perl module to provides categorization and indexing features. more>>
Contentment::Catalog is a Perl module to provides categorization and indexing features.

SYNOPSIS

# Get a list of the available indexes
my @indexes = $context->catalog->indexes;

for my $index (@indexes) {

# Get a list of avilable terms
my @terms = $index->terms;

for my $term (@terms) {

# Get a list of generators
my @generators = $index->generators;

}

}

One frequently controversial component of a CMS is the categorization system. Contentment attempts to avoid this problem by providing a framework for building categorization systems so that any controversy just leads to the replacement of whatever system someone doesnt like.
That is, rather than create some all encompassing categorization system or some dead-simple one that your grandma who thinks the boogey-man is going to jump out of the her CD-ROM drive can use, you can have either or both or neither depending upon your need. Thus, instead of providing a category or taxonomy system, Contentment provides the indexing system, which allows you to implement whatever category system you prefer.

<<less
Download (0.11MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1100 downloads
Class::IntrospectionMethods::Catalog 1.003

Class::IntrospectionMethods::Catalog 1.003


Class::IntrospectionMethods::Catalog can manage catalogs from IntrospectionMethods. more>>
Class::IntrospectionMethods::Catalog can manage catalogs from IntrospectionMethods.

Exported functions

set_method_info( target_class, method_name, info_ref )

Store construction info for method method_name of class target_class.

set_global_catalog (target_class, ...)

Store catalog informations. The first parameter is the class featuring the methods declared in the global catalog.

Following paramaters is a set of named paramaters (e.g. key => value):

name

Mandatory name for the global catalog

list

array ref containing the list of slot and catalog. E.g.:

list => [
[qw/foo bar baz/] => foo_catalog,
[qw/a b z/] => alpha_catalog,
my_object => my_catalog
],
isa

Optional hash ref declaring a containment for catalog. E.g:

list => [ foo => USER ,
admin => ROOT ],
isa => { USER => ROOT }

Then the ROOT catalog will return foo, and the USER catalog will return foo and admin.

help

Optional hash ref (slot_name => help). Store some help information for each slot.

set_global_catalog will construct:

A ClassCatalog object containing the global catalog informations.

A sub_ref containing the ClassCatalog object in a closure.

Returns ( slot_name, sub_ref ). The sub_ref is to be installed in the target class.

When called as a class method, the subref will return the ClassCatalog object. When called as a target class method, the subref will return an ObjectCatalog object associated to the ClassCatalog object stored in the closure.

These 2 object have the same API. ObjectCatalog is used to contain catalog changes that may occur at run-time. ClassCatalog informations will not change.

<<less
Download (0.031MB)
Added: 2007-07-18 License: Perl Artistic License Price:
829 downloads
Open Searchable Image Catalogue 0.7.0.1

Open Searchable Image Catalogue 0.7.0.1


Open Searchable Image Catalogue (OSIC) is a system for storing large numbers of image files with associated metadata. more>>
Open Searchable Image Catalogue (OSIC) is a system for storing large numbers of image files with associated metadata.

This data can later be used to search the database for images. Open Searchable Image Catalogue works particularly well where the images need to be accessible to a large number of people or over a large geographical distribution.

Images can be compressed (and decreased in size) on-the-fly so that they can be viewed quickly over a slow network such as the Internet.

<<less
Download (1.0MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
1244 downloads
Katalog 0.4

Katalog 0.4


Katalog is a CD organizer integrated in konqueror. more>>
Katalog is a CD organizer for the KDE.

If you have many CD and tons of downloaded files, but you arent able to remember where you put a file when you need it, then Katalog may help you. With this application you can scan a CD and store all the data about each file in a tree structured catalog.

You can add as many catalogs as you like. Searching through the catalogs its easy and fast. The folder to search can be on your drive or on a removable media, such a CD, ZIP or floppy. Katalog saves data in a XML file, compressed on the fly using gzip.

I start to write this application trying to port the excellent KDE 1.x application kdiskcat to KDE 3.x, but the part of the KDE API involved is changed radically so I start to write Katalog from scratch.

In the first revision of the application I tried to mimic the graphic interface and the features of kdiskcat. Soon I found two better alternatives of Katalog: gtktalog and CdCat, So I changed my plans and I write a brand-new Katalog fully integrated in KDE.

<<less
Download (0.20MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1277 downloads
Ubercart Alpha 7

Ubercart Alpha 7


Ubercart project is an e-commerce shopping cart integrated with the Drupal CMS. more>>
Ubercart project is an e-commerce shopping cart integrated with the Drupal CMS.
Main features:
- Configurable product catalog includes catalog pages and a block to display product categories.
- Flexible product creation system. Create normal products by default. Create product classes to store more information on a subset of your catalog. (Ex: Creating a book class would let you store and display separately the author, publisher, and length of the book.)
- Flexible product attributes system. Create user selectable attributes for your products that modify the price, SKU/model, and/or weight of items as the customer adds them to his or her cart.
- Single page checkout. All checkout information gathered on a single screen composed of configurable checkout panes. Third party modules can define checkout panes to replace or add to the default set, making it easy to customize the checkout experience.
- Automatic account generation (anonymous checkout). Accounts and emails are automatically generated based on the customers e-mail address. For return customers, previously used addresses will be listed on the checkout page for easy access.
- Simple order processing. The order administration screens have been designed by and for our salesmen. We believe there is always room for improvement and will try to make it happen! Order screens use the "pane" model, so the screens are configurable and extensible to accommodate a wide variety of e-commerce applications.
- Simple order creation and editing. Easy to create orders manually for customers, adding products, shipping prices, etc. from a single screen. Line items system makes it easy to add fees, discounts, and coupons to orders.
- Integrated payment system that acts as a bridge between acceptable payment methods (check, credit card, cod, etc.) and payment gateways (Cyber Source, Authorize.net, PayPal, etc.). Configurable payment processing and tracking, and easy to use credit card terminal with varying levels of access.
- Activity logging. Enable logging to see all the changes made to an order, including payment processing. (Your accountant will love this!)
<<less
Download (0.20MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
841 downloads
CataSe 2.0.2

CataSe 2.0.2


CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc). more>>
CataSe provides a catalog server for spatial,temporal, and thematic queries in CQL (ogc).

CataSe is a catalog server that serves documents in response to queries. The queries can contain thematic, temporal, and spatial (geometry) constraints.

It uses OGC standards. The documents are currently ISO 19115 in XML and the query language is CQL.

<<less
Download (0.12MB)
Added: 2007-02-09 License: Other/Proprietary License Price:
988 downloads
Autogg 0.6.0

Autogg 0.6.0


Autogg is an Ogg player that categorizes music independently of the catalog structure. more>>
Autogg is an Ogg player that categorizes music independently of the catalog structure. Autogg started as a music player that also sorted your music and presented it in a nice list based on albums, like a jukebox. Originally it played files of the ogg vorbis format but now it has support for more formats.

Now it is sorting both mp3 and ogg files, but the playback is done by xmms, or you can use drag and drop with other players.

How to use the player (dedicated to ted)

1: click the scan button over the list to the right, select a directory wich includes .ogg files.

Tip: select / directory to get all the .ogg files in your system

2: Click on the start scan button, wait till the directory tree show up in the list.

3: Doubleclick on a track to add it to the playlist, the track will then be played when its time

<<less
Download (0.18MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
1191 downloads
QCat 0.5

QCat 0.5


Qcat is a simple media catalog. more>>
Qcat is a simple media catalog. It can import data from WhereIsIt. The project is still in pre-alpha stage, so there are no sources available.

Compile:

1. download the source
2.untar it - tar -xzvf qcat-0.5-src.tar.gz
3. cd qcat-dist-0.5
4. here is the tricky part.

Perhaps you use QT 3.3.x. So to compile you have export QT_DIR and PATH for QT4.

Check where is installed QT4. For example if QT4 is in /opt/qt4 type these commands:

export QT_DIR=/opt/qt4
export PATH=/opt/qt4/bin:$PATH

5. run qmake
6. make
7. If all is ok, the result shall be an executable file in qcat-dist-0.5/bin named qcat
8. run it and enjoy.

Installation:

Ive not written any install target, script or so on, so you can just copy "qcat" file somewhere in you path. The install script/target is is in my TODO list.

Some instructions:

This program use SQlite for db backend. During its first run it will create file in ~/.config/QCat in which it will store the configuration. Also it will create your first catalog in your home directory. It will be named defaultCatalog.qcat.

If you want to make shortcut for your CD/DVD drive, go to Tools - Manage Drives. There you can add alias for this drive or any other folder. If you chose that this is optical drive, you have to specify its drive node in /dev/ so the program can read CD/DVD label and mount/unmount the media in it.

In Tools - Manage Icons you can change some of the default icons. They are stored in DB.

Import menu - here you can try to import WhereIsIt xml file. Please notify that if you have groups defined in WhereIsIt file, the hierarchy will be lost. (WherIsIt do not export it), so you have to arrange your disks again. You can use Drag and Drop. At this point only Disk Groups and Disks can be moved.

Saving - there is no need to save your changes, They are committed instantly. Shame on me. I havent write transactions yet.

Locking the catalog - Select catalog properties and click Lock icon. Please note that the passwords are kept in plain text. Shame on me again, so you can just avoid password protection and wait for some new version.

Feel free to explorer. It is almost certain there are plenty of bugs.

<<less
Download (0.23MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
834 downloads
Gtkcat 0.1

Gtkcat 0.1


Gtkcat is a quick and compact GTK disk-catalog program. more>>
Gtkcat is a quick and compact GTK disk-catalog program.

I use this to index my source code CD-ROMs and search through them. You could probably use this to catalog other things, but keep in mind the only search criteria is a filename or a filename pattern.

This program is quite a bit faster than GTKtalog, and if all you need is basic filename search capability, this should be good enough.
<<less
Download (0.013MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
Cdcat 0.97

Cdcat 0.97


Cdcat is graphical (QT based) multiplatform catalog program which scans the directories/drives you want. more>>
Cdcat is graphical (QT based) multiplatform (Linux/Windows) catalog program which scans the directories/drives you want and memoryze the filesystem /including the tags of mp3s/ and store it in a small file.
The database is stored in a gzipped XML format, so you can hack it, or use it if necessary :-)
And the program can store the content of some specified files up to a limit size if you want. (for example: *.nfo)
Main features:
- You can maintain your media borrowing informations.
- Now cdcat can memorize the name of borrowers and show a red X at the top-right corner of the comment window if the media is borrowed actually.
- The borrowing informations can be set from the upper menu and pop-up menu too
- DVD & CD detection on Linux systems. (Apply a patch from Eduard Bloch)
- Accept a command line parameter as starting database
- Now the datafile stores a version info.
- The cdcat warn you if you open unknown (newer) datafile version.
- Made some english language fix. (and some new bug... ;-) )
- Now you can query the size of the full catalog witch clicking "node size" on the catalog name in directory tree browser.
- Cdcat can read avi technical information with a plugin written by Techno
<<less
Download (0.32MB)
Added: 2005-05-24 License: GPL (GNU General Public License) Price:
1613 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5