File tree Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Expand file tree Collapse file tree 5 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tracklist-formatter" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<nav class =" navbar" >
3
- <img src =" ~@/assets/stormdrain.png " width =" 44" />
3
+ <img src =" ~@/assets/stormdrain.jpg " width =" 44" />
4
4
<span class =" navbar-text" >Tracklist Formatter</span >
5
+ <span class =" navbar-text gray" >v0.2.1</span >
5
6
</nav >
6
7
</template >
7
8
@@ -18,6 +19,10 @@ export default {
18
19
text-align : center ;
19
20
}
20
21
22
+ .gray {
23
+ color : #aaa ;
24
+ }
25
+
21
26
.navbar {
22
27
background-color : #222 ;
23
28
color : #fff ;
Original file line number Diff line number Diff line change 8
8
placeholder =" Paste a CSV..."
9
9
class =" textbox"
10
10
/>
11
+ <span >
12
+ Open your exported tracklist in any text editor of your choice and
13
+ copypaste the contents here. Supported export formats: Pioneer
14
+ Rekordbox TXT, Denon Engine DJ CSV, and VirtualDJ CSV.
15
+ </span >
11
16
</div >
12
17
<div class =" flex-item" >
13
18
<h3 >Output</h3 >
14
19
<p class =" textbox output" >{{ outputTracklist }}</p >
20
+ <span >
21
+ Formatted tracklist will show up here as a list of "Artist - Title".
22
+ </span >
15
23
</div >
16
24
</div >
17
25
</div >
@@ -69,4 +77,8 @@ export default {
69
77
.output {
70
78
background-color : #eee ;
71
79
}
80
+
81
+ span {
82
+ color : #ccc ;
83
+ }
72
84
</style >
You can’t perform that action at this time.
0 commit comments