aboutsummaryrefslogtreecommitdiff
path: root/phttps____.bandcamp.com_track__.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-07-30 18:17:54 +0200
committerWojtek Kosior <koszko@koszko.org>2021-07-30 18:17:54 +0200
commitb87b7351866e52f2b740162e6a3422d32e0dd380 (patch)
tree0404cc1854453ac000c56d2fe1c658ad0b4ed997 /phttps____.bandcamp.com_track__.json
downloadhachette_fixes_tmp-b87b7351866e52f2b740162e6a3422d32e0dd380.tar.gz
hachette_fixes_tmp-b87b7351866e52f2b740162e6a3422d32e0dd380.zip
gather initial fixes
Diffstat (limited to 'phttps____.bandcamp.com_track__.json')
-rw-r--r--phttps____.bandcamp.com_track__.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/phttps____.bandcamp.com_track__.json b/phttps____.bandcamp.com_track__.json
new file mode 100644
index 0000000..e4b76f3
--- /dev/null
+++ b/phttps____.bandcamp.com_track__.json
@@ -0,0 +1 @@
+[{"sbandcamp":{"url":"","hash":"","text":"/*\n\tCopyright © 2021 jahoti (jahoti@tilde.team)\n\t\n\tLicensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\t\n\t http://www.apache.org/licenses/LICENSE-2.0\n\t\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.\n*/\n\nvar div, player, playerBox = document.querySelector('.inline_player');\nplayerBox.innerHTML = '';\n\nfor (var track of JSON.parse(document.querySelector('[data-tralbum]').dataset.tralbum).trackinfo) {\n\tdiv = document.createElement('div');\n\tplayer = document.createElement('audio');\n\tplayer.controls = 'controls';\n\t\n\tdiv.innerText = track.title + ': ';\n\tplayer.src = track.file['mp3-128']; // Is this always available?\n\tdiv.append(player);\n\tplayerBox.append(div);\n}"}},{"phttps://*.bandcamp.com/track/*":{"components":["s","bandcamp"]}}] \ No newline at end of file