1- import React from "react" ;
2-
31function About ( ) {
42 return (
53 < div className = "prose" >
@@ -11,31 +9,24 @@ function About() {
119 < a href = "https://en.wikipedia.org/wiki/Traktor" > Traktor</ a > into
1210 tracklists.
1311 </ p >
14- < p >
15- < a href = "https://ewen6.typeform.com/to/meXt691B" > Feedback welcome :]</ a >
16- </ p >
17- < p >
18- < a href = "https://github.com/ewenme/tracklister" > Pull Requests also welcome !</ a >
19- </ p >
2012 < h4 > Rekordbox support</ h4 >
2113 < p >
22- Any playlist can be exported from Rekordbox by right-clicking,
23- selecting "Export a playlist to a file", then "Export a playlist
24- to a file for KUVO (*.txt)".
25- N.B. history files can be
26- exported in the same way — find them under the "Histories" tab
27- inside the explorer pane.
14+ To export a playlist or history file from Rekordbox, right-click it and
15+ select "Export a playlist to a file" → "Export a playlist to a
16+ file for KUVO (*.txt)".
2817 </ p >
2918 < h4 > Traktor support</ h4 >
3019 < p >
31- Any playlist can be exported from Traktor by right-clicking, then
32- selecting "Export Playlist", and ensuring "NML" filetype is
33- active. Traktor also exports all sessions as .nml history files —
34- see{ " " }
20+ To export a playlist from Traktor, right-click it, select
21+ "Export Playlist", and ensure the filetype is set to "NML".
22+ Traktor saves all sessions as .nml history files —{ " " }
3523 < a href = "https://support.native-instruments.com/hc/en-us/articles/210274225-What-Files-and-Folders-does-TRAKTOR-Install-on-my-System-" >
36- this article
37- </ a > { " " }
38- for more info.
24+ learn more here
25+ </ a >
26+ .
27+ </ p >
28+ < p >
29+ Made by < a href = "https://ewen.io" > ewen</ a > . < a href = "https://github.com/ewenme/tracklister" > View source</ a > .
3930 </ p >
4031 </ div >
4132 )
0 commit comments