Wiki » History » Version 3
Komorek, Kamil, 22.05.2019 19:38
1 | 2 | Komorek, Kamil | h1. fmGrabber - find and collect your LastFm loved tracks! |
---|---|---|---|
2 | 1 | Komorek, Kamil | |
3 | 2 | Komorek, Kamil | That little app will download your loved LastFm tagged tracks and find them on your local storage, just type your username and select directory with your music. |
4 | After matching loved-files you may copy them to specified directory. |
||
5 | Tool helps to make pendrive/CDs with favorite songs. |
||
6 | 1 | Komorek, Kamil | |
7 | 2 | Komorek, Kamil | Have fun! |
8 | |||
9 | 1 | Komorek, Kamil | !http://i.imgur.com/nYiYDBHl.jpg! |
10 | |||
11 | 2 | Komorek, Kamil | h2. Requirements |
12 | |||
13 | * It's written in C# .NET 4.5, may require latest M$ Windows updates and redistributed packages |
||
14 | * It requires internet connection to fetch loved songs from LastFm |
||
15 | |||
16 | 1 | Komorek, Kamil | h2. Download |
17 | |||
18 | 3 | Komorek, Kamil | Current Version: 2.1 |
19 | Latest: http://dl.dexterxx.pl/pr/fmGrabber/fmGrabber-2.1.zip |
||
20 | 1 | Komorek, Kamil | |
21 | Archive releases: |
||
22 | 2 | Komorek, Kamil | |
23 | 3 | Komorek, Kamil | * v2.0 - http://dl.dexterxx.pl/pr/fmGrabber/fmGrabber-2.0.zip |
24 | 1 | Komorek, Kamil | * v1.1 - http://dl.dexterxx.pl/pr/fmGrabber/fmGrabber-1.1.zip |
25 | |||
26 | h2. Changelog |
||
27 | 3 | Komorek, Kamil | |
28 | 2019-05-22 / v2.1 |
||
29 | * + Now you can change match rate for Jaro-Winkler algorithm |
||
30 | * * Fixed LastFm API support |
||
31 | * * Changed default Jaro-Winkler minimal match rate from 80% to 90% (btw it was broken ;p) |
||
32 | * * Other small fixes |
||
33 | 1 | Komorek, Kamil | |
34 | 2016-10-30 / v2.0 |
||
35 | * + Supports current LastFM API |
||
36 | * + 3 Joining algorithms with Jaro-Winkler about 100% success rate match! |
||
37 | * * Multithreaded |
||
38 | * * Improvements |
||
39 | 2 | Komorek, Kamil | * - No more xml importing (LastFm removed feature) |
40 | 1 | Komorek, Kamil | |
41 | 2015-05-09 / v1.1 |
||
42 | * First public version |