{"id":57,"date":"2013-10-17T10:01:51","date_gmt":"2013-10-17T17:01:51","guid":{"rendered":"https:\/\/downtempo.com\/?p=57"},"modified":"2013-10-17T10:01:51","modified_gmt":"2013-10-17T17:01:51","slug":"how-to-export-any-playlist-from-turntable-fm","status":"publish","type":"post","link":"https:\/\/downtempo.com\/?p=57","title":{"rendered":"How to export any playlist from Turntable.fm"},"content":{"rendered":"<p><strong>Owen Evans:<\/strong><\/p>\n<p>Forgot to add, in order to run Jim&#8217;s script just create a bookmark in your browser and paste the script into the URL field, then click the bookmark when you are in the room.<\/p>\n<p>September 11 at 10:29am<\/p>\n<p><strong>Tully Mully:<\/strong><\/p>\n<p>You&#8217;ll have to run the script for each playlist btw.<\/p>\n<p>September 11 at 11:46am<\/p>\n<p><strong>Jakob Harder Holmelund:<\/strong><\/p>\n<p><code><\/p>\n<pre>\r\njavascript:(function(){\r\nvar ids=turntable.playlist.fileids,\r\ntracks=turntable.playlist.songsByFid,\r\noutput=[],\r\nmeta={},\r\nitem=\"\";\r\nfor(var i in ids){\r\nmeta=tracks[ids[i]].metadata;\r\nitem=meta.artist+\" ; \"+meta.song;\r\nif(meta['album']) item+=\" ; \"+meta.album;\r\noutput.push(item);\r\n}\r\noutput.sort();\r\nvar o=$('&lt;textarea style=\"width:640px;height:480px;\"&gt;&lt;\/textarea&gt;').text(output.join('\\n'));\r\nvar d=$('&lt;div id=\"qqq\" style=\"position:absolute;top:0;left:0;z-index:99999;\"&gt;&lt;a href=\"javascript:$(\\'#qqq\\').remove();\" style=\"background:#000;color:#fff;\"&gt;[close]');\r\nd.prepend(o);\r\n$('body').append(d);\r\n})();\r\n<\/pre>\n<p><\/code><\/p>\n<p>September 11 at 1:06pm<\/p>\n<p><strong>Jim Herrero:<\/strong><\/p>\n<p>Tab-delimited list:<\/p>\n<p><code><\/p>\n<pre>\r\njavascript:(function(){\r\nvar ids=turntable.playlist.fileids,\r\ntracks=turntable.playlist.songsByFid,\r\noutput=[],meta={},item=\"\";for(var i in ids)\r\n{meta=tracks[ids[i]].metadata;\r\nitem=meta.artist+'\\t'+meta.song+'\\t';\r\nif(meta['album'])item+=meta.album;\r\noutput.push(item);\r\n}\r\noutput.sort();\r\nvar o=$('&lt;textarea style=\"width:640px;height:480px;\"&gt;&lt;\/textarea&gt;').text(output.join('\\n'));\r\nvar d=$('&lt;div id=\"qqq\" style=\"position:absolute;top:0;left:0;z-index:99999;\"&gt;\r\n&lt;a href=\"javascript:$(\\'#qqq\\').remove();\" style=\"background:#000;color:#fff;\"&gt;[close]');\r\nd.prepend(o);\r\n$('body').append(d);\r\n})();\r\n<\/pre>\n<p><\/code><\/p>\n<p>This should copy-paste directly into Excel quite nicely<\/p>\n<p>September 12 at 7:09pm<\/p>\n<p><strong>(all credit goes to those awesome peeps who posted this in the Facebook group. Please contact me if you&#8217;d like to be removed from my blog, I&#8217;ll add your TT dj name instead!)<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Owen Evans: Forgot to add, in order to run Jim&#8217;s script just create a bookmark in your browser and paste the script into the URL field, then click the bookmark when you are in the room. September 11 at 10:29am &hellip; <a href=\"https:\/\/downtempo.com\/?p=57\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[16,15,14],"class_list":["post-57","post","type-post","status-publish","format-standard","hentry","category-code","tag-code","tag-tt","tag-turntable-fm"],"_links":{"self":[{"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/posts\/57","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/downtempo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=57"}],"version-history":[{"count":19,"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/downtempo.com\/index.php?rest_route=\/wp\/v2\/posts\/57\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/downtempo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=57"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/downtempo.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=57"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/downtempo.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=57"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}