-
Notifications
You must be signed in to change notification settings - Fork 0
/
DJToolbox.html
141 lines (118 loc) · 4.8 KB
/
DJToolbox.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DJToolbox</title>
<link rel="stylesheet" href="/css/reset.css" type="text/css" />
<link rel="stylesheet" href="/css/default.css" type="text/css" />
<link rel="stylesheet" href="/css/button.css" type="text/css" />
<script language="javascript" src="/js/email.js"></script>
<!-- google analytics -->
<script type='text/javascript'>
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type='text/javascript'>
var pageTracker = _gat._getTracker("UA-4400684-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<div id="smallheader">
<div class="wrapper">
<div id="logo">
<a href="/"><img src="/images/ta_logo_inverted.png" alt="Teragon Audio"/></a>
</div>
<!--
<div id="right">
<form method="get" id="searchform" action="#">
<fieldset class="search">
<input type="text" class="box" />
<button class="btn" title="Search">Search</button>
</fieldset>
</form>
</div>
-->
</div>
</div>
<div id="contentpart">
<div class="wrapper">
<ul class="menu">
<li class="menuitem"><a href="index.html">Home</a></li>
<li class="menuitem"><a href="/software.html">Software</a></li>
<li class="menuitem"><a href="/developers.html">Developer Portal</a></li>
<li class="menuitem"><a href="/performers.html">Performer Portal</a></li>
<li class="menuitem"><a href="/contact.html">Contact</a></li>
</ul>
<div id="content">
<div id="main" class="news">
<!-- Start content -->
<h1 id="djtoolbox">DJToolbox</h1>
<p><strong>NOTE</strong>: This software is unsupported and is no longer being updated or
maintained. It likely will not work on newer versions of macOS.</p>
<p>DJToolbox is a grab-bag of utilities for managing a digital music library.
Most of the tools are designed to help find missing files and to keep the
library clean and well-organized. The operations are all performed on the file
system and not the iTunes Library database.</p>
<p>DJToolbox also allows one to easily switch the library location, making it
easy to manage multiple libraries on the same hard drive.</p>
<p><img src="http://static.teragonaudio.com/website/ta_djtoolbox_ableton.png" alt="DJToolbox Screenshot" /></p>
<h2 id="features">Features</h2>
<ul>
<li>Ableton Live
<ul>
<li>Find orphaned ASD files missing their audio counterparts</li>
<li>Create a playlist of all unwarped files from your library</li>
</ul>
</li>
<li>Dropbox
<ul>
<li>Find conflicted files and resolve file conflicts (coming soon!)</li>
</ul>
</li>
<li>Finder
<ul>
<li>Remove annoying files auto-created by Mac OS X, such as .DS_Store</li>
</ul>
</li>
<li>iTunes
<ul>
<li>Locate orphaned audio files which are in the library folder but not in
your iTunes library</li>
</ul>
</li>
</ul>
<h2 id="licensing">Licensing</h2>
<p>DJToolbox is licensed under the BSD License, which can be found in the
LICENSE.txt file included in the program’s source code.</p>
<h2 id="suggestions">Suggestions?</h2>
<p>DJToolbox is a work in progress and should be considered beta quality. If you
have an idea for a tool which should be included in the software, contact
support (at) teragonaudio (dot) com.</p>
<hr />
<p>Changelog:</p>
<p>Version 0.9:
(No comment)</p>
<!-- End content -->
</div>
<div id="sidebar">
<ul class="sidemenu">
<li><a href="http://static.teragonaudio.com/downloads/DJToolboxDJToolbox.zip" class="downloadbutton"><b>Download</b></a><p></p></li>
<li><a href="https://github.com/teragonaudio/DJToolbox/zipball/master">Source code</a></li>
<li><a href="https://github.com/teragonaudio/DJToolbox">Project page</a></li>
</ul>
</div>
</div>
<div style="clear:both;"></div>
<div id="bottom">
<p class="footer">
<b>Having problems with this software?</b> Send an email to
<script>mail2("support", "teragonaudio", 0, "subject=DJToolbox", "support at teragonaudio dot com")</script>.
Copyright (c) 2012 Teragon Audio. All Rights Reserved.
</p>
</div>
</div>
</div>
</body>
</html>