Main > Free Download Search >

Free mp3 collection organizer software for linux

mp3 collection organizer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1750
My cOLLection manager 0.6.0

My cOLLection manager 0.6.0


My cOLLection manager is a manager program for your collections. more>>
My cOLLection manager is a manager program for your collections. My cOLLection manager is a fast and easy to use frontend for gdbm with an ncurses interface.

The program was originally designed to organize a large music CD collection, but it is has no restrictions on the entry of any other large range of items. Its main goal is flexibillity.

<<less
Download (0.097MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1165 downloads
Gnome Comics Organizer 0.5.1

Gnome Comics Organizer 0.5.1


Gnome Comics Organizer is a program to help keep track of your comic book collection. more>>
GNOME Comics Organizer (GCO for short) is a program to help keep track of your comic book collection.

The project has been written in Python using GTK+ and GNOME.

Requires python 2.3.x, gnome-python2 2.0.x, pygtk2 2.3.96 (or greater), libxml2-python 2.6.x.

Versions older than 0.5.0 use GNOME 1.4.x and was written in C. Not all features of the old C version of GNOME Comics Organizer are implemented, but the most important ones are.

<<less
Download (0.088MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
924 downloads
C Comic Collection 0.04

C Comic Collection 0.04


C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. more>>
C Comic Collection project is a GTK application for downloading, cataloging, and viewing Web comics. It uses a MySQL database.
To compile this software, just type "make".
It requires development libraries for gtk, gtk_imlib, cURL, mysql and pthreads. If youre on Linux these should come with your distrobution; I dunno for other OS. If you only have the runtimes and are using a 386 derivative (Pentium et al) you can get a binary from http://c-comiccollect.sourceforge.net.
Compilation will produce a binary called "gtk-cc"; copy this to your /usr/bin (youll need root privileges, copy to your ~/bin (you wont) or just run it from where it is (./gtk-cc &).
You can populate the database by running the included "comiccollection.sql" against an empty database. (mysql -u < username > < dbname > < comiccollection.sql). It even includes some comics to get you started!
Enhancements:
- Minor improvements - only really relevant if you view KeenSpace comics.
- Fixed file non-deletion problem
- Fixed KeenSpace file download problem
<<less
Download (0.018MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1081 downloads
Audio collection script 1.0

Audio collection script 1.0


Audio collection script is a script which can help you manage collections of audio files. more>>
Audio collection script is a script which can help you manage collections of audio files. For example, I have a directory with all my audio files in it, sorted by band/album. I also have an audio collections directory. Within that directory I have a few list files which contain patterns for songs that should be part of that collection. The script generates or updates a subdirectory for each list file present and creates links within those directories to all music files from my main audio directory that match the patterns in the list file.

An example:

Your music files are in /audio
Your collections are in /audio-collections
The file /audio-collections/funny.list has the following lines:

/audio-collections/funny/
#the next line matches all songs within a tripod directory
tripod/
monty*python
kevin*bloody*wilson
bill*clinton*miss*lewinsky*and*i

When run, it will process each .list file in the current directory. So for this example, when run from /audio-collections, it will create or clean out the directory /audio-collections/funny and create links inside it for any files found within /audio which match the specified patterns.

The first line in each list file specifies the directory to create and use for the links. The patterns in the file will match on the full path of a song.

Note: I am pretty sure it would not be a good path to put your collections inside your main audio directory.
<<less
Download (0.002MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
970 downloads
Cowbell Music Organizer 0.2.7.1

Cowbell Music Organizer 0.2.7.1


Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy. more>>
Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town.

Cowbell is an elegant music organizer intended to make keeping your collection tidy both fun and easy.

Infused with Amazon Web Services SOAP-fu, Cowbell can whip your music platoon into shape without even getting your boots muddy. And, if that isnt enough to make you want to rush to the Download link, Cowbell can also snatch album art and rename your music files like a pro.

<<less
Download (0.23MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1266 downloads
MP3Organizer 0.2pre2

MP3Organizer 0.2pre2


MP3Organizer is designed to organize your MP3-collection. more>>
MP3Organizer is designed to organize your MP3-collection. It gets the songinformation from the MP3-Files and its ID3-Tags or the filenames and stores it in a mysql-database. Easily you can search for files by artist, title, album, etc. and create playlists.
If you dont have a mysql-database, please install one. At the moment mp3organizer only works with a local database. Starting MP3Organizer the first time, it will ask you for connection parameters. In the dialog select create database and enter the username and password for a user which is allowed to create and drop databases on the left side (in most cases root and no password). On the right side enter the access information MP3Organizer will use to connect the database. If you create a new database, you can choose free what to enter.
Main features:
- SQL-Database support
- integrated mpg123 support
- faster playlist management (than in the previous version)
- supports KDE 2.1.1 and QT 2.2
- keyboard shortcuts for really fast mp3-management
Enhancements:
- Some bigger bugs fixed
<<less
Download (0.50MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
UDF collection for MySQL 0.3

UDF collection for MySQL 0.3


UDF collection for MySQL project contains utility UDFs that are supposed to be built and loaded as shared objects. more>>
UDF collection for MySQL project contains utility UDFs that are supposed to be built and loaded as shared objects.
Its available functions are HUMANAGE() (which returns the age in years relative to a custom date or NOW()), URLENCODE() and URLDECODE().
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- A bug in HUMANAGE() regarding a last adjustment of mon/mday in sll2tm() was fixed.
- A bug in HUMANAGE() in which day() just looped over the first year was fixed.
<<less
Download (0.29MB)
Added: 2007-02-22 License: BSD License Price:
977 downloads
Isaac Newton Organizer 0.2

Isaac Newton Organizer 0.2


Isaac Newton Organizer is a Time/Task Management software. more>>
Isaac Newton Organizer is a software that helps you organise your plans and work, and keep track of your progress. Isaac Newton Organizer allows you to add tasks for any date in a visually appealing interface, and helps you mark these tasks according to their status.

It also allows you to add "recurrent tasks" which are tasks that have a frequency associated with them. For example, you could add tasks representing your loved ones birthday, and make it recurrent for every year, so that you never forget the birthday any longer!

There are hosts of other features in Isaac Newton Organizer, so please look at the Features section to find out more.

<<less
Download (0.035MB)
Added: 2006-04-14 License: Freeware Price:
1290 downloads
Blue Smiley Organizer 5.24

Blue Smiley Organizer 5.24


Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge. more>>
Blue Smiley Organizer is Web-based script to manage your bookmarks, diary, reminders, to-do lists, contacts, knowledge, and images in a multi-user environment.
Blue Smiley Organizer also includes its own live support help system, blogs, themes, and a discussion forum.
Main features:
- Prioritize your bookmarks: Tell BlueSmiley how important a website is to you and how often you want to visit the link (e.g. once a month) and a list of bookmarks will be generated with the most urgent bookmarks at the top of the list.
- You can also keep a diary, manage your To-Do List and save email addresses and telephone numbers with the Contact Management. Add important vocabulary, snippets of code, etc to the categorized knowledge list.
- BlueSmiley reminds you of birthdays, TV shows, appointments, etc.
- Want to offer Live Support for your website without forking out money every month? BlueSmiley offers it for free.
- Social Bookmarking: Share your bookmarks on your personal webpage.
- You can also show RSS Feeds within this Online Organize
<<less
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
DOG Data Organizer 0.4.2

DOG Data Organizer 0.4.2


DOG Data Organizer provides a bookmark organizer for various bookmark types. more>>
DOG Data Organizer provides a bookmark organizer for various bookmark types.

DOG is a personal knowledge manager based on topic maps. It currently specializes in managing bookmarks.

It imports and exports Netscape, Mozilla, and KDE2 (XBEL) bookmark files, and it imports KDE1 bookmarks and Windows IE Favorites.

<<less
Download (0.42MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
960 downloads
PerlBean::Collection 1.0

PerlBean::Collection 1.0


PerlBean::Collection is a Perl module that contains a collection of PerlBean objects. more>>
PerlBean::Collection is a Perl module that contains a collection of PerlBean objects.

SYNOPSIS

use strict;
use PerlBean;
use PerlBean::Collection;
use PerlBean::Attribute::Factory;

my $bean = PerlBean->new( {
package => Athlete,
} );
my $factory = PerlBean::Attribute::Factory->new();
my $attr = $factory->create_attribute( {
method_factory_name => name,
short_description => the name of the athlete,
} );
$bean->add_method_factory($attr);

my $bean2 = PerlBean->new( {
package => Cyclist,
base => [ qw(Athlete)],
} );
my $factory = PerlBean::Attribute::Factory->new();
my $attr2 = $factory->create_attribute( {
method_factory_name => cycle,
short_description => the cyclists cycle,
} );
$bean2->add_method_factory($attr2);

my $collection = PerlBean::Collection->new();
$collection->add_perl_bean($bean);
$collection->add_perl_bean($bean2);
$collection->write(tmp);

ABSTRACT

Code hierarchy generation for bean like Perl modules

PerlBean::Collection contains a collection of PerlBean objects in order to generate an hierarchy of Perl modules.

<<less
Download (0.089MB)
Added: 2007-02-22 License: Perl Artistic License Price:
977 downloads
Photo Organizer 2.33e / 2.34 RC4

Photo Organizer 2.33e / 2.34 RC4


Photo Organizer is a PostgreSQL Backed Web Based Photo Manager. more>>
Photo Organizer is multi-user photo management tool that was designed for professional photographers.
It offers a searchable photo database that supports photo version control, client management, photo submission history, EXIF, IPTC, XML, and XMP, user quotas, a datebook, and printing labels and color brochures in PDF and PS formats.
Photo Organizer project uses PostgreSQL, features a Web interface, and uses DCRAW and ImageMagick to handle over a hundred image formats including several RAW formats.
Main features:
- Photo management: Naturally the main feature of the software is photo management. The system will allow you to store and retrieve photos in three sizes (original, midsize and thumbnail) For each photo detailed information is stored such as: Title, Caption, Keywords, Shooting location, Exposure Date, Equipment used, Equipment settings, Storage location and more. The system supports, photo version control, duplicates, and submission history, so tracking where the photo was submitted has been never easier. Photos can be ranked so that they can be displayed in the order of their relevance. Photos can be organized into folders and albums - kind of virtual folders.
Image files are stored in an image repository with automatic volume manager which makes Photo Organizer more secure (as access to the image files is permitted only via PO) and to ease the upload porcedure, a bulk upload mechanism was added with XML, XMP, IPTC and EXIF metadata import. Shooting data converters from NKN, TXT and SDF into XML provides compatibility with your exisiting database.
Thanks to Dave Coffins RAW image decoder Photo Organizer supports most RAW digital camera formats, enabling users to store original RAW files in the systems database.
- Client Management, Shop Module and Date book: The system has Client Management interface with onlineclient registration. Photos can be shared with Clients and non registered visitors. Access rights on Folder, Album or Photo level provides control over the visibility of each photo. Clients will be able to access protected photos, not visible for non registered visitors.
- Printing: Printing is one of the key features of Photo Organizer. You can create color brochures, including your photos in PDF and PS formats. Additionally you can print labelscontaining the shooting data and the bar coded photo identifier, which enables mass processing, easy data input and quick search of your photos. All this online from your browser.
- Search: A simple but powerful search engine is built into Photo Organizer. Supports basic logic operators (AND, OR and NOT) and allows the query of photos, folders & albums or users. It also implements stemming, to include related variations of your keywords.
Whats New in 2.34 RC4 Development Release:
- This release adds many minor bugfixes since -rc3, mostly relating to the localization framework and non-core features.
- This will hopefully be the final release candidate.
Whats New in 2.33e Stable Release:
- This bugfix release will be the final release of the old stable branch.
- Several import-related bugs have been fixed, and a problem deleting users via the admin interface has also been resolved.
<<less
Download (0.82MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
804 downloads
comisat Games Collection 0.5.2

comisat Games Collection 0.5.2


comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. more>>
comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english.

comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published by Free Software Fundation. You can help the development of comisat Games Collection testing the software, mailing bugs, translating the project in different languages, correcting and improving the code.

<<less
Download (7.9MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1110 downloads
songanizer 0.8

songanizer 0.8


Songanizer is a shell script to organize a directory containing a collection of MP3 files. more>>
Songanizer is a shell script to organize a directory containing a collection of MP3 files. The goal is to create virtual directory structures, which give different view of the data, but without having redundant copies of the files themselves.

The files are organized according to information gathered from the tags of files stored in subdirectories located under the base directory, which bear the prefix _data in their name. Parallel virtual directory structures containing symbolic links to the actual files are created, which give different views of the same data. Each virtual directory stucture gives a view based on a particular attribute specified by the user. The _data directories themselves can be symbolic links to directories on other devices, and can have multiple levels of sub-directories within them holding the actual song files.

After songanization, the BASE directory will contain the following directories:
(i) _data* --> All directories starting with _data contain the real data.
(ii) _artist --> Contains the link structure on the basis of the artist tag.
(iii) _genre --> Contains the link structure on the basis of the genre tag.
(iv) _initial --> Contains the link structure on the basis of the initial.
... and more, depending on the switches passed to the script

Since Songanizer is a shell script, a running shell is the first and foremost requirement. Preferably it should be a Bourne Again SHell. You may report problems encountered on any shell to the project maintainer.

Getopt (enhanced) is needed to extract the options from the command line arguments. Alongwith that you should have gettext for internationalization support.

The mp3info tool should be installed in the system to process the file tags. It can be downloaded from http://ibiblio.org/mp3info/.
<<less
Download (0.013MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
The RA SPP Plugin collection 0.2.2

The RA SPP Plugin collection 0.2.2


The RA SPP Plugin collection package provides several plugins meant to be used with a qmail patched using qmail-spp. more>>
The RA SPP Plugin collection package provides several plugins meant to be used with a qmail patched using qmail-spp.
They cover diverse areas, and are meant to be written according to the following principles:
- Good performance
They are written whenever possible in C, and try to be short and direct.
- Good logging
They should inform the user of what they do. No email should ever be rejected without logging something. Also, all plugins logs include the PID of the qmail-smtpd process, so you can easily group all events of a connection.
- Security
Since writing in C exposes oneself to the dangers of memory corruption, I have tried to use, whenever it makes sense, the Better String Library, to avoid problems. While this makes the plugins larger, it also makes me feel more comfortable.
Also, for most plugins, it should be possible to run them as a very unprivileged user or in a chroot jail. This is not yet implemented, but it is worth thinking about.
Enhancements:
- Fixes a stupid bug in the ipthrottle plugin (it was sending a debug message to the client).
<<less
Download (0.073MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1262 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5