Welcome to Pumilio
Version 2.1.1 is out!
Citation: Villanueva-Rivera, Luis J., and Bryan C. Pijanowski. 2012. Pumilio: A Web-Based Management System for Ecological Recordings. Bulletin of the Ecological Society of America 93: 71-81. doi: 10.1890/0012-9623-93.1.71
Pumilio is a free and open source PHP/MySQL application for the management of sound archives and the visualization and manipulation of
sound files. The system allows the user to load sound files in many formats, see the spectrogram of the sound, select regions of the
sound for further analysis and insertion in a database, filtering, and many other manipulations.
All that is needed to browse and navigate the archive in the application is a modern browser with JavaScript and either Adobe Flash or HTML5.
This means that it will work with the iPad, iPhone, iPod Touch, and newer versions of current browsers without Flash installed. The application has
been tested with all recent versions of Firefox, Safari, Internet Explorer, and Chrome.
The concept of this application is to use a graphical front-end to edit, manipulate, convert, visualize and extract information of
sound files. The code uses several scripts and command-line programs to achieve its purposes.
The major intended audience of the application is bioacoustics research groups. Other groups that may be interested include people
interested in sounds, musicians, wildlife and nature sounds fans, and many more.
Demo of Pumilio.
A VMware virtual machine is available at this location (NOTICE: The zip file is 590 MB). The VM requires the free VMWare Player version 3 or higher (or another compatible software). Please read the README file or post your questions in the help forum.
The application will continue to be in active development to add new features and improve its performance. If you want to contribute to the development, please visit the Developer Section of SourceForge.
Current version
The last release to date is 2.1.1 (Dec 30, 2011)
New for release 2.1.1:
- New HTML5 file uploader (plupload) that allows to easily upload many files and avoids the problems with PHP size limits.
- Added form to delete multiple files at the same time in gallery view (admin users only).
- Updated some libraries, like JQuery.
- Better advanced search by using date pickers and sliders.
- Notes for KML layers now appear as a JQuery UI dialog.
- Fixed small bugs and made improvements in the code.
New for release 2.1.0:
- Changed the way the files are organized. This was necessary to hold large archives with thousands of files and avoid problems of too many files in a directory.
- Fixed small bugs and made improvements in the code.
New for release 2.0.3:
- Added option to edit the metadata of all files in a collection or site.
- Temporary fix for Chrome when browsing summary view of files. Now tries first to play audio with Flash, HTML5 player was not working with multiple files.
- Fixed small bugs and made improvements in the code.
New for release 2.0.2:
- Replaced the JWPlayer with an older version to avoid a conflict with the analysis window.
- Added a maintenance mode (just add an empty file called 'maintenance' to the root of the application).
- Added option to delete a whole collection.
- Fixed code to display marks in mono and stereo files correctly.
- Added a default option for KML/KMZ layers.
- Fixed a bug in IE where pulldown menus did not work.
- Fixed small bugs and made improvements in the code.
New for release 2.0.1:
- Updated the R plugin for v. 2.x.
- Fixed bug when the spectrogram palette has not been selected.
New for release 2.0.0:
- New sound player that uses the HTML5 audio for newer browsers or Adobe Flash for versions that do not support HTML5 yet.
- Renamed the "sources" to "collections" as mayor organizational units. The database was changed too. This means that scripts and
tools written for version 1.x will need to be updated for version 2.x.
- Helper scripts were updated to work with the new version.
- Users can now change the theme, which is stored in a cookie.
- Fixed many bugs and made improvements in the code.
New for release 1.7.0:
- Added a new feature: allowing admin users to specify KML/KMZ layers to have as options for the maps.
- Small improvements to the visualization window.
- Fixed small bugs and made small improvements.
New for release 1.6.2:
- Added an option to display the marks, or annotations, on a file by default.
- Fixed bug on the addmarks script that prevented it from working.
- Fixed other small bugs.
New for release 1.6.1:
- Fixed small bug where it shows the sql query in advanced search results.
New for release 1.6.0:
- Added a search tool for Sound ID or by characteristics like date, time, duration, site, sampling rate, and number of channels.
- Fixed other small bugs.
New for release 1.5.3:
- Fixed bugs in the administrative options that prevented some features.
New for release 1.5.2 (removed due to bug in administration options):
- Fixed bugs in the administrative options.
- Updated the process and check_auxfiles scripts.
- Fixed other small bugs.
New for release 1.5.1 (removed due to serious bug):
- All spectrograms will show the maximum acoustic frequency that it displays.
- An option for the maximum acoustic frequency for the spectrograms was added to the administration menu.
- The layout of the administration menu and browsing pages were improved.
- Fixed other small bugs.
New for release 1.5.0:
- New option to display the recordings side-by-side from up to three sites.
- Fixed other small bugs.
New for release 1.4.1:
- Easier way to import files from Wildlife Acoustics SongMeter boxes. Date and time are automatically determined from the filename.
- Added an option to find and delete orphaned files. This should be a rarely used option.
- Fixed other small bugs.
New for release 1.4.0:
- Cleaned up some of the code, moved some administrative options to the admin panel instead of the config.php file.
- Easier management of users.
- Added an easy way to import files from the field, for example, when using Wildlife Acoustic recorders. The only data you need to provide is the site, the rest is determined from the file name.
- Replaced a JS plugin with a standard tag.
- Added a file export option. You can export all the files in a source or site to a tar or zip file with a csv file that contains the data of each file.
- Fixed other small bugs.
New for release 1.3.1:
- This version was removed due to serious bugs.
New for release 1.3.0:
- Added a script job management system. Now you can schedule jobs on sample sets to be run in other computers.
- Fixed other small bugs.
New for release 1.2.3:
- Fixed a bug in the map browsing page. If the browser does not have JavaScript enabled, it will say so.
- Fixed other small bugs when JS is not enabled (which is not recommended) and styling.
New for release 1.2.2:
- Added a management window for the marks in the files.
- Fixed a bug in the version checking code.
- Fixed other small bugs.
New for release 1.2.1:
- Added a large viewing player when viewing the file details.
- Added the option for optional plugins. A sample one available in the plugin folder will run an R script on all the files of a source.
- Added an option to create a sample set of all the sources based on percentages.
- Small performance improvements to the code and the database.
- Fixed several bugs and other minor errors.
New for release 1.1:
- The administration area indicates when a new version is available.
- Added a maintenance option to check for missing data and to optimize the database.
- Since this software is intended for scientific use, a feature was added that allows to create sample
sets from the sound files in the archive.
- Preview sound files (mp3) of files with a sampling rate of less than 44.1kHz should be smaller.
This will also improve speed of the application.
- Small performance improvements to the code and the database.
- Fixed several bugs and other minor errors.
New for release 1.01:
- The sound archive can be browsed using a gallery of the spectrograms.
- An administrative option allows to create all the preview sounds and images for the files.
- Added an easy way to upgrade the database structure.
- Small performance improvements to the code and the database.
- Fixed several bugs and other minor errors.
New for release 1.0:
- Added a tagging system and a tag cloud to the homepage.
- The sound preview now displays the whole range of frequencies of the sound, up to the Nyquist frequency of the file.
- Added a progress bar when importing files from another database or spreadsheet.
- Small performance improvements.
- Fixed several bugs and other minor errors.
New for release 0.4.3:
- Added a GoogleMaps browsing option. Sounds can be selected by site and date using a GoogleMaps application.
- Browsing the sounds can now play a sound preview in mp3 format as well as display the spectrogram and waveform.
- User passwords can be recovered using email, if the server supports sending email.
- Fixed several bugs and other minor errors.
New for release 0.4.2:
- Added a MySQL-backed sound archive. Sounds can be uploaded one by one or imported from another database or a spreadsheet using comma-separated values.
- Added the JQuery UI Start theme for forms.
- Fixed several bugs and other minor errors.
- Now requires at least version 14.3.0 of SoX (included with Ubuntu 9.10).
New for release 0.3.2:
- Fixed several bugs and other minor errors.
- Sound file information is now parsed using sox or flac instead of audiolab.
- The list of file formats available is huge, depending on the local sox installation. My development machine (Ubuntu 9.10 with SoX v14.3.0) lists the following options: 8svx aif aifc aiff aiffc al amb au avi avr caf cdda cdr cvs cvsd cvu dat dvms f32 f4 f64 f8 fap ffmpeg flac fssd gsm hcom htk ima ircam la lpc lpc10 lu m4a mat mat4 mat5 maud mp2 mp3 mp4 mpg nist ogg paf prc pvf raw s1 s16 s2 s24 s3 s32 s4 s8 sb sd2 sds sf sl smp snd sndfile sndr sndt sou sox sph sw txw u1 u16 u2 u24 u3 u32 u4 u8 ub ul uw vms voc vorbis vox w64 wav wavpcm wmv wv wve xa xi
New for release 0.3.1:
- Fixed several bugs and other minor errors.
- The default media encoder is now LAME for mp3 files.
- Added an option to obtain files from other sound databases or from the web.