Commit graph

  • ea748847ed fixed multiple issues to prevent refingerprinting songs in same dejavu instance Bhuvanesh Kumar 2014-02-21 03:00:15 +0530
  • 3fe99ac5c3 fixing fingerprinted column of songs table not getting updated to 1. Bhuvanesh Kumar 2014-02-21 01:13:42 +0530
  • eefcf0991c Corrected fingerprints table schema, fixes #26 worldveil 2014-01-26 12:28:40 -0500
  • 64a6161b90 Rewrote multiprocessing parts to only require one database connection Wessie 2014-01-20 20:53:25 +0100
  • cd7adc1485 Fixes #17 by adding configuration parameter for fingerprinting seconds, preserves this in FileRecognizer, and documents this in the README worldveil 2014-01-07 23:25:55 -0500
  • 9eca3cc05a bugfixes and tweaks. also now returns offset of matched song worldveil 2013-12-25 02:56:43 -0600
  • 7d14e0734a Switched fingerprint_directory to using multiprocessing.Pool Wessie 2013-12-23 14:59:08 +0100
  • e071804ea5 Fixed the issue of the default database not being imported. Wessie 2013-12-21 12:01:05 +0100
  • f276efdf32 Cleaned up database.py Wessie 2013-12-20 18:16:35 +0100
  • ec823f56e4 Updated go.py Wessie 2013-12-19 17:15:11 +0100
  • 2f19fcaa51 Fixed some mistakes in my hasty edit Wessie 2013-12-19 01:39:36 +0100
  • 94c4cc0d95 Updated README for the changes to the interface. Wessie 2013-12-19 01:34:04 +0100
  • 292ddf029d Reversed expected variables to the correct position. Wessie 2013-12-19 01:22:27 +0100
  • 29029238fc A fairly big batch of changes, blame me to forget committing Wessie 2013-12-19 00:54:17 +0100
  • 7895bae23e Fixed any references to old converter to use the new functions. Wessie 2013-12-18 18:15:57 +0100
  • 8a7358d426 Added the fix for issue #13 in the original repository. Wessie 2013-12-18 18:11:23 +0100
  • 7122e110d1 Cleaned up convert.py and renamed it to decode.py Wessie 2013-12-18 18:02:07 +0100
  • 48d7e8ecee small fixes to pguridi PR worldveil 2013-12-18 00:31:00 -0600
  • 880af4a5b9 fixes #15, adds handling for KeyboardInterrupt. added some handling for #4, now skips file not sampled at 44100hz Pedro Guridi 2013-12-18 00:38:27 -0300
  • 907637a633 fixes #9, now works well with spaces in filenames Pedro Guridi 2013-12-17 20:33:40 -0300
  • 3b72768f94 Fixed various small things that weren't caught before. Wessie 2013-12-18 00:31:57 +0100
  • f3bdc34994 adds a config option to limit the input seconds for fingerprinting. Pedro Guridi 2013-12-17 20:21:59 -0300
  • 6a4d386736 fixes #3, now song_name column in database has the full path Pedro Guridi 2013-12-17 19:54:04 -0300
  • 0b36781ccd fixes #4, now wav files storage is optional Pedro Guridi 2013-12-17 19:42:39 -0300
  • 1c9eddc3a2 Merged with fingerprinter and recognizer cleanup Wessie 2013-12-17 23:16:19 +0100
  • 1fcff7e2c5 Fixed some import/class mistakes Vin 2013-12-17 22:12:21 +0000
  • 614ad0d4cc Moved mic recording constants inside MicrophoneRecognizer Vin 2013-12-17 22:05:09 +0000
  • 788b3acebf Added missing 'self' Vin 2013-12-17 22:03:50 +0000
  • d25c564d4f Finished the changes to the recognize module - Recognizers now use a class structure - Generic code for matching is in BaseRecognizer - Two recognizers are available: - Wave file recognizer - Recording recognizer Vin 2013-12-17 21:57:59 +0000
  • 05adf3bc31 Changed default cursor type for mysql from DictCursor to Cursor. Wessie 2013-12-17 22:02:59 +0100
  • 371742a314 Began moving recognizer functionality into separate classes Vin 2013-12-17 20:55:20 +0000
  • 6f4cadafbb Added a foreign key relationship to the create table statements. Wessie 2013-12-17 21:55:05 +0100
  • f02ab94192 Cleaned up Dejavu class calls (find_matches, align_matches) Vin 2013-12-17 20:18:55 +0000
  • 25bf97e813 Changed a method to fit the new hash tuples Vin 2013-12-17 16:37:06 +0000
  • 776995e454 Merge remote-tracking branch 'wessie/master' Vin 2013-12-17 01:14:13 +0000
  • bed11f3de7 Switched back to MySQLdb for better support of executemany. Wessie 2013-12-17 02:00:05 +0100
  • ab2cf9d58b Changed insert_hashes to fit the new data format Vin 2013-12-17 00:48:49 +0000
  • 3bc507d8e4 Changed insert_hashes to fit the new data format Vin 2013-12-17 00:48:49 +0000
  • 9faf2cd591 Merge remote-tracking branch 'wessie/master' Vin 2013-12-17 00:46:17 +0000
  • 0bd7219b87 Cleaned up the database driver. Wessie 2013-12-17 01:39:03 +0100
  • a4ed612658 Moved main Dejavu class from dejavu.control to dejavu Vin 2013-12-16 23:38:58 +0000
  • 6a6ae94e3d Refactored the fingerprint module Vin 2013-12-16 23:12:50 +0000
  • f918b6b7e0 Added matplotlib to the dependency list Wessie 2013-12-16 17:41:33 +0100
  • 9aa80ff87c added MIT license fixes #5, also fixes #6 worldveil 2013-12-16 10:28:22 -0600
  • 62cf1f6f89 updated plots and added link to blog description worldveil 2013-12-06 11:57:24 -0500
  • 51680735db fixes #1 and fixes #2. also identifies issue with DELETE_ORPHANS sql command worldveil 2013-11-29 22:08:25 -0500
  • 90a93bc47b moved to github worldveil 2013-11-18 21:51:27 -0500