organize
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 457
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
<<lessIf 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
Download (0.50MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
libcdorganizer 2.1.2
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library. more>>
libcdorganizer library is designed to wrap control of all CD organizer devices into a single user-space library.
CD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
<<lessCD organizers are in this case defined as devices which store large amounts of CDs and automatically organize them via some sort of interface (usually USB)
Currently, the following devices are supported:
- Dacal DC-300 - Fully functional
- KDS CDM-751 - Mostly functional... its missing an identifier function
The following devices are planned to be supported in the near future:
- Imation Disc Stakka
Enhancements:
- Added man pages and the documentation to the build process.
- Now installs both to appropriate places according to the gnu standards.
Download (0.22MB)
Added: 2007-02-15 License: BSD License Price:
983 downloads
Organize Status Bar 0.5.2
Organize Status Bar is an extension which allows you to organize your status bar icons. more>>
Organize Status Bar is an extension which allows you to organize your status bar icons.
This extension will enable you to organize your status bar icons. You can now rearrange or remove any item (icon or text) in the Firefox status bar.
If your status bar is full and cluttered like mine was, give this a try.
<<lessThis extension will enable you to organize your status bar icons. You can now rearrange or remove any item (icon or text) in the Firefox status bar.
If your status bar is full and cluttered like mine was, give this a try.
Download (0.031MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
939 downloads
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
<<lessBlue 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
Download (0.51MB)
Added: 2007-08-09 License: Free To Use But Restricted Price:
818 downloads
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/.
<<lessThe 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/.
Download (0.013MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1193 downloads
Madrigal 0.2
Madrigal is a network-controlled real time music visualization program (i.e. VJing software). more>>
Madrigal is a network-controlled real time music visualization program (i.e. VJing software). The project consists of a server that runs on the computer recording the audio, rendering and displaying the visualization, and a GTK2 client (with a hildonized version available for the Nokia 770) that is used to organize visualizations and switch between them.
<<less Download (0.10MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
915 downloads
GRP Playlist 0.2
The GRP Playlist is a Noatun playlist plugin. more>>
The GRP Playlist is a Noatun playlist plugin. It is a playlist inspired by ZInf, in which you can organize your multimedia files in groups based on the files meta information (Artist, Album, etc).
<<less Download (0.40MB)
Added: 2005-06-15 License: GPL (GNU General Public License) Price:
1591 downloads
Folder Color Icon Set 1.0
Folder Color icon set is a must-have for any computer user who has lots of folders and would like to organize them for faster search and quick retrieval. These 36 color coded folder icons is the way to tackle the too-many-same-looking-folders problem. To change color of a folder: Right click the folder > select Properties > click Customize tab > click Change Icon... > select an icon from this icon set > click OK > click Apply > OK... more>> <<less
Download (446.2Kb)
Added: 2007-07-15 License: Free Price: Free
12 downloads
CSS Briefcase 1.5
CSS Briefcase is simple tool to help you organize CSS styles you use regularly. more>>
CSS Briefcase project is simple tool that helps you organize CSS styles you use regularly. If youre frustrated writing the same CSS code for every project, or spend way to much time fishing around through old projects trying to find a key bit of CSS style code, this tool will help ease your woes.
Main features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
<<lessMain features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
Download (0.026MB)
Added: 2006-03-06 License: Freeware Price:
1329 downloads
mod_cbroker 3.1.1
mod_cbroker is an Apache module, for effective building of CORBA applications WWW front-ends. more>>
mod_cbroker is an Apache module, for effective building of CORBA applications WWW front-ends, easy integration CORBA applications into Web.
With ModCBroker it is possible to create WWW interfaces layer in general CORBA infrastructure of enterprise information system and clearly separate interface and business logic.
It considerably reduces administration time, removes problems of incompatibility WWW server and data source (i. e. you can free plug Oracle on Sun server or MS Sql on Windows NT with FreeBSD WWW from end), allows to organize handling of http requests without usual CGI overhead, allows naturally integrate www front-end into general infrastructure of CORBA framework.
<<lessWith ModCBroker it is possible to create WWW interfaces layer in general CORBA infrastructure of enterprise information system and clearly separate interface and business logic.
It considerably reduces administration time, removes problems of incompatibility WWW server and data source (i. e. you can free plug Oracle on Sun server or MS Sql on Windows NT with FreeBSD WWW from end), allows to organize handling of http requests without usual CGI overhead, allows naturally integrate www front-end into general infrastructure of CORBA framework.
Download (1.1MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1249 downloads
Isszy 2.1
Iszzy Image Sorter is a simple sorting program written in Java that makes it easy to sort a directory of JPEGS or GIFs. more>>
Iszzy Image Sorter is a simple sorting program written in Java that makes it easy to sort a directory of JPEGS or GIFs into respective folders.
Isszy is a simple program intended for home users who are trying to organize a dump of photos from a Digital Camera or from a web gallery.
<<lessIsszy is a simple program intended for home users who are trying to organize a dump of photos from a Digital Camera or from a web gallery.
Download (0.054MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
xSite 0.6
xSite project is an HTML album generator. more>>
xSite project is an HTML album generator.
Main features:
- Handles the whole publishing workflow from images to HTML - youre expected to use something else (like digikam) to organize, tag, manage etc. your photos
- Pure, standards-compliant, static xHTML without Javascript or tables
- All image comments are extracted from the actual images (no funny separate text or XML files)
- Efficient method for refreshing albums (subsequent runs only update images where needed)
- Minimalistic requirements: only exiv2 and ImageMagick are required (no MySql, no PHP, no X server even)
Installation and usage:
- Get the scripts: xsite-0.1.tar.gz
- Install the requirements mentioned above (present in most Linux distributions)
- Untar the scripts, read the README and edit xsite for generic changes (album author field etc.)
- Run it as xsite outputdir ~/tmp/MyPictures. The outputdir directory, a new subdirectory called MyPictures within, assorted thumbnails and HTML files will be created for you.
- Check out outputdir/index.html from any browser. Enjoy!
Enhancements:
- Bugfixes to the new RSS generation code.
- The ability to sort RSS feeds by image modification time.
- Minor cleanups.
<<lessMain features:
- Handles the whole publishing workflow from images to HTML - youre expected to use something else (like digikam) to organize, tag, manage etc. your photos
- Pure, standards-compliant, static xHTML without Javascript or tables
- All image comments are extracted from the actual images (no funny separate text or XML files)
- Efficient method for refreshing albums (subsequent runs only update images where needed)
- Minimalistic requirements: only exiv2 and ImageMagick are required (no MySql, no PHP, no X server even)
Installation and usage:
- Get the scripts: xsite-0.1.tar.gz
- Install the requirements mentioned above (present in most Linux distributions)
- Untar the scripts, read the README and edit xsite for generic changes (album author field etc.)
- Run it as xsite outputdir ~/tmp/MyPictures. The outputdir directory, a new subdirectory called MyPictures within, assorted thumbnails and HTML files will be created for you.
- Check out outputdir/index.html from any browser. Enjoy!
Enhancements:
- Bugfixes to the new RSS generation code.
- The ability to sort RSS feeds by image modification time.
- Minor cleanups.
Download (0.004MB)
Added: 2007-06-24 License: Free To Use But Restricted Price:
1022 downloads
Media Exchange 001
Media Exchange is an MP3 Jukebox appliance. more>>
Media Exchange is an MP3 Jukebox appliance. It allows you to:
- merge music collections
- Play music and control the player with a browser
- Organize your music
- Automatically tag music
- Remove double tracks automatically
- Download music directly from the artists
- Share music with your friends safely and easily
And Artists to:
- Distribute music to their fans directly
<<less- merge music collections
- Play music and control the player with a browser
- Organize your music
- Automatically tag music
- Remove double tracks automatically
- Download music directly from the artists
- Share music with your friends safely and easily
And Artists to:
- Distribute music to their fans directly
Download (258.9MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
960 downloads
jMovieBase 0.1.2.14
jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection. more>>
jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection using many jMB features and friendly interface.
<<less Download (0.15MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 downloads
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.
<<lessThe 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.
Download (0.097MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1165 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above organize search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed