forked from nobuf/Pandora-To-Spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pandoratospotify.html
38 lines (35 loc) · 1.32 KB
/
pandoratospotify.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<script src="lib/jquery-1.7.min.js"></script>
<script src="pandoratospotify.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<h1>Pandora to Spotify</h1>
</div>
<div class="message" id="error">The current page does not have any thumbs-up tracks. Please access your Pandora <a href="http://www.pandora.com/#!/profile/bookmarks" target="_blank">Bookmarks</a> or <a href="http://www.pandora.com/#!/profile/likes" target="_blank">Likes</a> or each station page</a>. <a href="http://zuzara.com/blog/2011/07/23/extracting-thumbs-up-tracks-on-pandora-paste-into-spotify-playlist/" target="_blank">Feel free to ask any questions</a>.</div>
<div class="message" id="done" style="display:none;">
<p>Now, simply copy and paste the below text into your Spotify playlist!</p>
<textarea></textarea>
</div>
<div id="table-wrapper" style="display:none;">
<table>
<thead>
<tr>
<th>Artist</th>
<th>Track</th>
<th>Spotify</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
</body>
</html>