Compare commits
19 commits
Author | SHA1 | Date | |
---|---|---|---|
|
037d107ed2 | ||
|
745f4a7b31 | ||
|
5e20af0ddf | ||
|
c225098532 | ||
|
8613c12294 | ||
|
38d118e560 | ||
|
f9839e4af3 | ||
|
43a30128c5 | ||
|
355234453a | ||
|
043f43d8f3 | ||
|
888f0c88db | ||
|
8158e7bc6d | ||
|
4994aac91f | ||
|
8a15492200 | ||
|
eef973fbaa | ||
|
974ede9dda | ||
|
2d59f85f14 | ||
|
e689845f44 | ||
|
1b3416fb3d |
814 changed files with 415841 additions and 10257 deletions
|
@ -1,22 +0,0 @@
|
||||||
# For more information about the properties used in
|
|
||||||
# this file, please see the EditorConfig documentation:
|
|
||||||
# https://editorconfig.org/
|
|
||||||
|
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
charset = utf-8
|
|
||||||
end_of_line = lf
|
|
||||||
indent_size = 2
|
|
||||||
indent_style = space
|
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
|
||||||
|
|
||||||
[*.md]
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
||||||
[{.travis.yml,package.json}]
|
|
||||||
# The indent size used in the `package.json` file cannot be changed
|
|
||||||
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
|
|
||||||
indent_size = 2
|
|
||||||
indent_style = space
|
|
28
.gitattributes
vendored
28
.gitattributes
vendored
|
@ -1,28 +0,0 @@
|
||||||
# Automatically normalize line endings for all text-based files
|
|
||||||
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
|
|
||||||
|
|
||||||
* text=auto
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
|
|
||||||
# For the following file types, normalize line endings to LF on
|
|
||||||
# checkin and prevent conversion to CRLF when they are checked out
|
|
||||||
# (this is required in order to prevent newline related issues like,
|
|
||||||
# for example, after the build script is run)
|
|
||||||
|
|
||||||
.* text eol=lf
|
|
||||||
*.css text eol=lf
|
|
||||||
*.html text eol=lf
|
|
||||||
*.js text eol=lf
|
|
||||||
*.json text eol=lf
|
|
||||||
*.md text eol=lf
|
|
||||||
*.sh text eol=lf
|
|
||||||
*.txt text eol=lf
|
|
||||||
*.xml text eol=lf
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
|
|
||||||
# Exclude the `.htaccess` file from GitHub's language statistics
|
|
||||||
# https://github.com/github/linguist#using-gitattributes
|
|
||||||
|
|
||||||
dist/.htaccess linguist-vendored
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
.idea/
|
|
||||||
Gemfile.lock
|
|
||||||
_site/
|
|
||||||
.jekyll-cache
|
|
||||||
|
|
14
.idea/HS.iml
14
.idea/HS.iml
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="WEB_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager">
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/_site" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="inheritedJdk" />
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="library" name="jquery-3.3.1" level="application" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
|
@ -1,15 +0,0 @@
|
||||||
<component name="ProjectCodeStyleConfiguration">
|
|
||||||
<code_scheme name="Project" version="173">
|
|
||||||
<JSCodeStyleSettings version="0">
|
|
||||||
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
||||||
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
||||||
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
||||||
</JSCodeStyleSettings>
|
|
||||||
<codeStyleSettings language="JavaScript">
|
|
||||||
<indentOptions>
|
|
||||||
<option name="INDENT_SIZE" value="2" />
|
|
||||||
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
||||||
</indentOptions>
|
|
||||||
</codeStyleSettings>
|
|
||||||
</code_scheme>
|
|
||||||
</component>
|
|
|
@ -1,5 +0,0 @@
|
||||||
<component name="ProjectCodeStyleConfiguration">
|
|
||||||
<state>
|
|
||||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
|
||||||
</state>
|
|
||||||
</component>
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="Encoding" addBOMForNewFiles="with NO BOM" />
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="JavaScriptLibraryMappings">
|
|
||||||
<file url="PROJECT" libraries="{jquery-3.3.1}" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="JavaScriptSettings">
|
|
||||||
<option name="languageLevel" value="ES6" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,8 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/HS.iml" filepath="$PROJECT_DIR$/.idea/HS.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="VcsDirectoryMappings">
|
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
37
.travis.yml
37
.travis.yml
|
@ -1,37 +0,0 @@
|
||||||
language: ruby
|
|
||||||
rvm:
|
|
||||||
- 2.4.1
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- chmod +x ./script/cibuild # or do this locally and commit
|
|
||||||
|
|
||||||
# Assume bundler is being used, therefore
|
|
||||||
# the `install` step will run `bundle install` by default.
|
|
||||||
script: ./script/cibuild
|
|
||||||
|
|
||||||
# branch whitelist, only for GitHub Pages
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- master # test the master branch
|
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- libcurl4-openssl-dev
|
|
||||||
|
|
||||||
sudo: false # route your build to the container-based infrastructure for a faster build
|
|
||||||
|
|
||||||
cache: bundler # caching bundler gem packages will speed up build
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: pages
|
|
||||||
skip_cleanup: true
|
|
||||||
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
|
|
||||||
keep_history: true
|
|
||||||
on:
|
|
||||||
branch: master
|
|
||||||
local_dir: _site
|
|
57
404.html
57
404.html
|
@ -1,4 +1,57 @@
|
||||||
---
|
<!doctype html>
|
||||||
---
|
<html class="no-js" lang="">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title> - HS Fanpage</title>
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<link rel="apple-touch-icon" href="/HiddenSounds/icon.png">
|
||||||
|
<!-- Place favicon.ico in the root directory -->
|
||||||
|
<link rel="shortcut icon" type="image/x-icon" href="/HiddenSounds/favicon.ico"/>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/HiddenSounds/css/main.css">
|
||||||
|
|
||||||
|
<meta name="theme-color" content="#fafafa">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="bg-image"></div>
|
||||||
|
<h1></h1>
|
||||||
|
<nav>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="/HiddenSounds/" >
|
||||||
|
Home
|
||||||
|
</a></li>
|
||||||
|
|
||||||
|
<li><a href="/HiddenSounds/artists.html" >
|
||||||
|
Artists
|
||||||
|
</a></li>
|
||||||
|
|
||||||
|
<li><a href="/HiddenSounds/faq.html" >
|
||||||
|
FAQ
|
||||||
|
</a></li>
|
||||||
|
|
||||||
|
<li><a href="/HiddenSounds/streams.html" >
|
||||||
|
Streams
|
||||||
|
</a></li>
|
||||||
|
|
||||||
|
<li><a href="/HiddenSounds/songs.html" >
|
||||||
|
Songs
|
||||||
|
</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
<!--[if IE]>
|
||||||
|
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade
|
||||||
|
your browser</a> to improve your experience and security.</p>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
<h1 style="text-align: center">Page Not Found</h1>
|
<h1 style="text-align: center">Page Not Found</h1>
|
||||||
<p style="text-align: center">Sorry, but the page you were trying to view does not exist.</p>
|
<p style="text-align: center">Sorry, but the page you were trying to view does not exist.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
4
Gemfile
4
Gemfile
|
@ -1,4 +0,0 @@
|
||||||
source "https://rubygems.org"
|
|
||||||
|
|
||||||
gem "jekyll"
|
|
||||||
gem "html-proofer"
|
|
24
_config.yml
24
_config.yml
|
@ -1,24 +0,0 @@
|
||||||
collections:
|
|
||||||
artists:
|
|
||||||
output: true
|
|
||||||
|
|
||||||
defaults:
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
type: "artists"
|
|
||||||
values:
|
|
||||||
layout: "artist"
|
|
||||||
- scope:
|
|
||||||
path: ""
|
|
||||||
values:
|
|
||||||
layout: "default"
|
|
||||||
|
|
||||||
baseurl: /HiddenSounds
|
|
||||||
page_gen:
|
|
||||||
- data: songs
|
|
||||||
template: song
|
|
||||||
name: sid
|
|
||||||
- data: artists
|
|
||||||
template: artist
|
|
||||||
name: sname
|
|
||||||
exclude: [vendor]
|
|
2195
_data/artists.json
2195
_data/artists.json
File diff suppressed because it is too large
Load diff
|
@ -1,10 +0,0 @@
|
||||||
- name: Home
|
|
||||||
link:
|
|
||||||
- name: Artists
|
|
||||||
link: artists.html
|
|
||||||
- name: FAQ
|
|
||||||
link: faq.html
|
|
||||||
- name: Streams
|
|
||||||
link: streams.html
|
|
||||||
- name: Songs
|
|
||||||
link: songs.html
|
|
|
@ -1,443 +0,0 @@
|
||||||
- sid: '010vYuTvUjhcUAx6ICC3p0'
|
|
||||||
lyrics: |
|
|
||||||
I'm playing magician's assistant
|
|
||||||
I know all your tricks but I'll listen
|
|
||||||
I help you escape with this part I play
|
|
||||||
|
|
||||||
But now I guess you gotta go
|
|
||||||
Now you see me, now you don't
|
|
||||||
and I thought I would try for you
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded
|
|
||||||
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
|
|
||||||
That i'm blinded.
|
|
||||||
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded.
|
|
||||||
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded.
|
|
||||||
|
|
||||||
I'm caught in the smoke in the
|
|
||||||
|
|
||||||
mirrors.
|
|
||||||
I'm getting so close now it's clearer.
|
|
||||||
You fold me again
|
|
||||||
with what could have been.
|
|
||||||
|
|
||||||
But now I guess you gotta go
|
|
||||||
Now you see me, now you don't
|
|
||||||
and I thought I would try for you
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded
|
|
||||||
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
|
|
||||||
That I'm blinded.
|
|
||||||
|
|
||||||
Blinded.
|
|
||||||
Blinded.
|
|
||||||
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded.
|
|
||||||
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded.
|
|
||||||
|
|
||||||
But you turned all the tears I cried for you to gold and I'm blinded.
|
|
||||||
- sid: '01Aum8bxlAx0bw0b0djXVc'
|
|
||||||
lyrics: |
|
|
||||||
Bad habits in my brain
|
|
||||||
Bad habits in my veins
|
|
||||||
And I'm begging them to change
|
|
||||||
But they are just not listening today
|
|
||||||
|
|
||||||
All of the madness, all of the rage
|
|
||||||
Only gets better when I feel pain
|
|
||||||
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
As I run through your veins I'm
|
|
||||||
Trying not to
|
|
||||||
|
|
||||||
But I need them to see
|
|
||||||
What they did to me
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
|
|
||||||
Bad habits in my head
|
|
||||||
Bad habits in my bed
|
|
||||||
And I'm trying just to hold on
|
|
||||||
To everything that I have known instead
|
|
||||||
|
|
||||||
All of the madness, all of the rage
|
|
||||||
Only gets better when I feel pain
|
|
||||||
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
As I run through your veins I'm
|
|
||||||
Trying not to
|
|
||||||
|
|
||||||
But I need them to see
|
|
||||||
What they did to me
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
As I run through your veins I'm
|
|
||||||
Trying not to
|
|
||||||
|
|
||||||
But I need them to see
|
|
||||||
What they did to me
|
|
||||||
Am I causing you pain, love
|
|
||||||
I don't mean to
|
|
||||||
- sid: '01EpUJB8qCmYOy2oT0Ok9W'
|
|
||||||
lyrics: |
|
|
||||||
Full circle, deep purple
|
|
||||||
Undertones in the undertone
|
|
||||||
Not artificial, these words fizzle
|
|
||||||
Up and out of my mouth
|
|
||||||
|
|
||||||
I can phase through walls like a particle
|
|
||||||
Part of me holds while rest of me holds on
|
|
||||||
I can change the arrangement of all of us
|
|
||||||
When not but a follower, like it's nothing
|
|
||||||
|
|
||||||
I am satellite, I am so alive
|
|
||||||
I am hovering in place like a dragonfly
|
|
||||||
I am hydrochloric, I am alkaline
|
|
||||||
I am everything you feel and you fantasize
|
|
||||||
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
|
|
||||||
Dragonfly
|
|
||||||
|
|
||||||
Dragonfly
|
|
||||||
|
|
||||||
I can walk on the water like it's concrete
|
|
||||||
Part of me falls while the rest of me runs free
|
|
||||||
I can play with the shape of the entropy
|
|
||||||
Nobody can intervene, like it's nothing
|
|
||||||
|
|
||||||
I am satellite, I am so alive
|
|
||||||
I am hovering in place like a dragonfly
|
|
||||||
I am hydrochloric, I am alkaline
|
|
||||||
I am everything you feel and you fantasize
|
|
||||||
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
And the heart is on, like it's nothing
|
|
||||||
|
|
||||||
Full circle, no reversal
|
|
||||||
Under oath in the summer glow
|
|
||||||
Not artificial, these words fizzle
|
|
||||||
Humming low from my broke
|
|
||||||
|
|
||||||
You can walk, you can run
|
|
||||||
I can fly, dragonfly
|
|
||||||
You can walk, oh you can run
|
|
||||||
But I can fly, dragonfly
|
|
||||||
|
|
||||||
Dragonfly
|
|
||||||
|
|
||||||
Dragonfly
|
|
||||||
|
|
||||||
Full circle
|
|
||||||
I take it full circle
|
|
||||||
Full circle
|
|
||||||
Full circle
|
|
||||||
- sid: '2UpWp7B9rBLYfPwDFBAOIi'
|
|
||||||
lyrics: |
|
|
||||||
Ooh, yeah
|
|
||||||
Ooh, yeah, yeah, yeah!
|
|
||||||
Oh!
|
|
||||||
|
|
||||||
Oh!
|
|
||||||
|
|
||||||
Ooh, yeah
|
|
||||||
Ooh, yeah, yeah, yeah!
|
|
||||||
|
|
||||||
I,
|
|
||||||
I heard
|
|
||||||
I heard you like to dance
|
|
||||||
(Woah woah-ooh woah-ooh woah)
|
|
||||||
|
|
||||||
I,
|
|
||||||
I heard
|
|
||||||
I heard you like to shake that ass
|
|
||||||
(Woah woah-ooh woah-ooh woah)
|
|
||||||
|
|
||||||
You said
|
|
||||||
|
|
||||||
"Show me where the funk is"
|
|
||||||
And I heard you like to get low
|
|
||||||
"Show me where the funk is"
|
|
||||||
And I heard you like to get down, down, down, yeah
|
|
||||||
|
|
||||||
Bae you know the word is out
|
|
||||||
I heard that you've been gettin' down
|
|
||||||
Your momma knows you're slippin' out
|
|
||||||
Where the funk is, the funk is, yeah!
|
|
||||||
|
|
||||||
(Where the funk is)
|
|
||||||
|
|
||||||
(Woah woah-ooh woah-ooh woah)
|
|
||||||
|
|
||||||
I,
|
|
||||||
I heard
|
|
||||||
I heard you like to sing
|
|
||||||
|
|
||||||
I,
|
|
||||||
I heard
|
|
||||||
I know you like to scream
|
|
||||||
(Where the funk is)
|
|
||||||
|
|
||||||
Ooh, bae you know the word is out
|
|
||||||
Yeah, I heard that you've been gettin' down
|
|
||||||
Oh, your momma knows you're slippin' out
|
|
||||||
Where the funk is, the funk is
|
|
||||||
|
|
||||||
I,
|
|
||||||
I heard
|
|
||||||
I heard you like to get nasty
|
|
||||||
(Woah woah-ooh woah-ooh woah)
|
|
||||||
|
|
||||||
I,
|
|
||||||
I know
|
|
||||||
I know you know that you a badass motherfucker!
|
|
||||||
|
|
||||||
"Show me where the funk is"
|
|
||||||
And I heard you like to get low
|
|
||||||
"Show me where the funk is"
|
|
||||||
One more time, do it some more, yeah!
|
|
||||||
|
|
||||||
"Show me where the funk is"
|
|
||||||
And I heard you like to get low
|
|
||||||
"Show me where the funk is"
|
|
||||||
And I heard you like to get down!
|
|
||||||
- sid: '01V3FamQ70LSYhkDXz47Wt'
|
|
||||||
lyrics: |
|
|
||||||
No matter how good that I get you
|
|
||||||
At targeting your mind on one thing at a time
|
|
||||||
Got a lot that you've got to do
|
|
||||||
Caught you on your way out
|
|
||||||
Hey, did you know that you breathe too
|
|
||||||
And if our air ran out to minimal amounts
|
|
||||||
How about that as a currency?
|
|
||||||
Wouldn't that even things out?
|
|
||||||
|
|
||||||
Tell me how's that PSI
|
|
||||||
Hitting your skull when you
|
|
||||||
Lie about your life
|
|
||||||
So very tall in your mind
|
|
||||||
Think no one sees how you hide
|
|
||||||
I do, I do
|
|
||||||
|
|
||||||
Wake up, you're collecting dust
|
|
||||||
Your shine will start to rust
|
|
||||||
You're in love with the ease of what
|
|
||||||
All those Bens have had to say
|
|
||||||
|
|
||||||
No matter how good that I get you
|
|
||||||
At targeting your mind on one thing at a time
|
|
||||||
Got a lot that you've got to do
|
|
||||||
Caught you on your way out
|
|
||||||
Hey, did you know that you breathe too
|
|
||||||
And if our air ran out to minimal amounts
|
|
||||||
How about that as a currency?
|
|
||||||
Wouldn't that even things out?
|
|
||||||
|
|
||||||
Tell me how's that PSI
|
|
||||||
Hitting your skull when you
|
|
||||||
Lie about your life
|
|
||||||
So very tall in your mind
|
|
||||||
Think no one sees how you hide
|
|
||||||
I do, I do
|
|
||||||
- sid: '02hs1TRvEe6kzmfKLylHba'
|
|
||||||
lyrics: |
|
|
||||||
I like to party, drink all the lemonade
|
|
||||||
I like to party, come ride the Waffle Wave
|
|
||||||
|
|
||||||
Float on the gum drops in a pool of marmalade
|
|
||||||
I like to party, come ride the Waffle Wave
|
|
||||||
|
|
||||||
(I just wanna party)
|
|
||||||
(I just wanna party)
|
|
||||||
(I just wanna party)
|
|
||||||
(I just wanna, I just wanna, I just wanna)
|
|
||||||
Here we go
|
|
||||||
Eechi me sanchi, I know I just want to eat (waffle)
|
|
||||||
Eechi me sanchi, I just want a waffle wave
|
|
||||||
Eechi me sanchi, I know I just want to eat
|
|
||||||
Eechi me sanchi, I just want a waffle-
|
|
||||||
|
|
||||||
Shunai ma kataimo, in the club you're a myto
|
|
||||||
(I just, I just)
|
|
||||||
Shunai ma kataimo, in the club you're myto, so
|
|
||||||
|
|
||||||
(I just wanna party)
|
|
||||||
Waffle
|
|
||||||
Wave
|
|
||||||
I just wanna party
|
|
||||||
Waffle
|
|
||||||
|
|
||||||
Here we go (wave)
|
|
||||||
Here we go
|
|
||||||
Here we go
|
|
||||||
|
|
||||||
I like to party, drink all the lemonade
|
|
||||||
I like to party, come ride the Waffle Wave
|
|
||||||
|
|
||||||
Float on the gum drops in a pool of marmalade
|
|
||||||
I like to party, come ride the Waffle Wave
|
|
||||||
|
|
||||||
All night long
|
|
||||||
I'm falling for you
|
|
||||||
Fizzy Fantasies
|
|
||||||
I'm taking on
|
|
||||||
The chances of dreams
|
|
||||||
Chasing you and me
|
|
||||||
|
|
||||||
All night long
|
|
||||||
I'm falling for you
|
|
||||||
Fizzy Fantasies
|
|
||||||
I'm taking on
|
|
||||||
The chances of dreams
|
|
||||||
Chasing you and me, and me...
|
|
||||||
|
|
||||||
Here we go
|
|
||||||
Waffle
|
|
||||||
Wave
|
|
||||||
Waffle, waffle, waffle
|
|
||||||
Waffle
|
|
||||||
Wave
|
|
||||||
Waffle
|
|
||||||
Here we go, again
|
|
||||||
I just wanna party
|
|
||||||
- sid: '059JaoH7UxFdvAk2xCvcF6'
|
|
||||||
lyrics: |
|
|
||||||
|
|
||||||
Do you know what's happening
|
|
||||||
We've got a situation on the rise
|
|
||||||
Did you see what was going on
|
|
||||||
Or got a good look at her eyes
|
|
||||||
|
|
||||||
Why must they look so fearful
|
|
||||||
I'm only trying save your life
|
|
||||||
Feels like 700 years I have been alive
|
|
||||||
Stick it up, roaming the streets and set out to terrorize
|
|
||||||
And born digital angel
|
|
||||||
Unknowing, living a lie
|
|
||||||
|
|
||||||
And I remember.
|
|
||||||
Somewhere in my mind shows
|
|
||||||
Itself time to time whole
|
|
||||||
Visions from my past - the
|
|
||||||
Last time I was
|
|
||||||
Free
|
|
||||||
From burdens and duties
|
|
||||||
Last time I felt complete
|
|
||||||
Ignorance is beauty
|
|
||||||
- sid: '08pYxU4axAJX2ATZlURPWH'
|
|
||||||
lyrics: |
|
|
||||||
She sells them cheap thrills,
|
|
||||||
She know that she kills.
|
|
||||||
|
|
||||||
High stakes, fun games,
|
|
||||||
float away.
|
|
||||||
"Can escape the night away",
|
|
||||||
She said.
|
|
||||||
|
|
||||||
Take a pill for it, here you go,
|
|
||||||
Take a hit for it here you go,
|
|
||||||
You don't need love,
|
|
||||||
You don't need my love.
|
|
||||||
|
|
||||||
But I'm addicted, to your love.
|
|
||||||
Yes I'm addicted to your love.
|
|
||||||
|
|
||||||
She was young, not so long ago,
|
|
||||||
She sold smiles, like here you go,
|
|
||||||
You don't need love,
|
|
||||||
I don't need your love.
|
|
||||||
|
|
||||||
But I'm addicted, to your love.
|
|
||||||
Yes I'm addicted to your love.
|
|
||||||
|
|
||||||
|
|
||||||
And if your mind still speaks take another
|
|
||||||
Humankind’s still bleak undercover
|
|
||||||
Yeah “I’m done” you swore to you mother
|
|
||||||
But the truth is you rather mislead than recover
|
|
||||||
And the mandate reads you wake, bake
|
|
||||||
Cause you can’t take all the heartache
|
|
||||||
And a mistake’s not a mistake if you don’t break
|
|
||||||
Partake in a risk take with no handbrake uh
|
|
||||||
A B C to X T C and I don’t trust you a moment alone so stay with me
|
|
||||||
You sing all your LSDs, and will I pull you back on earth or will you sink with me?
|
|
||||||
|
|
||||||
And I can see you’ve quit, say the drugs won
|
|
||||||
Yeah there’s no point speak, cause you hear none
|
|
||||||
I really thought I could get you out of this one,
|
|
||||||
Help you when you freeze, run
|
|
||||||
Break this whole addiction
|
|
||||||
But I don’t know anymore
|
|
||||||
Think I gotta let go
|
|
||||||
- sid: 7B2pRsFVYT0ntK7xKbQwsn
|
|
||||||
lyrics: |
|
|
||||||
Riding down the Parkway in the Twilight
|
|
||||||
Wind in our hair getting high without a care
|
|
||||||
Ooh yeah
|
|
||||||
Pull up to the Bonfire Crack another cold one
|
|
||||||
Turn the Speakers up
|
|
||||||
Cos we dont’ give a fuck
|
|
||||||
We gonna party till the sun comes up
|
|
||||||
Dancing Queens
|
|
||||||
Living in a Rainbow Dream
|
|
||||||
Seventeen Living in a Rainbow Dream
|
|
||||||
A Rainbow Dream
|
|
||||||
All the Colors in the Air
|
|
||||||
Feel the Magic Everywhere
|
|
||||||
In a Rainbow Dream
|
|
||||||
In a Rainbow Dream
|
|
||||||
(All the Colors in the Air, Feel the Magic Everywhere)
|
|
||||||
In a Rainbow Dream
|
|
||||||
Living in a Rainbow Dream
|
|
||||||
We’re all just living for that moment
|
|
||||||
TIme slows down and you take a look around
|
|
||||||
Just like in the movies
|
|
||||||
when everybody’s laughing hey hey
|
|
||||||
Clinking drinks and relaxing
|
|
||||||
So turn the Speakers up
|
|
||||||
Cos we don’t give a fuck
|
|
||||||
We gonna party till the sun comes up
|
|
||||||
Dancing Queens
|
|
||||||
Living in a Rainbow Dream
|
|
||||||
Seventeen
|
|
||||||
Living in a Rainbow Dream
|
|
||||||
A Rainbow Dream
|
|
||||||
All the Colors in the Air
|
|
||||||
Feel the Magic Everywhere
|
|
||||||
In a Rainbow Dream
|
|
||||||
In a Rainbow Dream (All the Colors in the Air)
|
|
||||||
Colors in the Air (Feel the Magic Everywhere)
|
|
||||||
In a Rainbow Dream
|
|
||||||
Living in a Rainbow Dream
|
|
6673
_data/songs.json
6673
_data/songs.json
File diff suppressed because it is too large
Load diff
|
@ -1,400 +0,0 @@
|
||||||
- date: '2018-06-28'
|
|
||||||
host: 'Anna Yvette'
|
|
||||||
- date: '2018-07-05'
|
|
||||||
host: 'Approaching Nirvana'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2018-07-12'
|
|
||||||
host: 'Electro-Light'
|
|
||||||
- date: '2018-07-19'
|
|
||||||
host: 'Varien'
|
|
||||||
- date: '2018-07-26'
|
|
||||||
host: 'Tim Schaufert'
|
|
||||||
- date: '2018-08-02'
|
|
||||||
host: '?Roundup'
|
|
||||||
- date: '2018-08-09'
|
|
||||||
host: 'Laura Brehm, Rival, Arc North'
|
|
||||||
- date: '2018-08-16'
|
|
||||||
host: 'AK'
|
|
||||||
- date: '2018-08-23'
|
|
||||||
host: 'Jim Yosef'
|
|
||||||
- date: '2018-08-30'
|
|
||||||
host: 'Rob Gasser'
|
|
||||||
- date: '2018-09-06'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2018-09-13'
|
|
||||||
host: 'Sublab'
|
|
||||||
- date: '2018-09-20'
|
|
||||||
host: 'Veela'
|
|
||||||
- date: '2018-09-27'
|
|
||||||
host: 'floatinurboat'
|
|
||||||
- date: '2018-10-04'
|
|
||||||
host: 'Anna Yvette'
|
|
||||||
- date: '2018-10-11'
|
|
||||||
host: 'Hudson Lee'
|
|
||||||
- date: '2018-10-18'
|
|
||||||
host: '!AMA'
|
|
||||||
amaHost: 'Anna Yvette, Laura Brehm, Approaching Nirvana'
|
|
||||||
live: true
|
|
||||||
- date: '2018-10-25'
|
|
||||||
host: 'Anna Yvette'
|
|
||||||
- date: '2018-11-01'
|
|
||||||
host: 'Approaching Nirvana'
|
|
||||||
- date: '2018-11-08'
|
|
||||||
host: 'Arc North'
|
|
||||||
- date: '2018-11-15'
|
|
||||||
host: 'CASHFORGOLD'
|
|
||||||
- date: '2018-11-22'
|
|
||||||
host: 'Anna Yvette'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2018-11-29'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2018-12-06'
|
|
||||||
host: 'Cara Leigh'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2018-12-13'
|
|
||||||
host: 'Atlas in Motion'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2018-12-20'
|
|
||||||
host: 'Arc North, Rival'
|
|
||||||
- date: '2018-12-27'
|
|
||||||
host: 'Approaching Nirvana'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-01-03'
|
|
||||||
host: '!Yearmix'
|
|
||||||
year: 2018
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-01-04'
|
|
||||||
host: '!Yearmix'
|
|
||||||
year: 2018
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-01-10'
|
|
||||||
host: 'Alden Groves'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-01-17'
|
|
||||||
host: 'Hyper Potions'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-01-24'
|
|
||||||
host: 'Voicians'
|
|
||||||
streamer: 'Voicians'
|
|
||||||
live: true
|
|
||||||
tracklist:
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Potion'
|
|
||||||
link: 'https://open.spotify.com/track/14hAZvFFnYG7sszxRByd30?si=U0aj8P5HS1e9rHdsEOxxqA'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Loop'
|
|
||||||
link: 'https://open.spotify.com/track/2g85NHqwJ2qEg8MZwa3SWb?si=qV2JKwEaS3ib2JAHJJnEEw'
|
|
||||||
- artist: 'Anna Yvette'
|
|
||||||
title: 'The End'
|
|
||||||
link: 'https://open.spotify.com/track/5YwUIxuEcE6cd4DK2GAQ9q?si=5YXSOOF3QkuDyQp1-C7BEw'
|
|
||||||
- artist: 'Varien'
|
|
||||||
title: 'Blood Hunter'
|
|
||||||
- artists: [ 'Rameses B', 'Zoe Moon' ]
|
|
||||||
title: 'Eclipse'
|
|
||||||
link: 'https://open.spotify.com/track/1JDzWvYkEbQ3stuReNJsfk?si=j0J-hE9nTtGRFrx4_Ivb0A'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Endure'
|
|
||||||
link: 'https://open.spotify.com/track/6JZmx8ipiHx0JiKLSwOg2z?si=nKrm4hWlQwWS1SJ_zTssVQ'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: '?'
|
|
||||||
- artists: [ 'Arc North', 'Agiya' ]
|
|
||||||
title: 'Dark Side (feat. Agiya)'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Survival League'
|
|
||||||
link: 'https://open.spotify.com/track/59IvIDPRshOj9Ty2he8KOI?si=C0gGQg0hQbG2H63tS85G9A'
|
|
||||||
- artists: [ 'Sublab', 'Azaleh' ]
|
|
||||||
title: 'Continuum'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Telepathetic'
|
|
||||||
link: 'https://open.spotify.com/track/4SbNROn7kq8sw2oFfrlT0g?si=ZTenGzebSrexcJuXyFMhSg'
|
|
||||||
- artists: [ 'Mr. Bill', 'Of The Trees' ]
|
|
||||||
title: 'Pish Posh'
|
|
||||||
link: 'https://open.spotify.com/track/7sNw9S1Jird6Mh4p8BXIAF?si=YimTZ-q6RD20vMLL4Wxy9A'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Wolves'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Forsaken'
|
|
||||||
link: 'https://open.spotify.com/track/4cIlELdvlCXZKrJj06e3EI?si=rtVzXo_-RdOfqvJxoS85qQ'
|
|
||||||
- artist: 'Haywyre'
|
|
||||||
title: 'Storyteller'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Riddle'
|
|
||||||
link: 'https://open.spotify.com/track/5qJU2zfQ0XsTfZbihQWEyT?si=1LETzMMJQUmnXRwj78fh-Q'
|
|
||||||
- aritsts: [ 'Elliot Berger', 'Laura Brehm' ]
|
|
||||||
title: 'Believe'
|
|
||||||
- artists: [ 'Approaching Nirvana', 'Cara Leigh' ]
|
|
||||||
title: 'Lost the Signal'
|
|
||||||
- artist: 'Approaching Nirvana'
|
|
||||||
title: 'Leap'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Angels'
|
|
||||||
# ?
|
|
||||||
- artist: 'Approaching Nirvana'
|
|
||||||
title: 'Not This Time'
|
|
||||||
- artist: 'Rameses B'
|
|
||||||
title: 'Space Race'
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Touch Me Hurt Me'
|
|
||||||
link: 'https://open.spotify.com/track/29K8kP8UZ2JPil2gXEjeSv?si=tg2jNJT5R72UXu9cqhAxUg'
|
|
||||||
- artist: 'Electro-Light'
|
|
||||||
title: 'Discovery'
|
|
||||||
- artist: 'Varien'
|
|
||||||
title: 'Claws'
|
|
||||||
#?
|
|
||||||
- artist: 'Voicians'
|
|
||||||
title: 'Tweeday Theme'
|
|
||||||
link: 'https://open.spotify.com/track/2JgeYPiw2WKBVsnNromiBh?si=4NSRFFTIS2Kfdrp-jGtpnQ'
|
|
||||||
- artist: 'Anna Yvette'
|
|
||||||
title: 'Rainbow Dream'
|
|
||||||
- artists: [ 'Rezonate', 'Christopher Pop' ]
|
|
||||||
title: 'Toadstools (Christopher Pop Remix)'
|
|
||||||
- artist: 'MYLK'
|
|
||||||
title: 'Mashmallow Disco'
|
|
||||||
link: 'https://open.spotify.com/track/63d4BntRS4qWSoq5Uciq46?si=6pkBGCc9TKqzzrskLKecWQ'
|
|
||||||
- date: '2019-01-31'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-02-07'
|
|
||||||
host: '?Throwback'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
throwbackHost: 'Sublab'
|
|
||||||
- date: '2019-02-14'
|
|
||||||
host: 'Rameses B'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-02-21'
|
|
||||||
host: '?Throwback'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
throwbackHost: 'Laura Brehm, Arc North, Rival'
|
|
||||||
- date: '2019-02-28'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-03-05'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-03-07'
|
|
||||||
host: 'Approaching Nirvana'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-03-12'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-03-14'
|
|
||||||
host: '?Throwback'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
throwbackHost: 'floatinurboat'
|
|
||||||
- date: '2019-03-19'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-03-21'
|
|
||||||
host: '?Throwback'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
throwbackHost: 'CASHFORGOLD'
|
|
||||||
- date: '2019-03-26'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-03-28'
|
|
||||||
host: 'Varien'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-04-02'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-04-04'
|
|
||||||
host: 'Au5'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-04-09'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-04-11'
|
|
||||||
host: 'Veela'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-04-16'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-04-18'
|
|
||||||
host: 'AK'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-04-23'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-04-25'
|
|
||||||
host: '?Throwback'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
throwbackHost: 'Arc North'
|
|
||||||
- date: '2019-04-30'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-05-02'
|
|
||||||
host: 'Lucy Daydream'
|
|
||||||
streamer: 'Lucy Daydream'
|
|
||||||
live: true
|
|
||||||
- date: '2019-05-07'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-05-09'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2019-05-14'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2019-05-16'
|
|
||||||
host: 'Covex'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-05-21'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
video: 'https://www.youtube.com/watch?v=SyKKsmdI7ZM'
|
|
||||||
- date: '2019-05-23'
|
|
||||||
host: 'Laura Brehm'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
video: 'https://www.youtube.com/watch?v=oKYqpqw6z-A'
|
|
||||||
- date: '2019-05-28'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
video: 'https://www.youtube.com/watch?v=l2E6aCSH6uc'
|
|
||||||
- date: '2019-05-30'
|
|
||||||
host: 'Zoe Moon'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
video: 'https://www.youtube.com/watch?v=12Dw26xKUAU'
|
|
||||||
- date: '2019-06-04'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
video: 'https://www.youtube.com/watch?v=IzMb3SWD9m0'
|
|
||||||
- date: '2019-06-06'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-06-11'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2019-06-13'
|
|
||||||
host: 'Au5'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
video: 'https://www.youtube.com/watch?v=LL4N99aA_KI'
|
|
||||||
- date: '2019-06-18'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-06-20'
|
|
||||||
host: 'Sublab'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-06-25'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2019-06-27'
|
|
||||||
host: 'Miyoki'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-07-02'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Cara Leigh'
|
|
||||||
- date: '2019-07-09'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-07-11'
|
|
||||||
host: 'Approaching Nirvana'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-07-16'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-07-23'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-07-25'
|
|
||||||
host: 'floatinurboat'
|
|
||||||
streamer: 'floatinurboat'
|
|
||||||
- date: '2019-07-30'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-08-01'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-08-06'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2019-08-08'
|
|
||||||
host: '?Throwback'
|
|
||||||
throwbackHost: 'Varien'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-08-15'
|
|
||||||
host: 'Electro-Light'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-08-22'
|
|
||||||
host: 'Zoe Moon'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
- date: '2019-08-29'
|
|
||||||
host: '?Roundup'
|
|
||||||
streamer: 'Approaching Nirvana'
|
|
||||||
tracklist:
|
|
||||||
- artist: 'Faodail'
|
|
||||||
title: 'Nostos (Returning)'
|
|
||||||
- artists: ['Kooma', 'Miyoki', 'Veela']
|
|
||||||
title: 'Answers'
|
|
||||||
- artist: 'Miyoki'
|
|
||||||
title: 'Boats & Birds'
|
|
||||||
- artists: ['Electro-Light', 'AWR']
|
|
||||||
title: 'Love Will Find You'
|
|
||||||
- artist: 'Tim Schaufert'
|
|
||||||
title: 'Journey'
|
|
||||||
- artists: ['Laura Brehm', 'Mr. Bill']
|
|
||||||
title: 'i2i'
|
|
||||||
#AK?
|
|
||||||
- artist: 'Cara Leigh'
|
|
||||||
title: 'Part of Me'
|
|
||||||
- artists: ['Tim Schaufert', 'Acacia']
|
|
||||||
title: 'It''s Going to Be Alright'
|
|
||||||
- artists: ['Electro Light', 'AWR']
|
|
||||||
title: 'Under A Minute'
|
|
||||||
- artists: ['Approaching Nirvana', 'TryHardNinja']
|
|
||||||
title: 'Revenge Remix'
|
|
||||||
- artists: ['Electro-Light', 'AWR']
|
|
||||||
title: 'Don''t Allow'
|
|
||||||
- artist: 'Sekai'
|
|
||||||
title: 'Cherry'
|
|
||||||
- artist: 'Faodail'
|
|
||||||
title: 'Gael'
|
|
||||||
#
|
|
||||||
- artist: 'Faodail'
|
|
||||||
title: 'Untethered'
|
|
||||||
- date: '2020-04-30'
|
|
||||||
host: '!AMA'
|
|
||||||
amaHost: 'Anna Yvette, Electro-Light, floatinurboat, Laura Brehm'
|
|
||||||
streamer: 'floatinurboat'
|
|
||||||
live: true
|
|
||||||
- date: '2021-01-26'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-01-28'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-02'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-04'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-09'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-11'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-16'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-18'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-02-25'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-03-02'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-03-04'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-03-23'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
- date: '2021-03-25'
|
|
||||||
host: '!Chill'
|
|
||||||
streamer: 'Anna Yvette'
|
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
<div class="song">
|
|
||||||
<p>
|
|
||||||
{%- assign isFirst = true -%}
|
|
||||||
{%- for artistName in song.artists -%}
|
|
||||||
{%- if isFirst == true -%}
|
|
||||||
{%- assign isFirst = false -%}
|
|
||||||
{%- else -%}
|
|
||||||
, {% comment %} Comma and space to separate artists {% endcomment %}
|
|
||||||
{%- endif -%}
|
|
||||||
{%- assign artist = site.data.artists | where: 'sname', artistName | first -%}
|
|
||||||
{%- if artist -%}
|
|
||||||
<a href="{{ artist.sname | datapage_url: 'artists' }}">{{ artist.sname }}</a>
|
|
||||||
{%- else -%}
|
|
||||||
{{ artistName }}
|
|
||||||
{%- endif -%}
|
|
||||||
{%- endfor -%}
|
|
||||||
{% comment %} Space needed {% endcomment %} - <a href="{{ site.baseurl }}/{{ song.sid | datapage_url: 'songs' }}">{{ song.sname }}</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
|
@ -1,20 +0,0 @@
|
||||||
<li>
|
|
||||||
<h3>
|
|
||||||
{%- if stream.host == '!Chill' -%} Tuesday Chill Stream
|
|
||||||
{%- elsif stream.host == '?Throwback' -%} Throwback: {{ stream.throwbackHost }}
|
|
||||||
{%- elsif stream.host == '?Roundup' -%} Monthly Roundup
|
|
||||||
{%- elsif stream.host == '!Yearmix' -%} {{ stream.year }} yearmix
|
|
||||||
{%- elsif stream.host == '!AMA' -%} Q & A: {{ stream.amaHost }}
|
|
||||||
{%- else -%} {{- stream.host -}}
|
|
||||||
{%- endif -%}
|
|
||||||
{% if stream.live %} - LIVE {%- endif -%}
|
|
||||||
</h3>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
{{ stream.date | date: "%a, %b %d, %Y" }}
|
|
||||||
</li>
|
|
||||||
{%- if stream.streamer -%} {% comment %} No streamer for future streams {% endcomment %}
|
|
||||||
<li>
|
|
||||||
Streamer: {{ stream.streamer }}
|
|
||||||
</li>
|
|
||||||
{%- endif -%}
|
|
|
@ -1,21 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: '{{ page.sname }}'
|
|
||||||
ptitle: '{{ page.sname }}'
|
|
||||||
---
|
|
||||||
<h2>{{ page.position }}</h2>
|
|
||||||
|
|
||||||
<h2>Songs</h2>
|
|
||||||
<ul>
|
|
||||||
{% assign filtered_songs = site.data.songs %}
|
|
||||||
{% for song in filtered_songs %}
|
|
||||||
{% assign found = false %}
|
|
||||||
{% for artist in song.artists %}
|
|
||||||
{% if artist == page.sname %}
|
|
||||||
{% assign found = true %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
{% if found == false %} {% continue %} {% endif %}
|
|
||||||
<li><a href="{{ site.baseurl }}/songs{{ song.sid | datapage_url: songs }}">{{ song.artists | join: ", " }} - {{ song.sname }}</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
|
@ -1,39 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html class="no-js" lang="">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>{{ page.title | flatify }} - HS Fanpage</title>
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
|
|
||||||
<link rel="apple-touch-icon" href="{{ site.baseurl }}/icon.png">
|
|
||||||
<!-- Place favicon.ico in the root directory -->
|
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico"/>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
|
|
||||||
|
|
||||||
<meta name="theme-color" content="#fafafa">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div class="bg-image"></div>
|
|
||||||
<h1>{{ page.ptitle | flatify }}</h1>
|
|
||||||
<nav>
|
|
||||||
<ul>
|
|
||||||
{% for item in site.data.navigation %}
|
|
||||||
<li><a href="{{ site.baseurl }}/{{ item.link }}" {% if page.url== item.link %} style="color: red;" {% endif %}>
|
|
||||||
{{ item.name }}
|
|
||||||
</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<!--[if IE]>
|
|
||||||
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade
|
|
||||||
your browser</a> to improve your experience and security.</p>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: '{{ page.sname }}'
|
|
||||||
ptitle: '{{ page.artists | join: ", " }} - {{ page.sname }}'
|
|
||||||
---
|
|
||||||
<div class="pageContent">
|
|
||||||
<h2>Lyrics</h2>
|
|
||||||
<pre id="lyrics">
|
|
||||||
{%- assign song = site.data.songextra | where: 'sid', page.sid | first -%}
|
|
||||||
{{ song.lyrics }}
|
|
||||||
</pre>
|
|
||||||
</div>
|
|
|
@ -1,138 +0,0 @@
|
||||||
# coding: utf-8
|
|
||||||
# Generate pages from individual records in yml files
|
|
||||||
# (c) 2014-2016 Adolfo Villafiorita
|
|
||||||
# Distributed under the conditions of the MIT License
|
|
||||||
|
|
||||||
module Jekyll
|
|
||||||
|
|
||||||
module Sanitizer
|
|
||||||
# strip characters and whitespace to create valid filenames, also lowercase
|
|
||||||
def sanitize_filename(name)
|
|
||||||
if(name.is_a? Integer)
|
|
||||||
return name.to_s
|
|
||||||
end
|
|
||||||
return name.tr(
|
|
||||||
"ÀÁÂÃÄÅàáâãäåĀāĂ㥹ÇçĆćĈĉĊċČčÐðĎďĐđÈÉÊËèéêëĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĦħÌÍÎÏìíîïĨĩĪīĬĭĮįİıĴĵĶķĸĹĺĻļĽľĿŀŁłÑñŃńŅņŇňʼnŊŋÑñÒÓÔÕÖØòóôõöøŌōŎŏŐőŔŕŖŗŘřŚśŜŝŞşŠšſŢţŤťŦŧÙÚÛÜùúûüŨũŪūŬŭŮůŰűŲųŴŵÝýÿŶŷŸŹźŻżŽž",
|
|
||||||
"AAAAAAaaaaaaAaAaAaCcCcCcCcCcDdDdDdEEEEeeeeEeEeEeEeEeGgGgGgGgHhHhIIIIiiiiIiIiIiIiIiJjKkkLlLlLlLlLlNnNnNnNnnNnNnOOOOOOooooooOoOoOoRrRrRrSsSsSsSssTtTtTtUUUUuuuuUuUuUuUuUuUuWwYyyYyYZzZzZz"
|
|
||||||
).downcase.strip.gsub(' ', '-').gsub(/[^\w.-]/, '')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# this class is used to tell Jekyll to generate a page
|
|
||||||
class DataPage < Page
|
|
||||||
include Sanitizer
|
|
||||||
|
|
||||||
# - site and base are copied from other plugins: to be honest, I am not sure what they do
|
|
||||||
#
|
|
||||||
# - `index_files` specifies if we want to generate named folders (true) or not (false)
|
|
||||||
# - `dir` is the default output directory
|
|
||||||
# - `data` is the data defined in `_data.yml` of the record for which we are generating a page
|
|
||||||
# - `name` is the key in `data` which determines the output filename
|
|
||||||
# - `template` is the name of the template for generating the page
|
|
||||||
# - `extension` is the extension for the generated file
|
|
||||||
def initialize(site, base, index_files, dir, data, name, template, extension)
|
|
||||||
@site = site
|
|
||||||
@base = base
|
|
||||||
|
|
||||||
# @dir is the directory where we want to output the page
|
|
||||||
# @name is the name of the page to generate
|
|
||||||
#
|
|
||||||
# the value of these variables changes according to whether we
|
|
||||||
# want to generate named folders or not
|
|
||||||
if data[name] == nil
|
|
||||||
puts "error (datapage_gen). empty value for field '#{name}' in record #{data}"
|
|
||||||
else
|
|
||||||
filename = sanitize_filename(data[name]).to_s
|
|
||||||
|
|
||||||
@dir = dir + (index_files ? "/" + filename + "/" : "")
|
|
||||||
@name = (index_files ? "index" : filename) + "." + extension.to_s
|
|
||||||
|
|
||||||
self.process(@name)
|
|
||||||
self.read_yaml(File.join(base, '_layouts'), template + ".html")
|
|
||||||
# self.data['title'] = data[name] - EDITED
|
|
||||||
# add all the information defined in _data for the current record to the
|
|
||||||
# current page (so that we can access it with liquid tags)
|
|
||||||
self.data.merge!(data)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class DataPagesGenerator < Generator
|
|
||||||
safe true
|
|
||||||
|
|
||||||
# generate loops over _config.yml/page_gen invoking the DataPage
|
|
||||||
# constructor for each record for which we want to generate a page
|
|
||||||
|
|
||||||
def generate(site)
|
|
||||||
# page_gen_dirs determines whether we want to generate index pages
|
|
||||||
# (name/index.html) or standard files (name.html). This information
|
|
||||||
# is passed to the DataPage constructor, which sets the @dir variable
|
|
||||||
# as required by this directive
|
|
||||||
index_files = site.config['page_gen-dirs'] == true
|
|
||||||
|
|
||||||
# data contains the specification of the data for which we want to generate
|
|
||||||
# the pages (look at the README file for its specification)
|
|
||||||
data = site.config['page_gen']
|
|
||||||
if data
|
|
||||||
data.each do |data_spec|
|
|
||||||
index_files_for_this_data = data_spec['index_files'] != nil ? data_spec['index_files'] : index_files
|
|
||||||
template = data_spec['template'] || data_spec['data']
|
|
||||||
name = data_spec['name']
|
|
||||||
dir = data_spec['dir'] || data_spec['data']
|
|
||||||
extension = data_spec['extension'] || "html"
|
|
||||||
|
|
||||||
if site.layouts.key? template
|
|
||||||
# records is the list of records defined in _data.yml
|
|
||||||
# for which we want to generate different pages
|
|
||||||
records = nil
|
|
||||||
data_spec['data'].split('.').each do |level|
|
|
||||||
if records.nil?
|
|
||||||
records = site.data[level]
|
|
||||||
else
|
|
||||||
records = records[level]
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# apply filtering conditions:
|
|
||||||
# - filter requires the name of a boolean field
|
|
||||||
# - filter_condition evals a ruby expression
|
|
||||||
records = records.select { |r| r[data_spec['filter']] } if data_spec['filter']
|
|
||||||
records = records.select { |record| eval(data_spec['filter_condition']) } if data_spec['filter_condition']
|
|
||||||
|
|
||||||
records.each do |record|
|
|
||||||
site.pages << DataPage.new(site, site.source, index_files_for_this_data, dir, record, name, template, extension)
|
|
||||||
end
|
|
||||||
else
|
|
||||||
puts "error (datapage_gen). could not find template #{template}" if not site.layouts.key? template
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
module DataPageLinkGenerator
|
|
||||||
include Sanitizer
|
|
||||||
|
|
||||||
# use it like this: {{input | datapage_url: dir}}
|
|
||||||
# to generate a link to a data_page.
|
|
||||||
#
|
|
||||||
# the filter is smart enough to generate different link styles
|
|
||||||
# according to the data_page-dirs directive ...
|
|
||||||
#
|
|
||||||
# ... however, the filter is not smart enough to support different
|
|
||||||
# extensions for filenames.
|
|
||||||
#
|
|
||||||
# Thus, if you use the `extension` feature of this plugin, you
|
|
||||||
# need to generate the links by hand
|
|
||||||
def datapage_url(input, dir)
|
|
||||||
if $config == nil
|
|
||||||
$config = Jekyll.configuration({}) # Prevent spamming "Configuration file: ..." - NorbiPeti
|
|
||||||
end
|
|
||||||
extension = $config['page_gen-dirs'] ? '/' : '.html'
|
|
||||||
"#{dir}/#{sanitize_filename(input)}#{extension}"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
|
||||||
|
|
||||||
Liquid::Template.register_filter(Jekyll::DataPageLinkGenerator)
|
|
|
@ -1,11 +0,0 @@
|
||||||
# http://acegik.net/blog/ruby/jekyll/plugins/howto-nest-liquid-template-variables-inside-yaml-front-matter-block.html
|
|
||||||
|
|
||||||
module Jekyll
|
|
||||||
module ExpandNestedVariableFilter
|
|
||||||
def flatify(input)
|
|
||||||
Liquid::Template.parse(input).render(@context)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
Liquid::Template.register_filter(Jekyll::ExpandNestedVariableFilter)
|
|
1543
artists.html
1543
artists.html
File diff suppressed because it is too large
Load diff
1773
artists/2tonedisco.html
Normal file
1773
artists/2tonedisco.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/adri.html
Normal file
1773
artists/adri.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/aether.html
Normal file
1773
artists/aether.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/afk.html
Normal file
1773
artists/afk.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/agiya.html
Normal file
1773
artists/agiya.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/agno3.html
Normal file
1773
artists/agno3.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/airthrive.html
Normal file
1773
artists/airthrive.html
Normal file
File diff suppressed because it is too large
Load diff
1861
artists/ak.html
Normal file
1861
artists/ak.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/akacia.html
Normal file
1773
artists/akacia.html
Normal file
File diff suppressed because it is too large
Load diff
1791
artists/alden-groves.html
Normal file
1791
artists/alden-groves.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/alex-holmes.html
Normal file
1773
artists/alex-holmes.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/alex-marie-brinkley.html
Normal file
1773
artists/alex-marie-brinkley.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/ana-b.html
Normal file
1775
artists/ana-b.html
Normal file
File diff suppressed because it is too large
Load diff
1813
artists/andrew-applepie.html
Normal file
1813
artists/andrew-applepie.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/andrew-zink.html
Normal file
1773
artists/andrew-zink.html
Normal file
File diff suppressed because it is too large
Load diff
1789
artists/anna-yvette.html
Normal file
1789
artists/anna-yvette.html
Normal file
File diff suppressed because it is too large
Load diff
1839
artists/approaching-nirvana.html
Normal file
1839
artists/approaching-nirvana.html
Normal file
File diff suppressed because it is too large
Load diff
1785
artists/arc-north.html
Normal file
1785
artists/arc-north.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/arina.html
Normal file
1773
artists/arina.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/arkane-skye.html
Normal file
1773
artists/arkane-skye.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/ashley-apollodor.html
Normal file
1775
artists/ashley-apollodor.html
Normal file
File diff suppressed because it is too large
Load diff
1777
artists/atlas-in-motion.html
Normal file
1777
artists/atlas-in-motion.html
Normal file
File diff suppressed because it is too large
Load diff
1813
artists/au5.html
Normal file
1813
artists/au5.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/avo.html
Normal file
1773
artists/avo.html
Normal file
File diff suppressed because it is too large
Load diff
1777
artists/awr.html
Normal file
1777
artists/awr.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/axel-boy.html
Normal file
1775
artists/axel-boy.html
Normal file
File diff suppressed because it is too large
Load diff
1777
artists/azaleh.html
Normal file
1777
artists/azaleh.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/bare-noize.html
Normal file
1773
artists/bare-noize.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/bearier.html
Normal file
1773
artists/bearier.html
Normal file
File diff suppressed because it is too large
Load diff
1777
artists/bella-musser.html
Normal file
1777
artists/bella-musser.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/bijou.html
Normal file
1773
artists/bijou.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/bituke.html
Normal file
1773
artists/bituke.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/blair.html
Normal file
1773
artists/blair.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/blood-code.html
Normal file
1773
artists/blood-code.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/brenton-mattheus.html
Normal file
1773
artists/brenton-mattheus.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/cadmium.html
Normal file
1775
artists/cadmium.html
Normal file
File diff suppressed because it is too large
Load diff
1789
artists/cara-leigh.html
Normal file
1789
artists/cara-leigh.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/carson-freeman.html
Normal file
1773
artists/carson-freeman.html
Normal file
File diff suppressed because it is too large
Load diff
1779
artists/cashae.html
Normal file
1779
artists/cashae.html
Normal file
File diff suppressed because it is too large
Load diff
1811
artists/cashforgold.html
Normal file
1811
artists/cashforgold.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/cashforgoldtim-schaufert.html
Normal file
1773
artists/cashforgoldtim-schaufert.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/chloe-tang.html
Normal file
1775
artists/chloe-tang.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/chris-linton.html
Normal file
1775
artists/chris-linton.html
Normal file
File diff suppressed because it is too large
Load diff
1779
artists/chris-pop.html
Normal file
1779
artists/chris-pop.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/christopher-pop.html
Normal file
1775
artists/christopher-pop.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/chuck-new.html
Normal file
1773
artists/chuck-new.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/chymes.html
Normal file
1773
artists/chymes.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/cluda.html
Normal file
1773
artists/cluda.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/codrey.html
Normal file
1773
artists/codrey.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/conor-byrne.html
Normal file
1773
artists/conor-byrne.html
Normal file
File diff suppressed because it is too large
Load diff
1789
artists/covex.html
Normal file
1789
artists/covex.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/cozmoe.html
Normal file
1773
artists/cozmoe.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/crystal-skies.html
Normal file
1775
artists/crystal-skies.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/cxssidy.html
Normal file
1773
artists/cxssidy.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/dani-rosenoer.html
Normal file
1773
artists/dani-rosenoer.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/daniel-hanson.html
Normal file
1773
artists/daniel-hanson.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/danyka-nadeau.html
Normal file
1775
artists/danyka-nadeau.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/danyka.html
Normal file
1773
artists/danyka.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/dario-lessing.html
Normal file
1773
artists/dario-lessing.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/david-shane.html
Normal file
1773
artists/david-shane.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/dawncall.html
Normal file
1775
artists/dawncall.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/diamic.html
Normal file
1773
artists/diamic.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/dicebox.html
Normal file
1773
artists/dicebox.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/direct.html
Normal file
1775
artists/direct.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/dj-rival.html
Normal file
1773
artists/dj-rival.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/dntst.html
Normal file
1773
artists/dntst.html
Normal file
File diff suppressed because it is too large
Load diff
1775
artists/domastic.html
Normal file
1775
artists/domastic.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/draper.html
Normal file
1773
artists/draper.html
Normal file
File diff suppressed because it is too large
Load diff
1773
artists/ed-prosek.html
Normal file
1773
artists/ed-prosek.html
Normal file
File diff suppressed because it is too large
Load diff
1779
artists/egzod.html
Normal file
1779
artists/egzod.html
Normal file
File diff suppressed because it is too large
Load diff
1791
artists/electro-light.html
Normal file
1791
artists/electro-light.html
Normal file
File diff suppressed because it is too large
Load diff
1785
artists/elliot-berger.html
Normal file
1785
artists/elliot-berger.html
Normal file
File diff suppressed because it is too large
Load diff
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue