mrepetto
ade00317f9
Added date track columns for songs and fingerprints and set named constraint for those tables.
2019-09-19 13:12:07 -03:00
mrepetto
f5ad848974
small fix to use f strings instead of '%'
2019-09-18 13:58:36 -03:00
mrepetto
78dfef04d3
migrated code to python 3.6.6 and refactored some code to improve it.
2019-09-18 12:39:59 -03:00
Will Drevo
d2b8761eb3
Merge pull request #185 from JPery/MultipleInstancesFix
...
Fixed bug where multiple instances of dejavu where not working
2019-05-27 00:22:24 -07:00
Will Drevo
999c66a24e
Merge pull request #135 from anuragkumarak95/master
...
Update fingerprint.py
2019-05-27 00:21:16 -07:00
Will Drevo
e0f2577718
Merge pull request #97 from markstrefford/master
...
Updated link to Scipy ndimage iterate_structure page
2019-05-27 00:17:18 -07:00
Will Drevo
6fe89c577e
Merge pull request #193 from WillPastor/bitwise-fix
...
Replace deprecated boolean subtraction operator
2019-05-27 00:13:33 -07:00
Will Drevo
4d9b784c7c
Merge pull request #172 from Tyrone-Zhao/dev
...
Dev
2019-05-27 00:13:05 -07:00
Will Drevo
7f2f20452e
Merge pull request #188 from anandmishra01/patch-1
...
[Change in README.md] Fixing broken link to blog
2019-05-27 00:11:27 -07:00
William P
02345911ca
Replace deprecated boolean subtraction operator
...
Fixes #109 by changing deprecated boolean subtraction operator ( minus sign, '-' ) to '^'.
2019-04-23 11:52:00 -04:00
Anand Kumar Mishra
7325f77edc
Fixing broken link to blog
2019-03-16 11:14:37 +08:00
J. Pery
b72921e2f7
Fixed bug where multiple instances of dejavu where not working
2019-02-06 10:53:07 +01:00
Tyrone-Zhao
df14366a94
make the '--recognize mic 10' function avalible
2018-09-22 19:41:01 +08:00
Tyrone-Zhao
bfe0003551
change to print song_name and file_sha1 with 'utf8' encoding correctly
2018-09-22 15:32:11 +08:00
Tyrone-Zhao
b52b8ef7bd
change all cursor's encoding to 'utf8'
2018-09-22 14:24:32 +08:00
Tyrone-Zhao
c124d53aff
change cursor's encoding to 'utf8'
2018-09-22 14:12:11 +08:00
Anurag Kumar
1204f77bd1
Updated fingerprint.py
...
Reduced the amount of iterations that will execute in the edited lines, using filter with python3 will reduce iteration a lot as it defines a generator rather than a list.
2017-12-06 10:02:33 +05:30
Anurag Kumar
7268ce0a78
[comments-only] Update fingerprint.py
...
type at line #97 .
FINGERPRINT_REDUCTION is actually being used to slice generated hash from 0th to FINGERPRINT_REDUCTION(th) position, updated the comment accordingly
2017-12-05 10:08:23 +05:30
Will Drevo
7f53f2ab68
Update README.md
2017-01-10 15:27:16 -08:00
Mark Strefford
541b3b4e5d
Updated link to Scipy ndimage iterate_structure page
2016-04-18 05:57:34 +01:00
Will Drevo
4ab26bd0db
Bumped version to 0.1.3
2015-04-19 17:20:51 -04:00
Will Drevo
8efd97564a
Merge branch 'thomascirca-use_sha1'
2015-04-19 15:12:37 -04:00
Will Drevo
254a79cdf5
Completed integration for SHA1 file hashing to avoid duplicates
2015-04-19 15:12:16 -04:00
Tyler Jones
27ed19b0f0
Files are now uniquely identified through a SHA1 hash, as opposed to
...
using the song name.
2015-03-28 18:36:51 -07:00
Will Drevo
0b540343c1
Cleaned up example.py
2015-03-28 19:23:18 -04:00
Isko
c186602c63
windows compatible
2015-03-23 00:50:42 +02:00
Will Drevo
1fe7d4fd45
Merge pull request #71 from sg3510/wav-24-bit
...
24-bit wav file support
2015-03-21 18:35:14 -04:00
sg3510
2feecce34b
updated docstring
2015-02-26 16:10:09 +00:00
sg3510
3a9e3a4da7
adding limit support
2015-02-26 14:33:41 +00:00
sg3510
2c961cc43f
waive add
2015-02-26 14:24:44 +00:00
sg3510
8b200c39f7
adding wavio support
2015-02-26 14:20:52 +00:00
Will Drevo
dad98961f4
Offset cast to int, return is valid JSON. Fixes #67
2015-01-14 20:32:49 -05:00
Will Drevo
801b692f74
Note about voice recognition
2014-12-15 21:38:51 -05:00
Will Drevo
4bd5eb87fc
README.md updated
2014-12-15 21:36:25 -05:00
Will Drevo
83fb7042ad
Added quickstart
2014-12-15 21:35:47 -05:00
Will Drevo
19679f8d11
Merge branch 'tuxdna-master'
2014-12-15 21:31:44 -05:00
Will Drevo
ece1c8b22e
Fixes #65 , fixes #60 , merges #64
2014-12-15 21:30:33 -05:00
Saleem Ansari
99f4e35672
Merge branch 'master' of https://github.com/tuxdna/dejavu
2014-12-03 16:09:24 +05:30
Saleem Ansari
29f59be1e7
Update version numbers in requirements file
2014-12-03 16:08:53 +05:30
Saleem Ansari
8e67f0da05
Update INSTALLATION.md
2014-12-02 15:49:25 +05:30
Saleem Ansari
6c1ef735cd
Merge branch 'next_version'
2014-12-02 15:42:27 +05:30
Saleem Ansari
785a1db92d
Bump version to 0.1.2
2014-12-02 15:42:09 +05:30
Saleem Ansari
275380bada
Update examples in README.md with updated CLI arguments
2014-11-29 00:17:23 +05:30
Saleem Ansari
4aabea7814
Refactor and update documentation for installation on Fedora 20+
2014-11-28 22:56:22 +05:30
Saleem Ansari
2972dce6eb
Arguments parser CLI, with all existing tests passed.
2014-11-28 05:21:04 +05:30
Saleem Ansari
406187bd1a
Added MANIFEST.in file
2014-11-28 04:34:14 +05:30
Saleem Ansari
150248cbcd
Update project name from dejavu to PyDejavu
2014-11-28 04:06:12 +05:30
Saleem Ansari
4d2b91b052
Added tuning section to README.md. Removed trailing space from fingerprint.py
2014-11-28 03:58:52 +05:30
Saleem Ansari
efe3a33915
Added setup.py
2014-11-28 03:26:25 +05:30
Will Drevo
b9efcd545d
README.md edits
2014-11-21 01:29:27 -05:00