Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Admin

Pages: 1 ... 7 8 [9] 10 11 ... 45
121
Do you have results higher 97 with 50% thresholds ? Do you replaced Decoder.exe file in your beta Similarity folder with new one from zip archive ?

122
Bugs / Re: ALAC streams being reported as AAC
« on: November 02, 2014, 01:00:56 »
Similarity doesn't transcode between compressed formats it just "asks" decoders to give him pure PCM audio stream, then work with this audio data. In your situation it's just wrong stream format, our QuickTime decoder doesn't fill stream type, this field filled by file extension parser. We try to change this behaviour in next version.

123
Wishlist / Re: Scan a folder and compare it with the whole library
« on: October 19, 2014, 20:18:30 »
we already have solution for comparing old library with new ones, just use folder groups, please, read (Tutorial Part 2). Similarity doesn't have command line feature yet.

124
General / Re: Open CL and NVIDIA CUDA - GeForce 8600GT
« on: October 17, 2014, 00:29:24 »
The problem fixed, try latest beta version http://www.similarityapp.com/forum/index.php?topic=1791.0

125
Bugs / Re: Slow scanning even with cache
« on: October 15, 2014, 20:37:03 »
Not N! it's N^2. N! very big values.
1) no, cache used as binary tree search time always log(N), it's only take time to load data and take RAM.
2) reasonable suggestion, we think about "purge cache" button.
3) yes cache uses absolutly pathes, because how we can found file equivalence ? For calculation hash or checksum we need disk access that takes time.

126
Bugs / Re: Slow scanning, crashes, etc
« on: October 15, 2014, 20:30:21 »
Yes, for 100K files main problem is algorithm complexity, for Similarity it's N^2. That means for 1000 files it takes 1000^2 = 10^6 ephemeral units of time, 100000 files it takes 100000^2 = 10^10 ephemeral units of time, difference 10000 times, not 100 as for linear complexity. Very big speed improvement can be achieved by duration check, it skips many unnecessary comparisons, but complexity still N^2.
We working right now on 4th algorithm (in truth 5th, Similarity already have 4 audio algorithms, 2 of them just mixed by name "precise" one for long songs, one for short), it must have linear complexity, but work still in progress, we don't think we can release it in next version.
In current versions better solution to limit comparison areas by limiting selected folders or using folder groups and cleaning/moving cache.

127
News / Beta version 1.9.2 (Mac)
« on: October 15, 2014, 16:15:18 »
Similarity 1.9.2 build 1922 Updated 2014.10.19

Download (OS X 10.7+)

  • Added tag edition feature, called via "Edit" context/action menu


  • Added tag edition support of all audio formats (TagLib library)
  • Added OpenCL optimization support


  • All taggers located "out of process" now, any exception doesn't impact main process stability
  • Added time remaining counter


  • Fixed ALAC support
  • Added manual options in ini file: "DebugLog=1" - extra logging, "CachePath=c:\some_path" - cache folder location
  • Minor fixes
[/list]

129
General / Re: Open CL and NVIDIA CUDA - GeForce 8600GT
« on: October 12, 2014, 20:44:03 »
The probem in the new Nvidia drivers, we already written ticket to them. Old ones works perfectly. In debug mode they crahes system at all, video driver restarted.

130
News / Re: Beta version 1.9.2
« on: October 05, 2014, 10:21:07 »
Norton flagged beta 1.9.2 as suspicious.
Because beta files doesn't have digital signature and didn't known yet, for Norton all such files suspicious.

132
News / Beta version 1.9.2
« on: August 29, 2014, 23:55:30 »
Similarity 1.9.1 build 1923 (Updated 2014.10.17)

Download (32/64-bit Windows)

  • Started to integrate 4rd audio comparing algorithm, specially designed for huge amount of audio files (more 100 000), doesn't included in beta version
  • Added tag edition support of all audio formats (TagLib library)


  • All taggers located "out of process" now, any exception doesn't impact main process stability
  • Added time remaining counter


  • Fixed OpenCL support for new nVidia drivers
  • Fixed DirectShow video skipping
  • Fixed ALAC support
  • Added manual options in ini file: "DebugLog=1" - extra logging, "CachePath=c:\some_path" - cache folder location
  • Minor fixes

133
General / Re: Change cache location?
« on: August 09, 2014, 09:36:19 »
We add such setting into config file (ini) in next version

134
General / Re: Change cache location?
« on: July 18, 2014, 12:07:43 »
Use portable mode, just add "/portable" command argument. After this Similarity stores all caches and configuration in same folder with exe module.

135
Wishlist / Re: large query problem
« on: July 18, 2014, 12:06:24 »
To compare new base and old one, you need to use folder groups http://www.similarityapp.com/tutorial#part2.
And we working on new optimization scheme with new comparing algorithm right now.

Pages: 1 ... 7 8 [9] 10 11 ... 45