https://github.com/r0x0r/traktorlibrarian
A simple tool to clean up your Traktor library from duplicates
https://github.com/r0x0r/traktorlibrarian
Last synced: 3 months ago
JSON representation
A simple tool to clean up your Traktor library from duplicates
- Host: GitHub
- URL: https://github.com/r0x0r/traktorlibrarian
- Owner: r0x0r
- License: other
- Created: 2014-10-07T12:14:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T22:41:14.000Z (over 8 years ago)
- Last Synced: 2025-03-18T07:01:39.733Z (3 months ago)
- Language: CSS
- Size: 7.95 MB
- Stars: 52
- Watchers: 6
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TraktorLibrarian
Version 2.1For installation packages and binaries, visit http://flowrl.com/librarian/
# Description
TraktorLibrarian is a small utility that serves two functions:* Export your music collection (both music and playlist structure) to an external drive. OSX only.
* Remove track duplicates from the library and updates playlists with correct entries.Traktor Librarian is OSX and Windows compatible and comes in GUI and command line flavours. GUI created with [pywebview](https://github.com/r0x0r/pywebview), [web.py](http://webpy.org/), AngularJS and HTML5
# Changelog
## 2.1
- `New` Windows 10 compatibility
- `Fixed` Random race conditions and various bugs## 2.0
- `New` Add an ability to export your music collection (both music files and playlist structure) to an external drive. OSX only.
- `Improved` New GUI
- `Fixed `Fix a failure to detect duplicates on an external drive## 1.0
- `New` Windows support
- `New` Python 3 support
- `Improved` More informative messages of what has been done
- `Improved` It can detect and handle correctly more than two duplicates
- `Fixed` Incorrect paths in playlists## 0.9
- First version