├── LICENSE ├── README.md ├── lastfm-smart-deduper.js └── other ├── compressed-js ├── compressed-mode0-silent.js ├── compressed-mode1-balanced.js ├── compressed-mode2-safe.js └── how-to.md ├── media └── lastfm-smart-deduper.psd └── test-cases.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/README.md -------------------------------------------------------------------------------- /lastfm-smart-deduper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/lastfm-smart-deduper.js -------------------------------------------------------------------------------- /other/compressed-js/compressed-mode0-silent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/compressed-js/compressed-mode0-silent.js -------------------------------------------------------------------------------- /other/compressed-js/compressed-mode1-balanced.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/compressed-js/compressed-mode1-balanced.js -------------------------------------------------------------------------------- /other/compressed-js/compressed-mode2-safe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/compressed-js/compressed-mode2-safe.js -------------------------------------------------------------------------------- /other/compressed-js/how-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/compressed-js/how-to.md -------------------------------------------------------------------------------- /other/media/lastfm-smart-deduper.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/media/lastfm-smart-deduper.psd -------------------------------------------------------------------------------- /other/test-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shevchenkoartem/lastfm-smart-deduper/HEAD/other/test-cases.md --------------------------------------------------------------------------------