Commit graph

  • b0ac7ade58 Remove version constraints in requirements.txt requirements Correl 2021-02-09 23:37:12 -0500
  • e56a4a221a README updates master Will Drevo 2020-06-02 22:58:03 -0700
  • c7be599ff4 Added Docker option Will Drevo 2020-06-02 22:38:32 -0700
  • 16d7f1d5d3
    Merge pull request #217 from timgates42/bugfix/typo_multithreading Will Drevo 2020-06-02 17:09:18 -0700
  • f48b09740c
    Merge pull request #205 from mauriciorepetto/dejavu_python_3.6.6 Will Drevo 2020-06-02 16:49:59 -0700
  • 8147647f74 Merge branch 'dejavu_python_3.6.6' of github.com:mauriciorepetto/dejavu into dejavu_python_3.6.6 mrepetto 2020-01-08 15:27:56 -0300
  • b88f6b6ac4 fixed issue with rowcount = 0 when using count queries mrepetto 2020-01-08 15:27:33 -0300
  • cc9faec76e
    Fix small typo: mutlithreading -> mutlithreading Tim Gates 2019-11-11 07:47:40 +1100
  • 8d6ca80798 Fix import errors in documentation (#1) tbeu 2019-11-09 17:56:54 +0100
  • acca344f23 Updated readme and fixed a gramma error mrepetto 2019-10-13 18:01:34 -0300
  • 27bf6b380b More changes: - added even more docstring to the solution. - changed maximum filter mask on fingerprints (now configurable) mrepetto 2019-10-11 19:49:38 -0300
  • 9a1c71b349 small name change in method to delete songs mrepetto 2019-10-09 19:39:11 -0300
  • e6b5976e40 Several fixes and changes: - isort fixes - flake8 fixes - fixed bug of getting duplicated hashes because of sending channels in parallel. - fixed bug of assigning matches to one offset when the same hash is present in several offsets of a song. - added type hints and docstring for almost everything. - added code to list fingerprinted songs in the database. - added code to delete songs from the database. - split time in several times: fingerprint time, query time and align time. - turned the list generator into lists (necessary for split times) - changed dejavu response. - added two types of confidences, one that is based on the hashes matched vs the hashes in the db, and another one that is hashes matched vs the hashes from the input song. - refactored the logic to return more than one result. mrepetto 2019-10-09 19:22:25 -0300
  • 78b64c8c03 Added init on config folder that was missing. mrepetto 2019-09-27 11:06:35 -0300
  • 59428922e5 updated docstring mrepetto 2019-09-26 11:04:24 -0300
  • b96f7e6970 reverting changes on git ignore file. mrepetto 2019-09-25 17:41:22 -0300
  • e046eeee93 - Extracted common logic from database handlers. - Fixed tests. - Refactored solution architecture once more. - Refactored solution hierarchy. - Adding audios for testing. - Solved flake8 issues and reorganized several imports in the process. mrepetto 2019-09-25 17:38:25 -0300
  • 6bc15ab8d4 forgot to add the postgresql connector to requirements.txt mrepetto 2019-09-20 17:45:05 -0300
  • ad73b09881 - Added support for Postgresql mrepetto 2019-09-20 16:04:57 -0300
  • 22a1a46259 named more indexes mrepetto 2019-09-19 19:48:23 -0300
  • 728f85f4db fixed identation mrepetto 2019-09-19 17:49:28 -0300
  • 213069a05d added missing quotation marks mrepetto 2019-09-19 17:39:33 -0300
  • ade00317f9 Added date track columns for songs and fingerprints and set named constraint for those tables. mrepetto 2019-09-19 13:12:07 -0300
  • f5ad848974 small fix to use f strings instead of '%' mrepetto 2019-09-18 13:58:36 -0300
  • 78dfef04d3 migrated code to python 3.6.6 and refactored some code to improve it. mrepetto 2019-09-18 12:39:59 -0300
  • d2b8761eb3
    Merge pull request #185 from JPery/MultipleInstancesFix Will Drevo 2019-05-27 00:22:24 -0700
  • 999c66a24e
    Merge pull request #135 from anuragkumarak95/master Will Drevo 2019-05-27 00:21:16 -0700
  • e0f2577718
    Merge pull request #97 from markstrefford/master Will Drevo 2019-05-27 00:17:18 -0700
  • 6fe89c577e
    Merge pull request #193 from WillPastor/bitwise-fix Will Drevo 2019-05-27 00:13:33 -0700
  • 4d9b784c7c
    Merge pull request #172 from Tyrone-Zhao/dev Will Drevo 2019-05-27 00:13:05 -0700
  • 7f2f20452e
    Merge pull request #188 from anandmishra01/patch-1 Will Drevo 2019-05-27 00:11:27 -0700
  • 02345911ca Replace deprecated boolean subtraction operator William P 2019-04-23 11:52:00 -0400
  • 7325f77edc
    Fixing broken link to blog Anand Kumar Mishra 2019-03-16 11:14:37 +0800
  • b72921e2f7 Fixed bug where multiple instances of dejavu where not working J. Pery 2019-02-06 10:53:07 +0100
  • df14366a94 make the '--recognize mic 10' function avalible Tyrone-Zhao 2018-09-22 19:41:01 +0800
  • bfe0003551 change to print song_name and file_sha1 with 'utf8' encoding correctly Tyrone-Zhao 2018-09-22 15:32:11 +0800
  • b52b8ef7bd change all cursor's encoding to 'utf8' Tyrone-Zhao 2018-09-22 14:24:32 +0800
  • c124d53aff change cursor's encoding to 'utf8' Tyrone-Zhao 2018-09-22 14:12:11 +0800
  • 1204f77bd1
    Updated fingerprint.py Anurag Kumar 2017-12-06 10:02:33 +0530
  • 7268ce0a78
    [comments-only] Update fingerprint.py Anurag Kumar 2017-12-05 10:08:23 +0530
  • 7f53f2ab68 Update README.md Will Drevo 2017-01-10 15:27:16 -0800
  • 541b3b4e5d Updated link to Scipy ndimage iterate_structure page Mark Strefford 2016-04-18 05:57:34 +0100
  • 4ab26bd0db Bumped version to 0.1.3 Will Drevo 2015-04-19 17:20:51 -0400
  • 8efd97564a Merge branch 'thomascirca-use_sha1' Will Drevo 2015-04-19 15:12:37 -0400
  • 254a79cdf5 Completed integration for SHA1 file hashing to avoid duplicates Will Drevo 2015-04-19 15:12:16 -0400
  • 27ed19b0f0 Files are now uniquely identified through a SHA1 hash, as opposed to using the song name. Tyler Jones 2015-03-16 16:28:51 -0700
  • 0b540343c1 Cleaned up example.py Will Drevo 2015-03-28 19:23:18 -0400
  • c186602c63 windows compatible Isko 2015-03-23 00:50:42 +0200
  • 1fe7d4fd45 Merge pull request #71 from sg3510/wav-24-bit Will Drevo 2015-03-21 18:35:14 -0400
  • 2feecce34b updated docstring sg3510 2015-02-26 16:10:09 +0000
  • 3a9e3a4da7 adding limit support sg3510 2015-02-26 14:33:41 +0000
  • 2c961cc43f waive add sg3510 2015-02-26 14:24:44 +0000
  • 8b200c39f7 adding wavio support sg3510 2015-02-26 14:16:55 +0000
  • dad98961f4 Offset cast to int, return is valid JSON. Fixes #67 Will Drevo 2015-01-14 20:32:49 -0500
  • 801b692f74 Note about voice recognition Will Drevo 2014-12-15 21:38:51 -0500
  • 4bd5eb87fc README.md updated Will Drevo 2014-12-15 21:36:25 -0500
  • 83fb7042ad Added quickstart Will Drevo 2014-12-15 21:35:47 -0500
  • 19679f8d11 Merge branch 'tuxdna-master' Will Drevo 2014-12-15 21:31:44 -0500
  • ece1c8b22e Fixes #65, fixes #60, merges #64 Will Drevo 2014-12-15 21:30:33 -0500
  • 99f4e35672 Merge branch 'master' of https://github.com/tuxdna/dejavu Saleem Ansari 2014-12-03 16:09:24 +0530
  • 29f59be1e7 Update version numbers in requirements file Saleem Ansari 2014-12-03 16:08:53 +0530
  • 8e67f0da05 Update INSTALLATION.md Saleem Ansari 2014-12-02 15:49:25 +0530
  • 6c1ef735cd Merge branch 'next_version' Saleem Ansari 2014-12-02 15:42:27 +0530
  • 785a1db92d Bump version to 0.1.2 Saleem Ansari 2014-12-02 15:42:09 +0530
  • 275380bada Update examples in README.md with updated CLI arguments Saleem Ansari 2014-11-29 00:17:23 +0530
  • 4aabea7814 Refactor and update documentation for installation on Fedora 20+ Saleem Ansari 2014-11-28 22:56:22 +0530
  • 2972dce6eb Arguments parser CLI, with all existing tests passed. Saleem Ansari 2014-11-28 05:20:29 +0530
  • 406187bd1a Added MANIFEST.in file Saleem Ansari 2014-11-28 04:34:14 +0530
  • 150248cbcd Update project name from dejavu to PyDejavu Saleem Ansari 2014-11-28 04:06:12 +0530
  • 4d2b91b052 Added tuning section to README.md. Removed trailing space from fingerprint.py Saleem Ansari 2014-11-28 03:58:52 +0530
  • efe3a33915 Added setup.py Saleem Ansari 2014-11-28 03:26:25 +0530
  • b9efcd545d README.md edits Will Drevo 2014-11-21 01:29:27 -0500
  • 3cc85edf30 Clarified documentation Will Drevo 2014-11-21 01:28:04 -0500
  • 684902f6b8 Now returns match offset into track in seconds Will Drevo 2014-11-21 01:21:08 -0500
  • 5741964391 Merge pull request #59 from chromy/patch-1 worldveil 2014-09-13 18:48:19 -0400
  • 9d16c8ae8c Fix README typo Hector Dearman 2014-09-13 22:30:31 +0100
  • 09561c565d Update README.md Andrew Duberstein 2014-09-11 17:40:03 -0700
  • 40b7a42b09 Updated README.md about matching position in song worldveil 2014-07-27 12:50:34 -0400
  • a7f77d50ff Added more documentation in README about testing Will Drevo 2014-07-03 01:01:56 -0400
  • 60d9d6758e Added annotations for different fingerprinting parameters Will Drevo 2014-07-03 00:43:40 -0400
  • a779ca4cf9 Merging in new test suite with modifications, mp3 example files to test on, and shell files for automation Will Drevo 2014-07-03 00:26:50 -0400
  • 7cbb894501 revamped testing script Will Drevo 2014-07-02 23:49:38 -0400
  • b966225ad4 refactored testing suite file to no longer depend on file naming convention Will Drevo 2014-07-01 20:24:53 -0400
  • 4f4a50ba9f Update results_dejavu.py Fabio Costa 2014-06-29 22:28:03 +0100
  • f9a59e42e6 Update generate-test-files.py Fabio Costa 2014-06-29 22:25:39 +0100
  • 87469a0fe7 Create results_dejavu.py Fabio Costa 2014-06-28 19:51:14 +0100
  • bfff19b887 Create generate-test-files.py Fabio Costa 2014-06-28 19:50:36 +0100
  • a97ab6d35c Update fingerprint.py Fabio Costa 2014-06-26 09:13:30 +0100
  • 375189cf70 Update fingerprint.py Fabio Costa 2014-06-25 10:01:43 +0100
  • 5805a676d2 Update fingerprint.py Fabio Costa 2014-06-25 09:57:06 +0100
  • 35c536a372 Update fingerprint.py Fabio Costa 2014-06-25 09:56:45 +0100
  • e1454bf1ea Incorporated MAX_HASH_TIME_DELTA optimization worldveil 2014-03-05 01:30:19 -0500
  • 3c6b741db4 Merge branch 'patch-1' of https://github.com/suxianbaozi/dejavu worldveil 2014-03-05 01:29:18 -0500
  • c90d14fdd6 Fix to dejavu.py script, small edits, removal of unecessary printing worldveil 2014-03-05 01:28:34 -0500
  • 2e6d030655 Merge branch 'master' of https://github.com/compwright/dejavu worldveil 2014-03-05 01:16:38 -0500
  • f41d036d45 fix #39 suxianbaozi 2014-03-04 16:44:35 +0800
  • 1e3dbe8eaf Formatting worldveil 2014-02-23 11:30:24 -0500
  • fec889db78 Merge branch 'patch-1' of https://github.com/suxianbaozi/dejavu worldveil 2014-02-23 11:29:29 -0500
  • 12ca65546d Added a dejavu.py script and added documentation Jonathon Hill 2014-02-22 18:56:07 -0500
  • 7cc178444e change the start of j val to 1 suxianbaozi 2014-02-21 15:29:46 +0800