From d3fc96cfdd9fa7cb6606703bc0c9f756fdb38888 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 22:36:33 +0000 Subject: [PATCH 01/11] adding docs --- poetry.lock | 299 +++++++++++++++++- pyproject.toml | 10 +- src/musicbrainzapi/api/lyrics/builder.py | 7 +- src/musicbrainzapi/cli/cli.py | 10 +- src/musicbrainzapi/cli/commands/cmd_lyrics.py | 2 +- 5 files changed, 309 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80731ca..1f08c0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6,6 +6,14 @@ optional = false python-versions = "*" version = "2.2.1" +[[package]] +category = "dev" +description = "A configurable sidebar-enabled Sphinx theme" +name = "alabaster" +optional = false +python-versions = "*" +version = "0.7.12" + [[package]] category = "dev" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." @@ -48,6 +56,17 @@ version = "1.5" [package.dependencies] pycodestyle = ">=2.5.0" +[[package]] +category = "dev" +description = "Internationalization utilities" +name = "babel" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "2.8.0" + +[package.dependencies] +pytz = ">=2015.7" + [[package]] category = "main" description = "Print ASCII tables for terminals" @@ -120,6 +139,14 @@ version = "0.10.0" [package.dependencies] six = "*" +[[package]] +category = "dev" +description = "Docutils -- Python Documentation Utilities" +name = "docutils" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +version = "0.16" + [[package]] category = "main" description = "Internationalized Domain Names in Applications (IDNA)" @@ -128,6 +155,14 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" version = "2.9" +[[package]] +category = "dev" +description = "Getting image size from png/jpeg/jpeg2000/gif file" +name = "imagesize" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +version = "1.2.0" + [[package]] category = "dev" description = "Read metadata from Python packages" @@ -158,6 +193,20 @@ parso = ">=0.5.2" [package.extras] testing = ["colorama (0.4.1)", "docopt", "pytest (>=3.9.0,<5.0.0)"] +[[package]] +category = "dev" +description = "A very fast and expressive template engine." +name = "jinja2" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +version = "2.11.1" + +[package.dependencies] +MarkupSafe = ">=0.23" + +[package.extras] +i18n = ["Babel (>=0.8)"] + [[package]] category = "main" description = "A fast implementation of the Cassowary constraint solver" @@ -169,6 +218,14 @@ version = "1.1.0" [package.dependencies] setuptools = "*" +[[package]] +category = "dev" +description = "Safely add untrusted strings to HTML/XML markup." +name = "markupsafe" +optional = false +python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" +version = "1.1.1" + [[package]] category = "main" description = "Python plotting package" @@ -255,6 +312,14 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" version = "0.7.0" +[[package]] +category = "dev" +description = "Python Build Reasonableness" +name = "pbr" +optional = false +python-versions = "*" +version = "5.4.4" + [[package]] category = "main" description = "Python Imaging Library (Fork)" @@ -444,6 +509,14 @@ rope = ["rope (>0.10.5)"] test = ["versioneer", "pylint", "pytest", "mock", "pytest-cov", "coverage", "numpy", "pandas", "matplotlib", "pyqt5"] yapf = ["yapf"] +[[package]] +category = "dev" +description = "World timezone definitions, modern and historical" +name = "pytz" +optional = false +python-versions = "*" +version = "2019.3" + [[package]] category = "dev" description = "Alternative regular expression module, to replace re." @@ -497,6 +570,131 @@ optional = false python-versions = "*" version = "2.0.0" +[[package]] +category = "dev" +description = "Python documentation generator" +name = "sphinx" +optional = false +python-versions = ">=3.5" +version = "2.4.4" + +[package.dependencies] +Jinja2 = ">=2.3" +Pygments = ">=2.0" +alabaster = ">=0.7,<0.8" +babel = ">=1.3,<2.0 || >2.0" +colorama = ">=0.3.5" +docutils = ">=0.12" +imagesize = "*" +packaging = "*" +requests = ">=2.5.0" +setuptools = "*" +snowballstemmer = ">=1.1" +sphinxcontrib-applehelp = "*" +sphinxcontrib-devhelp = "*" +sphinxcontrib-htmlhelp = "*" +sphinxcontrib-jsmath = "*" +sphinxcontrib-qthelp = "*" +sphinxcontrib-serializinghtml = "*" + +[package.extras] +docs = ["sphinxcontrib-websupport"] +test = ["pytest (<5.3.3)", "pytest-cov", "html5lib", "flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.761)", "docutils-stubs"] + +[[package]] +category = "dev" +description = "Sphinx extension that automatically documents click applications" +name = "sphinx-click" +optional = false +python-versions = "*" +version = "2.3.1" + +[package.dependencies] +pbr = ">=2.0" +sphinx = ">=1.5,<3.0" + +[[package]] +category = "dev" +description = "Read the Docs theme for Sphinx" +name = "sphinx-rtd-theme" +optional = false +python-versions = "*" +version = "0.4.3" + +[package.dependencies] +sphinx = "*" + +[[package]] +category = "dev" +description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" +name = "sphinxcontrib-applehelp" +optional = false +python-versions = ">=3.5" +version = "1.0.2" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +category = "dev" +description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." +name = "sphinxcontrib-devhelp" +optional = false +python-versions = ">=3.5" +version = "1.0.2" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +category = "dev" +description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" +name = "sphinxcontrib-htmlhelp" +optional = false +python-versions = ">=3.5" +version = "1.0.3" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest", "html5lib"] + +[[package]] +category = "dev" +description = "A sphinx extension which renders display math in HTML via JavaScript" +name = "sphinxcontrib-jsmath" +optional = false +python-versions = ">=3.5" +version = "1.0.1" + +[package.extras] +test = ["pytest", "flake8", "mypy"] + +[[package]] +category = "dev" +description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." +name = "sphinxcontrib-qthelp" +optional = false +python-versions = ">=3.5" +version = "1.0.3" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +category = "dev" +description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." +name = "sphinxcontrib-serializinghtml" +optional = false +python-versions = ">=3.5" +version = "1.1.4" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + [[package]] category = "dev" description = "Python Library for Tom's Obvious, Minimal Language" @@ -586,7 +784,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "6755748d710bead6ddf5f543c09fb33a09b340dcff15466f7e6759ce9c659004" +content-hash = "1c24bb1bd4e00a1d1278ef7adde7fa1629ac0e02ed5ecc4e79a1f753365372fc" python-versions = "^3.7" [metadata.files] @@ -594,6 +792,10 @@ addict = [ {file = "addict-2.2.1-py3-none-any.whl", hash = "sha256:1948c2a5d93ba6026eb91aef2c971234aaf72488a9c07ab8a7950f82ae30eea7"}, {file = "addict-2.2.1.tar.gz", hash = "sha256:f22493f056032f50e4931a82444fcba8ef74c8fc994c5d06aa546a1433c2b8b0"}, ] +alabaster = [ + {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"}, + {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, +] appdirs = [ {file = "appdirs-1.4.3-py2.py3-none-any.whl", hash = "sha256:d8b24664561d0d34ddfaec54636d502d7cea6e29c3eaf68f3df6180863e2166e"}, {file = "appdirs-1.4.3.tar.gz", hash = "sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92"}, @@ -609,6 +811,10 @@ attrs = [ autopep8 = [ {file = "autopep8-1.5.tar.gz", hash = "sha256:0f592a0447acea0c2b0a9602be1e4e3d86db52badd2e3c84f0193bfd89fd3a43"}, ] +babel = [ + {file = "Babel-2.8.0-py2.py3-none-any.whl", hash = "sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"}, + {file = "Babel-2.8.0.tar.gz", hash = "sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38"}, +] beautifultable = [ {file = "beautifultable-0.8.0-py2.py3-none-any.whl", hash = "sha256:28e2e93d44a4e84511c4869da4b907345435a06728925e295790f24e1d57300c"}, {file = "beautifultable-0.8.0.tar.gz", hash = "sha256:d44d9551bbed7bfa88675324f84efb9aa857384d44e9fb21eb530f0a0badb815"}, @@ -637,10 +843,18 @@ cycler = [ {file = "cycler-0.10.0-py2.py3-none-any.whl", hash = "sha256:1d8a5ae1ff6c5cf9b93e8811e581232ad8920aeec647c37316ceac982b08cb2d"}, {file = "cycler-0.10.0.tar.gz", hash = "sha256:cd7b2d1018258d7247a71425e9f26463dfb444d411c39569972f4ce586b0c9d8"}, ] +docutils = [ + {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"}, + {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"}, +] idna = [ {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, {file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"}, ] +imagesize = [ + {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"}, + {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"}, +] importlib-metadata = [ {file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"}, {file = "importlib_metadata-1.5.0.tar.gz", hash = "sha256:06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302"}, @@ -649,6 +863,10 @@ jedi = [ {file = "jedi-0.15.2-py2.py3-none-any.whl", hash = "sha256:1349c1e8c107095a55386628bb3b2a79422f3a2cab8381e34ce19909e0cf5064"}, {file = "jedi-0.15.2.tar.gz", hash = "sha256:e909527104a903606dd63bea6e8e888833f0ef087057829b89a18364a856f807"}, ] +jinja2 = [ + {file = "Jinja2-2.11.1-py2.py3-none-any.whl", hash = "sha256:b0eaf100007721b5c16c1fc1eecb87409464edc10469ddc9a22a27a99123be49"}, + {file = "Jinja2-2.11.1.tar.gz", hash = "sha256:93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250"}, +] kiwisolver = [ {file = "kiwisolver-1.1.0-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:7f4dd50874177d2bb060d74769210f3bce1af87a8c7cf5b37d032ebf94f0aca3"}, {file = "kiwisolver-1.1.0-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:fe51b79da0062f8e9d49ed0182a626a7dc7a0cbca0328f612c6ee5e4711c81e4"}, @@ -688,6 +906,41 @@ kiwisolver = [ {file = "kiwisolver-1.1.0-cp38-none-win_amd64.whl", hash = "sha256:3b15d56a9cd40c52d7ab763ff0bc700edbb4e1a298dc43715ecccd605002cf11"}, {file = "kiwisolver-1.1.0.tar.gz", hash = "sha256:53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75"}, ] +markupsafe = [ + {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"}, + {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"}, + {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"}, + {file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"}, + {file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"}, + {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"}, + {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"}, + {file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"}, + {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"}, + {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"}, + {file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"}, + {file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"}, + {file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"}, + {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"}, + {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"}, + {file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"}, + {file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"}, + {file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"}, + {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"}, + {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"}, + {file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"}, + {file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"}, + {file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"}, + {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"}, + {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"}, + {file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"}, + {file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"}, + {file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"}, + {file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"}, +] matplotlib = [ {file = "matplotlib-3.2.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:0711b07920919951b2c508a773c433cbe07bdad952ea84ed9d18ca7853ccbe8b"}, {file = "matplotlib-3.2.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:b93377c6720e7db9cbba57e856a21aae2ff707677a6ee6b3b9d485f22ed82697"}, @@ -770,6 +1023,10 @@ pathspec = [ {file = "pathspec-0.7.0-py2.py3-none-any.whl", hash = "sha256:163b0632d4e31cef212976cf57b43d9fd6b0bac6e67c26015d611a647d5e7424"}, {file = "pathspec-0.7.0.tar.gz", hash = "sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96"}, ] +pbr = [ + {file = "pbr-5.4.4-py2.py3-none-any.whl", hash = "sha256:61aa52a0f18b71c5cc58232d2cf8f8d09cd67fcad60b742a60124cb8d6951488"}, + {file = "pbr-5.4.4.tar.gz", hash = "sha256:139d2625547dbfa5fb0b81daebb39601c478c21956dc57e2e07b74450a8c506b"}, +] pillow = [ {file = "Pillow-7.0.0-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:5f3546ceb08089cedb9e8ff7e3f6a7042bb5b37c2a95d392fb027c3e53a2da00"}, {file = "Pillow-7.0.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:9d2ba4ed13af381233e2d810ff3bab84ef9f18430a9b336ab69eaf3cd24299ff"}, @@ -848,6 +1105,10 @@ python-language-server = [ {file = "python-language-server-0.31.8.tar.gz", hash = "sha256:f5685e1a6a3f6a2529ff75ea0676c59e769024302b2434564a5e7005d056eb82"}, {file = "python_language_server-0.31.8-py3-none-any.whl", hash = "sha256:c95470de6da223cdad7e60121bf5d220c292146caf2712eaef47a515c879e29d"}, ] +pytz = [ + {file = "pytz-2019.3-py2.py3-none-any.whl", hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"}, + {file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"}, +] regex = [ {file = "regex-2020.2.20-cp27-cp27m-win32.whl", hash = "sha256:99272d6b6a68c7ae4391908fc15f6b8c9a6c345a46b632d7fdb7ef6c883a2bbb"}, {file = "regex-2020.2.20-cp27-cp27m-win_amd64.whl", hash = "sha256:974535648f31c2b712a6b2595969f8ab370834080e00ab24e5dbb9d19b8bfb74"}, @@ -888,6 +1149,42 @@ snowballstemmer = [ {file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"}, {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, ] +sphinx = [ + {file = "Sphinx-2.4.4-py3-none-any.whl", hash = "sha256:fc312670b56cb54920d6cc2ced455a22a547910de10b3142276495ced49231cb"}, + {file = "Sphinx-2.4.4.tar.gz", hash = "sha256:b4c750d546ab6d7e05bdff6ac24db8ae3e8b8253a3569b754e445110a0a12b66"}, +] +sphinx-click = [ + {file = "sphinx-click-2.3.1.tar.gz", hash = "sha256:793c68b41c4a9435f953e2a27f9bf5883729037b7431f32b2776257c2966bd1b"}, + {file = "sphinx_click-2.3.1-py2.py3-none-any.whl", hash = "sha256:8c6274666730686a65efbae0b4465879b030372333de3114aeb63c44204da32e"}, +] +sphinx-rtd-theme = [ + {file = "sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl", hash = "sha256:00cf895504a7895ee433807c62094cf1e95f065843bf3acd17037c3e9a2becd4"}, + {file = "sphinx_rtd_theme-0.4.3.tar.gz", hash = "sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a"}, +] +sphinxcontrib-applehelp = [ + {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, + {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"}, +] +sphinxcontrib-devhelp = [ + {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"}, + {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"}, +] +sphinxcontrib-htmlhelp = [ + {file = "sphinxcontrib-htmlhelp-1.0.3.tar.gz", hash = "sha256:e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b"}, + {file = "sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:3c0bc24a2c41e340ac37c85ced6dafc879ab485c095b1d65d2461ac2f7cca86f"}, +] +sphinxcontrib-jsmath = [ + {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, + {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, +] +sphinxcontrib-qthelp = [ + {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"}, + {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"}, +] +sphinxcontrib-serializinghtml = [ + {file = "sphinxcontrib-serializinghtml-1.1.4.tar.gz", hash = "sha256:eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc"}, + {file = "sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl", hash = "sha256:f242a81d423f59617a8e5cf16f5d4d74e28ee9a66f9e5b637a18082991db5a9a"}, +] toml = [ {file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"}, {file = "toml-0.10.0-py2.py3-none-any.whl", hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e"}, diff --git a/pyproject.toml b/pyproject.toml index b39ecdd..390c0f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,11 @@ [tool.poetry] name = "musicbrainzapi" version = "1.0.0" -description = "" -authors = ["dtomlinson "] +description = "Python module to calculate statistics and generate a wordcloud for a given artist. Uses the Musicbrainz API and the lyrics.ovh API." +license = "MIT" +authors = ["dtomlinson "] +readme = "/Users/dtomlinson/git-repos/cv/musicbrainzapi/README.rst" + [tool.poetry.dependencies] python = "^3.7" @@ -27,6 +30,9 @@ autopep8 = "^1.5" YAPF = "^0.29.0" pudb = "^2019.2" pyls-black = "^0.4.4" +sphinx = "^2.4.4" +sphinx_rtd_theme = "^0.4.3" +sphinx-click = "^2.3.1" [tool.poetry.plugins."console_scripts"] "musicbrainzapi" = "musicbrainzapi.cli.cli:cli" diff --git a/src/musicbrainzapi/api/lyrics/builder.py b/src/musicbrainzapi/api/lyrics/builder.py index f382c28..84a60cf 100644 --- a/src/musicbrainzapi/api/lyrics/builder.py +++ b/src/musicbrainzapi/api/lyrics/builder.py @@ -378,7 +378,6 @@ class LyricsBuilder(LyricsConcreteBuilder): Returns ------- None - Description """ self.all_albums_lyrics_sum = list() album_lyrics = self.all_albums_lyrics_count @@ -390,7 +389,6 @@ class LyricsBuilder(LyricsConcreteBuilder): for album, lyrics_list in i.items(): album_avg = list() d = addict.Dict() - # print(album) for j in lyrics_list: if j != 'No Lyrics': song_total = 0 @@ -407,10 +405,7 @@ class LyricsBuilder(LyricsConcreteBuilder): d = addict.Dict((album, album_avg)) # print(d) self.all_albums_lyrics_sum.append(d) - # print(count) - # with open(f'{os.getcwd()}/lyrics_sum_all_album.json', 'w+') as f: - # json.dump(self.all_albums_lyrics_sum, f) - # return self + return self def calculate_final_average_by_album(self) -> None: """Calculates descriptive statistics by album. diff --git a/src/musicbrainzapi/cli/cli.py b/src/musicbrainzapi/cli/cli.py index b784256..2ebe25f 100644 --- a/src/musicbrainzapi/cli/cli.py +++ b/src/musicbrainzapi/cli/cli.py @@ -30,17 +30,9 @@ class ComplexCLI(click.MultiCommand): rv.sort() return rv - # def get_command(self, ctx, name): - # try: - # mod = import_module(f'musicbrainzapi.cli.commands.cmd_{name}') - # except ImportError as e: - # print(e) - # return - # return mod.cli - def get_command(self, ctx, name): mod = import_module(f'musicbrainzapi.cli.commands.cmd_{name}') - return mod.cli + return getattr(mod, name) @click.command(cls=ComplexCLI, context_settings=CONTEXT_SETTINGS) diff --git a/src/musicbrainzapi/cli/commands/cmd_lyrics.py b/src/musicbrainzapi/cli/commands/cmd_lyrics.py index 5679615..8da5062 100644 --- a/src/musicbrainzapi/cli/commands/cmd_lyrics.py +++ b/src/musicbrainzapi/cli/commands/cmd_lyrics.py @@ -54,7 +54,7 @@ from musicbrainzapi.api.lyrics.director import LyricsClickDirector ) @click.command() @pass_environment -def cli( +def lyrics( ctx, artist: str, country: Union[str, None], From 1af282be472b6703b318a45f4dade5e285a379e8 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 22:36:49 +0000 Subject: [PATCH 02/11] adding docs --- docs/Makefile | 20 ++++ docs/make.bat | 35 +++++++ docs/source/_static/custom.css | 87 +++++++++++++++++ docs/source/changelog.rst | 20 ++++ docs/source/conf.py | 97 +++++++++++++++++++ docs/source/global.rst | 5 + docs/source/index.rst | 3 + docs/source/introduction.rst | 13 +++ .../musicbrainzapi.api.authenticate.rst | 10 ++ .../musicbrainzapi.api.lyrics.builder.rst | 10 ++ ...cbrainzapi.api.lyrics.concrete_builder.rst | 10 ++ .../musicbrainzapi.api.lyrics.director.rst | 10 ++ .../modules/musicbrainzapi.api.lyrics.rst | 16 +++ docs/source/modules/musicbrainzapi.api.rst | 19 ++++ .../source/modules/musicbrainzapi.cli.cli.rst | 10 ++ ...musicbrainzapi.cli.commands.cmd_lyrics.rst | 16 +++ .../modules/musicbrainzapi.cli.commands.rst | 14 +++ docs/source/modules/musicbrainzapi.cli.rst | 18 ++++ docs/source/modules/musicbrainzapi.rst | 12 +++ .../musicbrainzapi.wordcloud.resources.rst | 10 ++ .../modules/musicbrainzapi.wordcloud.rst | 14 +++ docs/source/toc.rst | 23 +++++ 22 files changed, 472 insertions(+) create mode 100644 docs/Makefile create mode 100644 docs/make.bat create mode 100644 docs/source/_static/custom.css create mode 100644 docs/source/changelog.rst create mode 100644 docs/source/conf.py create mode 100644 docs/source/global.rst create mode 100644 docs/source/index.rst create mode 100644 docs/source/introduction.rst create mode 100644 docs/source/modules/musicbrainzapi.api.authenticate.rst create mode 100644 docs/source/modules/musicbrainzapi.api.lyrics.builder.rst create mode 100644 docs/source/modules/musicbrainzapi.api.lyrics.concrete_builder.rst create mode 100644 docs/source/modules/musicbrainzapi.api.lyrics.director.rst create mode 100644 docs/source/modules/musicbrainzapi.api.lyrics.rst create mode 100644 docs/source/modules/musicbrainzapi.api.rst create mode 100644 docs/source/modules/musicbrainzapi.cli.cli.rst create mode 100644 docs/source/modules/musicbrainzapi.cli.commands.cmd_lyrics.rst create mode 100644 docs/source/modules/musicbrainzapi.cli.commands.rst create mode 100644 docs/source/modules/musicbrainzapi.cli.rst create mode 100644 docs/source/modules/musicbrainzapi.rst create mode 100644 docs/source/modules/musicbrainzapi.wordcloud.resources.rst create mode 100644 docs/source/modules/musicbrainzapi.wordcloud.rst create mode 100644 docs/source/toc.rst diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..d0c3cbf --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,20 @@ +# Minimal makefile for Sphinx documentation +# + +# You can set these variables from the command line, and also +# from the environment for the first two. +SPHINXOPTS ?= +SPHINXBUILD ?= sphinx-build +SOURCEDIR = source +BUILDDIR = build + +# Put it first so that "make" without argument is like "make help". +help: + @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) + +.PHONY: help Makefile + +# Catch-all target: route all unknown targets to Sphinx using the new +# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). +%: Makefile + @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) diff --git a/docs/make.bat b/docs/make.bat new file mode 100644 index 0000000..6247f7e --- /dev/null +++ b/docs/make.bat @@ -0,0 +1,35 @@ +@ECHO OFF + +pushd %~dp0 + +REM Command file for Sphinx documentation + +if "%SPHINXBUILD%" == "" ( + set SPHINXBUILD=sphinx-build +) +set SOURCEDIR=source +set BUILDDIR=build + +if "%1" == "" goto help + +%SPHINXBUILD% >NUL 2>NUL +if errorlevel 9009 ( + echo. + echo.The 'sphinx-build' command was not found. Make sure you have Sphinx + echo.installed, then set the SPHINXBUILD environment variable to point + echo.to the full path of the 'sphinx-build' executable. Alternatively you + echo.may add the Sphinx directory to PATH. + echo. + echo.If you don't have Sphinx installed, grab it from + echo.http://sphinx-doc.org/ + exit /b 1 +) + +%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% +goto end + +:help +%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O% + +:end +popd diff --git a/docs/source/_static/custom.css b/docs/source/_static/custom.css new file mode 100644 index 0000000..d4be59d --- /dev/null +++ b/docs/source/_static/custom.css @@ -0,0 +1,87 @@ +@import url("css/theme.css"); + +.modname { + font-size: 0.8em; + opacity: 0.4; +} +.modname::before { + content: '- '; +} +.title { + font-weight: bold; + font-size: 1.2em; + background-color: #eee; + display: block; + padding: 1px 5px; + border-left: 2px solid #ddd; +} + +/*colour of the text in the toc*/ +.wy-menu-vertical header, .wy-menu-vertical p.caption{ + color: #b26d46;; +} + +/*colour of the top left header*/ +.wy-side-nav-search{ + background-color: #31465a; +} + +/*colours of the class definitions*/ +.rst-content dl:not(.docutils) dt{ + background: #e2d7d1; + color: #0b2852; + border-top: solid 3px #31465a; +} + +/*colour of the link in the class defintions*/ +.rst-content .viewcode-link, .rst-content .viewcode-back{ + color: #4b674a; +} + +/*colour of the function definitions*/ +.rst-content dl:not(.docutils) dl dt{ + border-left: solid 3px #31465a; + background: #e2d7d1; + color: #0b2852; +} + +/*colour of the link in the function definitions*/ +.rst-content .viewcode-link, .rst-content .viewcode-back{ + color: #4b674a; +} + +/*edit the width of the body*/ +.wy-nav-content{ + max-width: 1200px; +} + +/*code example blocks*/ +.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre{ + background: #b4bec8; + color: black; + /*border-style: solid;*/ + /*border-width: thin;*/ +} + +/*colour of inline code blocks using ``*/ +.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal{ + color: #b26d46; +} + +/* Change code blocks font and bump up font size slightly (normally 12px)*/ +.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre { + font-family: 'Inconsolata', monospace !important; + font-size: 14px !important; + white-space: pre-wrap; +} + +/* Change code descriptions and literal blocks (inline code via ``) to match the normal font size being used in the sphinx_RTD_theme text (normally 14px)*/ +.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) tt.descname,.rst-content dl:not(.docutils) code.descname,.rst-content dl:not(.docutils) tt.descclassname,.rst-content dl:not(.docutils) code.descclassname, code.docutils { + font-family: 'Inconsolata', monospace !important; + font-size: 14px !important; +} + +/*variables text*/ +dl.class > dd > table.docutils.field-list tbody tr.field-odd.field th.field-name::before{ + content: '(Class Attributes) '; +} diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst new file mode 100644 index 0000000..f1bb7a6 --- /dev/null +++ b/docs/source/changelog.rst @@ -0,0 +1,20 @@ +Changelog +========== + +All notable changes to this project will be documented in this file. + +The format is based on `Keep a Changelog`_ + +.. _https://keepachangelog.com/en/1.0.0/ + +and this project adheres to `Semantic Versioning`_ + +.. _https://semver.org/spec/v2.0.0.html + +[1.0.0] - 2020-03-07 +------------------------ + +Added +###### + +- Initial version diff --git a/docs/source/conf.py b/docs/source/conf.py new file mode 100644 index 0000000..c6a8fb5 --- /dev/null +++ b/docs/source/conf.py @@ -0,0 +1,97 @@ +# Configuration file for the Sphinx documentation builder. +# +# This file only contains a selection of the most common options. For a full +# list see the documentation: +# https://www.sphinx-doc.org/en/master/usage/configuration.html + +# -- Path setup -------------------------------------------------------------- + +# If extensions (or modules to document with autodoc) are in another directory, +# add these directories to sys.path here. If the directory is relative to the +# documentation root, use os.path.abspath to make it absolute, like shown here. +# +# import os +# import sys +# sys.path.insert(0, os.path.abspath('.')) +import musicbrainzapi +from musicbrainzapi.__version__ import __version__ +import sphinx_rtd_theme +import sphinx_click + +# -- Project information ----------------------------------------------------- + +project = 'musicbrainzapi' +copyright = '2020, Daniel Tomlinson' +author = 'Daniel Tomlinson' + +# The full version, including alpha/beta/rc tags +release = __version__ + + +# -- General configuration --------------------------------------------------- + +# Add any Sphinx extension module names here, as strings. They can be +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# ones. +extensions = [ + 'sphinx.ext.autodoc', + 'sphinx.ext.viewcode', + 'sphinx.ext.napoleon', + 'sphinx.ext.todo', + 'sphinx_click.ext', +] + +# -- Napoleon Settings ----------------------------------------------------- +napoleon_google_docstring = False +napoleon_numpy_docstring = True +napoleon_include_init_with_doc = True +napoleon_include_private_with_doc = True +napoleon_include_special_with_doc = False +napoleon_use_admonition_for_examples = False +napoleon_use_admonition_for_notes = False +napoleon_use_admonition_for_references = False +napoleon_use_ivar = True +napoleon_use_param = True +napoleon_use_rtype = True +napoleon_use_keyword = True +autodoc_member_order = 'bysource' + +# Add any paths that contain templates here, relative to this directory. +templates_path = ['_templates'] + +# The master toctree document. +master_doc = 'index' + +# List of patterns, relative to source directory, that match files and +# directories to ignore when looking for source files. +# This pattern also affects html_static_path and html_extra_path. +exclude_patterns = [] + + +# -- Options for HTML output ------------------------------------------------- + +# The theme to use for HTML and HTML Help pages. See the documentation for +# a list of builtin themes. +# +html_theme = "sphinx_rtd_theme" + +# Add any paths that contain custom static files (such as style sheets) here, +# relative to this directory. They are copied after the builtin static files, +# so a file named "default.css" will overwrite the builtin "default.css". + +html_theme = "sphinx_rtd_theme" +html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +html_static_path = ['_static'] +html_context = {'css_files': ['_static/custom.css']} +html_theme_options = { + 'collapse_navigation': True, + 'display_version': True, + 'prev_next_buttons_location': 'both', + #'navigation_depth': 3, +} + +# The name of the Pygments (syntax highlighting) style to use. +pygments_style = 'sphinx' + +# Enable todo +todo_include_todos = True diff --git a/docs/source/global.rst b/docs/source/global.rst new file mode 100644 index 0000000..b117004 --- /dev/null +++ b/docs/source/global.rst @@ -0,0 +1,5 @@ +.. role:: modname + :class: modname + +.. role:: title + :class: title diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..176e544 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,3 @@ +Table of Contents +================= +.. include:: toc.rst diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst new file mode 100644 index 0000000..0934562 --- /dev/null +++ b/docs/source/introduction.rst @@ -0,0 +1,13 @@ +musicbrainzapi +=============== + +.. image:: https://img.shields.io/readthedocs/panaetius?style=for-the-badge :target: https://panaetius.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://img.shields.io/github/v/tag/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub tag (latest by date) + +.. image:: https://img.shields.io/github/commit-activity/m/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub commit activity + +.. image:: https://img.shields.io/github/issues/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub issues + +.. image:: https://img.shields.io/github/license/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHubtbc diff --git a/docs/source/modules/musicbrainzapi.api.authenticate.rst b/docs/source/modules/musicbrainzapi.api.authenticate.rst new file mode 100644 index 0000000..805ba56 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.authenticate.rst @@ -0,0 +1,10 @@ + .. include:: ../global.rst + +musicbrainzapi.api.authenticate :modname:`musicbrainzapi.api.authenticate module` +------------------------------------------------------------------------------------------ + +.. automodule:: musicbrainzapi.api.authenticate + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.api.lyrics.builder.rst b/docs/source/modules/musicbrainzapi.api.lyrics.builder.rst new file mode 100644 index 0000000..38d5e4b --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.lyrics.builder.rst @@ -0,0 +1,10 @@ + .. include:: ../global.rst + +musicbrainzapi.api.lyrics.builder :modname:`musicbrainzapi.api.lyrics.builder` +------------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.api.lyrics.builder + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.api.lyrics.concrete_builder.rst b/docs/source/modules/musicbrainzapi.api.lyrics.concrete_builder.rst new file mode 100644 index 0000000..4acc336 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.lyrics.concrete_builder.rst @@ -0,0 +1,10 @@ +.. include:: ../global.rst + +musicbrainzapi.api.lyrics.concrete_builder :modname:`musicbrainzapi.api.lyrics.concrete_builder` +------------------------------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.api.lyrics.concrete_builder + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.api.lyrics.director.rst b/docs/source/modules/musicbrainzapi.api.lyrics.director.rst new file mode 100644 index 0000000..bdce62d --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.lyrics.director.rst @@ -0,0 +1,10 @@ +.. include:: ../global.rst + +musicbrainzapi.api.lyrics.director :modname:`musicbrainzapi.api.lyrics.director` +---------------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.api.lyrics.director + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.api.lyrics.rst b/docs/source/modules/musicbrainzapi.api.lyrics.rst new file mode 100644 index 0000000..71a8c01 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.lyrics.rst @@ -0,0 +1,16 @@ +.. include:: ../global.rst + +musicbrainzapi.api.lyrics :modname:`musicbrainzapi.api.lyrics` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.api.lyrics + :members: + :undoc-members: + :show-inheritance: + :private-members: + +.. toctree:: + + musicbrainzapi.api.lyrics.builder + musicbrainzapi.api.lyrics.concrete_builder + musicbrainzapi.api.lyrics.director diff --git a/docs/source/modules/musicbrainzapi.api.rst b/docs/source/modules/musicbrainzapi.api.rst new file mode 100644 index 0000000..c3d3ebe --- /dev/null +++ b/docs/source/modules/musicbrainzapi.api.rst @@ -0,0 +1,19 @@ +.. include:: ../global.rst + +musicbrainzapi.api :modname:`musicbrainzapi.api` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.api + :members: + :undoc-members: + :show-inheritance: + :private-members: + + +.. toctree:: + + musicbrainzapi.api.lyrics + +.. toctree:: + + musicbrainzapi.api.authenticate diff --git a/docs/source/modules/musicbrainzapi.cli.cli.rst b/docs/source/modules/musicbrainzapi.cli.cli.rst new file mode 100644 index 0000000..9b6e813 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.cli.cli.rst @@ -0,0 +1,10 @@ +.. include:: ../global.rst + +musicbrainzapi.cli.cli :modname:`musicbrainzapi.cli.cli` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.cli.cli + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.cli.commands.cmd_lyrics.rst b/docs/source/modules/musicbrainzapi.cli.commands.cmd_lyrics.rst new file mode 100644 index 0000000..86946a1 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.cli.commands.cmd_lyrics.rst @@ -0,0 +1,16 @@ +.. include:: ../global.rst + +musicbrainzapi.cli.commands.cmd_lyrics :modname:`musicbrainzapi.cli.commands.cmd_lyrics` +------------------------------------------------------------------------------------------ + +.. automodule:: musicbrainzapi.cli.commands.cmd_lyrics + :members: + :undoc-members: + :show-inheritance: + :private-members: + +lyrics subcommand. Use with... + +.. click:: musicbrainzapi.cli.cli:cli + :prog: musicbrainzapi + :show-nested: diff --git a/docs/source/modules/musicbrainzapi.cli.commands.rst b/docs/source/modules/musicbrainzapi.cli.commands.rst new file mode 100644 index 0000000..5dce26c --- /dev/null +++ b/docs/source/modules/musicbrainzapi.cli.commands.rst @@ -0,0 +1,14 @@ +.. include:: ../global.rst + +musicbrainzapi.cli.commands :modname:`musicbrainzapi.cli.commands` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.cli.commands + :members: + :undoc-members: + :show-inheritance: + :private-members: + +.. toctree:: + + musicbrainzapi.cli.commands.cmd_lyrics diff --git a/docs/source/modules/musicbrainzapi.cli.rst b/docs/source/modules/musicbrainzapi.cli.rst new file mode 100644 index 0000000..c3f2276 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.cli.rst @@ -0,0 +1,18 @@ +.. include:: ../global.rst + +musicbrainzapi.cli :modname:`musicbrainzapi.cli` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.cli + :members: + :undoc-members: + :show-inheritance: + :private-members: + +.. toctree:: + + musicbrainzapi.cli.commands + +.. toctree:: + + musicbrainzapi.cli.cli diff --git a/docs/source/modules/musicbrainzapi.rst b/docs/source/modules/musicbrainzapi.rst new file mode 100644 index 0000000..3148c84 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.rst @@ -0,0 +1,12 @@ +.. include:: ../global.rst + +musicbrainzapi :modname:`musicbrainzapi` +----------------------------------------- + +.. automodule:: musicbrainzapi + :members: + :undoc-members: + :show-inheritance: + :private-members: + +Main module text diff --git a/docs/source/modules/musicbrainzapi.wordcloud.resources.rst b/docs/source/modules/musicbrainzapi.wordcloud.resources.rst new file mode 100644 index 0000000..8a64ee0 --- /dev/null +++ b/docs/source/modules/musicbrainzapi.wordcloud.resources.rst @@ -0,0 +1,10 @@ +.. include:: ../global.rst + +musicbrainzapi.wordcloud.resources :modname:`musicbrainzapi.wordcloud.resources` +--------------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.wordcloud.resources + :members: + :undoc-members: + :show-inheritance: + :private-members: diff --git a/docs/source/modules/musicbrainzapi.wordcloud.rst b/docs/source/modules/musicbrainzapi.wordcloud.rst new file mode 100644 index 0000000..9c42b3d --- /dev/null +++ b/docs/source/modules/musicbrainzapi.wordcloud.rst @@ -0,0 +1,14 @@ +.. include:: ../global.rst + +musicbrainzapi.wordcloud :modname:`musicbrainzapi.wordcloud` +-------------------------------------------------------------------------- + +.. automodule:: musicbrainzapi.wordcloud + :members: + :undoc-members: + :show-inheritance: + :private-members: + +.. toctree:: + + musicbrainzapi.wordcloud.resources diff --git a/docs/source/toc.rst b/docs/source/toc.rst new file mode 100644 index 0000000..e4796b1 --- /dev/null +++ b/docs/source/toc.rst @@ -0,0 +1,23 @@ +.. toctree:: + :maxdepth: 1 + :caption: Overview + :titlesonly: + + introduction + changelog + +.. toctree:: + :maxdepth: 4 + :caption: Modules + :titlesonly: + + modules/musicbrainzapi.rst + +.. toctree:: + :maxdepth: 4 + :caption: Submodules + :titlesonly: + + modules/musicbrainzapi.api.rst + modules/musicbrainzapi.cli.rst + modules/musicbrainzapi.wordcloud.rst From 7214a4342100b608debd06638e376f01eed53441 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 22:53:45 +0000 Subject: [PATCH 03/11] updating docstrings --- pyproject.toml | 3 ++- src/musicbrainzapi/api/lyrics/builder.py | 4 ++-- src/musicbrainzapi/api/lyrics/director.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 390c0f8..43a43fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ description = "Python module to calculate statistics and generate a wordcloud fo license = "MIT" authors = ["dtomlinson "] readme = "/Users/dtomlinson/git-repos/cv/musicbrainzapi/README.rst" - +homepage = "https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic" +repository = "https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic" [tool.poetry.dependencies] python = "^3.7" diff --git a/src/musicbrainzapi/api/lyrics/builder.py b/src/musicbrainzapi/api/lyrics/builder.py index 84a60cf..b87d111 100644 --- a/src/musicbrainzapi/api/lyrics/builder.py +++ b/src/musicbrainzapi/api/lyrics/builder.py @@ -372,8 +372,8 @@ class LyricsBuilder(LyricsConcreteBuilder): click.echo(f'Processed lyrics for {self.total_track_count} tracks.') return self - def calculate_average_all_albums(self) -> None: - """Summary + def calculate_track_totals(self) -> None: + """Calculates total words for each track across all albums. Returns ------- diff --git a/src/musicbrainzapi/api/lyrics/director.py b/src/musicbrainzapi/api/lyrics/director.py index 1918690..fd1957b 100644 --- a/src/musicbrainzapi/api/lyrics/director.py +++ b/src/musicbrainzapi/api/lyrics/director.py @@ -149,7 +149,7 @@ class LyricsClickDirector: ------- None """ - self.builder.calculate_average_all_albums() + self.builder.calculate_track_totals() self.builder._product.all_albums_lyrics_sum = ( self.builder.all_albums_lyrics_sum ) From ac0a1f6709e64202fbc45cb9dfb611531e1780f8 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 22:58:38 +0000 Subject: [PATCH 04/11] adding requirements.txt & setup.py --- requirements.txt | 19 ++++++++++++++++++ setup.py | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 requirements.txt create mode 100644 setup.py diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..84629e8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +addict==2.2.1 +beautifultable==0.8.0 +certifi==2019.11.28 +chardet==3.0.4 +cycler==0.10.0 +idna==2.9 +kiwisolver==1.1.0 +matplotlib==3.2.0 +multidict==4.7.5 +musicbrainzngs==0.7.1 +numpy==1.18.1 +pillow==7.0.0 +progress==1.5 +pyparsing==2.4.6 +python-dateutil==2.8.1 +requests==2.23.0 +six==1.14.0 +urllib3==1.25.8 +wordcloud==1.6.0 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..859fb3a --- /dev/null +++ b/setup.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +from setuptools import setup + +package_dir = \ +{'': 'src'} + +packages = \ +['musicbrainzapi', + 'musicbrainzapi.api', + 'musicbrainzapi.api.lyrics', + 'musicbrainzapi.cli', + 'musicbrainzapi.cli.commands', + 'musicbrainzapi.wordcloud', + 'musicbrainzapi.wordcloud.resources'] + +package_data = \ +{'': ['*']} + +install_requires = \ +['addict>=2.2.1,<3.0.0', + 'beautifultable>=0.8.0,<0.9.0', + 'multidict>=4.7.5,<5.0.0', + 'musicbrainzngs>=0.7.1,<0.8.0', + 'numpy>=1.18.1,<2.0.0', + 'progress>=1.5,<2.0', + 'requests>=2.23.0,<3.0.0', + 'wordcloud>=1.6.0,<2.0.0'] + +entry_points = \ +{'console_scripts': ['musicbrainzapi = musicbrainzapi.cli.cli:cli']} + +setup_kwargs = { + 'name': 'musicbrainzapi', + 'version': '1.0.0', + 'description': 'Python module to calculate statistics and generate a wordcloud for a given artist. Uses the Musicbrainz API and the lyrics.ovh API.', + 'long_description': '', + 'author': 'dtomlinson', + 'author_email': 'dtomlinson@panaetius.co.uk', + 'maintainer': None, + 'maintainer_email': None, + 'url': 'https://github.com/dtomlinson91/musicbrainzapi-cv-airelogic', + 'package_dir': package_dir, + 'packages': packages, + 'package_data': package_data, + 'install_requires': install_requires, + 'entry_points': entry_points, + 'python_requires': '>=3.7,<4.0', +} + + +setup(**setup_kwargs) From 4f7b829c96073fef28eda4e7fb86aff6c3473665 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 23:00:41 +0000 Subject: [PATCH 05/11] adding requirements-dev.txt --- requirements-dev.txt | 71 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 requirements-dev.txt diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..e1f5a2a --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,71 @@ +addict==2.2.1 +alabaster==0.7.12 +appdirs==1.4.3 +atomicwrites==1.3.0; sys_platform == "win32" +attrs==19.3.0 +autopep8==1.5 +babel==2.8.0 +beautifultable==0.8.0 +black==19.10b0 +certifi==2019.11.28 +chardet==3.0.4 +click==7.0 +colorama==0.4.3; sys_platform == "win32" +cycler==0.10.0 +docutils==0.16 +idna==2.9 +imagesize==1.2.0 +importlib-metadata==1.5.0; python_version < "3.8" +jedi==0.15.2 +jinja2==2.11.1 +kiwisolver==1.1.0 +markupsafe==1.1.1 +matplotlib==3.2.0 +mccabe==0.6.1 +more-itertools==8.2.0 +multidict==4.7.5 +musicbrainzngs==0.7.1 +numpy==1.18.1 +packaging==20.1 +parso==0.6.2 +pathspec==0.7.0 +pbr==5.4.4 +pillow==7.0.0 +pluggy==0.13.1 +progress==1.5 +pudb==2019.2 +py==1.8.1 +pycodestyle==2.5.0 +pydocstyle==5.0.2 +pyflakes==2.1.1 +pygments==2.5.2 +pyls-black==0.4.4 +pyparsing==2.4.6 +pytest==5.3.5 +python-dateutil==2.8.1 +python-jsonrpc-server==0.3.4 +python-language-server==0.31.8 +pytz==2019.3 +regex==2020.2.20 +requests==2.23.0 +rope==0.16.0 +six==1.14.0 +snowballstemmer==2.0.0 +sphinx==2.4.4 +sphinx-click==2.3.1 +sphinx-rtd-theme==0.4.3 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==1.0.3 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.4 +toml==0.10.0 +typed-ast==1.4.1 +ujson==1.35; platform_system != "Windows" +urllib3==1.25.8 +urwid==2.1.0 +wcwidth==0.1.8 +wordcloud==1.6.0 +yapf==0.29.0 +zipp==3.0.0; python_version < "3.8" From a431ce60b7cc2b84dee5608b5683c81079827d54 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sat, 7 Mar 2020 23:09:25 +0000 Subject: [PATCH 06/11] updating docstrings --- docs/source/conf.py | 2 +- src/musicbrainzapi/api/lyrics/builder.py | 40 ----------------------- src/musicbrainzapi/api/lyrics/director.py | 36 +++----------------- 3 files changed, 5 insertions(+), 73 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c6a8fb5..f73b493 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,7 +82,7 @@ html_theme = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_static_path = ['_static'] -html_context = {'css_files': ['_static/custom.css']} +# html_context = {'css_files': ['_static/custom.css']} html_theme_options = { 'collapse_navigation': True, 'display_version': True, diff --git a/src/musicbrainzapi/api/lyrics/builder.py b/src/musicbrainzapi/api/lyrics/builder.py index b87d111..0beccf2 100644 --- a/src/musicbrainzapi/api/lyrics/builder.py +++ b/src/musicbrainzapi/api/lyrics/builder.py @@ -100,10 +100,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def find_artists(self) -> None: """Find artists from the musicbrainz api - - Returns - ------- - None """ self.musicbrainz_artists = musicbrainzngs.search_artists( artist=self.artist, country=self.country @@ -112,10 +108,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def sort_artists(self) -> None: """Sort the artists from the Musicbrainzapi - - Returns - ------- - None """ self._sort_names = dict( (i.get('id'), f'{i.get("name")} | {i.get("disambiguation")}') @@ -127,10 +119,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def get_accuracy_scores(self) -> None: """Get accuracy scores from the Musicbrainzapi - - Returns - ------- - None """ self._accuracy_scores = dict( (i.get('id'), int(i.get('ext:score', '0'))) @@ -140,10 +128,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def get_top_five_results(self) -> None: """Get the top five artists from the Musicbrainzapi - - Returns - ------- - None """ self._top_five_results = dict( (i, self._accuracy_scores.get(i)) @@ -157,10 +141,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def find_all_albums(self) -> None: """Find all albums for the chosen artist - - Returns - ------- - None """ limit, offset, page = (100, 0, 1) @@ -219,10 +199,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def find_all_tracks(self) -> None: """Find all tracks from all albums. - - Returns - ------- - None """ self.all_albums = list() total_albums = len(self.release_group_ids) @@ -289,10 +265,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def find_lyrics_urls(self) -> None: """Construct the URL for the lyrics api. - - Returns - ------- - None """ self.all_albums_lyrics_url = list() for x in self.all_albums: @@ -313,10 +285,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def find_all_lyrics(self) -> None: """Get lyrics for each track from the lyrics api - - Returns - ------- - None """ self.all_albums_lyrics = list() @@ -342,10 +310,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def count_words_in_lyrics(self) -> None: """Count all words in each track - - Returns - ------- - None """ self.all_albums_lyrics_count = list() # print(self.total_track_count) @@ -374,10 +338,6 @@ class LyricsBuilder(LyricsConcreteBuilder): def calculate_track_totals(self) -> None: """Calculates total words for each track across all albums. - - Returns - ------- - None """ self.all_albums_lyrics_sum = list() album_lyrics = self.all_albums_lyrics_count diff --git a/src/musicbrainzapi/api/lyrics/director.py b/src/musicbrainzapi/api/lyrics/director.py index fd1957b..47fa3b2 100644 --- a/src/musicbrainzapi/api/lyrics/director.py +++ b/src/musicbrainzapi/api/lyrics/director.py @@ -25,17 +25,13 @@ class LyricsClickDirector: def _get_initial_artists(self, artist: str, country: str) -> None: """Search Musicbrainz api for an artist - + Parameters ---------- artist : str Artist to search for country : str Country artist comes from. - - Returns - ------- - None """ self.builder.artist = artist self.builder.country = country @@ -48,11 +44,7 @@ class LyricsClickDirector: def _confirm_final_artist(self) -> None: """Confirm the artist from the user. - - Returns - ------- - None - + Raises ------ SystemExit @@ -107,10 +99,6 @@ class LyricsClickDirector: def _query_for_data(self) -> None: """Query Musicbrainz api for albums + track data. - - Returns - ------- - None """ self.builder.find_all_albums() self.builder.find_all_tracks() @@ -119,10 +107,6 @@ class LyricsClickDirector: def _get_lyrics(self) -> None: """Get Lyrics for each track - - Returns - ------- - None """ self.builder.find_lyrics_urls() self.builder.find_all_lyrics() @@ -144,10 +128,6 @@ class LyricsClickDirector: def _calculate_basic_statistics(self) -> None: """Calculate a basic average for all tracks. - - Returns - ------- - None """ self.builder.calculate_track_totals() self.builder._product.all_albums_lyrics_sum = ( @@ -157,10 +137,6 @@ class LyricsClickDirector: def _calculate_descriptive_statistics(self) -> None: """Calculate descriptive statistics for album and/or year. - - Returns - ------- - None """ self.builder.calculate_final_average_by_album() self.builder.calculate_final_average_by_year() @@ -170,10 +146,6 @@ class LyricsClickDirector: def _dev(self) -> None: """Dev function - used for testing - - Returns - ------- - None """ self.builder.calculate_final_average_by_album() self.builder.calculate_final_average_by_year() @@ -188,12 +160,12 @@ class LyricsClickDirector: @staticmethod def _get_product(builder_inst: LyricsBuilder) -> Lyrics: """Returns the constructed Lyrics object - + Parameters ---------- builder_inst : LyricsBuilder Builder class for Lyrics object - + Returns ------- Lyrics From 383aa2b77b3244172cebd167c6b4a5448bb3d3d0 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 8 Mar 2020 01:22:06 +0000 Subject: [PATCH 07/11] updating documentation --- README.rst | 13 + docs/source/conf.py | 2 +- docs/source/introduction.rst | 14 +- lyrics_count.json | 15024 ++++++++++++++++ poetry.lock | 4 +- pyproject.toml | 1 + setup.py | 1 + src/musicbrainzapi/api/lyrics/builder.py | 207 +- src/musicbrainzapi/api/lyrics/director.py | 14 +- src/musicbrainzapi/wordcloud/__init__.py | 39 +- .../wordcloud/resources/.DS_Store | Bin 6148 -> 6148 bytes .../wordcloud/resources/mic.png | Bin 225766 -> 190095 bytes 12 files changed, 15164 insertions(+), 155 deletions(-) create mode 100644 lyrics_count.json diff --git a/README.rst b/README.rst index e69de29..0934562 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,13 @@ +musicbrainzapi +=============== + +.. image:: https://img.shields.io/readthedocs/panaetius?style=for-the-badge :target: https://panaetius.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status + +.. image:: https://img.shields.io/github/v/tag/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub tag (latest by date) + +.. image:: https://img.shields.io/github/commit-activity/m/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub commit activity + +.. image:: https://img.shields.io/github/issues/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub issues + +.. image:: https://img.shields.io/github/license/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHubtbc diff --git a/docs/source/conf.py b/docs/source/conf.py index f73b493..c5992ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,7 +60,7 @@ autodoc_member_order = 'bysource' templates_path = ['_templates'] # The master toctree document. -master_doc = 'index' +master_doc = 'introduction' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 0934562..479f6e0 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -1,13 +1 @@ -musicbrainzapi -=============== - -.. image:: https://img.shields.io/readthedocs/panaetius?style=for-the-badge :target: https://panaetius.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status - -.. image:: https://img.shields.io/github/v/tag/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub tag (latest by date) - -.. image:: https://img.shields.io/github/commit-activity/m/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub commit activity - -.. image:: https://img.shields.io/github/issues/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub issues - -.. image:: https://img.shields.io/github/license/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHubtbc +.. include:: ../../toc.rst diff --git a/lyrics_count.json b/lyrics_count.json new file mode 100644 index 0000000..2cf8a86 --- /dev/null +++ b/lyrics_count.json @@ -0,0 +1,15024 @@ +[ + { + "Savage Garden [1997]": [ + "No Lyrics", + [ + [ + "on", + 19 + ], + [ + "Carry", + 12 + ], + [ + "the", + 10 + ], + [ + "moonlight", + 7 + ], + [ + "In", + 7 + ], + [ + "keep", + 6 + ], + [ + "romancing", + 6 + ], + [ + "carry", + 6 + ], + [ + "dancing", + 6 + ], + [ + "The", + 4 + ], + [ + "And", + 2 + ], + [ + "stars", + 2 + ], + [ + "and", + 2 + ], + [ + "planets", + 2 + ], + [ + "taking", + 2 + ], + [ + "shape", + 2 + ], + [ + "A", + 2 + ], + [ + "stolen", + 2 + ], + [ + "kiss", + 2 + ], + [ + "has", + 2 + ], + [ + "come", + 2 + ], + [ + "late", + 2 + ], + [ + "is", + 2 + ], + [ + "a", + 2 + ], + [ + "night", + 2 + ], + [ + "Moving", + 2 + ], + [ + "Shines", + 1 + ], + [ + "down", + 1 + ], + [ + "interstellar", + 1 + ], + [ + "beams", + 1 + ], + [ + "groove", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Is", + 1 + ], + [ + "something", + 1 + ], + [ + "more", + 1 + ], + [ + "than", + 1 + ], + [ + "youve", + 1 + ], + [ + "ever", + 1 + ], + [ + "seen", + 1 + ], + [ + "too", + 1 + ], + [ + "Youre", + 1 + ], + [ + "never", + 1 + ], + [ + "safe", + 1 + ], + [ + "till", + 1 + ], + [ + "you", + 1 + ], + [ + "see", + 1 + ], + [ + "dawn", + 1 + ], + [ + "if", + 1 + ], + [ + "clock", + 1 + ], + [ + "strikes", + 1 + ], + [ + "past", + 1 + ], + [ + "midnight", + 1 + ], + [ + "hope", + 1 + ], + [ + "gone", + 1 + ], + [ + "To", + 1 + ], + [ + "move", + 1 + ], + [ + "under", + 1 + ], + [ + "Move", + 1 + ], + [ + "Closer", + 1 + ], + [ + "Passion", + 1 + ], + [ + "Stronger", + 1 + ], + [ + "Theres", + 1 + ], + [ + "magic", + 1 + ], + [ + "only", + 1 + ], + [ + "two", + 1 + ], + [ + "can", + 1 + ], + [ + "tell", + 1 + ], + [ + "dark", + 1 + ], + [ + "Ultra", + 1 + ], + [ + "violet", + 1 + ], + [ + "wicked", + 1 + ], + [ + "spell", + 1 + ], + [ + "to", + 1 + ], + [ + "all", + 1 + ] + ], + [ + [ + "the", + 8 + ], + [ + "you", + 7 + ], + [ + "we", + 6 + ], + [ + "pearls", + 6 + ], + [ + "and", + 5 + ], + [ + "of", + 5 + ], + [ + "cry", + 4 + ], + [ + "tears", + 4 + ], + [ + "like", + 3 + ], + [ + "These", + 3 + ], + [ + "away", + 3 + ], + [ + "so", + 3 + ], + [ + "in", + 2 + ], + [ + "all", + 2 + ], + [ + "still", + 2 + ], + [ + "left", + 2 + ], + [ + "The", + 2 + ], + [ + "We", + 2 + ], + [ + "do", + 2 + ], + [ + "it", + 2 + ], + [ + "love", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "keep", + 2 + ], + [ + "locked", + 2 + ], + [ + "I", + 2 + ], + [ + "could", + 2 + ], + [ + "be", + 2 + ], + [ + "my", + 2 + ], + [ + "will", + 2 + ], + [ + "death", + 2 + ], + [ + "And", + 1 + ], + [ + "stare", + 1 + ], + [ + "each", + 1 + ], + [ + "other", + 1 + ], + [ + "down", + 1 + ], + [ + "vicitms", + 1 + ], + [ + "grind", + 1 + ], + [ + "Probing", + 1 + ], + [ + "weakness", + 1 + ], + [ + "hurt", + 1 + ], + [ + "behind", + 1 + ], + [ + "Oh", + 1 + ], + [ + "Is", + 1 + ], + [ + "really", + 1 + ], + [ + "tragedy", + 1 + ], + [ + "way", + 1 + ], + [ + "might", + 1 + ], + [ + "describe", + 1 + ], + [ + "Or", + 1 + ], + [ + "would", + 1 + ], + [ + "a", + 1 + ], + [ + "thousand", + 1 + ], + [ + "lovers", + 1 + ], + [ + "leave", + 1 + ], + [ + "cold", + 1 + ], + [ + "inside", + 1 + ], + [ + "Make", + 1 + ], + [ + "All", + 1 + ], + [ + "these", + 1 + ], + [ + "mixed", + 1 + ], + [ + "emotions", + 1 + ], + [ + "stolen", + 1 + ], + [ + "Stolen", + 1 + ], + [ + "pearl", + 1 + ], + [ + "devotions", + 1 + ], + [ + "from", + 1 + ], + [ + "world", + 1 + ], + [ + "Your", + 1 + ], + [ + "kisses", + 1 + ], + [ + "are", + 1 + ], + [ + "different", + 1 + ], + [ + "rare", + 1 + ], + [ + "But", + 1 + ], + [ + "anger", + 1 + ], + [ + "stole", + 1 + ], + [ + "jewels", + 1 + ], + [ + "has", + 1 + ], + [ + "bare", + 1 + ], + [ + "Made", + 1 + ], + [ + "Well", + 1 + ], + [ + "tired", + 1 + ], + [ + "joker", + 1 + ], + [ + "pour", + 1 + ], + [ + "heart", + 1 + ], + [ + "to", + 1 + ], + [ + "get", + 1 + ], + [ + "Sacrifice", + 1 + ], + [ + "happiness", + 1 + ], + [ + "just", + 1 + ], + [ + "win", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "twist", + 1 + ], + [ + "turn", + 1 + ], + [ + "where", + 1 + ], + [ + "angels", + 1 + ], + [ + "burn", + 1 + ], + [ + "Like", + 1 + ], + [ + "fallen", + 1 + ], + [ + "soldiers", + 1 + ], + [ + "learn", + 1 + ], + [ + "That", + 1 + ], + [ + "once", + 1 + ], + [ + "forgotten", + 1 + ], + [ + "twice", + 1 + ], + [ + "removed", + 1 + ], + [ + "Love", + 1 + ], + [ + "repeat", + 1 + ], + [ + "chorus", + 1 + ] + ], + [ + [ + "I", + 26 + ], + [ + "a", + 16 + ], + [ + "to", + 15 + ], + [ + "the", + 14 + ], + [ + "and", + 12 + ], + [ + "need", + 8 + ], + [ + "of", + 8 + ], + [ + "you", + 8 + ], + [ + "And", + 5 + ], + [ + "in", + 5 + ], + [ + "dont", + 5 + ], + [ + "know", + 5 + ], + [ + "your", + 4 + ], + [ + "face", + 4 + ], + [ + "just", + 4 + ], + [ + "my", + 4 + ], + [ + "if", + 4 + ], + [ + "want", + 4 + ], + [ + "bit", + 4 + ], + [ + "get", + 4 + ], + [ + "what", + 4 + ], + [ + "But", + 4 + ], + [ + "place", + 3 + ], + [ + "like", + 3 + ], + [ + "on", + 3 + ], + [ + "Chorus", + 3 + ], + [ + "find", + 3 + ], + [ + "out", + 3 + ], + [ + "Im", + 3 + ], + [ + "Anytime", + 2 + ], + [ + "see", + 2 + ], + [ + "close", + 2 + ], + [ + "eyes", + 2 + ], + [ + "am", + 2 + ], + [ + "taken", + 2 + ], + [ + "where", + 2 + ], + [ + "crystal", + 2 + ], + [ + "mind", + 2 + ], + [ + "Magenta", + 2 + ], + [ + "feelings", + 2 + ], + [ + "take", + 2 + ], + [ + "up", + 2 + ], + [ + "shelter", + 2 + ], + [ + "base", + 2 + ], + [ + "spine", + 2 + ], + [ + "Sweet", + 2 + ], + [ + "chicacherry", + 2 + ], + [ + "cola", + 2 + ], + [ + "try", + 2 + ], + [ + "explain", + 2 + ], + [ + "hold", + 2 + ], + [ + "tight", + 2 + ], + [ + "it", + 2 + ], + [ + "happens", + 2 + ], + [ + "again", + 2 + ], + [ + "might", + 2 + ], + [ + "move", + 2 + ], + [ + "so", + 2 + ], + [ + "slightly", + 2 + ], + [ + "To", + 2 + ], + [ + "arms", + 2 + ], + [ + "lips", + 2 + ], + [ + "human", + 2 + ], + [ + "cannonball", + 2 + ], + [ + "That", + 2 + ], + [ + "Come", + 2 + ], + [ + "stand", + 2 + ], + [ + "little", + 2 + ], + [ + "closer", + 2 + ], + [ + "higher", + 2 + ], + [ + "Youll", + 2 + ], + [ + "never", + 2 + ], + [ + "hit", + 2 + ], + [ + "When", + 2 + ], + [ + "Ooh", + 2 + ], + [ + "ooh", + 2 + ], + [ + "Id", + 2 + ], + [ + "die", + 2 + ], + [ + "who", + 2 + ], + [ + "deep", + 2 + ], + [ + "is", + 2 + ], + [ + "for", + 2 + ], + [ + "time", + 2 + ], + [ + "using", + 2 + ], + [ + "Breath", + 1 + ], + [ + "kind", + 1 + ], + [ + "person", + 1 + ], + [ + "endorses", + 1 + ], + [ + "commitment", + 1 + ], + [ + "Getting", + 1 + ], + [ + "comfy", + 1 + ], + [ + "getting", + 1 + ], + [ + "perfect", + 1 + ], + [ + "live", + 1 + ], + [ + "look", + 1 + ], + [ + "then", + 1 + ], + [ + "smell", + 1 + ], + [ + "perfume", + 1 + ], + [ + "Its", + 1 + ], + [ + "down", + 1 + ], + [ + "floor", + 1 + ], + [ + "Conversation", + 1 + ], + [ + "has", + 1 + ], + [ + "In", + 1 + ], + [ + "interaction", + 1 + ], + [ + "lover", + 1 + ], + [ + "mate", + 1 + ], + [ + "talking", + 1 + ], + [ + "symbols", + 1 + ], + [ + "words", + 1 + ], + [ + "Can", + 1 + ], + [ + "be", + 1 + ], + [ + "likened", + 1 + ], + [ + "sea", + 1 + ], + [ + "diver", + 1 + ], + [ + "swimming", + 1 + ], + [ + "with", + 1 + ], + [ + "raincoat", + 1 + ], + [ + "Breathe", + 1 + ], + [ + "So", + 1 + ], + [ + "can", + 1 + ], + [ + "we", + 1 + ] + ], + [ + [ + "you", + 17 + ], + [ + "I", + 14 + ], + [ + "the", + 14 + ], + [ + "Ill", + 13 + ], + [ + "be", + 12 + ], + [ + "your", + 11 + ], + [ + "with", + 11 + ], + [ + "wanna", + 11 + ], + [ + "on", + 9 + ], + [ + "in", + 6 + ], + [ + "a", + 5 + ], + [ + "sky", + 5 + ], + [ + "love", + 4 + ], + [ + "stand", + 4 + ], + [ + "mountain", + 4 + ], + [ + "bathe", + 4 + ], + [ + "sea", + 4 + ], + [ + "like", + 4 + ], + [ + "this", + 4 + ], + [ + "forever", + 4 + ], + [ + "Until", + 4 + ], + [ + "falls", + 4 + ], + [ + "down", + 4 + ], + [ + "me", + 4 + ], + [ + "to", + 4 + ], + [ + "wish", + 3 + ], + [ + "that", + 3 + ], + [ + "need", + 3 + ], + [ + "A", + 3 + ], + [ + "lay", + 3 + ], + [ + "dream", + 2 + ], + [ + "fantasy", + 2 + ], + [ + "hope", + 2 + ], + [ + "Be", + 2 + ], + [ + "everything", + 2 + ], + [ + "more", + 2 + ], + [ + "every", + 2 + ], + [ + "breath", + 2 + ], + [ + "Truly", + 2 + ], + [ + "madly", + 2 + ], + [ + "deeply", + 2 + ], + [ + "do", + 2 + ], + [ + "will", + 2 + ], + [ + "for", + 2 + ], + [ + "make", + 2 + ], + [ + "it", + 2 + ], + [ + "want", + 2 + ], + [ + "The", + 2 + ], + [ + "tears", + 2 + ], + [ + "strong", + 1 + ], + [ + "faithful", + 1 + ], + [ + "cause", + 1 + ], + [ + "Im", + 1 + ], + [ + "counting", + 1 + ], + [ + "new", + 1 + ], + [ + "beginning", + 1 + ], + [ + "reason", + 1 + ], + [ + "living", + 1 + ], + [ + "deeper", + 1 + ], + [ + "meaning", + 1 + ], + [ + "yeah", + 1 + ], + [ + "And", + 1 + ], + [ + "when", + 1 + ], + [ + "stars", + 1 + ], + [ + "are", + 1 + ], + [ + "shining", + 1 + ], + [ + "brightly", + 1 + ], + [ + "velvet", + 1 + ], + [ + "send", + 1 + ], + [ + "heaven", + 1 + ], + [ + "Then", + 1 + ], + [ + "cry", + 1 + ], + [ + "of", + 1 + ], + [ + "joy", + 1 + ], + [ + "all", + 1 + ], + [ + "pleasure", + 1 + ], + [ + "certainty", + 1 + ], + [ + "That", + 1 + ], + [ + "were", + 1 + ], + [ + "surrounded", + 1 + ], + [ + "by", + 1 + ], + [ + "comfort", + 1 + ], + [ + "and", + 1 + ], + [ + "protection", + 1 + ], + [ + "Of", + 1 + ], + [ + "highest", + 1 + ], + [ + "powers", + 1 + ], + [ + "In", + 1 + ], + [ + "lonely", + 1 + ], + [ + "hours", + 1 + ], + [ + "devour", + 1 + ], + [ + "Oh", + 1 + ], + [ + "can", + 1 + ], + [ + "see", + 1 + ], + [ + "baby", + 1 + ], + [ + "Dont", + 1 + ], + [ + "have", + 1 + ], + [ + "close", + 1 + ], + [ + "eyes", + 1 + ], + [ + "Cause", + 1 + ], + [ + "its", + 1 + ], + [ + "standing", + 1 + ], + [ + "right", + 1 + ], + [ + "before", + 1 + ], + [ + "All", + 1 + ], + [ + "surely", + 1 + ], + [ + "come", + 1 + ], + [ + "Well", + 1 + ], + [ + "live", + 1 + ] + ], + [ + [ + "to", + 23 + ], + [ + "you", + 21 + ], + [ + "a", + 17 + ], + [ + "the", + 15 + ], + [ + "your", + 15 + ], + [ + "that", + 11 + ], + [ + "way", + 7 + ], + [ + "into", + 7 + ], + [ + "disco", + 7 + ], + [ + "want", + 6 + ], + [ + "thats", + 6 + ], + [ + "Im", + 6 + ], + [ + "gonna", + 6 + ], + [ + "inside", + 6 + ], + [ + "head", + 6 + ], + [ + "Violet", + 6 + ], + [ + "color", + 6 + ], + [ + "be", + 5 + ], + [ + "and", + 5 + ], + [ + "take", + 5 + ], + [ + "And", + 5 + ], + [ + "no", + 5 + ], + [ + "lie", + 5 + ], + [ + "If", + 4 + ], + [ + "theres", + 4 + ], + [ + "like", + 4 + ], + [ + "crash", + 4 + ], + [ + "world", + 4 + ], + [ + "Dance", + 4 + ], + [ + "it", + 3 + ], + [ + "with", + 3 + ], + [ + "see", + 3 + ], + [ + "But", + 3 + ], + [ + "people", + 3 + ], + [ + "Let", + 3 + ], + [ + "body", + 3 + ], + [ + "move", + 3 + ], + [ + "doorway", + 3 + ], + [ + "To", + 3 + ], + [ + "Wear", + 3 + ], + [ + "cling", + 3 + ], + [ + "The", + 3 + ], + [ + "could", + 2 + ], + [ + "everything", + 2 + ], + [ + "Would", + 2 + ], + [ + "complain", + 2 + ], + [ + "came", + 2 + ], + [ + "too", + 2 + ], + [ + "easy", + 2 + ], + [ + "me", + 2 + ], + [ + "A", + 2 + ], + [ + "dont", + 2 + ], + [ + "things", + 2 + ], + [ + "Ive", + 2 + ], + [ + "got", + 2 + ], + [ + "dream", + 2 + ], + [ + "over", + 2 + ], + [ + "Exploding", + 2 + ], + [ + "supernova", + 2 + ], + [ + "give", + 2 + ], + [ + "In", + 2 + ], + [ + "were", + 2 + ], + [ + "same", + 2 + ], + [ + "two", + 2 + ], + [ + "looking", + 2 + ], + [ + "out", + 2 + ], + [ + "sea", + 2 + ], + [ + "For", + 2 + ], + [ + "wave", + 2 + ], + [ + "would", + 2 + ], + [ + "carry", + 2 + ], + [ + "all", + 2 + ], + [ + "our", + 2 + ], + [ + "fantasies", + 2 + ], + [ + "infiltrate", + 2 + ], + [ + "Sway", + 2 + ], + [ + "mind", + 2 + ], + [ + "complicate", + 2 + ], + [ + "Just", + 1 + ], + [ + "games", + 1 + ], + [ + "resolution", + 1 + ], + [ + "hard", + 1 + ], + [ + "OK", + 1 + ], + [ + "cause", + 1 + ], + [ + "I", + 1 + ], + [ + "are", + 1 + ], + [ + "plain", + 1 + ], + [ + "You", + 1 + ], + [ + "ecstacy", + 1 + ], + [ + "delivered", + 1 + ], + [ + "certainty", + 1 + ], + [ + "youre", + 1 + ], + [ + "afraid", + 1 + ], + [ + "pleasure", + 1 + ], + [ + "wont", + 1 + ], + [ + "needed", + 1 + ], + [ + "Contemplate", + 1 + ], + [ + "jealously", + 1 + ], + [ + "intermixed", + 1 + ], + [ + "urgency", + 1 + ], + [ + "million", + 1 + ], + [ + "damned", + 1 + ], + [ + "good", + 1 + ], + [ + "shot", + 1 + ], + [ + "at", + 1 + ], + [ + "Ill", + 1 + ], + [ + "do", + 1 + ], + [ + "my", + 1 + ], + [ + "best", + 1 + ], + [ + "break", + 1 + ], + [ + "higher", + 1 + ], + [ + "Common", + 1 + ], + [ + "sense", + 1 + ], + [ + "is", + 1 + ], + [ + "game", + 1 + ], + [ + "many", + 1 + ], + [ + "play", + 1 + ], + [ + "in", + 1 + ], + [ + "moment", + 1 + ], + [ + "takes", + 1 + ], + [ + "either", + 1 + ] + ], + [ + [ + "I", + 23 + ], + [ + "me", + 20 + ], + [ + "around", + 17 + ], + [ + "you", + 16 + ], + [ + "the", + 16 + ], + [ + "want", + 13 + ], + [ + "your", + 12 + ], + [ + "all", + 11 + ], + [ + "All", + 7 + ], + [ + "a", + 7 + ], + [ + "on", + 6 + ], + [ + "Youre", + 6 + ], + [ + "So", + 5 + ], + [ + "hear", + 4 + ], + [ + "and", + 4 + ], + [ + "baby", + 4 + ], + [ + "yeah", + 4 + ], + [ + "way", + 4 + ], + [ + "like", + 4 + ], + [ + "need", + 3 + ], + [ + "so", + 3 + ], + [ + "of", + 3 + ], + [ + "cant", + 3 + ], + [ + "say", + 3 + ], + [ + "arms", + 3 + ], + [ + "face", + 3 + ], + [ + "perfume", + 3 + ], + [ + "move", + 3 + ], + [ + "do", + 3 + ], + [ + "funky", + 3 + ], + [ + "groove", + 3 + ], + [ + "youre", + 3 + ], + [ + "Well", + 2 + ], + [ + "know", + 2 + ], + [ + "that", + 2 + ], + [ + "magic", + 2 + ], + [ + "come", + 2 + ], + [ + "Ive", + 2 + ], + [ + "been", + 2 + ], + [ + "running", + 2 + ], + [ + "day", + 2 + ], + [ + "And", + 2 + ], + [ + "Like", + 2 + ], + [ + "chop", + 2 + ], + [ + "everytime", + 1 + ], + [ + "look", + 1 + ], + [ + "at", + 1 + ], + [ + "expression", + 1 + ], + [ + "printed", + 1 + ], + [ + "page", + 1 + ], + [ + "think", + 1 + ], + [ + "Whispering", + 1 + ], + [ + "compliments", + 1 + ], + [ + "badly", + 1 + ], + [ + "Now", + 1 + ], + [ + "circles", + 1 + ], + [ + "notion", + 1 + ], + [ + "youd", + 1 + ], + [ + "find", + 1 + ], + [ + "One", + 1 + ], + [ + "maybe", + 1 + ], + [ + "But", + 1 + ], + [ + "psychic", + 1 + ], + [ + "powers", + 1 + ], + [ + "suggestion", + 1 + ], + [ + "sending", + 1 + ], + [ + "cold", + 1 + ], + [ + "chardonnay", + 1 + ], + [ + "chilled", + 1 + ], + [ + "for", + 1 + ], + [ + "smooth", + 1 + ], + [ + "crisp", + 1 + ], + [ + "display", + 1 + ], + [ + "Cartier", + 1 + ], + [ + "Armani", + 1 + ], + [ + "TAG", + 1 + ], + [ + "Gucci", + 1 + ], + [ + "Versace", + 1 + ], + [ + "In", + 1 + ], + [ + "middle", + 1 + ], + [ + "night", + 1 + ], + [ + "kiss", + 1 + ], + [ + "long", + 1 + ], + [ + "only", + 1 + ], + [ + "good", + 1 + ], + [ + "thing", + 1 + ], + [ + "when", + 1 + ], + [ + "is", + 1 + ], + [ + "wrong", + 1 + ], + [ + "time", + 1 + ], + [ + "reversal", + 1 + ], + [ + "clock", + 1 + ], + [ + "fries", + 1 + ], + [ + "side", + 1 + ], + [ + "with", + 1 + ], + [ + "cherry", + 1 + ], + [ + "top", + 1 + ], + [ + "sleek", + 1 + ], + [ + "velvet", + 1 + ], + [ + "gold", + 1 + ], + [ + "lame", + 1 + ], + [ + "patent", + 1 + ], + [ + "leather", + 1 + ], + [ + "enchante", + 1 + ], + [ + "legend", + 1 + ], + [ + "glamor", + 1 + ], + [ + "queen", + 1 + ], + [ + "God", + 1 + ], + [ + "Im", + 1 + ], + [ + "out", + 1 + ], + [ + "words", + 1 + ], + [ + "but", + 1 + ], + [ + "what", + 1 + ], + [ + "mean", + 1 + ], + [ + "slide", + 1 + ], + [ + "into", + 1 + ], + [ + "Jaguar", + 1 + ], + [ + "or", + 1 + ], + [ + "Porsche", + 1 + ], + [ + "there", + 1 + ], + [ + "are", + 1 + ], + [ + "darling", + 1 + ], + [ + "au", + 1 + ], + [ + "revoir", + 1 + ], + [ + "Pick", + 1 + ], + [ + "up", + 1 + ], + [ + "things", + 1 + ], + [ + "star", + 1 + ] + ], + [ + [ + "you", + 18 + ], + [ + "know", + 11 + ], + [ + "baby", + 9 + ], + [ + "I", + 8 + ], + [ + "You", + 5 + ], + [ + "it", + 5 + ], + [ + "let", + 5 + ], + [ + "on", + 4 + ], + [ + "so", + 4 + ], + [ + "does", + 4 + ], + [ + "right", + 4 + ], + [ + "your", + 4 + ], + [ + "up", + 4 + ], + [ + "the", + 3 + ], + [ + "my", + 3 + ], + [ + "So", + 3 + ], + [ + "And", + 3 + ], + [ + "Chorus", + 3 + ], + [ + "me", + 3 + ], + [ + "now", + 3 + ], + [ + "time", + 3 + ], + [ + "in", + 3 + ], + [ + "Cause", + 3 + ], + [ + "go", + 3 + ], + [ + "Well", + 2 + ], + [ + "want", + 2 + ], + [ + "to", + 2 + ], + [ + "and", + 2 + ], + [ + "for", + 2 + ], + [ + "But", + 2 + ], + [ + "heart", + 2 + ], + [ + "be", + 2 + ], + [ + "much", + 2 + ], + [ + "that", + 2 + ], + [ + "If", + 2 + ], + [ + "close", + 2 + ], + [ + "wake", + 2 + ], + [ + "wont", + 2 + ], + [ + "this", + 2 + ], + [ + "Im", + 2 + ], + [ + "gonna", + 2 + ], + [ + "make", + 2 + ], + [ + "Ill", + 2 + ], + [ + "take", + 1 + ], + [ + "as", + 1 + ], + [ + "find", + 1 + ], + [ + "Imagine", + 1 + ], + [ + "our", + 1 + ], + [ + "clothes", + 1 + ], + [ + "are", + 1 + ], + [ + "floor", + 1 + ], + [ + "Feel", + 1 + ], + [ + "caress", + 1 + ], + [ + "soft", + 1 + ], + [ + "gentle", + 1 + ], + [ + "delicate", + 1 + ], + [ + "cry", + 1 + ], + [ + "more", + 1 + ], + [ + "Universe", + 1 + ], + [ + "inside", + 1 + ], + [ + "of", + 1 + ], + [ + "gotta", + 1 + ], + [ + "can", + 1 + ], + [ + "free", + 1 + ], + [ + "wanted", + 1 + ], + [ + "its", + 1 + ], + [ + "over", + 1 + ], + [ + "dont", + 1 + ], + [ + "what", + 1 + ], + [ + "Put", + 1 + ], + [ + "a", + 1 + ], + [ + "capsule", + 1 + ], + [ + "Two", + 1 + ], + [ + "minds", + 1 + ], + [ + "consensual", + 1 + ], + [ + "Entwined", + 1 + ], + [ + "perfection", + 1 + ], + [ + "we", + 1 + ], + [ + "could", + 1 + ], + [ + "Cuddle", + 1 + ], + [ + "Lay", + 1 + ], + [ + "chest", + 1 + ], + [ + "Listen", + 1 + ], + [ + "beats", + 1 + ], + [ + "coming", + 1 + ], + [ + "down", + 1 + ], + [ + "get", + 1 + ], + [ + "tired", + 1 + ], + [ + "eyes", + 1 + ], + [ + "When", + 1 + ], + [ + "found", + 1 + ], + [ + "youre", + 1 + ], + [ + "nervous", + 1 + ], + [ + "kind", + 1 + ], + [ + "With", + 1 + ], + [ + "going", + 1 + ], + [ + "mind", + 1 + ], + [ + "tell", + 1 + ], + [ + "mine", + 1 + ], + [ + "sure", + 1 + ], + [ + "look", + 1 + ], + [ + "out", + 1 + ], + [ + "will", + 1 + ], + [ + "only", + 1 + ], + [ + "end", + 1 + ], + [ + "lost", + 1 + ], + [ + "loneliness", + 1 + ], + [ + "with", + 1 + ], + [ + "words", + 1 + ], + [ + "already", + 1 + ], + [ + "lips", + 1 + ] + ], + [ + [ + "Ill", + 8 + ], + [ + "words", + 8 + ], + [ + "and", + 7 + ], + [ + "the", + 7 + ], + [ + "a", + 6 + ], + [ + "I", + 6 + ], + [ + "say", + 6 + ], + [ + "thousand", + 5 + ], + [ + "more", + 5 + ], + [ + "your", + 4 + ], + [ + "of", + 3 + ], + [ + "all", + 3 + ], + [ + "my", + 3 + ], + [ + "you", + 3 + ], + [ + "out", + 3 + ], + [ + "loud", + 3 + ], + [ + "or", + 3 + ], + [ + "We", + 2 + ], + [ + "So", + 2 + ], + [ + "take", + 2 + ], + [ + "this", + 2 + ], + [ + "noise", + 2 + ], + [ + "into", + 2 + ], + [ + "brain", + 2 + ], + [ + "send", + 2 + ], + [ + "it", + 2 + ], + [ + "back", + 2 + ], + [ + "again", + 2 + ], + [ + "bear", + 2 + ], + [ + "cost", + 2 + ], + [ + "shed", + 2 + ], + [ + "skin", + 2 + ], + [ + "call", + 2 + ], + [ + "up", + 2 + ], + [ + "then", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "to", + 2 + ], + [ + "wont", + 2 + ], + [ + "stumble", + 1 + ], + [ + "in", + 1 + ], + [ + "tangled", + 1 + ], + [ + "web", + 1 + ], + [ + "decaying", + 1 + ], + [ + "friendships", + 1 + ], + [ + "almost", + 1 + ], + [ + "dead", + 1 + ], + [ + "And", + 1 + ], + [ + "hide", + 1 + ], + [ + "behind", + 1 + ], + [ + "mask", + 1 + ], + [ + "lies", + 1 + ], + [ + "twist", + 1 + ], + [ + "turn", + 1 + ], + [ + "we", + 1 + ], + [ + "avoid", + 1 + ], + [ + "hope", + 1 + ], + [ + "salvage", + 1 + ], + [ + "now", + 1 + ], + [ + "devoid", + 1 + ], + [ + "see", + 1 + ], + [ + "truth", + 1 + ], + [ + "inside", + 1 + ], + [ + "eyes", + 1 + ], + [ + "You", + 1 + ], + [ + "could", + 1 + ], + [ + "resurrect", + 1 + ], + [ + "deceive", + 1 + ], + [ + "me", + 1 + ], + [ + "A", + 1 + ], + [ + "will", + 1 + ], + [ + "give", + 1 + ], + [ + "reasons", + 1 + ], + [ + "why", + 1 + ], + [ + "dont", + 1 + ], + [ + "need", + 1 + ], + [ + "anymore", + 1 + ], + [ + "Time", + 1 + ], + [ + "manipulates", + 1 + ], + [ + "heart", + 1 + ], + [ + "preconceptions", + 1 + ], + [ + "torn", + 1 + ], + [ + "apart", + 1 + ], + [ + "Begin", + 1 + ], + [ + "doubt", + 1 + ], + [ + "state", + 1 + ], + [ + "mind", + 1 + ], + [ + "But", + 1 + ], + [ + "go", + 1 + ], + [ + "down", + 1 + ], + [ + "on", + 1 + ], + [ + "what", + 1 + ], + [ + "said", + 1 + ], + [ + "retract", + 1 + ], + [ + "convictions", + 1 + ], + [ + "read", + 1 + ], + [ + "may", + 1 + ], + [ + "perplex", + 1 + ], + [ + "but", + 1 + ], + [ + "Im", + 1 + ], + [ + "not", + 1 + ], + [ + "blind", + 1 + ], + [ + "Manipulation", + 1 + ], + [ + "Fabrication", + 1 + ], + [ + "Conversation", + 1 + ], + [ + "Annihilation", + 1 + ], + [ + "Damnation", + 1 + ], + [ + "Frustration", + 1 + ], + [ + "Elevation", + 1 + ], + [ + "Procreation", + 1 + ], + [ + "repeat", + 1 + ], + [ + "chorus", + 1 + ] + ], + [ + [ + "me", + 35 + ], + [ + "you", + 14 + ], + [ + "that", + 11 + ], + [ + "never", + 10 + ], + [ + "in", + 10 + ], + [ + "a", + 10 + ], + [ + "way", + 9 + ], + [ + "known", + 9 + ], + [ + "Ive", + 7 + ], + [ + "the", + 7 + ], + [ + "shake", + 6 + ], + [ + "hate", + 6 + ], + [ + "take", + 6 + ], + [ + "be", + 6 + ], + [ + "I", + 5 + ], + [ + "But", + 5 + ], + [ + "You", + 5 + ], + [ + "then", + 5 + ], + [ + "alone", + 5 + ], + [ + "break", + 4 + ], + [ + "over", + 4 + ], + [ + "When", + 4 + ], + [ + "madness", + 4 + ], + [ + "stops", + 4 + ], + [ + "will", + 4 + ], + [ + "moved", + 3 + ], + [ + "So", + 3 + ], + [ + "Break", + 3 + ], + [ + "again", + 2 + ], + [ + "just", + 2 + ], + [ + "abused", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "with", + 2 + ], + [ + "confuse", + 2 + ], + [ + "baby", + 2 + ], + [ + "youll", + 2 + ], + [ + "to", + 2 + ], + [ + "youve", + 2 + ], + [ + "thought", + 1 + ], + [ + "Id", + 1 + ], + [ + "change", + 1 + ], + [ + "my", + 1 + ], + [ + "opinion", + 1 + ], + [ + "straight", + 1 + ], + [ + "away", + 1 + ], + [ + "into", + 1 + ], + [ + "position", + 1 + ], + [ + "Just", + 1 + ], + [ + "youre", + 1 + ], + [ + "kind", + 1 + ], + [ + "who", + 1 + ], + [ + "deals", + 1 + ], + [ + "games", + 1 + ], + [ + "mind", + 1 + ], + [ + "Well", + 1 + ], + [ + "She", + 1 + ], + [ + "says", + 1 + ], + [ + "can", + 1 + ], + [ + "help", + 1 + ], + [ + "but", + 1 + ], + [ + "what", + 1 + ], + [ + "do", + 1 + ], + [ + "say", + 1 + ], + [ + "its", + 1 + ], + [ + "not", + 1 + ], + [ + "free", + 1 + ], + [ + "have", + 1 + ], + [ + "pay", + 1 + ], + [ + "keep", + 1 + ], + [ + "contemplating", + 1 + ], + [ + "your", + 1 + ], + [ + "soul", + 1 + ], + [ + "is", + 1 + ], + [ + "slowly", + 1 + ], + [ + "fading", + 1 + ], + [ + "God", + 1 + ], + [ + "dont", + 1 + ], + [ + "know", + 1 + ], + [ + "live", + 1 + ], + [ + "ton", + 1 + ], + [ + "of", + 1 + ], + [ + "regret", + 1 + ], + [ + "Cause", + 1 + ], + [ + "used", + 1 + ], + [ + "move", + 1 + ], + [ + "accused", + 1 + ], + [ + "hurt", + 1 + ], + [ + "wont", + 1 + ], + [ + "Listen", + 1 + ], + [ + "Youll", + 1 + ], + [ + "make", + 1 + ], + [ + "Fake", + 1 + ] + ], + [ + [ + "you", + 19 + ], + [ + "the", + 12 + ], + [ + "a", + 12 + ], + [ + "and", + 11 + ], + [ + "Just", + 9 + ], + [ + "could", + 9 + ], + [ + "be", + 8 + ], + [ + "mine", + 8 + ], + [ + "I", + 6 + ], + [ + "in", + 6 + ], + [ + "my", + 5 + ], + [ + "of", + 5 + ], + [ + "to", + 4 + ], + [ + "time", + 4 + ], + [ + "Im", + 4 + ], + [ + "darkness", + 3 + ], + [ + "can", + 3 + ], + [ + "feel", + 3 + ], + [ + "twist", + 3 + ], + [ + "sip", + 3 + ], + [ + "wine", + 3 + ], + [ + "kiss", + 3 + ], + [ + "divine", + 3 + ], + [ + "In", + 2 + ], + [ + "believe", + 2 + ], + [ + "like", + 2 + ], + [ + "cloud", + 2 + ], + [ + "A", + 2 + ], + [ + "leave", + 2 + ], + [ + "just", + 2 + ], + [ + "me", + 2 + ], + [ + "inside", + 2 + ], + [ + "all", + 2 + ], + [ + "wait", + 1 + ], + [ + "Frozen", + 1 + ], + [ + "winds", + 1 + ], + [ + "surround", + 1 + ], + [ + "face", + 1 + ], + [ + "cover", + 1 + ], + [ + "make", + 1 + ], + [ + "its", + 1 + ], + [ + "rain", + 1 + ], + [ + "storm", + 1 + ], + [ + "building", + 1 + ], + [ + "heart", + 1 + ], + [ + "wonder", + 1 + ], + [ + "if", + 1 + ], + [ + "know", + 1 + ], + [ + "pain", + 1 + ], + [ + "want", + 1 + ], + [ + "one", + 1 + ], + [ + "thing", + 1 + ], + [ + "havent", + 1 + ], + [ + "got", + 1 + ], + [ + "hand", + 1 + ], + [ + "brushes", + 1 + ], + [ + "by", + 1 + ], + [ + "love", + 1 + ], + [ + "smile", + 1 + ], + [ + "fuels", + 1 + ], + [ + "steel", + 1 + ], + [ + "inferno", + 1 + ], + [ + "You", + 1 + ], + [ + "dont", + 1 + ], + [ + "have", + 1 + ], + [ + "die", + 1 + ], + [ + "world", + 1 + ], + [ + "Stand", + 1 + ], + [ + "still", + 1 + ], + [ + "youve", + 1 + ], + [ + "departed", + 1 + ], + [ + "It", + 1 + ], + [ + "seems", + 1 + ], + [ + "not", + 1 + ], + [ + "on", + 1 + ], + [ + "your", + 1 + ], + [ + "mind", + 1 + ], + [ + "wasting", + 1 + ], + [ + "fool", + 1 + ], + [ + "death", + 1 + ], + [ + "night", + 1 + ], + [ + "wish", + 1 + ], + [ + "that", + 1 + ], + [ + "conceive", + 1 + ], + [ + "Wont", + 1 + ], + [ + "Take", + 1 + ], + [ + "away", + 1 + ], + [ + "pride", + 1 + ], + [ + "dignity", + 1 + ], + [ + "thats", + 1 + ], + [ + "burning", + 1 + ], + [ + "Cant", + 1 + ], + [ + "see", + 1 + ], + [ + "standing", + 1 + ], + [ + "naked", + 1 + ], + [ + "Ill", + 1 + ], + [ + "bear", + 1 + ], + [ + "crosses", + 1 + ], + [ + "crucifixes", + 1 + ], + [ + "provide", + 1 + ], + [ + "If", + 1 + ], + [ + "decide", + 1 + ] + ], + [ + [ + "I", + 17 + ], + [ + "the", + 11 + ], + [ + "you", + 8 + ], + [ + "am", + 7 + ], + [ + "be", + 6 + ], + [ + "so", + 5 + ], + [ + "In", + 4 + ], + [ + "Santa", + 4 + ], + [ + "Monica", + 4 + ], + [ + "on", + 4 + ], + [ + "to", + 4 + ], + [ + "or", + 4 + ], + [ + "And", + 4 + ], + [ + "telephone", + 3 + ], + [ + "line", + 3 + ], + [ + "want", + 3 + ], + [ + "could", + 3 + ], + [ + "a", + 3 + ], + [ + "wouldnt", + 3 + ], + [ + "know", + 3 + ], + [ + "difference", + 3 + ], + [ + "Or", + 3 + ], + [ + "The", + 2 + ], + [ + "people", + 2 + ], + [ + "But", + 2 + ], + [ + "anyone", + 2 + ], + [ + "anything", + 2 + ], + [ + "super", + 2 + ], + [ + "model", + 2 + ], + [ + "Norman", + 2 + ], + [ + "Mailer", + 2 + ], + [ + "would", + 2 + ], + [ + "modern", + 2 + ], + [ + "never", + 2 + ], + [ + "felt", + 2 + ], + [ + "any", + 2 + ], + [ + "in", + 1 + ], + [ + "winter", + 1 + ], + [ + "time", + 1 + ], + [ + "lazy", + 1 + ], + [ + "streets", + 1 + ], + [ + "undemanding", + 1 + ], + [ + "walk", + 1 + ], + [ + "into", + 1 + ], + [ + "crowd", + 1 + ], + [ + "get", + 1 + ], + [ + "your", + 1 + ], + [ + "coffee", + 1 + ], + [ + "from", + 1 + ], + [ + "coolest", + 1 + ], + [ + "places", + 1 + ], + [ + "promenade", + 1 + ], + [ + "Where", + 1 + ], + [ + "dress", + 1 + ], + [ + "just", + 1 + ], + [ + "Beauty", + 1 + ], + [ + "unavoidable", + 1 + ], + [ + "everywhere", + 1 + ], + [ + "turn", + 1 + ], + [ + "Its", + 1 + ], + [ + "there", + 1 + ], + [ + "sit", + 1 + ], + [ + "and", + 1 + ], + [ + "wonder", + 1 + ], + [ + "what", + 1 + ], + [ + "doing", + 1 + ], + [ + "here", + 1 + ], + [ + "all", + 1 + ], + [ + "got", + 1 + ], + [ + "names", + 1 + ], + [ + "Like", + 1 + ], + [ + "Jake", + 1 + ], + [ + "Mandy", + 1 + ], + [ + "bodies", + 1 + ], + [ + "too", + 1 + ], + [ + "boulevard", + 1 + ], + [ + "Youll", + 1 + ], + [ + "have", + 1 + ], + [ + "dodge", + 1 + ], + [ + "those", + 1 + ], + [ + "Inline", + 1 + ], + [ + "skaters", + 1 + ], + [ + "theyll", + 1 + ], + [ + "knock", + 1 + ], + [ + "down", + 1 + ], + [ + "lonely", + 1 + ], + [ + "Never", + 1 + ], + [ + "out", + 1 + ], + [ + "of", + 1 + ], + [ + "place", + 1 + ], + [ + "wanted", + 1 + ], + [ + "something", + 1 + ], + [ + "more", + 1 + ], + [ + "than", + 1 + ], + [ + "this", + 1 + ], + [ + "On", + 1 + ], + [ + "height", + 1 + ], + [ + "age", + 1 + ], + [ + "caped", + 1 + ], + [ + "crusader", + 1 + ], + [ + "space", + 1 + ], + [ + "invader", + 1 + ], + [ + "repeat", + 1 + ] + ] + ] + }, + { + "Affirmation [1999]": [ + [ + [ + "I", + 28 + ], + [ + "believe", + 28 + ], + [ + "you", + 17 + ], + [ + "the", + 12 + ], + [ + "is", + 10 + ], + [ + "what", + 9 + ], + [ + "that", + 6 + ], + [ + "until", + 6 + ], + [ + "youve", + 6 + ], + [ + "in", + 5 + ], + [ + "your", + 5 + ], + [ + "more", + 5 + ], + [ + "other", + 4 + ], + [ + "cant", + 4 + ], + [ + "love", + 4 + ], + [ + "to", + 3 + ], + [ + "Karma", + 3 + ], + [ + "give", + 3 + ], + [ + "get", + 3 + ], + [ + "returned", + 3 + ], + [ + "appreciate", + 3 + ], + [ + "real", + 3 + ], + [ + "been", + 3 + ], + [ + "burned", + 3 + ], + [ + "grass", + 3 + ], + [ + "no", + 3 + ], + [ + "greener", + 3 + ], + [ + "on", + 3 + ], + [ + "side", + 3 + ], + [ + "dont", + 3 + ], + [ + "know", + 3 + ], + [ + "got", + 3 + ], + [ + "say", + 3 + ], + [ + "goodbye", + 3 + ], + [ + "for", + 2 + ], + [ + "Im", + 2 + ], + [ + "or", + 2 + ], + [ + "than", + 2 + ], + [ + "are", + 2 + ], + [ + "sun", + 1 + ], + [ + "should", + 1 + ], + [ + "never", + 1 + ], + [ + "set", + 1 + ], + [ + "upon", + 1 + ], + [ + "an", + 1 + ], + [ + "argument", + 1 + ], + [ + "we", + 1 + ], + [ + "place", + 1 + ], + [ + "our", + 1 + ], + [ + "happiness", + 1 + ], + [ + "peoples", + 1 + ], + [ + "hands", + 1 + ], + [ + "junk", + 1 + ], + [ + "food", + 1 + ], + [ + "tastes", + 1 + ], + [ + "so", + 1 + ], + [ + "good", + 1 + ], + [ + "because", + 1 + ], + [ + "its", + 1 + ], + [ + "bad", + 1 + ], + [ + "parents", + 1 + ], + [ + "did", + 1 + ], + [ + "best", + 1 + ], + [ + "job", + 1 + ], + [ + "they", + 1 + ], + [ + "knew", + 1 + ], + [ + "how", + 1 + ], + [ + "do", + 1 + ], + [ + "beauty", + 1 + ], + [ + "magazines", + 1 + ], + [ + "promote", + 1 + ], + [ + "low", + 1 + ], + [ + "selfesteem", + 1 + ], + [ + "loved", + 1 + ], + [ + "when", + 1 + ], + [ + "completely", + 1 + ], + [ + "by", + 1 + ], + [ + "myself", + 1 + ], + [ + "alone", + 1 + ], + [ + "control", + 1 + ], + [ + "choose", + 1 + ], + [ + "sexuality", + 1 + ], + [ + "trust", + 1 + ], + [ + "important", + 1 + ], + [ + "monogamy", + 1 + ], + [ + "most", + 1 + ], + [ + "attractive", + 1 + ], + [ + "features", + 1 + ], + [ + "heart", + 1 + ], + [ + "and", + 1 + ], + [ + "soul", + 1 + ], + [ + "family", + 1 + ], + [ + "worth", + 1 + ], + [ + "money", + 1 + ], + [ + "gold", + 1 + ], + [ + "struggle", + 1 + ], + [ + "financial", + 1 + ], + [ + "freedom", + 1 + ], + [ + "unfair", + 1 + ], + [ + "only", + 1 + ], + [ + "ones", + 1 + ], + [ + "who", + 1 + ], + [ + "disagree", + 1 + ], + [ + "millionaires", + 1 + ], + [ + "forgiveness", + 1 + ], + [ + "key", + 1 + ], + [ + "unhappiness", + 1 + ], + [ + "wedded", + 1 + ], + [ + "bliss", + 1 + ], + [ + "negates", + 1 + ], + [ + "need", + 1 + ], + [ + "be", + 1 + ], + [ + "undressed", + 1 + ], + [ + "God", + 1 + ], + [ + "does", + 1 + ], + [ + "not", + 1 + ], + [ + "endorse", + 1 + ], + [ + "TV", + 1 + ], + [ + "evangelists", + 1 + ], + [ + "surviving", + 1 + ], + [ + "death", + 1 + ], + [ + "into", + 1 + ], + [ + "eternity", + 1 + ], + [ + "repeat", + 1 + ] + ], + [ + [ + "to", + 20 + ], + [ + "need", + 11 + ], + [ + "I", + 11 + ], + [ + "you", + 10 + ], + [ + "we", + 9 + ], + [ + "might", + 9 + ], + [ + "tonight", + 6 + ], + [ + "the", + 6 + ], + [ + "a", + 5 + ], + [ + "me", + 5 + ], + [ + "face", + 4 + ], + [ + "hold", + 4 + ], + [ + "Im", + 4 + ], + [ + "hard", + 4 + ], + [ + "Hey", + 3 + ], + [ + "these", + 3 + ], + [ + "dont", + 3 + ], + [ + "this", + 3 + ], + [ + "say", + 3 + ], + [ + "its", + 3 + ], + [ + "alright", + 3 + ], + [ + "make", + 3 + ], + [ + "first", + 3 + ], + [ + "stand", + 3 + ], + [ + "Because", + 3 + ], + [ + "finding", + 3 + ], + [ + "it", + 3 + ], + [ + "be", + 3 + ], + [ + "your", + 3 + ], + [ + "man", + 3 + ], + [ + "If", + 2 + ], + [ + "cant", + 2 + ], + [ + "find", + 2 + ], + [ + "way", + 2 + ], + [ + "out", + 2 + ], + [ + "of", + 2 + ], + [ + "problems", + 2 + ], + [ + "Then", + 2 + ], + [ + "maybe", + 2 + ], + [ + "Standing", + 2 + ], + [ + "Enemies", + 2 + ], + [ + "at", + 2 + ], + [ + "war", + 2 + ], + [ + "build", + 2 + ], + [ + "defences", + 2 + ], + [ + "And", + 2 + ], + [ + "secret", + 2 + ], + [ + "hiding", + 2 + ], + [ + "places", + 2 + ], + [ + "than", + 2 + ], + [ + "Its", + 2 + ], + [ + "getting", + 2 + ], + [ + "But", + 2 + ], + [ + "So", + 2 + ], + [ + "my", + 2 + ], + [ + "Ive", + 2 + ], + [ + "been", + 2 + ], + [ + "for", + 2 + ], + [ + "live", + 2 + ], + [ + "More", + 1 + ], + [ + "angry", + 1 + ], + [ + "words", + 1 + ], + [ + "hate", + 1 + ], + [ + "silence", + 1 + ], + [ + "so", + 1 + ], + [ + "loud", + 1 + ], + [ + "Well", + 1 + ], + [ + "want", + 1 + ], + [ + "scream", + 1 + ], + [ + "bitterness", + 1 + ], + [ + "has", + 1 + ], + [ + "silenced", + 1 + ], + [ + "emotions", + 1 + ], + [ + "breathe", + 1 + ], + [ + "tell", + 1 + ], + [ + "isnt", + 1 + ], + [ + "happiness", + 1 + ], + [ + "Worth", + 1 + ], + [ + "more", + 1 + ], + [ + "gold", + 1 + ], + [ + "diamond", + 1 + ], + [ + "ring", + 1 + ], + [ + "willing", + 1 + ], + [ + "do", + 1 + ], + [ + "anything", + 1 + ], + [ + "To", + 1 + ], + [ + "calm", + 1 + ], + [ + "storm", + 1 + ], + [ + "in", + 1 + ], + [ + "heart", + 1 + ], + [ + "never", + 1 + ], + [ + "praying", + 1 + ], + [ + "kind", + 1 + ], + [ + "lately", + 1 + ], + [ + "down", + 1 + ], + [ + "upon", + 1 + ], + [ + "knees", + 1 + ], + [ + "Not", + 1 + ], + [ + "looking", + 1 + ], + [ + "miracle", + 1 + ], + [ + "Just", + 1 + ], + [ + "reason", + 1 + ], + [ + "believe", + 1 + ], + [ + "Do", + 1 + ], + [ + "remember", + 1 + ], + [ + "not", + 1 + ], + [ + "long", + 1 + ], + [ + "ago", + 1 + ], + [ + "When", + 1 + ], + [ + "used", + 1 + ], + [ + "nighttime", + 1 + ], + [ + "Cherish", + 1 + ], + [ + "each", + 1 + ], + [ + "moment", + 1 + ], + [ + "Now", + 1 + ], + [ + "exist", + 1 + ], + [ + "We", + 1 + ], + [ + "just", + 1 + ], + [ + "run", + 1 + ], + [ + "through", + 1 + ], + [ + "our", + 1 + ], + [ + "lives", + 1 + ], + [ + "alone", + 1 + ], + [ + "Thats", + 1 + ], + [ + "why", + 1 + ], + [ + "youve", + 1 + ], + [ + "got", + 1 + ] + ], + [ + [ + "I", + 38 + ], + [ + "you", + 18 + ], + [ + "my", + 6 + ], + [ + "knew", + 6 + ], + [ + "loved", + 6 + ], + [ + "before", + 6 + ], + [ + "met", + 6 + ], + [ + "life", + 6 + ], + [ + "think", + 5 + ], + [ + "in", + 3 + ], + [ + "it", + 3 + ], + [ + "found", + 3 + ], + [ + "that", + 3 + ], + [ + "dreamed", + 3 + ], + [ + "into", + 3 + ], + [ + "have", + 3 + ], + [ + "been", + 3 + ], + [ + "waiting", + 3 + ], + [ + "all", + 3 + ], + [ + "just", + 2 + ], + [ + "your", + 2 + ], + [ + "eyes", + 2 + ], + [ + "see", + 2 + ], + [ + "and", + 2 + ], + [ + "know", + 2 + ], + [ + "might", + 2 + ], + [ + "sound", + 2 + ], + [ + "more", + 2 + ], + [ + "than", + 2 + ], + [ + "a", + 2 + ], + [ + "little", + 2 + ], + [ + "crazy", + 2 + ], + [ + "but", + 2 + ], + [ + "believe", + 2 + ], + [ + "Maybe", + 1 + ], + [ + "its", + 1 + ], + [ + "intuition", + 1 + ], + [ + "But", + 1 + ], + [ + "some", + 1 + ], + [ + "things", + 1 + ], + [ + "dont", + 1 + ], + [ + "question", + 1 + ], + [ + "Like", + 1 + ], + [ + "future", + 1 + ], + [ + "an", + 1 + ], + [ + "instant", + 1 + ], + [ + "there", + 1 + ], + [ + "goes", + 1 + ], + [ + "Ive", + 1 + ], + [ + "best", + 1 + ], + [ + "friend", + 1 + ], + [ + "Theres", + 1 + ], + [ + "no", + 1 + ], + [ + "rhyme", + 1 + ], + [ + "or", + 1 + ], + [ + "reason", + 1 + ], + [ + "only", + 1 + ], + [ + "this", + 1 + ], + [ + "sense", + 1 + ], + [ + "of", + 1 + ], + [ + "completion", + 1 + ], + [ + "the", + 1 + ], + [ + "missing", + 1 + ], + [ + "pieces", + 1 + ], + [ + "Im", + 1 + ], + [ + "searching", + 1 + ], + [ + "for", + 1 + ], + [ + "way", + 1 + ], + [ + "home", + 1 + ], + [ + "A", + 1 + ], + [ + "thousand", + 1 + ], + [ + "angels", + 1 + ], + [ + "dance", + 1 + ], + [ + "around", + 1 + ], + [ + "am", + 1 + ], + [ + "complete", + 1 + ], + [ + "now", + 1 + ] + ], + [ + [ + "to", + 28 + ], + [ + "Never", + 16 + ], + [ + "want", + 16 + ], + [ + "me", + 15 + ], + [ + "the", + 13 + ], + [ + "Youre", + 7 + ], + [ + "best", + 7 + ], + [ + "thing", + 7 + ], + [ + "about", + 7 + ], + [ + "you", + 5 + ], + [ + "I", + 5 + ], + [ + "fly", + 4 + ], + [ + "leave", + 4 + ], + [ + "say", + 4 + ], + [ + "what", + 4 + ], + [ + "mean", + 4 + ], + [ + "run", + 4 + ], + [ + "Frightened", + 4 + ], + [ + "believe", + 4 + ], + [ + "of", + 4 + ], + [ + "in", + 3 + ], + [ + "a", + 3 + ], + [ + "do", + 3 + ], + [ + "Im", + 3 + ], + [ + "You", + 3 + ], + [ + "Sometimes", + 2 + ], + [ + "feel", + 2 + ], + [ + "is", + 2 + ], + [ + "only", + 2 + ], + [ + "for", + 2 + ], + [ + "way", + 2 + ], + [ + "down", + 2 + ], + [ + "where", + 2 + ], + [ + "and", + 2 + ], + [ + "on", + 2 + ], + [ + "love", + 2 + ], + [ + "center", + 2 + ], + [ + "adrenaline", + 2 + ], + [ + "And", + 2 + ], + [ + "beginning", + 2 + ], + [ + "understand", + 2 + ], + [ + "could", + 2 + ], + [ + "be", + 2 + ], + [ + "like", + 1 + ], + [ + "this", + 1 + ], + [ + "chemistry", + 1 + ], + [ + "Stuck", + 1 + ], + [ + "maze", + 1 + ], + [ + "searching", + 1 + ], + [ + "Shut", + 1 + ], + [ + "turn", + 1 + ], + [ + "around", + 1 + ], + [ + "ground", + 1 + ], + [ + "beneath", + 1 + ], + [ + "so", + 1 + ], + [ + "close", + 1 + ], + [ + "end", + 1 + ], + [ + "begin", + 1 + ], + [ + "Always", + 1 + ], + [ + "pushing", + 1 + ], + [ + "pulling", + 1 + ], + [ + "sanity", + 1 + ], + [ + "takes", + 1 + ], + [ + "vacation", + 1 + ], + [ + "time", + 1 + ], + [ + "daze", + 1 + ], + [ + "stumbling", + 1 + ], + [ + "bewildered", + 1 + ], + [ + "North", + 1 + ], + [ + "gravity", + 1 + ], + [ + "head", + 1 + ], + [ + "up", + 1 + ], + [ + "stratosphere", + 1 + ], + [ + "roller", + 1 + ], + [ + "coaster", + 1 + ], + [ + "riding", + 1 + ], + [ + "Walk", + 1 + ], + [ + "broken", + 1 + ], + [ + "glass", + 1 + ], + [ + "make", + 1 + ], + [ + "my", + 1 + ], + [ + "through", + 1 + ], + [ + "fire", + 1 + ], + [ + "These", + 1 + ], + [ + "are", + 1 + ], + [ + "things", + 1 + ], + [ + "would", + 1 + ], + [ + "Farewell", + 1 + ], + [ + "peace", + 1 + ], + [ + "mind", + 1 + ], + [ + "kiss", + 1 + ], + [ + "goodbye", + 1 + ], + [ + "reason", + 1 + ], + [ + "Up", + 1 + ], + [ + "impossible", + 1 + ], + [ + "occurs", + 1 + ], + [ + "each", + 1 + ], + [ + "day", + 1 + ], + [ + "This", + 1 + ], + [ + "intoxication", + 1 + ], + [ + "thrills", + 1 + ], + [ + "pray", + 1 + ], + [ + "it", + 1 + ], + [ + "doesnt", + 1 + ], + [ + "kill", + 1 + ], + [ + "What", + 1 + ], + [ + "if", + 1 + ], + [ + "youre", + 1 + ] + ], + [ + [ + "you", + 28 + ], + [ + "the", + 11 + ], + [ + "and", + 11 + ], + [ + "to", + 9 + ], + [ + "If", + 9 + ], + [ + "a", + 7 + ], + [ + "your", + 7 + ], + [ + "feel", + 6 + ], + [ + "alone", + 6 + ], + [ + "fall", + 6 + ], + [ + "need", + 6 + ], + [ + "crash", + 6 + ], + [ + "When", + 5 + ], + [ + "And", + 5 + ], + [ + "me", + 5 + ], + [ + "heart", + 5 + ], + [ + "wild", + 4 + ], + [ + "I", + 4 + ], + [ + "can", + 4 + ], + [ + "be", + 4 + ], + [ + "one", + 4 + ], + [ + "away", + 4 + ], + [ + "Youre", + 4 + ], + [ + "all", + 3 + ], + [ + "has", + 3 + ], + [ + "its", + 3 + ], + [ + "on", + 3 + ], + [ + "like", + 3 + ], + [ + "in", + 3 + ], + [ + "Let", + 3 + ], + [ + "call", + 3 + ], + [ + "jump", + 3 + ], + [ + "Ill", + 3 + ], + [ + "break", + 3 + ], + [ + "Lift", + 3 + ], + [ + "up", + 3 + ], + [ + "fly", + 3 + ], + [ + "with", + 3 + ], + [ + "into", + 3 + ], + [ + "night", + 3 + ], + [ + "apart", + 3 + ], + [ + "mend", + 3 + ], + [ + "broken", + 3 + ], + [ + "then", + 3 + ], + [ + "burn", + 3 + ], + [ + "not", + 3 + ], + [ + "world", + 2 + ], + [ + "turned", + 2 + ], + [ + "back", + 2 + ], + [ + "Give", + 2 + ], + [ + "moment", + 2 + ], + [ + "please", + 2 + ], + [ + "tame", + 2 + ], + [ + "are", + 2 + ], + [ + "hard", + 2 + ], + [ + "find", + 2 + ], + [ + "is", + 2 + ], + [ + "cant", + 2 + ], + [ + "again", + 2 + ], + [ + "know", + 1 + ], + [ + "walls", + 1 + ], + [ + "closing", + 1 + ], + [ + "Its", + 1 + ], + [ + "relief", + 1 + ], + [ + "people", + 1 + ], + [ + "so", + 1 + ], + [ + "cold", + 1 + ], + [ + "darkness", + 1 + ], + [ + "upon", + 1 + ], + [ + "door", + 1 + ], + [ + "take", + 1 + ], + [ + "anymore", + 1 + ], + [ + "loyal", + 1 + ], + [ + "friend", + 1 + ], + [ + "caught", + 1 + ], + [ + "way", + 1 + ], + [ + "street", + 1 + ], + [ + "With", + 1 + ], + [ + "monsters", + 1 + ], + [ + "head", + 1 + ], + [ + "hopes", + 1 + ], + [ + "dreams", + 1 + ], + [ + "far", + 1 + ], + [ + "You", + 1 + ], + [ + "face", + 1 + ], + [ + "day", + 1 + ], + [ + "there", + 1 + ], + [ + "always", + 1 + ], + [ + "been", + 1 + ], + [ + "heartache", + 1 + ], + [ + "pain", + 1 + ], + [ + "when", + 1 + ], + [ + "over", + 1 + ], + [ + "youll", + 1 + ], + [ + "breathe", + 1 + ], + [ + "Youll", + 1 + ], + [ + "breath", + 1 + ], + [ + "To", + 1 + ] + ], + [ + [ + "you", + 24 + ], + [ + "to", + 22 + ], + [ + "I", + 19 + ], + [ + "all", + 15 + ], + [ + "the", + 15 + ], + [ + "me", + 12 + ], + [ + "a", + 11 + ], + [ + "my", + 8 + ], + [ + "think", + 7 + ], + [ + "about", + 7 + ], + [ + "time", + 7 + ], + [ + "feel", + 7 + ], + [ + "magic", + 7 + ], + [ + "around", + 7 + ], + [ + "And", + 6 + ], + [ + "Its", + 5 + ], + [ + "bringing", + 5 + ], + [ + "knees", + 5 + ], + [ + "Like", + 5 + ], + [ + "wannabe", + 5 + ], + [ + "Ive", + 5 + ], + [ + "got", + 5 + ], + [ + "be", + 5 + ], + [ + "chained", + 5 + ], + [ + "were", + 4 + ], + [ + "it", + 4 + ], + [ + "because", + 3 + ], + [ + "We", + 2 + ], + [ + "standing", + 2 + ], + [ + "alone", + 2 + ], + [ + "leaning", + 2 + ], + [ + "in", + 2 + ], + [ + "speak", + 2 + ], + [ + "Acting", + 2 + ], + [ + "mover", + 2 + ], + [ + "shaker", + 2 + ], + [ + "dancing", + 2 + ], + [ + "Madonna", + 2 + ], + [ + "then", + 2 + ], + [ + "kissed", + 2 + ], + [ + "cant", + 2 + ], + [ + "take", + 2 + ], + [ + "anymore", + 2 + ], + [ + "mystery", + 2 + ], + [ + "building", + 2 + ], + [ + "Tell", + 2 + ], + [ + "its", + 2 + ], + [ + "madness", + 2 + ], + [ + "barely", + 2 + ], + [ + "know", + 2 + ], + [ + "like", + 1 + ], + [ + "Sweet", + 1 + ], + [ + "temptation", + 1 + ], + [ + "rush", + 1 + ], + [ + "over", + 1 + ], + [ + "Passion", + 1 + ], + [ + "desire", + 1 + ], + [ + "so", + 1 + ], + [ + "intense", + 1 + ], + [ + "when", + 1 + ], + [ + "looked", + 1 + ], + [ + "into", + 1 + ], + [ + "eyes", + 1 + ], + [ + "felt", + 1 + ], + [ + "sudden", + 1 + ], + [ + "sense", + 1 + ], + [ + "of", + 1 + ], + [ + "urgency", + 1 + ], + [ + "Fascination", + 1 + ], + [ + "casts", + 1 + ], + [ + "spell", + 1 + ], + [ + "and", + 1 + ], + [ + "became", + 1 + ], + [ + "more", + 1 + ], + [ + "than", + 1 + ], + [ + "just", + 1 + ], + [ + "Is", + 1 + ], + [ + "this", + 1 + ], + [ + "fate", + 1 + ], + [ + "is", + 1 + ], + [ + "destiny", + 1 + ], + [ + "That", + 1 + ], + [ + "no", + 1 + ], + [ + "longer", + 1 + ], + [ + "pretend", + 1 + ], + [ + "have", + 1 + ], + [ + "hand", + 1 + ], + [ + "on", + 1 + ], + [ + "wheel", + 1 + ], + [ + "Yeah", + 1 + ], + [ + "Ten", + 1 + ], + [ + "steps", + 1 + ], + [ + "back", + 1 + ], + [ + "youre", + 1 + ], + [ + "still", + 1 + ], + [ + "live", + 1 + ] + ], + [ + [ + "to", + 11 + ], + [ + "and", + 9 + ], + [ + "the", + 7 + ], + [ + "you", + 7 + ], + [ + "my", + 6 + ], + [ + "like", + 6 + ], + [ + "in", + 6 + ], + [ + "I", + 5 + ], + [ + "your", + 4 + ], + [ + "run", + 4 + ], + [ + "a", + 4 + ], + [ + "Compassion", + 4 + ], + [ + "yeah", + 4 + ], + [ + "Would", + 4 + ], + [ + "through", + 3 + ], + [ + "take", + 3 + ], + [ + "hand", + 3 + ], + [ + "now", + 3 + ], + [ + "want", + 3 + ], + [ + "jungle", + 3 + ], + [ + "Theres", + 3 + ], + [ + "it", + 3 + ], + [ + "cannonballs", + 2 + ], + [ + "running", + 2 + ], + [ + "head", + 2 + ], + [ + "freak", + 2 + ], + [ + "show", + 2 + ], + [ + "cops", + 2 + ], + [ + "robbers", + 2 + ], + [ + "everywhere", + 2 + ], + [ + "me", + 2 + ], + [ + "Ive", + 2 + ], + [ + "away", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "Cause", + 2 + ], + [ + "live", + 2 + ], + [ + "animals", + 2 + ], + [ + "Animals", + 2 + ], + [ + "children", + 2 + ], + [ + "tell", + 2 + ], + [ + "truth", + 2 + ], + [ + "they", + 2 + ], + [ + "never", + 2 + ], + [ + "lie", + 2 + ], + [ + "Which", + 2 + ], + [ + "one", + 2 + ], + [ + "is", + 2 + ], + [ + "more", + 2 + ], + [ + "human", + 2 + ], + [ + "thought", + 2 + ], + [ + "decide", + 2 + ], + [ + "hands", + 2 + ], + [ + "make", + 2 + ], + [ + "for", + 2 + ], + [ + "so", + 2 + ], + [ + "When", + 1 + ], + [ + "superstars", + 1 + ], + [ + "are", + 1 + ], + [ + "A", + 1 + ], + [ + "television", + 1 + ], + [ + "Subway", + 1 + ], + [ + "makes", + 1 + ], + [ + "nervous", + 1 + ], + [ + "people", + 1 + ], + [ + "pushing", + 1 + ], + [ + "too", + 1 + ], + [ + "far", + 1 + ], + [ + "got", + 1 + ], + [ + "break", + 1 + ], + [ + "So", + 1 + ], + [ + "Careless", + 1 + ], + [ + "free", + 1 + ], + [ + "The", + 1 + ], + [ + "wind", + 1 + ], + [ + "hair", + 1 + ], + [ + "sand", + 1 + ], + [ + "at", + 1 + ], + [ + "feet", + 1 + ], + [ + "been", + 1 + ], + [ + "having", + 1 + ], + [ + "difficulties", + 1 + ], + [ + "keeping", + 1 + ], + [ + "myself", + 1 + ], + [ + "Feelings", + 1 + ], + [ + "emotions", + 1 + ], + [ + "better", + 1 + ], + [ + "left", + 1 + ], + [ + "up", + 1 + ], + [ + "on", + 1 + ], + [ + "shelf", + 1 + ], + [ + "Sometimes", + 1 + ], + [ + "this", + 1 + ], + [ + "life", + 1 + ], + [ + "can", + 1 + ], + [ + "get", + 1 + ], + [ + "down", + 1 + ], + [ + "Its", + 1 + ], + [ + "confusing", + 1 + ], + [ + "many", + 1 + ], + [ + "rules", + 1 + ], + [ + "follow", + 1 + ], + [ + "And", + 1 + ], + [ + "feel", + 1 + ], + [ + "just", + 1 + ], + [ + "mind", + 1 + ], + [ + "Superstars", + 1 + ], + [ + "Television", + 1 + ], + [ + "repeat", + 1 + ], + [ + "chorus", + 1 + ], + [ + "fade", + 1 + ] + ], + [ + [ + "I", + 14 + ], + [ + "your", + 13 + ], + [ + "The", + 11 + ], + [ + "To", + 9 + ], + [ + "love", + 8 + ], + [ + "the", + 7 + ], + [ + "go", + 6 + ], + [ + "on", + 6 + ], + [ + "name", + 6 + ], + [ + "lover", + 6 + ], + [ + "and", + 5 + ], + [ + "you", + 4 + ], + [ + "been", + 4 + ], + [ + "same", + 4 + ], + [ + "out", + 4 + ], + [ + "is", + 4 + ], + [ + "Im", + 4 + ], + [ + "of", + 3 + ], + [ + "Its", + 3 + ], + [ + "Ever", + 3 + ], + [ + "since", + 3 + ], + [ + "youve", + 3 + ], + [ + "gone", + 3 + ], + [ + "lights", + 3 + ], + [ + "only", + 3 + ], + [ + "difference", + 3 + ], + [ + "You", + 3 + ], + [ + "call", + 3 + ], + [ + "another", + 3 + ], + [ + "now", + 3 + ], + [ + "after", + 3 + ], + [ + "me", + 3 + ], + [ + "But", + 3 + ], + [ + "Here", + 2 + ], + [ + "again", + 2 + ], + [ + "promised", + 2 + ], + [ + "myself", + 2 + ], + [ + "wouldnt", + 2 + ], + [ + "think", + 2 + ], + [ + "today", + 2 + ], + [ + "still", + 2 + ], + [ + "cant", + 2 + ], + [ + "move", + 2 + ], + [ + "to", + 2 + ], + [ + "holding", + 2 + ], + [ + "seven", + 1 + ], + [ + "months", + 1 + ], + [ + "counting", + 1 + ], + [ + "Youve", + 1 + ], + [ + "moved", + 1 + ], + [ + "feel", + 1 + ], + [ + "exactly", + 1 + ], + [ + "just", + 1 + ], + [ + "that", + 1 + ], + [ + "everywhere", + 1 + ], + [ + "All", + 1 + ], + [ + "buildings", + 1 + ], + [ + "know", + 1 + ], + [ + "like", + 1 + ], + [ + "Photographs", + 1 + ], + [ + "memories", + 1 + ], + [ + "Steel", + 1 + ], + [ + "granite", + 1 + ], + [ + "reminders", + 1 + ], + [ + "city", + 1 + ], + [ + "calls", + 1 + ], + [ + "Am", + 1 + ], + [ + "all", + 1 + ], + [ + "alone", + 1 + ], + [ + "in", + 1 + ], + [ + "universe", + 1 + ], + [ + "Theres", + 1 + ], + [ + "no", + 1 + ], + [ + "these", + 1 + ], + [ + "streets", + 1 + ], + [ + "have", + 1 + ], + [ + "given", + 1 + ], + [ + "mine", + 1 + ], + [ + "away", + 1 + ], + [ + "a", + 1 + ], + [ + "world", + 1 + ], + [ + "That", + 1 + ], + [ + "didnt", + 1 + ], + [ + "want", + 1 + ], + [ + "it", + 1 + ], + [ + "anyway", + 1 + ], + [ + "So", + 1 + ], + [ + "this", + 1 + ], + [ + "my", + 1 + ], + [ + "new", + 1 + ], + [ + "freedom", + 1 + ], + [ + "funny", + 1 + ], + [ + "but", + 1 + ], + [ + "dont", + 1 + ], + [ + "remember", + 1 + ], + [ + "being", + 1 + ], + [ + "chained", + 1 + ], + [ + "nothing", + 1 + ], + [ + "seems", + 1 + ], + [ + "make", + 1 + ], + [ + "sense", + 1 + ], + [ + "anymore", + 1 + ], + [ + "Without", + 1 + ], + [ + "always", + 1 + ], + [ + "twenty", + 1 + ], + [ + "minutes", + 1 + ], + [ + "late", + 1 + ], + [ + "And", + 1 + ], + [ + "time", + 1 + ], + [ + "goes", + 1 + ], + [ + "by", + 1 + ], + [ + "so", + 1 + ], + [ + "slowly", + 1 + ], + [ + "nights", + 1 + ], + [ + "are", + 1 + ], + [ + "cold", + 1 + ], + [ + "lonely", + 1 + ], + [ + "shouldnt", + 1 + ], + [ + "be", + 1 + ], + [ + "for", + 1 + ], + [ + "standing", + 1 + ], + [ + "at", + 1 + ], + [ + "doorway", + 1 + ], + [ + "calling", + 1 + ], + [ + "cause", + 1 + ] + ], + [ + [ + "the", + 16 + ], + [ + "Another", + 11 + ], + [ + "to", + 9 + ], + [ + "in", + 7 + ], + [ + "And", + 6 + ], + [ + "and", + 6 + ], + [ + "You", + 6 + ], + [ + "moving", + 6 + ], + [ + "keep", + 5 + ], + [ + "it", + 5 + ], + [ + "on", + 4 + ], + [ + "go", + 4 + ], + [ + "Wonder", + 4 + ], + [ + "how", + 4 + ], + [ + "ever", + 4 + ], + [ + "she", + 3 + ], + [ + "up", + 3 + ], + [ + "ditch", + 3 + ], + [ + "road", + 3 + ], + [ + "stop", + 3 + ], + [ + "sign", + 3 + ], + [ + "years", + 3 + ], + [ + "by", + 3 + ], + [ + "so", + 3 + ], + [ + "fast", + 3 + ], + [ + "I", + 3 + ], + [ + "made", + 3 + ], + [ + "through", + 3 + ], + [ + "of", + 3 + ], + [ + "But", + 3 + ], + [ + "another", + 2 + ], + [ + "is", + 2 + ], + [ + "night", + 2 + ], + [ + "bruise", + 2 + ], + [ + "try", + 2 + ], + [ + "hide", + 2 + ], + [ + "alibi", + 2 + ], + [ + "write", + 2 + ], + [ + "there", + 2 + ], + [ + "are", + 2 + ], + [ + "make", + 2 + ], + [ + "takes", + 1 + ], + [ + "step", + 1 + ], + [ + "Slowly", + 1 + ], + [ + "opens", + 1 + ], + [ + "door", + 1 + ], + [ + "Check", + 1 + ], + [ + "that", + 1 + ], + [ + "he", + 1 + ], + [ + "sleeping", + 1 + ], + [ + "Pick", + 1 + ], + [ + "all", + 1 + ], + [ + "broken", + 1 + ], + [ + "glass", + 1 + ], + [ + "furniture", + 1 + ], + [ + "floor", + 1 + ], + [ + "Been", + 1 + ], + [ + "half", + 1 + ], + [ + "screaming", + 1 + ], + [ + "now", + 1 + ], + [ + "its", + 1 + ], + [ + "time", + 1 + ], + [ + "get", + 1 + ], + [ + "away", + 1 + ], + [ + "Pack", + 1 + ], + [ + "kids", + 1 + ], + [ + "car", + 1 + ], + [ + "children", + 1 + ], + [ + "think", + 1 + ], + [ + "Babies", + 1 + ], + [ + "asleep", + 1 + ], + [ + "backseat", + 1 + ], + [ + "theyll", + 1 + ], + [ + "this", + 1 + ], + [ + "living", + 1 + ], + [ + "nightmare", + 1 + ], + [ + "mind", + 1 + ], + [ + "an", + 1 + ], + [ + "amazing", + 1 + ], + [ + "thing", + 1 + ], + [ + "Full", + 1 + ], + [ + "candy", + 1 + ], + [ + "dreams", + 1 + ], + [ + "new", + 1 + ], + [ + "toys", + 1 + ], + [ + "cheap", + 1 + ], + [ + "hotel", + 1 + ], + [ + "Two", + 1 + ], + [ + "beds", + 1 + ], + [ + "a", + 1 + ], + [ + "coffee", + 1 + ], + [ + "machine", + 1 + ], + [ + "groceries", + 1 + ], + [ + "buy", + 1 + ], + [ + "knows", + 1 + ], + [ + "shell", + 1 + ], + [ + "have", + 1 + ], + [ + "home", + 1 + ], + [ + "lonely", + 1 + ], + [ + "highway", + 1 + ], + [ + "black", + 1 + ], + [ + "theres", + 1 + ], + [ + "hope", + 1 + ], + [ + "darkness", + 1 + ], + [ + "know", + 1 + ], + [ + "youre", + 1 + ], + [ + "gonna", + 1 + ], + [ + "Keep", + 1 + ], + [ + "Silent", + 1 + ], + [ + "fortress", + 1 + ], + [ + "built", + 1 + ], + [ + "last", + 1 + ] + ], + [ + [ + "free", + 9 + ], + [ + "the", + 8 + ], + [ + "you", + 8 + ], + [ + "to", + 6 + ], + [ + "The", + 4 + ], + [ + "If", + 4 + ], + [ + "time", + 4 + ], + [ + "will", + 4 + ], + [ + "set", + 4 + ], + [ + "tonight", + 4 + ], + [ + "And", + 4 + ], + [ + "A", + 3 + ], + [ + "But", + 3 + ], + [ + "can", + 3 + ], + [ + "still", + 3 + ], + [ + "be", + 3 + ], + [ + "go", + 3 + ], + [ + "high", + 3 + ], + [ + "light", + 3 + ], + [ + "fly", + 3 + ], + [ + "and", + 2 + ], + [ + "Youre", + 2 + ], + [ + "long", + 2 + ], + [ + "way", + 2 + ], + [ + "Sail", + 2 + ], + [ + "through", + 2 + ], + [ + "wind", + 2 + ], + [ + "Free", + 2 + ], + [ + "Cool", + 1 + ], + [ + "breeze", + 1 + ], + [ + "autumn", + 1 + ], + [ + "leaves", + 1 + ], + [ + "Slow", + 1 + ], + [ + "motion", + 1 + ], + [ + "daylight", + 1 + ], + [ + "lone", + 1 + ], + [ + "pair", + 1 + ], + [ + "of", + 1 + ], + [ + "watchful", + 1 + ], + [ + "eyes", + 1 + ], + [ + "Oversee", + 1 + ], + [ + "living", + 1 + ], + [ + "Feel", + 1 + ], + [ + "presence", + 1 + ], + [ + "all", + 1 + ], + [ + "around", + 1 + ], + [ + "tortured", + 1 + ], + [ + "soul", + 1 + ], + [ + "wound", + 1 + ], + [ + "unhealing", + 1 + ], + [ + "No", + 1 + ], + [ + "regrets", + 1 + ], + [ + "or", + 1 + ], + [ + "promises", + 1 + ], + [ + "past", + 1 + ], + [ + "is", + 1 + ], + [ + "gone", + 1 + ], + [ + "Time", + 1 + ], + [ + "now", + 1 + ], + [ + "spread", + 1 + ], + [ + "your", + 1 + ], + [ + "wings", + 1 + ], + [ + "To", + 1 + ], + [ + "take", + 1 + ], + [ + "flight", + 1 + ], + [ + "life", + 1 + ], + [ + "endeavour", + 1 + ], + [ + "Aim", + 1 + ], + [ + "for", + 1 + ], + [ + "burning", + 1 + ], + [ + "sun", + 1 + ], + [ + "trapped", + 1 + ], + [ + "inside", + 1 + ], + [ + "its", + 1 + ], + [ + "a", + 1 + ], + [ + "Keep", + 1 + ], + [ + "moving", + 1 + ], + [ + "up", + 1 + ], + [ + "You", + 1 + ], + [ + "see", + 1 + ], + [ + "It", + 1 + ], + [ + "shines", + 1 + ], + [ + "forever", + 1 + ], + [ + "crimson", + 1 + ], + [ + "skies", + 1 + ], + [ + "purest", + 1 + ], + [ + "that", + 1 + ], + [ + "sets", + 1 + ], + [ + "rain", + 1 + ], + [ + "going", + 1 + ], + [ + "higher", + 1 + ], + [ + "than", + 1 + ], + [ + "mountain", + 1 + ], + [ + "tops", + 1 + ], + [ + "like", + 1 + ], + [ + "dont", + 1 + ], + [ + "stop", + 1 + ] + ], + [ + [ + "Love", + 7 + ], + [ + "in", + 6 + ], + [ + "I", + 6 + ], + [ + "are", + 4 + ], + [ + "And", + 4 + ], + [ + "of", + 4 + ], + [ + "me", + 4 + ], + [ + "to", + 4 + ], + [ + "and", + 3 + ], + [ + "your", + 3 + ], + [ + "the", + 3 + ], + [ + "Because", + 3 + ], + [ + "dont", + 3 + ], + [ + "Im", + 3 + ], + [ + "learn", + 3 + ], + [ + "fly", + 3 + ], + [ + "other", + 2 + ], + [ + "brain", + 2 + ], + [ + "veins", + 2 + ], + [ + "come", + 2 + ], + [ + "quickly", + 2 + ], + [ + "my", + 2 + ], + [ + "Its", + 2 + ], + [ + "morphine", + 2 + ], + [ + "but", + 2 + ], + [ + "seen", + 2 + ], + [ + "that", + 2 + ], + [ + "leave", + 2 + ], + [ + "gunning", + 2 + ], + [ + "down", + 2 + ], + [ + "romance", + 2 + ], + [ + "a", + 2 + ], + [ + "these", + 2 + ], + [ + "broken", + 2 + ], + [ + "wings", + 2 + ], + [ + "away", + 2 + ], + [ + "moments", + 1 + ], + [ + "just", + 1 + ], + [ + "chemical", + 1 + ], + [ + "reactions", + 1 + ], + [ + "In", + 1 + ], + [ + "feelings", + 1 + ], + [ + "aggression", + 1 + ], + [ + "absence", + 1 + ], + [ + "love", + 1 + ], + [ + "drug", + 1 + ], + [ + "Your", + 1 + ], + [ + "feel", + 1 + ], + [ + "selfesteem", + 1 + ], + [ + "is", + 1 + ], + [ + "caving", + 1 + ], + [ + "on", + 1 + ], + [ + "brink", + 1 + ], + [ + "think", + 1 + ], + [ + "can", + 1 + ], + [ + "keep", + 1 + ], + [ + "this", + 1 + ], + [ + "monster", + 1 + ], + [ + "skin", + 1 + ], + [ + "socially", + 1 + ], + [ + "acceptable", + 1 + ], + [ + "emotions", + 1 + ], + [ + "Theyre", + 1 + ], + [ + "Cleverly", + 1 + ], + [ + "concealing", + 1 + ], + [ + "primal", + 1 + ], + [ + "urges", + 1 + ], + [ + "often", + 1 + ], + [ + "felt", + 1 + ], + [ + "rarely", + 1 + ], + [ + "Rarely", + 1 + ], + [ + "beg", + 1 + ], + [ + "you", + 1 + ], + [ + "Lift", + 1 + ], + [ + "up", + 1 + ], + [ + "into", + 1 + ], + [ + "privileged", + 1 + ], + [ + "point", + 1 + ], + [ + "view", + 1 + ], + [ + "The", + 1 + ], + [ + "world", + 1 + ], + [ + "two", + 1 + ], + [ + "console", + 1 + ], + [ + "myself", + 1 + ], + [ + "HallmarkT", + 1 + ], + [ + "cards", + 1 + ], + [ + "true", + 1 + ], + [ + "really", + 1 + ], + [ + "do", + 1 + ], + [ + "It", + 1 + ], + [ + "never", + 1 + ], + [ + "did", + 1 + ], + [ + "thing", + 1 + ], + [ + "for", + 1 + ], + [ + "But", + 1 + ], + [ + "heartache", + 1 + ], + [ + "misery", + 1 + ], + [ + "Aint", + 1 + ], + [ + "nothing", + 1 + ], + [ + "tragedy", + 1 + ], + [ + "Take", + 1 + ], + [ + "going", + 1 + ], + [ + "take", + 1 + ] + ], + [ + [ + "I", + 19 + ], + [ + "you", + 11 + ], + [ + "your", + 11 + ], + [ + "dont", + 11 + ], + [ + "the", + 8 + ], + [ + "to", + 7 + ], + [ + "We", + 7 + ], + [ + "know", + 6 + ], + [ + "anymore", + 6 + ], + [ + "what", + 6 + ], + [ + "and", + 5 + ], + [ + "have", + 5 + ], + [ + "changed", + 5 + ], + [ + "see", + 5 + ], + [ + "face", + 5 + ], + [ + "this", + 4 + ], + [ + "The", + 4 + ], + [ + "name", + 4 + ], + [ + "from", + 4 + ], + [ + "again", + 4 + ], + [ + "a", + 3 + ], + [ + "be", + 3 + ], + [ + "that", + 3 + ], + [ + "Cause", + 3 + ], + [ + "recognize", + 3 + ], + [ + "place", + 3 + ], + [ + "picture", + 3 + ], + [ + "frames", + 3 + ], + [ + "so", + 3 + ], + [ + "has", + 3 + ], + [ + "talk", + 3 + ], + [ + "much", + 3 + ], + [ + "keep", + 3 + ], + [ + "running", + 3 + ], + [ + "But", + 3 + ], + [ + "wouldnt", + 3 + ], + [ + "give", + 3 + ], + [ + "really", + 3 + ], + [ + "for", + 2 + ], + [ + "city", + 2 + ], + [ + "shouldnt", + 2 + ], + [ + "called", + 2 + ], + [ + "had", + 2 + ], + [ + "can", + 2 + ], + [ + "It", + 2 + ], + [ + "matter", + 2 + ], + [ + "pain", + 2 + ], + [ + "right", + 2 + ], + [ + "still", + 2 + ], + [ + "Has", + 2 + ], + [ + "opinion", + 2 + ], + [ + "never", + 2 + ], + [ + "it", + 2 + ], + [ + "would", + 1 + ], + [ + "like", + 1 + ], + [ + "visit", + 1 + ], + [ + "while", + 1 + ], + [ + "Get", + 1 + ], + [ + "away", + 1 + ], + [ + "out", + 1 + ], + [ + "of", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "but", + 1 + ], + [ + "someone", + 1 + ], + [ + "first", + 1 + ], + [ + "break", + 1 + ], + [ + "go", + 1 + ], + [ + "sit", + 1 + ], + [ + "on", + 1 + ], + [ + "back", + 1 + ], + [ + "porch", + 1 + ], + [ + "Relax", + 1 + ], + [ + "Talk", + 1 + ], + [ + "about", + 1 + ], + [ + "anything", + 1 + ], + [ + "Ill", + 1 + ], + [ + "courageous", + 1 + ], + [ + "if", + 1 + ], + [ + "pretend", + 1 + ], + [ + "youve", + 1 + ], + [ + "forgiven", + 1 + ], + [ + "me", + 1 + ], + [ + "Springtime", + 1 + ], + [ + "in", + 1 + ], + [ + "Always", + 1 + ], + [ + "such", + 1 + ], + [ + "relief", + 1 + ], + [ + "winter", + 1 + ], + [ + "freeze", + 1 + ], + [ + "snow", + 1 + ], + [ + "was", + 1 + ], + [ + "more", + 1 + ], + [ + "lonely", + 1 + ], + [ + "than", + 1 + ], + [ + "cold", + 1 + ], + [ + "If", + 1 + ], + [ + "mean", + 1 + ], + [ + "Everyones", + 1 + ], + [ + "got", + 1 + ], + [ + "an", + 1 + ], + [ + "agenda", + 1 + ], + [ + "stop", + 1 + ], + [ + "Keep", + 1 + ], + [ + "chin", + 1 + ], + [ + "up", + 1 + ], + [ + "youll", + 1 + ], + [ + "all", + 1 + ], + [ + "Can", + 1 + ], + [ + "believe", + 1 + ], + [ + "year", + 1 + ], + [ + "its", + 1 + ], + [ + "been", + 1 + ], + [ + "Are", + 1 + ], + [ + "same", + 1 + ], + [ + "these", + 1 + ], + [ + "sentences", + 1 + ], + [ + "let", + 1 + ], + [ + "down", + 1 + ], + [ + "Again", + 1 + ], + [ + "treated", + 1 + ], + [ + "Ive", + 1 + ], + [ + "paid", + 1 + ], + [ + "price", + 1 + ], + [ + "Im", + 1 + ], + [ + "paying", + 1 + ], + [ + "every", + 1 + ], + [ + "day", + 1 + ], + [ + "So", + 1 + ], + [ + "maybe", + 1 + ], + [ + "Was", + 1 + ], + [ + "too", + 1 + ], + [ + "soon", + 1 + ], + [ + "tell", + 1 + ], + [ + "Oh", + 1 + ], + [ + "hell", + 1 + ], + [ + "doesnt", + 1 + ], + [ + "How", + 1 + ], + [ + "do", + 1 + ], + [ + "redefine", + 1 + ], + [ + "something", + 1 + ] + ], + [ + [ + "to", + 11 + ], + [ + "and", + 9 + ], + [ + "the", + 7 + ], + [ + "you", + 7 + ], + [ + "my", + 6 + ], + [ + "like", + 6 + ], + [ + "in", + 6 + ], + [ + "I", + 5 + ], + [ + "your", + 4 + ], + [ + "run", + 4 + ], + [ + "a", + 4 + ], + [ + "Compassion", + 4 + ], + [ + "yeah", + 4 + ], + [ + "Would", + 4 + ], + [ + "through", + 3 + ], + [ + "take", + 3 + ], + [ + "hand", + 3 + ], + [ + "now", + 3 + ], + [ + "want", + 3 + ], + [ + "jungle", + 3 + ], + [ + "Theres", + 3 + ], + [ + "it", + 3 + ], + [ + "cannonballs", + 2 + ], + [ + "running", + 2 + ], + [ + "head", + 2 + ], + [ + "freak", + 2 + ], + [ + "show", + 2 + ], + [ + "cops", + 2 + ], + [ + "robbers", + 2 + ], + [ + "everywhere", + 2 + ], + [ + "me", + 2 + ], + [ + "Ive", + 2 + ], + [ + "away", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "Cause", + 2 + ], + [ + "live", + 2 + ], + [ + "animals", + 2 + ], + [ + "Animals", + 2 + ], + [ + "children", + 2 + ], + [ + "tell", + 2 + ], + [ + "truth", + 2 + ], + [ + "they", + 2 + ], + [ + "never", + 2 + ], + [ + "lie", + 2 + ], + [ + "Which", + 2 + ], + [ + "one", + 2 + ], + [ + "is", + 2 + ], + [ + "more", + 2 + ], + [ + "human", + 2 + ], + [ + "thought", + 2 + ], + [ + "decide", + 2 + ], + [ + "hands", + 2 + ], + [ + "make", + 2 + ], + [ + "for", + 2 + ], + [ + "so", + 2 + ], + [ + "When", + 1 + ], + [ + "superstars", + 1 + ], + [ + "are", + 1 + ], + [ + "A", + 1 + ], + [ + "television", + 1 + ], + [ + "Subway", + 1 + ], + [ + "makes", + 1 + ], + [ + "nervous", + 1 + ], + [ + "people", + 1 + ], + [ + "pushing", + 1 + ], + [ + "too", + 1 + ], + [ + "far", + 1 + ], + [ + "got", + 1 + ], + [ + "break", + 1 + ], + [ + "So", + 1 + ], + [ + "Careless", + 1 + ], + [ + "free", + 1 + ], + [ + "The", + 1 + ], + [ + "wind", + 1 + ], + [ + "hair", + 1 + ], + [ + "sand", + 1 + ], + [ + "at", + 1 + ], + [ + "feet", + 1 + ], + [ + "been", + 1 + ], + [ + "having", + 1 + ], + [ + "difficulties", + 1 + ], + [ + "keeping", + 1 + ], + [ + "myself", + 1 + ], + [ + "Feelings", + 1 + ], + [ + "emotions", + 1 + ], + [ + "better", + 1 + ], + [ + "left", + 1 + ], + [ + "up", + 1 + ], + [ + "on", + 1 + ], + [ + "shelf", + 1 + ], + [ + "Sometimes", + 1 + ], + [ + "this", + 1 + ], + [ + "life", + 1 + ], + [ + "can", + 1 + ], + [ + "get", + 1 + ], + [ + "down", + 1 + ], + [ + "Its", + 1 + ], + [ + "confusing", + 1 + ], + [ + "many", + 1 + ], + [ + "rules", + 1 + ], + [ + "follow", + 1 + ], + [ + "And", + 1 + ], + [ + "feel", + 1 + ], + [ + "just", + 1 + ], + [ + "mind", + 1 + ], + [ + "Superstars", + 1 + ], + [ + "Television", + 1 + ], + [ + "repeat", + 1 + ], + [ + "chorus", + 1 + ], + [ + "fade", + 1 + ] + ] + ] + }, + { + "Demo Songs [1995]": [ + [ + [ + "I", + 23 + ], + [ + "me", + 20 + ], + [ + "around", + 17 + ], + [ + "you", + 16 + ], + [ + "the", + 16 + ], + [ + "want", + 13 + ], + [ + "your", + 12 + ], + [ + "all", + 11 + ], + [ + "All", + 7 + ], + [ + "a", + 7 + ], + [ + "on", + 6 + ], + [ + "Youre", + 6 + ], + [ + "So", + 5 + ], + [ + "hear", + 4 + ], + [ + "and", + 4 + ], + [ + "baby", + 4 + ], + [ + "yeah", + 4 + ], + [ + "way", + 4 + ], + [ + "like", + 4 + ], + [ + "need", + 3 + ], + [ + "so", + 3 + ], + [ + "of", + 3 + ], + [ + "cant", + 3 + ], + [ + "say", + 3 + ], + [ + "arms", + 3 + ], + [ + "face", + 3 + ], + [ + "perfume", + 3 + ], + [ + "move", + 3 + ], + [ + "do", + 3 + ], + [ + "funky", + 3 + ], + [ + "groove", + 3 + ], + [ + "youre", + 3 + ], + [ + "Well", + 2 + ], + [ + "know", + 2 + ], + [ + "that", + 2 + ], + [ + "magic", + 2 + ], + [ + "come", + 2 + ], + [ + "Ive", + 2 + ], + [ + "been", + 2 + ], + [ + "running", + 2 + ], + [ + "day", + 2 + ], + [ + "And", + 2 + ], + [ + "Like", + 2 + ], + [ + "chop", + 2 + ], + [ + "everytime", + 1 + ], + [ + "look", + 1 + ], + [ + "at", + 1 + ], + [ + "expression", + 1 + ], + [ + "printed", + 1 + ], + [ + "page", + 1 + ], + [ + "think", + 1 + ], + [ + "Whispering", + 1 + ], + [ + "compliments", + 1 + ], + [ + "badly", + 1 + ], + [ + "Now", + 1 + ], + [ + "circles", + 1 + ], + [ + "notion", + 1 + ], + [ + "youd", + 1 + ], + [ + "find", + 1 + ], + [ + "One", + 1 + ], + [ + "maybe", + 1 + ], + [ + "But", + 1 + ], + [ + "psychic", + 1 + ], + [ + "powers", + 1 + ], + [ + "suggestion", + 1 + ], + [ + "sending", + 1 + ], + [ + "cold", + 1 + ], + [ + "chardonnay", + 1 + ], + [ + "chilled", + 1 + ], + [ + "for", + 1 + ], + [ + "smooth", + 1 + ], + [ + "crisp", + 1 + ], + [ + "display", + 1 + ], + [ + "Cartier", + 1 + ], + [ + "Armani", + 1 + ], + [ + "TAG", + 1 + ], + [ + "Gucci", + 1 + ], + [ + "Versace", + 1 + ], + [ + "In", + 1 + ], + [ + "middle", + 1 + ], + [ + "night", + 1 + ], + [ + "kiss", + 1 + ], + [ + "long", + 1 + ], + [ + "only", + 1 + ], + [ + "good", + 1 + ], + [ + "thing", + 1 + ], + [ + "when", + 1 + ], + [ + "is", + 1 + ], + [ + "wrong", + 1 + ], + [ + "time", + 1 + ], + [ + "reversal", + 1 + ], + [ + "clock", + 1 + ], + [ + "fries", + 1 + ], + [ + "side", + 1 + ], + [ + "with", + 1 + ], + [ + "cherry", + 1 + ], + [ + "top", + 1 + ], + [ + "sleek", + 1 + ], + [ + "velvet", + 1 + ], + [ + "gold", + 1 + ], + [ + "lame", + 1 + ], + [ + "patent", + 1 + ], + [ + "leather", + 1 + ], + [ + "enchante", + 1 + ], + [ + "legend", + 1 + ], + [ + "glamor", + 1 + ], + [ + "queen", + 1 + ], + [ + "God", + 1 + ], + [ + "Im", + 1 + ], + [ + "out", + 1 + ], + [ + "words", + 1 + ], + [ + "but", + 1 + ], + [ + "what", + 1 + ], + [ + "mean", + 1 + ], + [ + "slide", + 1 + ], + [ + "into", + 1 + ], + [ + "Jaguar", + 1 + ], + [ + "or", + 1 + ], + [ + "Porsche", + 1 + ], + [ + "there", + 1 + ], + [ + "are", + 1 + ], + [ + "darling", + 1 + ], + [ + "au", + 1 + ], + [ + "revoir", + 1 + ], + [ + "Pick", + 1 + ], + [ + "up", + 1 + ], + [ + "things", + 1 + ], + [ + "star", + 1 + ] + ], + [ + [ + "you", + 12 + ], + [ + "I", + 12 + ], + [ + "Ill", + 6 + ], + [ + "my", + 6 + ], + [ + "believe", + 5 + ], + [ + "want", + 5 + ], + [ + "girl", + 4 + ], + [ + "a", + 4 + ], + [ + "baby", + 4 + ], + [ + "give", + 3 + ], + [ + "in", + 3 + ], + [ + "be", + 3 + ], + [ + "your", + 3 + ], + [ + "the", + 3 + ], + [ + "just", + 3 + ], + [ + "cant", + 3 + ], + [ + "of", + 3 + ], + [ + "to", + 3 + ], + [ + "Aubergine", + 2 + ], + [ + "But", + 2 + ], + [ + "Ive", + 2 + ], + [ + "on", + 2 + ], + [ + "Yeah", + 2 + ], + [ + "see", + 2 + ], + [ + "Girl", + 2 + ], + [ + "dont", + 2 + ], + [ + "think", + 2 + ], + [ + "way", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "youre", + 2 + ], + [ + "know", + 2 + ], + [ + "Im", + 2 + ], + [ + "but", + 2 + ], + [ + "i", + 2 + ], + [ + "really", + 2 + ], + [ + "need", + 2 + ], + [ + "ya", + 2 + ], + [ + "and", + 2 + ], + [ + "all", + 1 + ], + [ + "up", + 1 + ], + [ + "Might", + 1 + ], + [ + "never", + 1 + ], + [ + "alone", + 1 + ], + [ + "beau", + 1 + ], + [ + "got", + 1 + ], + [ + "picture", + 1 + ], + [ + "bedroom", + 1 + ], + [ + "wall", + 1 + ], + [ + "Your", + 1 + ], + [ + "silky", + 1 + ], + [ + "monents", + 1 + ], + [ + "are", + 1 + ], + [ + "mind", + 1 + ], + [ + "And", + 1 + ], + [ + "with", + 1 + ], + [ + "discretion", + 1 + ], + [ + "would", + 1 + ], + [ + "so", + 1 + ], + [ + "blind", + 1 + ], + [ + "she", + 1 + ], + [ + "whats", + 1 + ], + [ + "front", + 1 + ], + [ + "her", + 1 + ], + [ + "eyes", + 1 + ], + [ + "notice", + 1 + ], + [ + "do", + 1 + ], + [ + "Things", + 1 + ], + [ + "moving", + 1 + ], + [ + "too", + 1 + ], + [ + "slow", + 1 + ], + [ + "dream", + 1 + ], + [ + "places", + 1 + ], + [ + "we", + 1 + ], + [ + "could", + 1 + ], + [ + "go", + 1 + ], + [ + "other", + 1 + ], + [ + "girlies", + 1 + ], + [ + "magazines", + 1 + ], + [ + "that", + 1 + ], + [ + "kinds", + 1 + ], + [ + "beauty", + 1 + ], + [ + "is", + 1 + ], + [ + "not", + 1 + ], + [ + "style", + 1 + ], + [ + "No", + 1 + ], + [ + "The", + 1 + ], + [ + "looking", + 1 + ], + [ + "at", + 1 + ], + [ + "me", + 1 + ], + [ + "guess", + 1 + ], + [ + "it", + 1 + ], + [ + "You", + 1 + ], + [ + "usually", + 1 + ], + [ + "shy", + 1 + ], + [ + "willing", + 1 + ], + [ + "try", + 1 + ], + [ + "Baby", + 1 + ], + [ + "take", + 1 + ], + [ + "home", + 1 + ], + [ + "someone", + 1 + ], + [ + "call", + 1 + ], + [ + "own", + 1 + ], + [ + "cos", + 1 + ], + [ + "Well", + 1 + ], + [ + "love", + 1 + ], + [ + "Daniel", + 1 + ], + [ + "Its", + 1 + ], + [ + "pretty", + 1 + ], + [ + "fine", + 1 + ], + [ + "line", + 1 + ], + [ + "between", + 1 + ], + [ + "boy", + 1 + ], + [ + "aubergine", + 1 + ], + [ + "rule", + 1 + ], + [ + "world", + 1 + ] + ], + [ + [ + "on", + 19 + ], + [ + "Carry", + 12 + ], + [ + "the", + 10 + ], + [ + "moonlight", + 7 + ], + [ + "In", + 7 + ], + [ + "keep", + 6 + ], + [ + "romancing", + 6 + ], + [ + "carry", + 6 + ], + [ + "dancing", + 6 + ], + [ + "The", + 4 + ], + [ + "And", + 2 + ], + [ + "stars", + 2 + ], + [ + "and", + 2 + ], + [ + "planets", + 2 + ], + [ + "taking", + 2 + ], + [ + "shape", + 2 + ], + [ + "A", + 2 + ], + [ + "stolen", + 2 + ], + [ + "kiss", + 2 + ], + [ + "has", + 2 + ], + [ + "come", + 2 + ], + [ + "late", + 2 + ], + [ + "is", + 2 + ], + [ + "a", + 2 + ], + [ + "night", + 2 + ], + [ + "Moving", + 2 + ], + [ + "Shines", + 1 + ], + [ + "down", + 1 + ], + [ + "interstellar", + 1 + ], + [ + "beams", + 1 + ], + [ + "groove", + 1 + ], + [ + "tonight", + 1 + ], + [ + "Is", + 1 + ], + [ + "something", + 1 + ], + [ + "more", + 1 + ], + [ + "than", + 1 + ], + [ + "youve", + 1 + ], + [ + "ever", + 1 + ], + [ + "seen", + 1 + ], + [ + "too", + 1 + ], + [ + "Youre", + 1 + ], + [ + "never", + 1 + ], + [ + "safe", + 1 + ], + [ + "till", + 1 + ], + [ + "you", + 1 + ], + [ + "see", + 1 + ], + [ + "dawn", + 1 + ], + [ + "if", + 1 + ], + [ + "clock", + 1 + ], + [ + "strikes", + 1 + ], + [ + "past", + 1 + ], + [ + "midnight", + 1 + ], + [ + "hope", + 1 + ], + [ + "gone", + 1 + ], + [ + "To", + 1 + ], + [ + "move", + 1 + ], + [ + "under", + 1 + ], + [ + "Move", + 1 + ], + [ + "Closer", + 1 + ], + [ + "Passion", + 1 + ], + [ + "Stronger", + 1 + ], + [ + "Theres", + 1 + ], + [ + "magic", + 1 + ], + [ + "only", + 1 + ], + [ + "two", + 1 + ], + [ + "can", + 1 + ], + [ + "tell", + 1 + ], + [ + "dark", + 1 + ], + [ + "Ultra", + 1 + ], + [ + "violet", + 1 + ], + [ + "wicked", + 1 + ], + [ + "spell", + 1 + ], + [ + "to", + 1 + ], + [ + "all", + 1 + ] + ], + [ + [ + "the", + 26 + ], + [ + "I", + 23 + ], + [ + "you", + 11 + ], + [ + "need", + 10 + ], + [ + "to", + 10 + ], + [ + "my", + 9 + ], + [ + "that", + 8 + ], + [ + "yes", + 8 + ], + [ + "just", + 8 + ], + [ + "hand", + 7 + ], + [ + "heart", + 7 + ], + [ + "your", + 6 + ], + [ + "guiding", + 6 + ], + [ + "show", + 6 + ], + [ + "me", + 6 + ], + [ + "in", + 6 + ], + [ + "man", + 6 + ], + [ + "are", + 6 + ], + [ + "it", + 6 + ], + [ + "way", + 5 + ], + [ + "promised", + 5 + ], + [ + "land", + 5 + ], + [ + "fever", + 5 + ], + [ + "burns", + 5 + ], + [ + "youre", + 5 + ], + [ + "fire", + 5 + ], + [ + "inside", + 5 + ], + [ + "woman", + 5 + ], + [ + "know", + 4 + ], + [ + "Ill", + 4 + ], + [ + "And", + 4 + ], + [ + "Cause", + 4 + ], + [ + "Woman", + 3 + ], + [ + "away", + 3 + ], + [ + "theres", + 3 + ], + [ + "do", + 3 + ], + [ + "Whenever", + 2 + ], + [ + "feel", + 2 + ], + [ + "like", + 2 + ], + [ + "giving", + 2 + ], + [ + "up", + 2 + ], + [ + "whenever", + 2 + ], + [ + "dreams", + 2 + ], + [ + "fade", + 2 + ], + [ + "return", + 2 + ], + [ + "cause", + 2 + ], + [ + "find", + 2 + ], + [ + "there", + 2 + ], + [ + "will", + 2 + ], + [ + "never", + 2 + ], + [ + "been", + 2 + ], + [ + "a", + 2 + ], + [ + "youll", + 2 + ], + [ + "anything", + 2 + ], + [ + "when", + 1 + ], + [ + "world", + 1 + ], + [ + "is", + 1 + ], + [ + "closing", + 1 + ], + [ + "come", + 1 + ], + [ + "save", + 1 + ], + [ + "once", + 1 + ], + [ + "again", + 1 + ], + [ + "Well", + 1 + ], + [ + "boy", + 1 + ], + [ + "whos", + 1 + ], + [ + "luckier", + 1 + ], + [ + "more", + 1 + ], + [ + "grateful", + 1 + ], + [ + "although", + 1 + ], + [ + "dont", + 1 + ], + [ + "and", + 1 + ], + [ + "what", + 1 + ], + [ + "Ive", + 1 + ], + [ + "got", + 1 + ], + [ + "with", + 1 + ], + [ + "if", + 1 + ], + [ + "storm", + 1 + ], + [ + "thats", + 1 + ], + [ + "close", + 1 + ], + [ + "at", + 1 + ], + [ + "push", + 1 + ], + [ + "understand", + 1 + ], + [ + "please", + 1 + ], + [ + "can", + 1 + ], + [ + "hold", + 1 + ], + [ + "on", + 1 + ], + [ + "You", + 1 + ] + ], + "No Lyrics", + "No Lyrics", + [ + [ + "kisses", + 15 + ], + [ + "your", + 14 + ], + [ + "Ill", + 11 + ], + [ + "be", + 11 + ], + [ + "you", + 8 + ], + [ + "now", + 8 + ], + [ + "a", + 7 + ], + [ + "on", + 7 + ], + [ + "Magical", + 7 + ], + [ + "the", + 7 + ], + [ + "and", + 6 + ], + [ + "magical", + 6 + ], + [ + "my", + 6 + ], + [ + "lips", + 6 + ], + [ + "all", + 5 + ], + [ + "magic", + 4 + ], + [ + "And", + 4 + ], + [ + "it", + 4 + ], + [ + "love", + 4 + ], + [ + "will", + 4 + ], + [ + "A", + 4 + ], + [ + "Im", + 3 + ], + [ + "seed", + 3 + ], + [ + "everything", + 3 + ], + [ + "For", + 3 + ], + [ + "wish", + 3 + ], + [ + "for", + 3 + ], + [ + "Ive", + 3 + ], + [ + "got", + 3 + ], + [ + "Hey", + 3 + ], + [ + "woman", + 3 + ], + [ + "gonna", + 2 + ], + [ + "plant", + 2 + ], + [ + "kiss", + 2 + ], + [ + "Like", + 2 + ], + [ + "watch", + 2 + ], + [ + "grow", + 2 + ], + [ + "into", + 2 + ], + [ + "me", + 2 + ], + [ + "dream", + 2 + ], + [ + "fantasy", + 2 + ], + [ + "that", + 2 + ], + [ + "need", + 2 + ], + [ + "more", + 2 + ], + [ + "with", + 2 + ], + [ + "every", + 2 + ], + [ + "breath", + 2 + ], + [ + "Truly", + 2 + ], + [ + "do", + 2 + ], + [ + "I", + 2 + ], + [ + "new", + 2 + ], + [ + "beginning", + 2 + ], + [ + "reason", + 2 + ], + [ + "living", + 2 + ], + [ + "deeper", + 2 + ], + [ + "meaning", + 2 + ], + [ + "make", + 2 + ], + [ + "to", + 2 + ], + [ + "The", + 2 + ], + [ + "tears", + 2 + ], + [ + "how", + 2 + ], + [ + "abouta", + 2 + ], + [ + "hope", + 1 + ], + [ + "Be", + 1 + ], + [ + "madly", + 1 + ], + [ + "deeply", + 1 + ], + [ + "strong", + 1 + ], + [ + "faithful", + 1 + ], + [ + "Cause", + 1 + ], + [ + "counting", + 1 + ], + [ + "when", + 1 + ], + [ + "stars", + 1 + ], + [ + "are", + 1 + ], + [ + "shining", + 1 + ], + [ + "brightly", + 1 + ], + [ + "in", + 1 + ], + [ + "velvet", + 1 + ], + [ + "sky", + 1 + ], + [ + "send", + 1 + ], + [ + "heaven", + 1 + ], + [ + "want", + 1 + ], + [ + "cry", + 1 + ], + [ + "of", + 1 + ], + [ + "joy", + 1 + ], + [ + "pleasure", + 1 + ], + [ + "certainty", + 1 + ], + [ + "That", + 1 + ], + [ + "were", + 1 + ], + [ + "surrounded", + 1 + ], + [ + "by", + 1 + ], + [ + "comfort", + 1 + ], + [ + "protection", + 1 + ], + [ + "Of", + 1 + ], + [ + "highest", + 1 + ], + [ + "power", + 1 + ], + [ + "In", + 1 + ], + [ + "lonely", + 1 + ], + [ + "hours", + 1 + ], + [ + "devour", + 1 + ], + [ + "All", + 1 + ], + [ + "surely", + 1 + ], + [ + "come", + 1 + ], + [ + "soon", + 1 + ], + [ + "gone", + 1 + ], + [ + "Madly", + 1 + ], + [ + "Deeply", + 1 + ], + [ + "Chorus", + 1 + ], + [ + "part", + 1 + ], + [ + "together", + 1 + ], + [ + "Through", + 1 + ], + [ + "as", + 1 + ], + [ + "grows", + 1 + ], + [ + "around", + 1 + ] + ], + [ + [ + "you", + 19 + ], + [ + "the", + 12 + ], + [ + "a", + 12 + ], + [ + "and", + 11 + ], + [ + "Just", + 9 + ], + [ + "could", + 9 + ], + [ + "be", + 8 + ], + [ + "mine", + 8 + ], + [ + "I", + 6 + ], + [ + "in", + 6 + ], + [ + "my", + 5 + ], + [ + "of", + 5 + ], + [ + "to", + 4 + ], + [ + "time", + 4 + ], + [ + "Im", + 4 + ], + [ + "darkness", + 3 + ], + [ + "can", + 3 + ], + [ + "feel", + 3 + ], + [ + "twist", + 3 + ], + [ + "sip", + 3 + ], + [ + "wine", + 3 + ], + [ + "kiss", + 3 + ], + [ + "divine", + 3 + ], + [ + "In", + 2 + ], + [ + "believe", + 2 + ], + [ + "like", + 2 + ], + [ + "cloud", + 2 + ], + [ + "A", + 2 + ], + [ + "leave", + 2 + ], + [ + "just", + 2 + ], + [ + "me", + 2 + ], + [ + "inside", + 2 + ], + [ + "all", + 2 + ], + [ + "wait", + 1 + ], + [ + "Frozen", + 1 + ], + [ + "winds", + 1 + ], + [ + "surround", + 1 + ], + [ + "face", + 1 + ], + [ + "cover", + 1 + ], + [ + "make", + 1 + ], + [ + "its", + 1 + ], + [ + "rain", + 1 + ], + [ + "storm", + 1 + ], + [ + "building", + 1 + ], + [ + "heart", + 1 + ], + [ + "wonder", + 1 + ], + [ + "if", + 1 + ], + [ + "know", + 1 + ], + [ + "pain", + 1 + ], + [ + "want", + 1 + ], + [ + "one", + 1 + ], + [ + "thing", + 1 + ], + [ + "havent", + 1 + ], + [ + "got", + 1 + ], + [ + "hand", + 1 + ], + [ + "brushes", + 1 + ], + [ + "by", + 1 + ], + [ + "love", + 1 + ], + [ + "smile", + 1 + ], + [ + "fuels", + 1 + ], + [ + "steel", + 1 + ], + [ + "inferno", + 1 + ], + [ + "You", + 1 + ], + [ + "dont", + 1 + ], + [ + "have", + 1 + ], + [ + "die", + 1 + ], + [ + "world", + 1 + ], + [ + "Stand", + 1 + ], + [ + "still", + 1 + ], + [ + "youve", + 1 + ], + [ + "departed", + 1 + ], + [ + "It", + 1 + ], + [ + "seems", + 1 + ], + [ + "not", + 1 + ], + [ + "on", + 1 + ], + [ + "your", + 1 + ], + [ + "mind", + 1 + ], + [ + "wasting", + 1 + ], + [ + "fool", + 1 + ], + [ + "death", + 1 + ], + [ + "night", + 1 + ], + [ + "wish", + 1 + ], + [ + "that", + 1 + ], + [ + "conceive", + 1 + ], + [ + "Wont", + 1 + ], + [ + "Take", + 1 + ], + [ + "away", + 1 + ], + [ + "pride", + 1 + ], + [ + "dignity", + 1 + ], + [ + "thats", + 1 + ], + [ + "burning", + 1 + ], + [ + "Cant", + 1 + ], + [ + "see", + 1 + ], + [ + "standing", + 1 + ], + [ + "naked", + 1 + ], + [ + "Ill", + 1 + ], + [ + "bear", + 1 + ], + [ + "crosses", + 1 + ], + [ + "crucifixes", + 1 + ], + [ + "provide", + 1 + ], + [ + "If", + 1 + ], + [ + "decide", + 1 + ] + ], + [ + [ + "you", + 12 + ], + [ + "a", + 12 + ], + [ + "the", + 10 + ], + [ + "dont", + 8 + ], + [ + "know", + 7 + ], + [ + "to", + 6 + ], + [ + "be", + 6 + ], + [ + "and", + 5 + ], + [ + "will", + 5 + ], + [ + "Well", + 4 + ], + [ + "I", + 4 + ], + [ + "your", + 4 + ], + [ + "that", + 4 + ], + [ + "time", + 4 + ], + [ + "baby", + 4 + ], + [ + "it", + 4 + ], + [ + "Dont", + 3 + ], + [ + "take", + 3 + ], + [ + "all", + 3 + ], + [ + "Chorus", + 3 + ], + [ + "making", + 3 + ], + [ + "king", + 3 + ], + [ + "thief", + 3 + ], + [ + "fool", + 3 + ], + [ + "little", + 2 + ], + [ + "is", + 2 + ], + [ + "But", + 2 + ], + [ + "want", + 2 + ], + [ + "go", + 2 + ], + [ + "these", + 2 + ], + [ + "promises", + 2 + ], + [ + "cannot", + 2 + ], + [ + "keep", + 2 + ], + [ + "Cause", + 2 + ], + [ + "You", + 2 + ], + [ + "fallen", + 2 + ], + [ + "end", + 2 + ], + [ + "up", + 2 + ], + [ + "So", + 2 + ], + [ + "hanging", + 2 + ], + [ + "on", + 2 + ], + [ + "Im", + 2 + ], + [ + "down", + 2 + ], + [ + "need", + 1 + ], + [ + "indulgence", + 1 + ], + [ + "Listen", + 1 + ], + [ + "hunter", + 1 + ], + [ + "becoming", + 1 + ], + [ + "hunted", + 1 + ], + [ + "Every", + 1 + ], + [ + "day", + 1 + ], + [ + "theres", + 1 + ], + [ + "million", + 1 + ], + [ + "advances", + 1 + ], + [ + "too", + 1 + ], + [ + "forceful", + 1 + ], + [ + "youll", + 1 + ], + [ + "ruin", + 1 + ], + [ + "chances", + 1 + ], + [ + "broken", + 1 + ], + [ + "glass", + 1 + ], + [ + "That", + 1 + ], + [ + "splinters", + 1 + ], + [ + "against", + 1 + ], + [ + "wall", + 1 + ], + [ + "picture", + 1 + ], + [ + "coming", + 1 + ], + [ + "back", + 1 + ], + [ + "now", + 1 + ], + [ + "And", + 1 + ], + [ + "Theres", + 1 + ], + [ + "play", + 1 + ], + [ + "if", + 1 + ], + [ + "youre", + 1 + ], + [ + "alone", + 1 + ], + [ + "let", + 1 + ], + [ + "body", + 1 + ], + [ + "move", + 1 + ], + [ + "bit", + 1 + ], + [ + "closer", + 1 + ], + [ + "Silent", + 1 + ], + [ + "like", + 1 + ], + [ + "sound", + 1 + ], + [ + "proceeding", + 1 + ], + [ + "cyclone", + 1 + ], + [ + "powerful", + 1 + ], + [ + "thinking", + 1 + ], + [ + "Can", + 1 + ], + [ + "force", + 1 + ], + [ + "relinquish", + 1 + ], + [ + "They", + 1 + ], + [ + "say", + 1 + ], + [ + "justify", + 1 + ], + [ + "wait", + 1 + ], + [ + "patience", + 1 + ], + [ + "elated", + 1 + ], + [ + "wisdom", + 1 + ], + [ + "share", + 1 + ], + [ + "common", + 1 + ], + [ + "phrase", + 1 + ], + [ + "only", + 1 + ], + [ + "for", + 1 + ], + [ + "what", + 1 + ], + [ + "goes", + 1 + ], + [ + "floating", + 1 + ], + [ + "high", + 1 + ], + [ + "my", + 1 + ], + [ + "feet", + 1 + ], + [ + "touch", + 1 + ], + [ + "ground", + 1 + ], + [ + "Id", + 1 + ], + [ + "advantage", + 1 + ], + [ + "but", + 1 + ], + [ + "cant", + 1 + ], + [ + "see", + 1 + ], + [ + "through", + 1 + ], + [ + "this", + 1 + ], + [ + "charade", + 1 + ], + [ + "make", + 1 + ], + [ + "harder", + 1 + ], + [ + "than", + 1 + ], + [ + "hell", + 1 + ], + [ + "when", + 1 + ], + [ + "comes", + 1 + ], + [ + "better", + 1 + ], + [ + "damned", + 1 + ], + [ + "sure", + 1 + ], + [ + "can", + 1 + ], + [ + "Hey", + 1 + ], + [ + "Time", + 1 + ], + [ + "A", + 1 + ], + [ + "lonely", + 1 + ], + [ + "sorry", + 1 + ], + [ + "Oh", + 1 + ], + [ + "cause", + 1 + ], + [ + "told", + 1 + ] + ], + "No Lyrics", + "No Lyrics", + [ + [ + "the", + 8 + ], + [ + "you", + 7 + ], + [ + "we", + 6 + ], + [ + "pearls", + 6 + ], + [ + "and", + 5 + ], + [ + "of", + 5 + ], + [ + "cry", + 4 + ], + [ + "tears", + 4 + ], + [ + "like", + 3 + ], + [ + "These", + 3 + ], + [ + "away", + 3 + ], + [ + "so", + 3 + ], + [ + "in", + 2 + ], + [ + "all", + 2 + ], + [ + "still", + 2 + ], + [ + "left", + 2 + ], + [ + "The", + 2 + ], + [ + "We", + 2 + ], + [ + "do", + 2 + ], + [ + "it", + 2 + ], + [ + "love", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "keep", + 2 + ], + [ + "locked", + 2 + ], + [ + "I", + 2 + ], + [ + "could", + 2 + ], + [ + "be", + 2 + ], + [ + "my", + 2 + ], + [ + "will", + 2 + ], + [ + "death", + 2 + ], + [ + "And", + 1 + ], + [ + "stare", + 1 + ], + [ + "each", + 1 + ], + [ + "other", + 1 + ], + [ + "down", + 1 + ], + [ + "vicitms", + 1 + ], + [ + "grind", + 1 + ], + [ + "Probing", + 1 + ], + [ + "weakness", + 1 + ], + [ + "hurt", + 1 + ], + [ + "behind", + 1 + ], + [ + "Oh", + 1 + ], + [ + "Is", + 1 + ], + [ + "really", + 1 + ], + [ + "tragedy", + 1 + ], + [ + "way", + 1 + ], + [ + "might", + 1 + ], + [ + "describe", + 1 + ], + [ + "Or", + 1 + ], + [ + "would", + 1 + ], + [ + "a", + 1 + ], + [ + "thousand", + 1 + ], + [ + "lovers", + 1 + ], + [ + "leave", + 1 + ], + [ + "cold", + 1 + ], + [ + "inside", + 1 + ], + [ + "Make", + 1 + ], + [ + "All", + 1 + ], + [ + "these", + 1 + ], + [ + "mixed", + 1 + ], + [ + "emotions", + 1 + ], + [ + "stolen", + 1 + ], + [ + "Stolen", + 1 + ], + [ + "pearl", + 1 + ], + [ + "devotions", + 1 + ], + [ + "from", + 1 + ], + [ + "world", + 1 + ], + [ + "Your", + 1 + ], + [ + "kisses", + 1 + ], + [ + "are", + 1 + ], + [ + "different", + 1 + ], + [ + "rare", + 1 + ], + [ + "But", + 1 + ], + [ + "anger", + 1 + ], + [ + "stole", + 1 + ], + [ + "jewels", + 1 + ], + [ + "has", + 1 + ], + [ + "bare", + 1 + ], + [ + "Made", + 1 + ], + [ + "Well", + 1 + ], + [ + "tired", + 1 + ], + [ + "joker", + 1 + ], + [ + "pour", + 1 + ], + [ + "heart", + 1 + ], + [ + "to", + 1 + ], + [ + "get", + 1 + ], + [ + "Sacrifice", + 1 + ], + [ + "happiness", + 1 + ], + [ + "just", + 1 + ], + [ + "win", + 1 + ], + [ + "Maybe", + 1 + ], + [ + "twist", + 1 + ], + [ + "turn", + 1 + ], + [ + "where", + 1 + ], + [ + "angels", + 1 + ], + [ + "burn", + 1 + ], + [ + "Like", + 1 + ], + [ + "fallen", + 1 + ], + [ + "soldiers", + 1 + ], + [ + "learn", + 1 + ], + [ + "That", + 1 + ], + [ + "once", + 1 + ], + [ + "forgotten", + 1 + ], + [ + "twice", + 1 + ], + [ + "removed", + 1 + ], + [ + "Love", + 1 + ], + [ + "repeat", + 1 + ], + [ + "chorus", + 1 + ] + ], + "No Lyrics", + [ + [ + "a", + 12 + ], + [ + "the", + 10 + ], + [ + "And", + 8 + ], + [ + "for", + 8 + ], + [ + "her", + 7 + ], + [ + "to", + 6 + ], + [ + "she", + 5 + ], + [ + "in", + 5 + ], + [ + "saying", + 5 + ], + [ + "never", + 5 + ], + [ + "Shes", + 3 + ], + [ + "from", + 3 + ], + [ + "human", + 3 + ], + [ + "place", + 3 + ], + [ + "She", + 3 + ], + [ + "shes", + 3 + ], + [ + "be", + 3 + ], + [ + "on", + 3 + ], + [ + "time", + 2 + ], + [ + "and", + 2 + ], + [ + "Mamma", + 2 + ], + [ + "loved", + 2 + ], + [ + "much", + 2 + ], + [ + "Daddy", + 2 + ], + [ + "keeps", + 2 + ], + [ + "touch", + 2 + ], + [ + "Thats", + 2 + ], + [ + "why", + 2 + ], + [ + "shies", + 2 + ], + [ + "away", + 2 + ], + [ + "affection", + 2 + ], + [ + "But", + 2 + ], + [ + "somewhere", + 2 + ], + [ + "private", + 2 + ], + [ + "packs", + 2 + ], + [ + "bags", + 2 + ], + [ + "outer", + 2 + ], + [ + "space", + 2 + ], + [ + "now", + 2 + ], + [ + "waiting", + 2 + ], + [ + "right", + 2 + ], + [ + "kind", + 2 + ], + [ + "of", + 2 + ], + [ + "pilot", + 2 + ], + [ + "come", + 2 + ], + [ + "shell", + 2 + ], + [ + "say", + 2 + ], + [ + "him", + 2 + ], + [ + "Chorus", + 2 + ], + [ + "I", + 2 + ], + [ + "would", + 2 + ], + [ + "youll", + 2 + ], + [ + "If", + 2 + ], + [ + "my", + 2 + ], + [ + "baby", + 2 + ], + [ + "So", + 2 + ], + [ + "was", + 2 + ], + [ + "All", + 2 + ], + [ + "that", + 2 + ], + [ + "is", + 2 + ], + [ + "like", + 2 + ], + [ + "Just", + 2 + ], + [ + "hold", + 2 + ], + [ + "taking", + 1 + ], + [ + "making", + 1 + ], + [ + "up", + 1 + ], + [ + "reasons", + 1 + ], + [ + "To", + 1 + ], + [ + "justify", + 1 + ], + [ + "all", + 1 + ], + [ + "hurt", + 1 + ], + [ + "inside", + 1 + ], + [ + "Guess", + 1 + ], + [ + "knows", + 1 + ], + [ + "smile", + 1 + ], + [ + "look", + 1 + ], + [ + "their", + 1 + ], + [ + "eyes", + 1 + ], + [ + "Everyones", + 1 + ], + [ + "got", + 1 + ], + [ + "theory", + 1 + ], + [ + "about", + 1 + ], + [ + "bitter", + 1 + ], + [ + "one", + 1 + ], + [ + "Theyre", + 1 + ], + [ + "fly", + 1 + ], + [ + "moon", + 1 + ], + [ + "back", + 1 + ], + [ + "if", + 1 + ], + [ + "Got", + 1 + ], + [ + "ticket", + 1 + ], + [ + "world", + 1 + ], + [ + "where", + 1 + ], + [ + "we", + 1 + ], + [ + "belong", + 1 + ], + [ + "you", + 1 + ], + [ + "cant", + 1 + ], + [ + "remember", + 1 + ], + [ + "when", + 1 + ], + [ + "felt", + 1 + ], + [ + "needed", + 1 + ], + [ + "love", + 1 + ], + [ + "red", + 1 + ], + [ + "then", + 1 + ], + [ + "colour", + 1 + ], + [ + "blind", + 1 + ], + [ + "friends", + 1 + ], + [ + "theyve", + 1 + ], + [ + "been", + 1 + ], + [ + "tried", + 1 + ], + [ + "treason", + 1 + ], + [ + "crimes", + 1 + ], + [ + "were", + 1 + ], + [ + "defined", + 1 + ], + [ + "Love", + 1 + ], + [ + "barren", + 1 + ], + [ + "reaching", + 1 + ], + [ + "out", + 1 + ], + [ + "faith", + 1 + ], + [ + "Is", + 1 + ], + [ + "journey", + 1 + ], + [ + "just", + 1 + ], + [ + "dont", + 1 + ], + [ + "have", + 1 + ], + [ + "map", + 1 + ], + [ + "babys", + 1 + ], + [ + "gonna", + 1 + ], + [ + "take", + 1 + ], + [ + "dive", + 1 + ], + [ + "Push", + 1 + ], + [ + "shift", + 1 + ], + [ + "overdrive", + 1 + ], + [ + "Send", + 1 + ], + [ + "signal", + 1 + ], + [ + "hanging", + 1 + ], + [ + "hopes", + 1 + ], + [ + "stars", + 1 + ], + [ + "What", + 1 + ], + [ + "pleasant", + 1 + ], + [ + "dream", + 1 + ], + [ + "chorus", + 1 + ], + [ + "twice", + 1 + ] + ], + [ + [ + "to", + 23 + ], + [ + "you", + 21 + ], + [ + "a", + 17 + ], + [ + "the", + 15 + ], + [ + "your", + 15 + ], + [ + "that", + 11 + ], + [ + "way", + 7 + ], + [ + "into", + 7 + ], + [ + "disco", + 7 + ], + [ + "want", + 6 + ], + [ + "thats", + 6 + ], + [ + "Im", + 6 + ], + [ + "gonna", + 6 + ], + [ + "inside", + 6 + ], + [ + "head", + 6 + ], + [ + "Violet", + 6 + ], + [ + "color", + 6 + ], + [ + "be", + 5 + ], + [ + "and", + 5 + ], + [ + "take", + 5 + ], + [ + "And", + 5 + ], + [ + "no", + 5 + ], + [ + "lie", + 5 + ], + [ + "If", + 4 + ], + [ + "theres", + 4 + ], + [ + "like", + 4 + ], + [ + "crash", + 4 + ], + [ + "world", + 4 + ], + [ + "Dance", + 4 + ], + [ + "it", + 3 + ], + [ + "with", + 3 + ], + [ + "see", + 3 + ], + [ + "But", + 3 + ], + [ + "people", + 3 + ], + [ + "Let", + 3 + ], + [ + "body", + 3 + ], + [ + "move", + 3 + ], + [ + "doorway", + 3 + ], + [ + "To", + 3 + ], + [ + "Wear", + 3 + ], + [ + "cling", + 3 + ], + [ + "The", + 3 + ], + [ + "could", + 2 + ], + [ + "everything", + 2 + ], + [ + "Would", + 2 + ], + [ + "complain", + 2 + ], + [ + "came", + 2 + ], + [ + "too", + 2 + ], + [ + "easy", + 2 + ], + [ + "me", + 2 + ], + [ + "A", + 2 + ], + [ + "dont", + 2 + ], + [ + "things", + 2 + ], + [ + "Ive", + 2 + ], + [ + "got", + 2 + ], + [ + "dream", + 2 + ], + [ + "over", + 2 + ], + [ + "Exploding", + 2 + ], + [ + "supernova", + 2 + ], + [ + "give", + 2 + ], + [ + "In", + 2 + ], + [ + "were", + 2 + ], + [ + "same", + 2 + ], + [ + "two", + 2 + ], + [ + "looking", + 2 + ], + [ + "out", + 2 + ], + [ + "sea", + 2 + ], + [ + "For", + 2 + ], + [ + "wave", + 2 + ], + [ + "would", + 2 + ], + [ + "carry", + 2 + ], + [ + "all", + 2 + ], + [ + "our", + 2 + ], + [ + "fantasies", + 2 + ], + [ + "infiltrate", + 2 + ], + [ + "Sway", + 2 + ], + [ + "mind", + 2 + ], + [ + "complicate", + 2 + ], + [ + "Just", + 1 + ], + [ + "games", + 1 + ], + [ + "resolution", + 1 + ], + [ + "hard", + 1 + ], + [ + "OK", + 1 + ], + [ + "cause", + 1 + ], + [ + "I", + 1 + ], + [ + "are", + 1 + ], + [ + "plain", + 1 + ], + [ + "You", + 1 + ], + [ + "ecstacy", + 1 + ], + [ + "delivered", + 1 + ], + [ + "certainty", + 1 + ], + [ + "youre", + 1 + ], + [ + "afraid", + 1 + ], + [ + "pleasure", + 1 + ], + [ + "wont", + 1 + ], + [ + "needed", + 1 + ], + [ + "Contemplate", + 1 + ], + [ + "jealously", + 1 + ], + [ + "intermixed", + 1 + ], + [ + "urgency", + 1 + ], + [ + "million", + 1 + ], + [ + "damned", + 1 + ], + [ + "good", + 1 + ], + [ + "shot", + 1 + ], + [ + "at", + 1 + ], + [ + "Ill", + 1 + ], + [ + "do", + 1 + ], + [ + "my", + 1 + ], + [ + "best", + 1 + ], + [ + "break", + 1 + ], + [ + "higher", + 1 + ], + [ + "Common", + 1 + ], + [ + "sense", + 1 + ], + [ + "is", + 1 + ], + [ + "game", + 1 + ], + [ + "many", + 1 + ], + [ + "play", + 1 + ], + [ + "in", + 1 + ], + [ + "moment", + 1 + ], + [ + "takes", + 1 + ], + [ + "either", + 1 + ] + ] + ] + } +] \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 1f08c0a..490a5f5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,7 +112,7 @@ python-versions = "*" version = "3.0.4" [[package]] -category = "dev" +category = "main" description = "Composable command line interface toolkit" name = "click" optional = false @@ -784,7 +784,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "1c24bb1bd4e00a1d1278ef7adde7fa1629ac0e02ed5ecc4e79a1f753365372fc" +content-hash = "c39a5b0162f2941acee38685feb99d3b417a277744f8b74339775ee621d81872" python-versions = "^3.7" [metadata.files] diff --git a/pyproject.toml b/pyproject.toml index 43a43fe..99a552e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ numpy = "^1.18.1" beautifultable = "^0.8.0" wordcloud = "^1.6.0" multidict = "^4.7.5" +click = "^7.0" [tool.poetry.dev-dependencies] pytest = "^5.2" diff --git a/setup.py b/setup.py index 859fb3a..5a374f5 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ package_data = \ install_requires = \ ['addict>=2.2.1,<3.0.0', 'beautifultable>=0.8.0,<0.9.0', + 'click>=7.0,<8.0', 'multidict>=4.7.5,<5.0.0', 'musicbrainzngs>=0.7.1,<0.8.0', 'numpy>=1.18.1,<2.0.0', diff --git a/src/musicbrainzapi/api/lyrics/builder.py b/src/musicbrainzapi/api/lyrics/builder.py index 0beccf2..0eb2be8 100644 --- a/src/musicbrainzapi/api/lyrics/builder.py +++ b/src/musicbrainzapi/api/lyrics/builder.py @@ -3,7 +3,6 @@ from collections import Counter import html import json import math -import os import string from typing import Union, Dict @@ -88,8 +87,110 @@ class LyricsBuilder(LyricsConcreteBuilder): @staticmethod def set_useragent() -> None: + """Sets the useragent for the Musicbrainz api. + """ authenticate.set_useragent() + @staticmethod + def construct_lyrics_url(artist: str, song: str) -> str: + """Builds the URL for the lyrics api. + + Parameters + ---------- + artist : str + Artist + song : str + Track title + + Returns + ------- + str + URL for lyrics from the lyrics api. + """ + lyrics_api_base = 'https://api.lyrics.ovh/v1' + lyrics_api_url = html.escape(f'{lyrics_api_base}/{artist}/{song}') + return lyrics_api_url + + @staticmethod + def request_lyrics_from_url(url: str) -> str: + """Gets lyrics from the lyrics api. + + Parameters + ---------- + url : str + URL of the track for the lyrics api. + + Returns + ------- + str + Lyrics of the trakc + """ + resp = requests.get(url) + + # No lyrics for a song will return a key of 'error', we pass on this. + try: + lyrics = LyricsBuilder.strip_punctuation(resp.json()['lyrics']) + return lyrics + except (KeyError, json.decoder.JSONDecodeError): + return + + @staticmethod + def strip_punctuation(word: str) -> str: + """Removes punctuation from lyrics. + + Parameters + ---------- + word : str + Word to remove punctuation from. + + Returns + ------- + str + Same word without any punctuation. + """ + _strip = word.translate(str.maketrans('', '', string.punctuation)) + return _strip + + @staticmethod + def get_descriptive_statistics(nums: list) -> Dict[str, int]: + """Calculates descriptive statistics. + + Parameters + ---------- + nums : list + A list containing total number of words from a track. + + Returns + ------- + Dict[str, int] + Dictionary of statistic and value. + """ + if len(nums) == 0: + return + avg = math.ceil(np.mean(nums)) + median = math.ceil(np.median(nums)) + std = math.ceil(np.std(nums)) + max = math.ceil(np.max(nums)) + min = math.ceil(np.min(nums)) + p_10 = math.ceil(np.percentile(nums, 10)) + p_25 = math.ceil(np.percentile(nums, 25)) + p_75 = math.ceil(np.percentile(nums, 75)) + p_90 = math.ceil(np.percentile(nums, 90)) + count = len(nums) + _d = addict.Dict( + ('avg', avg), + ('median', median), + ('std', std), + ('max', max), + ('min', min), + ('p_10', p_10), + ('p_25', p_25), + ('p_75', p_75), + ('p_90', p_90), + ('count', count), + ) + return _d + def __init__(self) -> None: self.reset() @@ -303,9 +404,6 @@ class LyricsBuilder(LyricsConcreteBuilder): ) self.all_albums_lyrics.append(lyrics) bar.update(update) - - with open(f'{os.getcwd()}/all_albums_lyrics.json', 'w') as f: - json.dump(self.all_albums_lyrics, f, indent=2) return self def count_words_in_lyrics(self) -> None: @@ -420,104 +518,3 @@ class LyricsBuilder(LyricsConcreteBuilder): self.year_statistics = addict.Dict( **self.year_statistics, **addict.Dict((year, _d)) ) - # pprint(self.year_statistics) - - @staticmethod - def construct_lyrics_url(artist: str, song: str) -> str: - """Builds the URL for the lyrics api. - - Parameters - ---------- - artist : str - Artist - song : str - Track title - - Returns - ------- - str - URL for lyrics from the lyrics api. - """ - lyrics_api_base = 'https://api.lyrics.ovh/v1' - lyrics_api_url = html.escape(f'{lyrics_api_base}/{artist}/{song}') - return lyrics_api_url - - @staticmethod - def request_lyrics_from_url(url: str) -> str: - """Gets lyrics from the lyrics api. - - Parameters - ---------- - url : str - URL of the track for the lyrics api. - - Returns - ------- - str - Lyrics of the trakc - """ - resp = requests.get(url) - - # No lyrics for a song will return a key of 'error', we pass on this. - try: - lyrics = LyricsBuilder.strip_punctuation(resp.json()['lyrics']) - return lyrics - except (KeyError, json.decoder.JSONDecodeError): - return - - @staticmethod - def strip_punctuation(word: str) -> str: - """Removes punctuation from lyrics. - - Parameters - ---------- - word : str - Word to remove punctuation from. - - Returns - ------- - str - Same word without any punctuation. - """ - _strip = word.translate(str.maketrans('', '', string.punctuation)) - return _strip - - @staticmethod - def get_descriptive_statistics(nums: list) -> Dict[str, int]: - """Calculates descriptive statistics. - - Parameters - ---------- - nums : list - A list containing total number of words from a track. - - Returns - ------- - Dict[str, int] - Dictionary of statistic and value. - """ - if len(nums) == 0: - return - avg = math.ceil(np.mean(nums)) - median = math.ceil(np.median(nums)) - std = math.ceil(np.std(nums)) - max = math.ceil(np.max(nums)) - min = math.ceil(np.min(nums)) - p_10 = math.ceil(np.percentile(nums, 10)) - p_25 = math.ceil(np.percentile(nums, 25)) - p_75 = math.ceil(np.percentile(nums, 75)) - p_90 = math.ceil(np.percentile(nums, 90)) - count = len(nums) - _d = addict.Dict( - ('avg', avg), - ('median', median), - ('std', std), - ('max', max), - ('min', min), - ('p_10', p_10), - ('p_25', p_25), - ('p_75', p_75), - ('p_90', p_90), - ('count', count), - ) - return _d diff --git a/src/musicbrainzapi/api/lyrics/director.py b/src/musicbrainzapi/api/lyrics/director.py index 47fa3b2..b44698b 100644 --- a/src/musicbrainzapi/api/lyrics/director.py +++ b/src/musicbrainzapi/api/lyrics/director.py @@ -114,13 +114,13 @@ class LyricsClickDirector: self.builder.all_albums_lyrics ) self.builder.count_words_in_lyrics() - with open(f'{os.getcwd()}/lyrics_count.json', 'w+') as file: - json.dump( - self.builder.all_albums_lyrics_count, - file, - indent=2, - sort_keys=True, - ) + # with open(f'{os.getcwd()}/lyrics_count.json', 'w+') as file: + # json.dump( + # self.builder.all_albums_lyrics_count, + # file, + # indent=2, + # sort_keys=True, + # ) self.builder._product.all_albums_lyrics_count = ( self.builder.all_albums_lyrics_count ) diff --git a/src/musicbrainzapi/wordcloud/__init__.py b/src/musicbrainzapi/wordcloud/__init__.py index e6b816f..384ff32 100644 --- a/src/musicbrainzapi/wordcloud/__init__.py +++ b/src/musicbrainzapi/wordcloud/__init__.py @@ -70,12 +70,20 @@ class LyricsWordcloud: return cls(mic_img, all_albums_lyrics_count) + @staticmethod + def generate_grey_colours( + # word: str, + # font_size: str, + # random_state: typing.Union[None, bool] = None, + *args, + **kwargs, + ) -> str: + """Static method to generate a random grey colour""" + colour = f'hsl(0, 0%, {random.randint(60, 100)}%)' + return colour + def _get_lyrics_list(self) -> None: """Gets all words from lyrics in a single list + cleans them. - - Returns - ------- - None """ self.lyrics_list = list() for i in self.all_albums_lyrics_count: @@ -109,23 +117,8 @@ class LyricsWordcloud: """ self.char_mask = np.array(self.pillow_img) - @staticmethod - def generate_grey_colours( - word: str, - font_size: str, - random_state: typing.Union[None, bool] = None, - *args, - **kwargs, - ) -> str: - colour = f'hsl(0, 0%, {random.randint(60, 100)}%)' - return colour - def _generate_word_cloud(self) -> None: """Generates a word cloud - - Returns - ------- - None """ self.wc = WordCloud( max_words=150, @@ -138,10 +131,6 @@ class LyricsWordcloud: def _generate_plot(self) -> None: """Plots the wordcloud and sets matplotlib options. - - Returns - ------- - None """ plt.imshow( self.wc.recolor( @@ -159,10 +148,6 @@ class LyricsWordcloud: def create_word_cloud(self) -> None: """Creates a word cloud - - Returns - ------- - None """ self._get_lyrics_list() self._get_frequencies() diff --git a/src/musicbrainzapi/wordcloud/resources/.DS_Store b/src/musicbrainzapi/wordcloud/resources/.DS_Store index b8e698683b6df6d857e8650cc45d1c4cbbafdfcd..d389bcc27d627d0c3be2831f755991b7656eaf24 100644 GIT binary patch delta 14 VcmZoMXffDO&&(*kxq-Pw1OOzO1c3km delta 14 VcmZoMXffDO&&=4mxq-Pw1OO*41n&R< diff --git a/src/musicbrainzapi/wordcloud/resources/mic.png b/src/musicbrainzapi/wordcloud/resources/mic.png index a44c4bf9ff498c7bdc7a041fe0f96cac0b3037da..34e6a4f764f28128a458b2c4554eb5849decf2f7 100644 GIT binary patch literal 190095 zcmafa1z1#T*ES^#H4M_75>kWIkV6VcDh5*0h~xlL(k)0xBdJIz-Hk9qBdw&w&`5XV zzww;c^Pca&{_me_hS}`d@x*%Wb+3D^{aRa7nV5i<00RSqSXD*w0R{%n4Dgu);R1WO z{G-n?Fo?9R6%@2p6%?4Yog6H!Z7nb`R9+_};Th;Wp=#NtOJOgR#W4?RQY6K}>H?W4 zL1MVW?x|qmvvmY9&*#S9)~yK(&>Q+3_TeSQ1I`x+igr7OcK>@hlz99Pn^Q6M&Ld~t ze7>B|z*jO}ZHaRpH@OL5c#3$X@REGTV}7Q`932fZ(NNbgd&`K0Lxk7SLO8yAgMfyU zpPyEirtz1d(X+r&ZT^N&UY8ZWzJ&X0e}rK8waN99-^MwOImY%&0-5h&VT9S{*QDQP z)6vJ@Rs?tFON*=zr<& z?Z*c?!&>f=^|CEI5=YffccoM2n9?pXT3f2~nk#fU+>)=7Hjlsk_%4U_#(ii1074tw zodDlY>=!^I4;<)Af=4?v#^6?$G72K50X1I2X zJ?@V#Tw^9!trf#M;E5TxNTSCkd-o^;PfaaM@dfVoKDsgArlR3p%7E1@;X~FH$;!=X zJs7PbDCh~Lde0@S9w#}X7A(6`^mIXZv-sCe~=cR`NxfT_3-w%_{(fwwwBNYaX(<+e&= zHE-EM%!Ivyo|AL56v$tCvG91Q|4hsSY_X%%SLI6XMsSbjE`Bb|Tl&G6(wI$G#ODvs zMwQ8ImbD+%DM&vX7`Xh79lu{lBN@%`cz2N2Gv7!d zu%f+Sp*z@z{a12yNxIG>)!)*iI6`|EGc8Owflw&8EkH4bAh$�_~X?NMkIji_s%{ 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ⅆQdk_DELPW7g1 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 *W8APq|{0dC%!U(Mwy<92EV`O&qR4MQ(j5$ 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 literal 225766 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%0D>h8o)EvFUWCr|S-;remcMxtY~Q~Z55f7F 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 H0|EaJ+WSeS From ff155f81f404ab1d9e944e8f00056cfcb2f9ce17 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 8 Mar 2020 01:30:32 +0000 Subject: [PATCH 08/11] updating badges --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 0934562..1c6e18b 100644 --- a/README.rst +++ b/README.rst @@ -11,3 +11,9 @@ musicbrainzapi .. image:: https://img.shields.io/github/issues/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub issues .. image:: https://img.shields.io/github/license/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHubtbc + +.. image:: https://img.shields.io/github/languages/code-size/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub code size in bytes + +.. image:: https://img.shields.io/github/languages/top/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: GitHub top language + +.. image:: https://img.shields.io/requires/github/dtomlinson91/musicbrainzapi-cv-airelogic?style=for-the-badge :alt: Requires.io From 1f16f3b4337b5d57687f36b0ac0eca04bf4a7da8 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 8 Mar 2020 02:03:01 +0000 Subject: [PATCH 09/11] adding Dockerfile --- Dockerfile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..954b578 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3.7.6-slim-buster + +RUN mkdir /outputs && mkdir /inputs + +COPY ./setup.py /inputs/setup.py +COPY ./src /inputs/src + +RUN cd /inputs && python ./setup.py install && cd /outputs From c9632c129a6ce50e6f2011cc8529c879ed062422 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 8 Mar 2020 02:03:11 +0000 Subject: [PATCH 10/11] tidying up --- src/musicbrainzapi/cli/lyrics.json | 121 - src/musicbrainzapi/cli/lyrics_count.json | 37550 --------------------- src/musicbrainzapi/cli/test.json | 4025 --- 3 files changed, 41696 deletions(-) delete mode 100644 src/musicbrainzapi/cli/lyrics.json delete mode 100644 src/musicbrainzapi/cli/lyrics_count.json delete mode 100644 src/musicbrainzapi/cli/test.json diff --git a/src/musicbrainzapi/cli/lyrics.json b/src/musicbrainzapi/cli/lyrics.json deleted file mode 100644 index dff1abc..0000000 --- a/src/musicbrainzapi/cli/lyrics.json +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "Up All Night [2011]": [ - "You're insecure\nDon't know what for\nYou're turning heads when you walk through the door\nDon't need make-up to cover up\nBeing the way that you are is enough\n\nEveryone else in the room can see it\nEveryone else but you\n\nBaby, you light up my world like nobody else\nThe way that you flip your hair gets me overwhelmed\nBut when you smile at the ground, it ain't hard to tell\nYou don't know\nYou don't know you're beautiful\n\nIf only you saw what I can see\nYou'll understand why I want you so desperately\nRight now I'm looking at you and I can't believe\nYou don't know\nYou don't know you're beautiful, oh oh\nThat's what makes you beautiful\n\nSo come on\nYou got it wrong\nTo prove I'm right, I put it in a song\nI don't know why\nYou're being shy\nAnd turn away when I look into your eyes\n\nEveryone else in the room can see it\nEveryone else but you\n\nBaby, you light up my world like nobody else\nThe way that you flip your hair gets me overwhelmed\nBut when you smile at the ground, it ain't hard to tell\nYou don't know\nYou don't know you're beautiful\n\nIf only you saw what I can see\nYou'll understand why I want you so desperately\nRight now I'm looking at you and I can't believe\nYou don't know\nYou don't know you're beautiful, oh oh\nThat's what makes you beautiful\n\nBaby, you light up my world like nobody else\nThe way that you flip your hair gets me overwhelmed\nBut when you smile at the ground, it ain't hard to tell\nYou don't know\nYou don't know you're beautiful\n\nBaby, you light up my world like nobody else\nThe way that you flip your hair gets me overwhelmed\nBut when you smile at the ground, it ain't hard to tell\nYou don't know\nYou don't know you're beautiful\n\nIf only you saw what I can see\nYou'll understand why I want you so desperately\nRight now I'm looking at you and I can't believe\nYou don't know, oh oh\nYou don't know you're beautiful, oh oh\nYou don't know you're beautiful, oh oh\nThat's what makes you beautiful", - "Girl, I see it in your eyes, you're disappointed\n'Cause I'm the foolish one that you anointed with your heart\nI tore it apart\n\n\nAnd girl, what a mess I made upon your innocence...\nAnd no woman in the world deserves this\n\nBut here I am, asking you for one more chance\n\n\n\nCan we fall one more time?\n\nStop the tape and rewind\n\nOh, and if you walk away I know I'll fade\n\n'Cause there is nobody else\n\n\n\nIt's gotta be you\n\nOnly you\n\nIt's got to be you\n\nOh, only you\n\n\n\nNow girl, I hear it in your voice and how it trembles\n\nWhen you speak to me I don't resemble who I was\n\nYou've almost had enough\n\n\n\nAnd your actions speak louder than words\n\nAnd you're about to break from all you've heard\n\nBut don't be scared, I ain't going nowhere\n\n\n\nI'll be here, by your side\n\nNo more fears, no more crying\n\nBut if you walk away I know I'll fade\n\n'Cause there is nobody else\n\n\n\nIt's gotta be you\n\nOnly you\n\nIt's got to be you\n\nOh, only you\n\n\n\nOh girl, can we try one more, one more time?\n\nOne more, one more... Can we try\n\nOne more, one more time?\n\nI'll make it better\n\n\n\nOne more, one more... Can we try\n\nOne more, one more...\n\nCan we try one more time to make it all better?\n\n\n\n'Cause it's gotta be you\n\nIt's gotta be you\n\nOnly you\n\nOnly you\n\nIt's got to be you\n\nOh, only you, It's got to be you, only you", - "Liam\nI've tried playing it cool\nBut when I'm looking at you\nI can't ever be brave\n'Cause you make my heart race\n\nHarry\nShot me out of the sky\nYou're my kryptonite\nYou keep making me weak\nYeah, frozen and can't breathe\n\nZayn\nSomething's gotta give now\n'Cause I'm dying just to make you see\nThat I need you here with me now\n'Cause you've got that one thing\n\nSo get out, get out, get out of my head\nAnd fall into my arms instead\nI don't, I don't, don't know what it is\nBut I need that one thing\nAnd you've got that one thing\n\nNiall\nNow I'm climbing the walls\nBut you don't notice at all\nThat I'm going out of my mind\nAll day and all night\n\nLouis\nSomething's gotta give now\n'Cause I'm dying just to know your name\nAnd I need you here with me now\n'Cause you've got that one thing\n\nSo get out, get out, get out of my head\nAnd fall into my arms instead\nI don't, I don't, don't know what it is\nBut I need that one thing\n\nSo get out, get out, get out of my mind\nAnd come on, come into my life\nI don't, I don't, don't know what it is\nBut I need that one thing\nAnd you've got that one thing\n\nHarry\nYou've got that one thing\n\nLiam\nGet out, get out, get out of my head\nAnd fall into my arms instead\n\nSo get out, get out, get out of my head\nAnd fall into my arms instead\nI don't, I don't, don't know what it is\nBut I need that one thing\n\nSo get out, get out, get out of my mind (out of my mind)\nAnd come on, come into my life\nI don't, I don't, don't know what it is\nBut I need that one thing\nYeah, you've got that one thing", - "Ooh\nI'm broken,\nDo you hear me?\nI'm blinded,\n'Cause you are everything I see\nI'm dancing, alone\nI'm praying\nThat your heart will just turn around\n\nAnd as I walk up to your door\nMy head turns to face the floor\n'Cause I can't look you in the eyes and say\n\nWhen he opens his arms\nAnd holds you close tonight\nIt just won't feel right\n'Cause I can love you more than this, yeah\nWhen he lays you down, I might just die inside\nIt just don't feel right\n'Cause I can love you more than this\nI can love you more than this\n\nIf I'm louder\nWould you see me?\nWould you lay down in my arms and rescue me?\n'Cause we are, the same\nYou saved me, but when you leave it's gone again\n\nAnd then I see you on the street\nIn his arms, I get weak\nMy body fails, I'm on my knees\nPraying\n\nWhen he opens his arms\nAnd holds you close tonight\nIt just won't feel right\n'Cause I can love you more than this, yeah\nWhen he lays you down, I might just die inside\nIt just don't feel right\n'Cause I can love you more than this\n\nYeah, I've never had the words to say\nBut now I'm asking you to stay\nFor a little while inside my arms, yeah\nAnd as you close your eyes tonight\nI pray that you will see the light\nThat's shining from the stars above\n\nWhen he opens his arms\nAnd holds you close tonight\nIt just won't feel right\n'Cause I can love you more than this\n'Cause I can love you more than this, yeah\n\nWhen he lays you down, I might just die inside\nIt just don't feel right\n'Cause I can love you more than this, yeah\n\nWhen he opens his arms\nAnd holds you close tonight\nIt just won't feel right\n'Cause I can love you more than this, yeah\n\nWhen he lays you down, I might just die inside (I'm broken)\nIt just don't feel right\n'Cause I can love you more than this\n\nI can love you more than this", - "It feels like we've been livin' in fast forward\nAnother moment passing by\n(Up up all night)\nThe party's ending but it's now or never\nNobody's going home tonight\n(Up up all night)\n\nKaty Perry\u2019s on replay\nShe's on replay\nDJ got the floor to shake, the floor to shake\nPeople going all the way\nYeah, all the way\nI'm still wide awake\n\nI wanna stay up all night\nAnd jump around until we see the sun\nI wanna stay up all night\nAnd find a girl and tell her she's the one\nHold on to the feeling\nAnd don't let it go\n'Cause we got the flow now\nGet out of control\nI wanna stay up all night\nAnd do it all with you\nUp all night\nLike this, all night, (hey)\nUp all night\nLike this, all night, (hey)\nUp all night\n\nDon't even care about the table breaking\nWe only wanna have a laugh\n(Up up all night)\nI'm only thinking 'bout this girl I'm seeing\nI hope she\u2019ll wanna kiss me back\n(Up up all night)\n\nKaty Perry\u2019s on replay\nShe's on replay\nDJ got the floor to shake, the floor to shake\nPeople going all the way\nYeah, all the way\nI'm still wide awake\n\nI wanna stay up all night\nAnd jump around until we see the sun\nI wanna stay up all night\nAnd find a girl and tell her she's the one\nHold on to the feeling\nAnd don't let it go\n'Cause we got the flow now\nGet out of control\nI wanna stay up all night\nAnd do it all with you\nUp all night\nLike this, all night, (hey)\nUp all night\nLike this, all night, (hey)\nUp all night\n\nKaty Perry\u2019s on replay\n(Up all night)\nShe's on replay\n(We're gonna want to stay up all night)\nDJ got the floor to shake, the floor to shake\n(We're gonna want to stay up all night)\nUp all night, up all night\n(We're gonna want to stay up all night)\n\nI wanna stay up all night\nAnd jump around until we see the sun\nI wanna stay up all night\nAnd find a girl and tell her she's the one (she's the one)\nHold on to the feeling\nAnd don't let it go\n'Cause we got the flow now\nGet out of control\nI wanna stay up all night\nAnd do it all with you (do it all with you)\nUp all night\nLike this, all night, (hey)\nUp all night\nLike this, all night, (hey) (up all night)\nUp all night", - "He takes your hand\nI die a little\nI watch your eyes\nAnd I'm in riddles\nWhy can't you look at me like that?\n\nWhen you walk by\nI try to say it\nBut then I freeze\nAnd never do it\nMy tongue gets tied\nThe words gets trapped\n\nI hear the beat of my heart getting louder\nWhenever I'm near you\n\nBut I see you with him\nSlow dancing\nTearing me apart\n'Cause you don't see\nWhenever you kiss him\nI'm breaking\nOh, how I wish, that was me\n\nHe looks at you\nThe way that I would\nDoes all the things\nI know that I could\nIf only time could just turn back\n\n'Cause I got three little words\nThat I've always been dying to tell you\n\nBut, I see you with him\nSlow dancing\nTearing me apart\n'Cause you don't see\nWhenever you kiss him\nI'm breaking\nOh, how I wish, that was me\n\nWith my hands on your waist\nWhile we dance in the moonlight\nI wish it was me\nThat you'll call later on\n'Cause you wanna say good night\n\n'Cause, I see you with him\nSlow dancing\nTearing me apart\n'Cause you don't see\n\nBut I see you with him\nSlow dancing\nTearing me apart\n'Cause you don't see\nWhenever you kiss him\nI'm breaking\nOh, how I wish\nOh, how I wish\nOh, how I wish\nThat was me, me, me\nOh, how I wish, that was me", - "Can't ever get it right\nNo matter how hard I try\nAnd I've tried\n\nWell, I put up a good fight\nBut your words cut like knives\nAnd I'm tired\n\nAs you break my heart\nAgain this time\n\nTell me I'm a screwed up mess\nThan I never listen, listen\nTell me you don't want my kiss\nThat you need your distance, distance\nTell me anything, but don't you say\nHe's what you're missing, baby\nIf he's the reason\nThat you're leaving me tonight\nSpare me what you're thinking\nTell me a lie\n\nWell, you're the charming type\nThat little twinkle in your eye\nGets me every time\n\nAnd well, there must've been a time\nI was a reason for that smile\nSo, keep in mind\n\nAs you take what's left of 'You and I'\n\nTell me I'm a screwed up mess\nThan I never listen, listen\nTell me you don't want my kiss\nThat you need your distance, distance\nTell me anything, but don't you say\nHe's what you're missing, baby\nIf he's the reason\nThat you're leaving me tonight\nSpare me what you're thinking\nTell me a lie\n\nTell me a lie\nTell me a lie\nTell me a lie\n\nTell me I'm a screwed up mess\nThan I never listen, listen\nTell me you don't want my kiss\nThat you need your distance, distance\nTell me anything, but don't you say\nHe's what you're missing, baby\nIf he's the reason\nThat you're leaving me tonight\nSpare me what you're thinking\nTell me a lie\n\nTell me a lie\nTell me a lie\nTell me a lie\nTell me a lie", - "Now that you can't have me\nYou suddenly want me\nNow that I'm with somebody else\nYou tell me you love me\n\nI slept on your doorstep\nBegging for one chance\nNow that I finally moved on\nYou say that you missed me all along\n\nWho do you think you are?\nWho do you think I am?\nYou only love to see me breaking\nYou only want me 'cause I'm taken\nYou don't really want my heart\nNo, you just like to know you can\nStill be the one who gets it breaking\nYou only want me when I'm taken\n\nYou're messing with my head\nGirl that's what you do best\nSaying there's nothing you won't do\nTo get me to say yes\nYou're impossible to resist\nBut I wouldn't bet your heart on it\nIt's like I'm finally awake\nAnd you're just a beautiful mistake\n\nWho do you think you are?\nWho do you think I am?\nYou only love to see me breaking\nYou only want me 'cause I'm taken\nYou don't really want my heart\nNo, you just like to know you can\nStill be the one who gets it breaking\nYou only want me when I'm taken\n\nThank you for showing me\nWho you are underneath\nNo, thank you, I don't need\nAnother heartless misery\nYou think I'm doing this to make you jealous\nAnd I know that you hate to hear this\nBut this is not about you anymore\n\nWho do you think you are?\nWho do you think I am?\nYou only love to see me breaking\nYou only want me 'cause I'm taken\nYou don't really want my heart\nNo, you just like to know you can (No you don't, no you don't)\nStill be the one who gets it breaking (Breaking)\nYou only want me when I'm taken\n\nNow that you can't have me\nYou suddenly want me", - "Give you this, give you that\nBlow a kiss, take it back\nIf I look inside your brain\nI would find lots of things\nClothes, shoes, diamond rings\nStuff that's driving me insane\n\nYou could be preoccupied\nDifferent date, every night\nYou just got to say the word\nBut you're no into them at all\nYou just want materials\nI should know because I've heard\nWhen girls say...\n\nI want, I want, I want, but that's crazy\nI want, I want, I want, and that's not me\nI want, I want, I want, to be loved by you\n\nYou've got everything you need\nBut you want accessories\nGot to hold it in your hand\nIf I change the world for you\nI bet you wouldn't have a clue\nDon't you know that I can't stand\nWhen girls say...\n\nI want, I want, I want, but that's crazy\nI want, I want, I want, and that's not me\nI want, I want, I want, to be loved by you\n\nOh, and now the girls say\n\nI want, I want, I want, but that's crazy\nI want, I want, I want, and that's not me\nI want, I want, I want, to be loved by you\n\nBe loved by you\nI wanna, I'll stay true\nI wanna, if you knew\nWhat you put me through\nBut you want, you want, you want me to love you too\n\nI want, I want, I want, but that's crazy\nI want, I want, I want, but that's not me\nI want, I want, I want, to be loved by you\n\nOh, now the girls say\n\nI want, I want, I want, but that's crazy\nI want, I want, I want, and that's not me\nI want, I want, I want, to be loved by you\nI want, I want, I want, another girl say\nI want, I want, I want, and that's crazy\nI want, I want, I want, to be loved by you", - "You know I've always\nGot your back, girl\nSo, let me be the one\nYou come running to\nRunning to, r-r-running\n\nI say this is just a matter of fact, girl\nYou just call my name\nI'll be coming through\nComing through, I'll keep coming\n\nOn the other side of the world\nIt don't matter, I'll be there in two\nI'll be there in two, I'll be there in two\nI still feel it every time\nIt's just something that you do\nNow ask me why I want to\n\nIt's everything about you, you, you\nEverything that you do, do, do\nFrom the way that we touch, baby\nTo the way that you kiss on me\nIt's everything about you, you, you\nThe way you make it feel, new, new, new\nLike every party is just us two\nAnd there's nothing I could point to\nIt's everything about you, you, you\nEverything about you, you, you\nIt's everything that you do, do, do\nIt's everything about you\n\nGuess I like the way you smile\nWith your eyes\nOther guys see it, but don't realize\nThat it's m-my loving\n\nThere's something about your laugh\nThat makes me wanna have to\nThere's nothing funny, so\nWe laugh at n-n-nothing\n\nEvery minute's like the last, so\nLet's just take it real slow\nForget about the clock\nThat's tic-tic-ticking\n\nI still feel it every time\nIt's just something that you do\nNow ask me why I want to\n\nIt's everything about you, you, you\nEverything that you do, do, do\nFrom the way that we touch, baby\nTo the way that you kiss on me\nIt's everything about you, you, you\nThe way you make it feel, new, new, new\nLike every party is just us two\nAnd there's nothing I could point to\nIt's everything about you, you, you\nEverything about you, you, you\nIt's everything that you do, do, do\nIt's everything about you\n\nAnd you have always been\nThe only one I wanted\nAnd I wanted you to know\nWithout you, I can't face it\n\nAll we wanna have is fun\nBut they say that we're too young\nLet them say what they want\n\nIt's everything about you, you, you\nEverything that you do, do, do\nFrom the way that we touch, baby\nTo the way that you kiss on me\nIt's everything about you, you, you\nThe way you make it feel, new, new, new\nLike every party is just us two\nAnd there's nothing I could point to\nIt's everything about you, you, you\nEverything about you, you, you\nIt's everything that you do, do, do\nIt's everything about you", - "Circles, we going in circles\nDizzy's all it makes us\nWe know where it takes us we've been before\n\nCloser, maybe looking closer\nThere's more to discover\nFind that what went wrong without blaming each other\n\n\n\nThink that we got more time\n\nOne more falling behind\n\nGotta make up my mind\n\n\n\nOr else we'll play, play, play all the same old games\n\nAnd we wait, wait, wait for the end to change\n\nAnd we take, take, take it for granted\n\nThat will be the same\n\nBut we're making all the same mistakes\n\n\n\nWake up, we both need to wake up\n\nMaybe if we face up to this\n\nWe can make it through this\n\nCloser, maybe we'll be closer\n\nStronger than we were before\n\nIt made this something more, yeah\n\n\n\nThink that we got more time\n\nOne more falling behind\n\nGotta make up my mind\n\n\n\nOr else we'll play, play, play all the same old games\n\nAnd we wait, wait, wait for the end to change\n\nAnd we take, take, take it for granted\n\nThat will be the same\n\nBut we're making all the same mistakes\n\n\n\nYeah, yeah, that's what crazy is\n\nWhen it's broken, you say there's nothing to fix\n\nAnd you pray, pray, pray that everything will be okay\n\nWhile you're making all the same mistakes\n\n\n\nDon't look back\n\nBut if we don't look back\n\nWe're only running babe\n\nOut of me, cause ain't this\n\nSame mistakes again\n\n\n\nSo we play, play, play all the same old games\n\nAnd we wait, wait, wait for the end to change\n\nAnd we take, take, take it for granted\n\nThat will be the same\n\nBut we're making all the same mistakes\n\n\n\nYeah, yeah, that's what crazy is\n\nWhen it's broken, you say there's nothing to fix\n\nAnd you pray, pray, pray that everything will be okay\n\nWhy you're making all the same mistakes", - "I, I wanna save your\r\nWanna save your heart, tonight\r\nHe'll only break ya\r\n\nLeave you torn apart, oh\r\nIt's a quarter to three can't sleep at all\n\nIt's overrated\n\nIf you told me to jump, i'd take the fall\n\nAnd he wouldn't take it\n\n\n\nAll that you want is under your nose, yeah\n\nYou should open your eyes but they stay close, close\n\n\n\nI, I wanna save your\n\nWanna save your heart, tonight\n\nHe'll only break ya\n\nLeave you torn apart, oh\n\n\n\nI can't be no superman,\n\nBut for you I'll be super human\n\n\n\nI, I wanna save ya, save ya, save ya tonight\n\n\n\nOh now you're at home\n\nAnd he don't call\n\nCause he don't adore ya\n\nTo him you're just another doll\n\nAnd I tried to warn ya\n\n\n\nWhat you want, what you need\n\nHas been right here, yeah\n\nI can see that you're holding back those tears, tears\n\n\n\nI, I wanna save your\n\nWanna save your heart, tonight\n\nHe'll only break ya\n\nLeave you torn apart, oh\n\n\n\nI can't be no superman,\n\nBut for you I'll be super human\n\n\n\nI, I wanna save ya, save ya, save ya tonight\n\n\n\nUp, up and away\n\nI'll take you with me\n\nUp, up and away\n\nI'll take you with me\n\n\n\nI, I wanna save your\n\nWanna save your heart, tonight\n\nHe'll only break ya\n\nLeave you torn apart, oh\n\n\n\nI can't be no superman,\n\nBut for you I'll be super human\n\n\n\nI, I wanna save ya, save ya, save ya tonight", - "Waiting for a girl like you\n\nThe light shines\nIt's getting hot on my shoulders.\nI don't mind, this time it doesn't matter.\n'Cause your friends,\nThey look good and you look better.\nDon't you know all night\nI've been waiting for a girl like you to come around, round, round\n\nUnder the lights tonight\nYou turned around, and you stole my heart\nWith just one look, when I saw your face\nI fell in love\nIt took a minute girl,\nTo steal my heart tonight\nWith just one look, yeah\nBeen waiting for a girl like you\n\nI'm weaker\nMy worlds fall and they hit the ground\nOh life, come on head\nDon't you fail me now\nI start to say\n'I think I love you' but I make no sound\nYou know 'cause all my life \nI've been waiting for a girl like you to come around\n\nUnder the lights tonight\nYou turned around, and you stole my heart\nWith just one look, when I saw your face\nI fell in love\nIt took a minute girl, to steal my heart tonight\nWith just one look, yeah\nBeen waiting for a girl like you\n\nThere is no other place that I would rather be\nThan right here with you tonight\nAs we lay on the ground I put my arms around you\nAnd we can stay here tonight\n'Cause there's so much that I wanna say\nI wanna say\n\nUnder the lights tonight\nYou turned around, and you stole my heart\nWith just one look, when I saw your face\nI fell in love\nIt took a minute girl, to steal my heart\n\nUnder the lights tonight\nYou turned around, and you stole my heart\nWith just one look, when I saw your face\nI fell in love\nIt took a minute girl, to steal my heart tonight\nWith just one look, yeah\nBeen waiting for a girl like you\nBeen waiting for a girl like you", - "From the moment I met you, everything changed\nI knew I had to get you, whatever the pain\nI had to take you and make you mine (take you and make you mine)\n\nI would walk through the desert\nI would walk down the aisle\nI would swim all the oceans just to see you smile\nWhatever it takes is fine (whatever it takes is fine)\n\nOh oh oh oh\nSo put your hands up\nOh oh oh oh\n'Cause it's a stand up\nI won't be leaving\nTill I finish stealing\nEvery piece of your heart\nEvery piece of your heart\n\nI know your heart's been broken but don't you give up\nI'll be there, yeah I know it to fix you with love\nIt hurts me to think that you've ever cried (you've ever cried)\n\nOh oh oh oh\nSo put your hands up\nOh oh oh oh\n'Cause it's a stand up\nI won't be leaving\nTill I finish stealing\nEvery piece of your heart\nEvery piece of your heart\n\nOh oh oh oh\nSo put your hands up\nOh oh oh oh\n'Cause it's a stand up\nI won't be leaving\nTill I finish stealing\nEvery piece of your heart\n\nAnd I will steal us a car\nAnd we will drive to the stars.\nI will give you the moon.\nIt's the least I can do\nIf you give me the chance.\n\nOh oh oh oh\nSo put your hands up\nOh oh oh oh\n'Cause it's a stand up\n\n(I'm a thief, I'm a thief)\nYou can call me a thief\n(I'm a thief, I'm a thief)\nBut you should know your part\n\n(I'm a thief, I'm a thief)\nI'm only here\n(I'm a thief, I'm a thief)\nBecause you stole my heart\n\nOh oh oh oh (I'm a thief, I'm a thief)\nSo put your hands up\nOh oh oh oh (I'm a thief, I'm a thief)\n'Cause it's a stand up\nI won't be leaving\nTill I finish stealing\nEvery piece of your heart\n\n'Cause you stole my heart\n(I'm a thief, I'm a thief)\nCall me a thief\n(I'm a thief, I'm a thief)\nBut you should know your part\n(I'm a thief, I'm a thief)\nI'm only here\n(I'm a thief, I'm a thief)\nBecause you stole my heart", - "Shut the door, turn the light off\nI wanna be with you\nI wanna feel your love\nI wanna lay beside you\nI cannot hide this even though I try\n\nHeart beats harder\nTime escapes me\nTrembling hands touch skin\nIt makes this harder\nAnd the tears stream down my face\n\nIf we could only have this life for one more day\nIf we could only turn back time\n\nYou know I'll be\nYour life, your voice, your reason to be\nMy love, my heart\nIs breathing for this\nMoment in time\nI'll find the words to say\nBefore you leave me today\n\nClose the door\nThrow the key\nDon't wanna be reminded\nDon't wanna be seen\nDon't wanna be without you\nMy judgement's clouded\nLike tonight's sky\n\nHands are silent\nVoice is numb\nTry to scream out my lungs\nIt makes this harder\nAnd the tears stream down my face\n\nIf we could only have this life for one more day\nIf we could only turn back time\n\nYou know I'll be\nYour life, your voice, your reason to be\nMy love, my heart\nIs breathing for this\nMoment in time\nI'll find the words to say\nBefore you leave me today\n\nFlashing lights in my mind\nGoing back to the time\nPlaying games in the street\nKicking balls with my feet\nThere's a numb in my toes\nStanding close to the edge\nThere's a pile of my clothes\nAt the end of your bed\nAs I feel myself fall\nMake a joke of it all\n\nYou know I'll be\nYour life, your voice, your reason to be\nMy love, my heart\nIs breathing for this\nMoment in time\nI'll find the words to say\nBefore you leave me today\n\nYou know I'll be\nYour life, your voice your reason to be\nMy love, my heart\nIs breathing for this\nMoment in time\nI'll find the words to say\nBefore you leave me today", - "It's not me, it's not you\r\nThere's a reason\r\nI'm just trying to read the signals I'm receiving\r\n\nIt's like a storm on fire\r\nCan you feel it?\r\nI don't know about you girl\n\nBut I believe it\n\n\n\nWords will be just words\n\nTill you bring them to life\n\n\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\nI build you up, I'll never stop\n\nYou know I'll take you to another world\n\nEveryday, in every way\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\n\n\nOne for me, one for you\n\nWhat you doing?\n\nGirl, the music sounds so good\n\nWhen you're moving\n\nLet me take you high\n\nLet me prove it\n\n'Cause, ehy, ehy, pretty girl, I believe it\n\nWords will be just words\n\nTill you bring them to life\n\n\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\nI build you up, I'll never stop\n\nYou know I'll take you to another world\n\nEveryday, in every way\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\n\n\nBaby, let me find all your secrets\n\nJust let me in, let me show you that I keep it\n\nClose to my heart jump in the deep and\n\nJust let me in, let me show you what I'm meaning\n\n\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\nI build you up, I'll never stop\n\nYou know I'll take you to another world\n\nEveryday, in every way\n\nI lift you up, I'll never stop\n\nYou know I'll take you to another world\n\nOh yeah, you know I'll take you to another world\n\nI build you up, I'll never stop\n\nYou know I'll take you to another world\n\nI lift you up, I'll never stop", - "We've got a bit of love/hate\nYou take me to the edge\nThen you hit the breaks\nI say it's over one day\nBut then I'm crawling back\nBegging you to stay\nWe make up and\nWe break up all the time\n\nI'll say that I hate a song\nThen you'll go request it\nThe whole night long\nSome people say it's so wrong\nBut, even when we fight\nGirl, you turn me on\nWe make up and\nWe break up all the time\n\nWe're like- na, na, na\nThen, we're like- yeah, yeah, yeah\nAlways like- na, na, na\nThen, we're like- yeah, yeah, yeah\nNo, we can't make up our minds\n'Cause when we think\nWe've got it right\nWe go- na, na, na\n\nYou wanna party too late\nBut when I do the same\nAll you do is complain\nYou know that\nIt drives me insane\nBut, when I get with you\nGirl, you make it okay\nWe make up and\nWe break up all the time\n\nWe're like- na, na, na\nThen, we're like- yeah, yeah, yeah\nAlways like- na, na, na\nThen, we're like- yeah, yeah, yeah\nNo, we can't make up our minds\n'Cause when we think\nWe've got it right\nWe go- na, na, na\n\nOh whoa, it drives me mad!\n\nWe're like- na, na, na\nThen, we're like- yeah, yeah, yeah\nAlways like- na, na, na\nThen, we're like- yeah, yeah, yeah\n\nWe're like- na, na, na\nThen, we're like- yeah, yeah, yeah\nAlways like- na, na, na\nThen, we're like- yeah, yeah, yeah\nNo, we can't make up our minds\n'Cause when we think\nWe've got it right\nWe go- na, na, na", - "I keep playing inside my head\r\nAll that you said to me\r\nI lie away just to convince myself\r\n\nThis wasn't just a dream\r\nCause you were right here\r\nAnd I should've taken the chance\n\nBut I got so scared\n\nAnd I lost the moment again\n\nIt's all that I can think about, oh\n\nYou're all that I can think about\n\n\n\nIs your heart taken?\n\nIs there somebody on your mind?\n\nI'm so sorry, I'm so confused\n\nJust tell me, am I out of time?\n\n\n\nIs your heart breaking?\n\nHow do you feel about me now?\n\nI can't believe I let you walk away\n\nWhen, when I Should Have Kissed You\n\n\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\n\n\nEvery morning when I leave my house\n\nI always look for you, yeah.\n\nI see you everytime I close my eyes\n\nWhat am I gonna do?\n\n\n\nAnd all my friends say\n\nThat I'm punching over my weight\n\nBut in your eyes I\n\nSaw how you were looking at me\n\n\n\nIt's all that I can think about, oh\n\nYou're all that I can think about\n\n\n\nIs your heart taken?\n\nIs there somebody else on your mind?\n\nI'm so sorry, I'm so confused\n\nJust tell me, am I out of time?\n\n\n\nIs your heart breaking?\n\nHow do you feel about me now?\n\nI can't believe I let you walk away\n\nWhen, when I should have kissed you\n\n\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\n\n\nWhen you stood there\n\nJust a heartbeat away\n\nWhen we were dancing,\n\nAnd you looked up at me\n\nIf I had known then\n\nThat I'd be feeling this way\n\nIf I could replay\n\nI would have never let you go\n\nNo, oh\n\nNever have let you go\n\nAm I out of time?\n\n\n\nIs your heart taken?\n\n(yeah yeah yeah yeah)\n\nIs there somebody else on your mind?\n\nI'm so sorry, I'm so confused\n\nJust tell me, am I out of time?\n\n\n\nIs your heart breaking?\n\nHow do you feel about me now?\n\nI can't believe I let you walk away\n\nWhen, when I should have kissed you\n\n\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\nI should, I should oh, I should have kissed you\n\n\n\nI should have kissed you" - ] - }, - { - "Take Me Home [2013]": [ - null, - "Oh I just wanna take you anywhere that you'd like\nWe could go out any day, any night\nBaby I'll take you there, take you there\nBaby I'll take you there, yeah\n\nOh tell me, tell me, tell me how to turn your love on\nYou can get, get anything that you want\nBaby just shout it out, shout it out\nBaby just shout it out, yeah\n\nAnd if you\nYou want me too\nLet's make a move\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't wanna take it slow\nAnd you just wanna take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you\n\nOh baby, baby don't you know you got what I need\nLookin' so good from your head to your feet\nCome on come over here, over here\nCome on come over here, yeah\n\nOh I just want to show you off to all of my friends\nMakin' them drool down their chinny chin chins\nBaby be mine tonight, mine tonight\nBaby be mine tonight, yeah\n\nAnd if you\nYou want me too\nLet's make a move\n\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you\n\nLet me kiss you, let me kiss you\nLet me kiss you, let me kiss you\n\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah yeah\n\nEvery time we\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you", - "Your hand fits in mine\nLike it's made just for me\nBut bear this in mind\nIt was meant to be\nAnd I'm joining up the dots\nWith the freckles on your cheeks\nAnd it all makes sense to me\n\nI know you've never loved\nThe crinkles by your eyes\nWhen you smile\nYou've never loved\nYour stomach or your thighs\nThe dimples in your back\nAt the bottom of your spine\nBut I'll love them endlessly\n\nI won't let these little things\nSlip out of my mouth\nBut if I do\nIt's you\nOh it's you\nThey add up to\nI'm in love with you\nAnd all these little things\n\nYou can't go to bed\nWithout a cup of tea\nAnd maybe that's the reason\nThat you talk in your sleep\nAnd all those conversations\nAre the secrets that I keep\nThough it makes no sense to me\n\nI know you've never loved the sound of your voice on tape\nYou never want to know how much weigh\nYou still have to squeeze into your jeans\nBut you're perfect to me\n\nI won't let these little things\nSlip out of my mouth\nBut if it's true\nIt's you\nIt's you\nThey add up to\nI'm in love with you\nAnd all these little things\n\nYou'll never love yourself\nHalf as much as I love you\nYou'll never treat yourself right darlin'\nBut I want you to\nIf I let you know\nI'm here for you\nMaybe you'll love yourself like I love you\nOh...\n\nI've just let these little things\nSlip out of my mouth\n'Cause it's you\nOh it's you\nIt's you\nThey add up to\nAnd I'm in love with you\nAnd all these little things\n\nI won't let these little things\nSlip out of my mouth\nBut if it's true\nIt's you\nIt's you\nThey add up to\nI'm in love with you\nAnd all your little things", - null, - "Baby I, I want to know\nWhat you think when you're alone \nIs it me, yeah?\nAre you thinking of me, yeah?\n\nOh, we've been friends now for a while\nI want to know that when you smile\nIs it me, yeah?\nAre you thinking of me, yeah?\n\nGirl, what would you do?\nWould you want to stay?\nIf I were to say...\n\nI want to be last, yeah\nBaby let me be your\nLet me be your last first kiss\nI want to be first, yeah\nWant to be the first to\nTake it all the way like this\nAnd if you only knew\nI want to be last, yeah\nBaby let me be your last\nYour last first kiss\n\nBaby tell me what to change\nI'm afraid you'll run away\nIf I tell you\nWhat I've wanted to tell you\n\nMaybe I just got to wait\nMaybe this is a mistake\nI'm a fool, yeah\nBaby I'm just a fool, yeah, oh oh\n\nGirl, what would you do?\nWould you want to stay?\nIf I were to say...\n\nI want to be last, yeah\nBaby let me be your\nLet me be your last first kiss\nI want to be first, yeah\nWant to be the first to\nTake it all the way like this\nAnd if you only knew\nI want to be last, yeah\nBaby let me be your last\nYour last first kiss\nYour last first kiss\n\nGirl, what would you do?\nWould you want to stay?\nIf I were to say\n\nYour last first kiss!\n\nI want to be last, yeah\nBaby let me be your\nLet me be your last first kiss\nI want to be first, yeah\nWant to be the first to\nTake it all the way like this\nAnd if you only knew\nI want to be last, yeah\nBaby let me be your last\nYour last first kiss\n\nI want to be last, yeah\nBaby let me be your last\nYour last first kiss\n\nI want to be last, yeah\nBaby let me be your last\nYour last first kiss", - "Baby you got me sick\nI don't know what I did\nNeed to take a break and figure it out, yeah\nGot your voice in my head\nSayin' \"let's just be friends\"\nCan't believe the words came out of your mouth, yeah\n\nI'm tryin' to be okay\nI'm tryin' to be alright\nBut seein' you with him\nJust don't feel right\n\nAnd I'm like\nOw!\nNever thought it'd hurt so bad\nGetting over you and ow!\nYou're giving me a heart attack\nLookin' like you do\n'Cause you're all I ever wanted,\nThought you would be the one it's ...\nOw!\nGiving me a heart attack\nGetting over you\n\nYeah\nBaby now that you're gone\nI can't stand dumb love songs\nMissing you is all I'm thinkin' about, yeah.\n\nEveryone's telling me I'm just too blind to see\nHow you messed me up, I'm better off now\n\nI'm tryin' to be okay\nI'm tryin' to be alright\nBut seein' you with him\nJust don't feel right\n\nAnd I'm like ow!\nNever thought it'd hurt so bad\nGetting over you and ow!\nYou're giving me a heart attack\nLooking like you do\n'Cause you're all I ever wanted,\nThought you would be the one it's ...\nOw!\nGiving me a heart attack \nGetting over you\n\nOh, oh\nYeah every time you look like that, oh oh\nYou're givin' me a heart attack.\nBut seeing you with him\nJust don't feel right\n\nAnd I'm like\nOw!\nNever thought it'd hurt so bad\nGetting over you and ow!\nYou're giving me a heart attack\nLooking like you do \n'Cause you're all I ever wanted,\nThought you would be the one it's...\nOw!\nGiving me a heart attack \nGetting over you\n\nYou're all I ever wanted.\nOw!\n\nYeah\nEverytime you look like that\n\nYou're all I ever wanted\nYou're giving me a heart attack\nOooW!", - "Do you remember summer \u009109\r\nWanna go back there every night\r\nJust can't lie it was the best time of my life\r\n\nLying on the beach as the sun blew out\r\nPlaying this guitar by the fire too loud\r\nOh my my they could never shut us down\n\nI used to think that I was better alone\n\nWhy did I ever want to let you go\n\nUnder the moonlight as we stared at the sea\n\nThe words you whispered I will always believe\n\n\n\nI want you to rock me,rock me, rock me, yeah\n\nI want you to rock me, rock me, rock me, yeah\n\nI want you to hit the pedal heavy metal show me you care\n\nI want you to rock me, rock me, rock me yeah\n\n\n\nYeah we were together summer \u009109\n\nWanna roll back like press and rewind\n\nYou were mine and we never said goodbye\n\nI used to think that I was better alone\n\n\n\nWhy did I ever want to let you go?\n\nUnder the moonlight as we stared to the sea\n\nThe words you whispered I will always believe\n\nI want you to rock me, rock me, rock me, yeah\n\nI want you to rock me, rock me, rock me yeah\n\nI want you to hit the pedal heavy metal show me you care\n\n\n\nI want you to rock me, rock me,rock me yeah\n\n\n\nR-O-C-K me again\n\n\n\nR-O-C-K me again\n\n\n\nR-O-C-K me again yeah\n\n\n\nI want you to\n\n\n\nR-O-C-K me again\n\n\n\nR-O-C-K me again\n\n\n\nR-O-C-K me again yeah\n\n\n\nI want you to rock me, rock me, rock me, yeah\n\nI want you to rock me, rock me, rock me yeah\n\nI want you to hit the pedal heavy metal show me you care\n\nI want you to rock me, rock me, rock me yeah\n\nI want you to rock me, rock me, rock me, yeah\n\nI want you to rock me, rock me, rock me yeah\n\nI want you to hit the pedal heavy metal show me you care\n\nI want you to rock me, rock me, rock me yeah", - "The end of the night\nWe should say goodbye\nBut we carry on\nWhile everyone's gone\n\nNever felt like this before\nAre we friends or are we more?\nAs I'm walking towards the door\nI'm not sure\n\nBut baby if you say you want me to stay\nI'll change my mind\n'Cause I don't want to know I'm walking away\nIf you'll be mine\nWon't go, won't go\nSo baby if you say you want me to stay\nStay for the night\nI'll change my mind\n\nLean in when you laugh\nWe take photographs\nThere's no music on\nBut we dance alone\n\nNever felt like this before\nAre we friends or are we more?\nAs I'm walking towards the door\nI'm not sure\n\nBut baby if you say you want me to stay\nI'll change my mind\n'Cause I don't want to know I'm walking away\nIf you'll be mine\nWon't go, won't go\nSo baby if you say you want me to stay\nStay for the night\nI'll change my mind\nI'll change my mind\n\nBaby if you say you want me to stay\nI'll change my mind\n\nBut baby if you say you want me to stay\nI'll change my mind\n'Cause I don't want to know I'm walking away\nIf you'll be mine\nWon't go, won't go\nSo baby if you say you want me to stay\nStay for the night\nI'll change my mind", - "Lately I found myself thinking\r\nBeing dreaming about you a lot\r\nAnd up in my head I'm your boyfriend\r\n\nBut that's one thing you've already got\r\nHe drives to school every morning\n\nWhile I walk alone in the rain\n\nHe'd kill me without any warning\n\nIf he took a look in my brain\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would, I would\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would, I would\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would, I would\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would\n\n\n\nBack in my head we were kissing\n\nI thought things were going alright\n\nWith a sign on my back saying \"Kick me\"\n\nReality ruined my life\n\n\n\nFeels like I'm constantly playing\n\nA game that I'm destined to lose\n\n'Cause I can't compete with your boyfriend\n\nHe's got 27 tattoos!\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would, I would\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would, I would\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would, I would\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would\n\nI would, I would\n\n\n\nWould he please you?\n\nWould he kiss you?\n\nWould he treat you like I would?\n\nI would\n\n\n\nWould he touch you?\n\nWould he need you?\n\nWould he love you like I would?\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would\n\n\n\nWould he please you? Would he please you?\n\nWould he kiss you? Would he kiss you?\n\nWould he treat you like I would? Like I would?\n\n\n\nWould he touch you? Would he touch you?\n\nWould he need you? Would he need you?\n\nWould he love you like I would? Like I would?\n\n\n\nWould he say he's in L-O-V-E?\n\nWell, if it was me then I would, I would Like I would?\n\nWould he hold you when you're feeling low?\n\nBaby, you should know that I would, oh\n\n\n\nI would, yeah\n\nI would, yeah", - "Said I'd never leave her cause her hands fit like my t-shirt, tongue tied over three words, cursed.\nRunning over thoughts that make my feet hurt,\nBodies intertwined with her lips\n\n\nNow she's feeling so low since she went solo\nHole in the middle of my heart like a polo\n\nAnd it's no joke to me \n\nSo we can we do it all over again\n\n\n\nIf you're pretending from the start like this, \n\nWith a tight grip, then my kiss\n\nCan mend your broken heart\n\nI might miss everything you said to me\n\nAnd I can lend you broken parts\n\nThat might fit like this\n\nAnd I will give you all my heart \n\nSo we can start it all over again\n\n\n\nCan we take the same road two days in the same clothes\n\nAnd I know just what she'll say if i make all this pain go \n\nCan we stop this for a minute\n\nYou know, I can tell that your heart isn't in it or with it\n\n\n\nTell me with your mind, body and spirit \n\nI can make your tears fall down like the showers that are British \n\nWhether we're together or apart \n\nWe can both remove the masks and admit we regret it from the start\n\n\n\nIf you're pretending from the start like this, \n\nWith a tight grip, then my kiss\n\nCan mend your broken heart\n\nI might miss everything you said to me\n\nAnd I can lend you broken parts\n\nThat might fit like this\n\nAnd I will give you all my heart \n\nSo we can start it all over again\n\n\n\nYou'll never know how to make it on your own \n\nAnd you'll never show weakness for letting go \n\nI guess you're still hurt if this is over \n\nBut do you really want to be alone?\n\n\n\nIf you're pretending from the start like this, \n\nWith a tight grip, then my kiss\n\nCan mend your broken heart\n\nI might miss everything you said to me\n\n\n\nAnd I can lend you broken parts\n\nThat might fit like this\n\nAnd I will give you all my heart \n\nSo we can start it all over again\n\n\n\nIf you're pretending from the start like this, \n\nWith a tight grip, then my kiss\n\nCan mend your broken heart\n\nI might miss everything you said to me\n\nAnd I can lend you broken parts\n\nThat might fit like this\n\nAnd I will give you all my heart \n\n\n\nSo we can start it all over again", - "Whenever I close my eyes I picture you there\nI'm looking out at the crowd, you're everywhere\nI'm watching you from the sta-age, yeah\n\nYour smile is on every fa-ace now\n\nBut every time you wake up you're hearing me say\n\nGoodby-y-y-ye\n\n\n\nBaby, you don't have to worry\n\nI'll be coming back for you, back for you, back for you, yo-o-o-ou\n\nLately I've been going crazy\n\nSo I'm coming back for you, back for you, back for you, yo-o-o-ou\n\n\n\nI've never been so into somebody before\n\nAnd every time we both touch I only want more\n\nSo tell me nothing's gonna cha-ange, yeah\n\nAnd you won't ever walk awa-ay, yeah\n\n\n\n'Cause even though every night you'll know what I'll say\n\nGoodby-y-y-ye\n\n\n\n\n\nBaby, you don't have to worry\n\nI'll be coming back for you, back for you, back for you, yo-o-o-ou\n\nLately I've been going crazy\n\nSo I'm coming back for you, back for you, back for you, yo-o-o-ou\n\n\n\nRight back for you, woah\n\nRight back for you\n\nRight back for you\n\n\n\nLately I've been going crazy\n\nSo I'm coming back\n\nYeah, I am coming back\n\nFor yo-o-o-ooou\n\n\n\nBaby, you don't have to worry\n\nI'll be coming back for you, back for you, back for you, yo-o-o-ou\n\nLately I've been going crazy, yeah\n\nSo I'm coming back for you, back for you, back for you, yo-o-o-ou, yeah\n\n\n\nRight back for you, right back back\n\nRight back for you, right back back\n\nRight back for you, right back back\n\nRight back for yo-o-o-ou, come on\n\n\n\nLately I've been going crazy\n\nSo I'm coming back for you, back for you, back for you, yo-o-o-ou", - null, - "Yeah, ohh oh, ohh oh.\n\nCan't believe you're packing your bags\n\nTrying so hard not to cry\nHad the best time and now it's the worst time\nBut we have to say goodbye.\n\n\n\nDon't promise that you're gonna write\n\nDon't promise that you'll call \n\nJust promise that you won't forget we had it all \n\n\n\nCause you were mine for the summer\n\nNow we know it's nearly over\n\nFeels like snow in September \n\nBut I always will remember \n\nYou were my summer love\n\nYou always will be my summer love \n\n\n\nWish that we could be alone now \n\nWe could find some place to hide\n\nMake the last time just like the first time\n\nPush a button and rewind.\n\n\n\nDon't say the words that's on your lips\n\nDon't look at me that way \n\nJust promise you'll remember when the sky is grey \n\n\n\nCause you were mine for the summer\n\nNow we know it's nearly over\n\nFeels like snow in September \n\nBut I always will remember \n\nYou were my summer love\n\nYou always will be my summer love \n\n\n\nSo please don't make this any harder\n\nWe can't take this any further\n\nAnd I know there's nothing that I wanna change\n\nTo change \n\n\n\nCause you were mine for the summer\n\nNow we know it's nearly over\n\nFeels like snow in September \n\nBut I always will remember \n\nYou were my summer love (summer love)\n\nYou always will be my summer love (summer love)\n\nYou always will be my summer love\n\nYou always will be my summer love", - null, - "Girl it should be me, driving to your house\r\nKnocking on your door, kissing you on the mouth\r\nHolding on your hand, dancing in the dark\r\n\nCuz' I was the only one who loved you from the start\r\nBut now when I see you with him\n\nIt tears my world apart\n\n\n\nI've been waiting, all this time to finally say it\n\nBut now I see your hearts been taken\n\nAnd nothing could be worse, baby I loved you first\n\nHad my chances, could've been what he is\n\nStanding, that's what hurts the most\n\nGirl I came so close, but now you'll never know\n\nBaby I loved you first\n\n\n\nGirl it should be me, calling on your phone\n\nSaying that I'm the one, and that I'll never let you go\n\n\n\nI never understood, what love was really like\n\nBut I felt it for the first time looking in your eyes\n\n\n\nBut now when I see you with him\n\nMy whole world falls apart\n\n\n\nI've been waiting, all this time to finally say it\n\nBut now I see your hearts been taking\n\nAnd nothing could be worse, baby I loved you first\n\nHad my chances, could've been what he is\n\nStanding, that's what hurts the most\n\nGirl I came so close, but now you'll never know\n\nBaby I loved you first\n\n\n\nFirst touch, first kiss\n\nFirst girl who make me feel like this\n\nHeartbreak is killing me\n\nI loved you first why can't you see\n\n\n\nI've been waiting, all this time to finally say it\n\nBut now I see your hearts been taking\n\nAnd nothing could be worse,\n\n\n\nBaby I loved you first\n\n\n\nHad my chances, could've been what he is\n\nStanding, that's what hurts the most\n\nGirl I came so close, but now you'll never know\n\nBaby I loved you first\n\nBaby I loved you first\n\nBaby I loved you first\n\nBaby I loved you first", - "You're so pretty when you cry, when you cry\nWasn't ready to hear you say goodbye\nNow you're tearing me apart, tearing me apart\nYou're tearing me apart\n\nYou're so London, your own style, your own style\nAnd together we're so good, so girl why\nAre you tearing me apart, tearing me apart?\nYou're tearing me apart\n\nDid I do something stupid?\nYeah girl, if I blew it\nJust tell me what I did\nLet's work through it\nThere's gotta be some way\nTo get you to want me like before\n\n'Cause no one ever looked so good in a dress\nAnd it hurts 'cause I know you won't be mine tonight\nNo one ever makes me feel like you do when you smile\nBaby tell me how to make it right\nNow all of my friends say it's not really worth it\nBut even if that's true\nNo one in the world could stop me from not moving on\nBaby even if I wanted to\nNobody compares to you\n\nWe're so Paris when we kissed, when we kissed\nI remember the taste of your lipstick\nNow you're tearing up my heart, tearing up my heart\nYou're tearing up my heart\n\nDid I do something stupid?\nYeah girl, if I blew it\nJust tell me what I did\nLet's work through it\nThere's gotta be some way\nTo get you to want me like before\n\n'Cause no one ever looked so good in a dress\nAnd it hurts 'cause I know you won't be mine tonight\nNo one ever makes me feel like you do when you smile\nBaby tell me how to make it right\nNow all of my friends say it's not really worth it\nBut even if that's true\nNo one in the world could stop me from not moving on\nBaby even if I wanted to\nNobody compares to you\nNobody compares to you\n\nThere's gotta be some way\nTo get you to want me like before\n\n'Cause no one ever looked so good in a dress\nAnd it hurts 'cause I know you won't be mine tonight\nNo one ever makes me feel like you do when you smile\nBaby tell me how to make it right\nNow all of my friends say it's not really worth it\nBut even if that's true\nNo one in the world could stop me from not moving on\nBaby even if I wanted to\nNobody compares to you", - "Hello,hello, i know \nit's been a while \nbut baby,\n\ni got something that\ni really wanna let \nyou know, yeah\n\nsomething that i\n\nwanna let you know.\n\n\n\nYou say, you say,\n\nto everybody that \n\nyou hate me.\n\nCouldn't blame you\n\n'cause i know i left you\n\nall alone, yeah\n\ni know that i \n\nleft you all alone.\n\n\n\nNow i'm back\n\nat your door, you're\n\nlooking at me unshure,\n\ni should have seen\n\nit before.\n\nYou're all i think\n\nabout, baby.\n\n\n\nI was so stupid\n\nfor letting you go, \n\nbut i-i-i know\n\nyou're still the one.\n\nYou might have\n\nmoved on,but,girl\n\nyou should know:\n\nthat i-i-i know\n\nyou're still the one.\n\n\n\nI know i'm saying\n\ntoo much, but i will\n\nnever give up,\n\ni was so stupid \n\nfor letting you go,\n\nbut i-i-i know\n\nyou're still the one\n\n(i-i-i know \n\nyou're still the one)\n\n\n\nHello,hello i'm really\n\nhoping you forgive me\n\ni keep talking \n\nbegging-tell me\n\nwhat i wanna hear,yeah,\n\ngirl, just tell \n\nme what i wanna hear.\n\n\n\nI tried, i tried,\n\nto start again and\n\nfind somebody,\n\nbut i remember all the\n\ntimes and all the words\n\nwe said, yeah,\n\ni can't get it \n\nout of my head.\n\n\n\nNow i'm back\n\nat your door, you're\n\nlooking at me unshure,\n\ni should have seen\n\nit before.\n\nYou're all i think\n\nabout, baby.\n\n\n\nI was so stupid\n\nfor letting you go, \n\nbut i-i-i know\n\nyou're still the one.\n\nYou might have\n\nmoved on,but,girl\n\nyou should know:\n\nthat i-i-i know\n\nyou're still the one.\n\n\n\nI know i'm saying\n\ntoo much, but i will\n\nnever give up,\n\ni was so stupid \n\nfor letting you go,\n\nbut i-i-i know\n\nyou're still the one\n\n\n\nhey,you you're\n\nstill the one)\n\nhey\n\n\n\nyou\n\nyou're still the one)\n\nhey\n\n\n\nyou\n\nyou're still the one\n\n(hey, you...)\n\n\n\nyou're still the one\n\n\n\nI know i'm saying\n\ntoo much, but i will\n\nnever give up,\n\ni was so stupid \n\nfor letting you go,\n\nbut i-i-i know\n\nyou're still the one\n\n(i-i-i know \n\nyou're still the one)", - "Am I asleep, am I awake, or somewhere in between?\nI can't believe that you are here and lying next to me\nOr did I dream that we were perfectly entwined\nLike branches on a tree or twigs caught on a vine?\n\nLike all those days and weeks and months I tried to steal a kiss\nAnd all those sleepless nights and daydreams where I pictured this\nI'm just the underdog who finally got the girl\nAnd I am not ashamed to tell it to the world\n\nTruly madly deeply, I am\nFoolishly completely falling\nAnd somehow you kicked all my walls in\nSo baby say you'll always keep me\nTruly madly crazy deeply in love with you\nIn love with you\n\nShould I put coffee and granola on a tray in bed\nAnd wake you up with all the words that I still haven't said?\nAnd tender touches just to show you how I feel\nOr should I act all cool like it was no big deal?\n\nWish I could freeze this moment in a frame and stay like this\nOr put this day back on replay and keep reliving it\n'Cause here's the tragic truth, if you don't feel the same\nMy heart would fall apart if someone said your name\n\nTruly madly deeply, I am\nFoolishly completely falling\nAnd somehow you kicked all my walls in\nSo baby say you'll always keep me\nTruly madly crazy deeply in love with you\n\nI hope I'm not a casualty\nHope you won't get up and leave\nMight not mean that much to you\nBut to me it's everything\nEverything\n\nTruly madly deeply, I am\nFoolishly completely fallen\nAnd somehow you kicked all my walls in\nSo baby say you'll always keep me\nTruly madly crazy deeply in love with you\nIn love with you\nIn love with you\nWith you", - "B-b-b-baby c'mon over\r\nI don't care if people find out\r\nThey say that we're no good together\r\n\nAnd this never gonna work out.\r\nBut baby you got me moving too fast\n\nCause I know you wanna be back\n\nAnd girl when you're lookin' like that\n\nI can't hold back.\n\n\n\nCause you, you've got this spell on me\n\nI don't know what to believe\n\nKiss you once know I can't leave\n\nCause everything you do is magic\n\nBut everything you do is magic.\n\n\n\nSo l-l-let them take pictures\n\nSpread it all around the world now\n\nI wanna put it on my record\n\nI want everyone to know now.\n\n\n\nBut baby you got me moving too fast\n\nCause I know you wanna be back\n\nAnd girl when you're lookin' like that\n\nI can't hold back.\n\n\n\nCause you, you've got this spell on me\n\nI don't know what to believe\n\nKiss you once know I can't leave\n\nCause everything you do is magic\n\nBut everything you do is magic.\n\n\n\nOh oh oh oh oh\n\nOh oh oh oh oh\n\nOh oh oh oh oh\n\nEverything you do is magic.\n\n\n\nThey say that we're no good together\n\nAnd this never gonna work out\n\nI wanna put it on my record\n\nI want everyone to know now.\n\n\n\nEverything you do is magic\n\nEverything you do is magic\n\nEverything you do is magic\n\nEverything you do is magic.\n\n\n\nCause you, you've got this spell on me\n\nI don't know what to believe\n\nKiss you once know I can't leave\n\nCause everything you do is magic\n\nBut everything you do is magic.\n\n\n\nOh oh oh oh oh\n\nOh oh oh oh oh\n\nC'mon\n\nKiss you once know I can't leave\n\nCause everything you do is magic\n\nBut everything you do is magic.", - "Don't try to make me stay\nOr ask if I'm okay\nI don't have the answer\nDon't make me stay the night\nOr ask if I'm alright\nI don't have the answer\n\nHeartache doesn't last forever\nI'll say I'm fine\nMidnight ain't no time for laughing\nWhen you say goodbye\n\nIt makes your lips so kissable\nAnd your kiss unmissable\nYour fingertips so touchable\nAnd your eyes irresistible\n\nI've tried to ask myself\nShould I see someone else?\nI wish I knew the answer\n\nBut I know if I go now, if I leave\nThen I'm on my own tonight\nI'll never know the answer\n\nMidnight doesn't last forever\nDark turns to light\nHeartache flips my world around\nI'm falling down down down\nThat's why\n\nI find your lips so kissable\nAnd your kiss unmissable\nYour fingertips so touchable\nAnd your eyes irresistible\n\nIrresistible (Irresistible)\nIrresistible (Irresistible)\nIrresistible (Irresistible)\nIrresistible\n\nIt's in your lips and in your kiss\nIt's in your touch and your fingertips\nAnd it's in all the things and other things\nThat make you who you are and your eyes irresistible\n\nIt makes your lips so kissable\nAnd your kiss unmissable\nYour fingertips so touchable\nAnd your eyes, your eyes, your eyes\nYour eyes, your eyes, your eyes \nIrresistible", - null, - "Oh I just wanna take you anywhere that you'd like\nWe could go out any day, any night\nBaby I'll take you there, take you there\nBaby I'll take you there, yeah\n\nOh tell me, tell me, tell me how to turn your love on\nYou can get, get anything that you want\nBaby just shout it out, shout it out\nBaby just shout it out, yeah\n\nAnd if you\nYou want me too\nLet's make a move\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't wanna take it slow\nAnd you just wanna take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you\n\nOh baby, baby don't you know you got what I need\nLookin' so good from your head to your feet\nCome on come over here, over here\nCome on come over here, yeah\n\nOh I just want to show you off to all of my friends\nMakin' them drool down their chinny chin chins\nBaby be mine tonight, mine tonight\nBaby be mine tonight, yeah\n\nAnd if you\nYou want me too\nLet's make a move\n\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you\n\nLet me kiss you, let me kiss you\nLet me kiss you, let me kiss you\n\nYeah\nSo tell me girl if every time we\n\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah yeah\n\nEvery time we\nTou-ou-ouch\nYou get this kinda\nRu-u-ush\nBaby say yeah yeah yeah\nYeah yeah yeah\nIf you don't want to take it slow\nAnd you just want to take me home\nBaby say yeah yeah yeah\nYeah yeah\nAnd let me kiss you" - ] - }, - { - "Midnight Memories [2013]": [ - "Maybe it\u2019s the way she walked (ow)\nStraight into my heart and stole it\nThrough the doors and past the guards (ow)\nJust like she already owned it\n\nI said, \"Can you give it back to me?\"\nShe said, \"Never in your wildest dreams.\"\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think it goes... (woooo)\n\nSaid her name was Georgia Rose (ow)\nAnd her daddy was a dentist\nSaid I had a dirty mouth (I had a dirty mouth)\nBut she kissed me like she meant it\n\nI said, \"Can I take you home with me?\"\nShe said, \"Never in your wildest dreams.\"\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think it goes... (woooo)\n\nYou know, I know, you know I\u2019ll remember you\nI know, you know, I know you\u2019ll remember me\nYou know, I know, you know I\u2019ll remember you\nI know, you know, I hope you remember how we danced\n\n(Oh oh oh)\n(Yeah yeah yeah)\n(How we danced)\n\nOne, two, one two three\nOw!\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\n(We danced, we danced)\n(And it goes something like this)\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\n(How it goes but I know that I won\u2019t forget her)\nHow it goes but I know that I won\u2019t forget her\n(Best song ever)\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think its goes... (woooo)\n\nBest song ever\nIt was the best song ever\nIt was the best song ever\nIt was the best song ever", - "Written in these wallks are the stories that I can't explain\r\nI leave my heart open but it stays right here empty for days\r\n\nShe told me in the morning she don't feel the same about us in her bones\r\nIt seems to me that when I die these words will be written on my stone\n\nAnd I'll be gone gone tonight\n\nThe ground beneath my feet is open wide\n\nThe way that I been holdin' on too tight\n\nWith nothing in between\n\n\n\nThe story of my life I take her home\n\nI drive all night to keep her warm and time\n\nIs frozen (the story of, the story of)\n\nThe story of my life I give her hope\n\nI spend her love until she's broke inside\n\nThe story of my life (the story of, the story of)\n\n\n\nWritten on these walls are the colors that I can't change\n\nLeave my heart open but it stays right here in its cage\n\nI know that in the morning now I see us in the light upon a hill\n\nAlthough I am broken, my heart is untamed, still\n\n\n\nAnd I'll be gone gone tonight\n\nThe fire beneath my feet is burning bright\n\nThe way that I been holdin' on so tight\n\nWith nothing in between\n\n\n\nThe story of my life I take her home\n\nI drive all night to keep her warm and time\n\nIs frozen (the story of, the story of)\n\nThe story of my life I give her hope\n\nI spend her love until she's broke inside\n\nThe story of my life (the story of, the story of)\n\n\n\nAnd I been waiting for this time to come around\n\nBut baby running after you is like chasing the clouds\n\n\n\nThe story of my life I take her home\n\nI drive all night to keep her warm and time\n\nIs frozen\n\n\n\nThe story of my life I give her hope (give her hope)\n\nI spend her love until she's broke inside (until she's broke inside)\n\nThe story of my life (the story of, the story of)\n\nThe story of my life\n\nThe story of my life (the story of, the story of)\n\nThe story of my life", - "Diana\nThe front pages are your pictures,\nThey make you look so small,\n\nHow could someone not miss you at all?\n(Oh-ah-oh)\n\n\nI never would mistreat ya,\n\nOh I'm not a criminal,\n\nI speak a different language but I still hear your call.\n\n\n\nDiana,\n\nLet me be the one to light a fire inside those eyes,\n\nYou've been lonely, you don't even know me,\n\nBut I can feel you crying,\n\nDiana,\n\nLet me be the one to lift your heart up and save your life,\n\nI don't think you even realize baby you'd be saving mine.\n\n\n\nDiana\n\nIt's only been four months but,\n\nYou've fallen down so far,\n\nHow could someone mislead you at all?\n\n\n\n(Oh-ah-oh)\n\n\n\nI wanna reach out for you,\n\nI wanna break these walls,\n\nI speak a different language but I still hear you call.\n\n\n\nDiana,\n\nLet me be the one to light a fire inside those eyes,\n\nYou've been lonely, you don't even know me,\n\nBut I can feel you crying,\n\nDiana,\n\nLet me be the one to lift your heart up and save your life,\n\nI don't think you even realize baby you'd be saving mine.\n\n\n\nWe all need something,\n\nThis can't be over now,\n\nIf I could hold you,\n\nSwear I'd never put you down.\n\n\n\nDiana,\n\nLet me be the one to light a fire inside those eyes,\n\nYou've been lonely, you don't even know me,\n\nBut I can feel you crying,\n\nDiana,\n\nLet me be the one to lift your heart up and save your life,\n\nI don't think you even realize baby you'd be saving mine.\n\n\n\n(Oh-ah-oh)\n\nDiana,\n\n(Oh-ah-oh-oh-oh-oh-oh-oh)\n\nDiana,\n\nBaby you'd be saving mine,\n\n(Oh-ah-oh)\n\nDiana,\n\n(Oh-ah-oh-oh-oh-oh-oh-oh)\n\nDiana,\n\nBaby you'd be saving mine", - "1, 2, 3\n\nStraight off the plane to a new hotel\nJust touched down, you could never tell\nBig house party with a crowded kitchen\nPeople talk shh but we don't listen\n\nTell me that I'm wrong but I do what I please\nWay too many people in the Addison Lee\nNow I'm at the age when I know what I need, oh whoa\n\nMidnight memories, oh oh oh\nBaby you and me\nStumbling in the street\nSinging, singing, singing, singing\nMidnight memories, oh oh oh\nAnywhere we go\nNever say no\nJust do it, do it, do it, do it\n\n5 foot something with the skinny jeans\nDon't look back, baby follow me\n\nI don't know where I'm going but I'm finding my way\nSame old shh but a different day\n\nTell me that I'm wrong but I do what I please\nWay too many people in the Addison Lee\nNow I'm at the age when I know what I need, oh whoa\n\nMidnight memories, oh oh oh\nBaby you and me\nStumbling in the street\nSinging, singing, singing, singing\nMidnight memories, oh oh oh\nAnywhere we go\nNever say no\nJust do it, do it, do it\n\nYou and me and all our friends\nI don't care how much we spend\nBaby this is what the night is for\n\nI know nothing's making sense\nFor tonight let's just pretend\nI don't wanna stop so give me more!\nOh whoa!\n\nMidnight memories, oh oh oh\nBaby you and me\nStumbling in the street\nSinging, singing, singing, singing\nMidnight memories, oh oh oh\nAnywhere we go\nNever say no\nJust do it, do it, do it, do it", - null, - null, - "My hands, your hands\nTied up like two ships drifting\nWeightless, waves try to break it\nI'd do anything to save it\nWhy is it so hard to say it?\n\nMy heart, your heart\nSit tight like bookends\nPages between us\nWritten with no end\nSo many words we're not saying\nDon't wanna wait 'til it's gone\nYou make me strong\n\nI'm sorry if I say, \"I need you\"\nBut I don't care, I'm not scared of love\n'Cause when I'm not with you I'm weaker\nIs that so wrong?\nIs it so wrong?\nThat you make me strong\n\nThink of how much love that's been wasted\nPeople always try to escape it\nMove on to stop their heart breaking\nBut there's nothing I'm running from\nYou make me strong\n\nI'm sorry if I say, \"I need you\"\nBut I don't care, I'm not scared of love\n'Cause when I'm not with you I'm weaker\nIs that so wrong?\nIs it so wrong?\n\nSo baby hold on to my heart, oh\nNeed you to keep me from falling apart\nI'll always hold on\n'Cause you make me strong\n\nI'm sorry if I say, \"I need you\"\nBut I don't care, I'm not scared of love\n'Cause when I'm not with you I'm weaker\nIs that so wrong?\nIs it so wrong?\n\nI'm sorry if I say, \"I need you\"\nBut I don't care, I'm not scared of love\n'Cause when I'm not with you I'm weaker\nIs that so wrong?\nIs it so wrong?\nThat you make me strong\n\nI'm sorry if I say, \"I need you\"\nBut I don't care, I'm not scared of love\n'Cause when I'm not with you I'm weaker\nIs that so wrong?\nIs it so wrong?\nThat you make me strong", - "You don't understand, you don't understand\nWhat you do to me when you hold his hand\nWe were meant to be, but a twist of fate\n\nMade it so we had to walk away\n'Cause we're on fire, we're on on fire\nWe're on fire now\n\nYeah, we're on fire, we're on on fire\n\nWe're on fire now\n\n\n\n(1, 2, 3)\n\nI don't care what people say when we're together\n\nYou know I wanna be the one who hold you when you sleep\n\nI just want it to be you and I forever\n\nI know you wanna leave so come on baby be with me so happily\n\n\n\nIt's 4am, and I know that you're with him\n\nI wonder if he knows that I touched your skin\n\nAnd if he feels my traces in your hair\n\nI'm sorry love but I don't really care\n\n'Cause we're on fire, we're on on fire\n\nWe're on fire now\n\nYeah, we're on fire, we're on on fire\n\nWe're on fire now\n\n\n\n(1, 2, 3)\n\nI don't care what people say when we're together\n\nYou know I wanna be the one who hold you when you sleep\n\nI just want it to be you and I forever\n\nI know you wanna leave so come on baby be with me so happily\n\nSo happily\n\n\n\n(1, 2, 3)\n\nOh, oh, oh\n\nOh, oh, oh\n\nWe're on fire now\n\nOh, oh, oh\n\nOh, oh, oh\n\nWe're on fire now\n\nOh, oh, oh\n\nOh, oh, oh\n\nWe're on fire now\n\n\n\nI don't care what people say when we're together\n\nYou know I wanna be the one who hold you when you sleep\n\nI just want it to be you and I forever\n\nI know you wanna leave so come on baby be with me so happily\n\n\n\nI don't care what people say when we're together\n\nYou know I wanna be the one who hold you when you sleep\n\nI just want it to be you and I forever\n\nI know you wanna leave so come on baby be with me so happily", - "Lights go down\nAnd the night is calling to me, yeah\nI hear voices singing songs in the street\nAnd I know\n\nThat we won't be going home\nFor so long, for so long\nBut I know that I won't be on my own, yeah\nI love this feeling and\n\nRight now\nI wish you were here with me\n'Cause right now\nEverything is new to me\nYou know I can't fight the feeling\nAnd every night I feel it\nRight now\nI wish you were here with me\n\nLate night, spaces\nWith all our friends, you and me, yeah\nLove these faces\nJust like how it used to be\n\nAnd we won't be going home\nFor so long, for so long\nBut I know I won't be on my own, on my own\nI'm feeling like\n\nRight now\nI wish you were here with me\n'Cause right now\nEverything is new to me\nYou know I can't fight the feeling\nAnd every night I feel it\nRight now\nI wish you were here with me\n\nAnd I could do this forever\nAnd let's go crazy together\n\nLights go down\nAnd I hear you calling to me, yeah\n\nRight now\nI wish you were here with me\n'Cause right now\nEverything is new to me\nYou know I can't fight the feeling\nAnd every night I feel it\nRight now\nI wish you were here with me", - "Little black dress just walked into the room\nMaking heads turn can't stop looking at you\nIt's so right, it's so right, it's so right you know\nLittle black dress, did you come here alone?\nIt's too late, it's too late, it's too late to go home\nIt's alright, it's alright, it's alright you know\nIt's alright, it's alright, it's alright you know\n\nI wanna see the way you move for me baby\nI wanna see the way you move for me baby\nI wanna see the way you move for me\n\nLittle black dress who you doing it for?\nLittle black dress I can't take any more\nIt's not right, it's not right, it's not right you know\n\nLittle black dress, what's your favorite song?\nLittle black dress I won't do you no harm\nIt's alright, it's alright, it's alright you know\nIt's alright, it's alright, 'cause I'll take you home\n\nI wanna see the way you move for me baby\nI wanna see the way you move for me baby\nI wanna see the way you move for me\n\nI wanna see the way you move for me baby\nI wanna see the way you move for me baby\nI wanna see the way you move for me\n\nI wanna see the way you move for me baby\nI wanna see the way you move for me baby\nI wanna see the way you move for me", - "You tell me that you sad and lost your way\nYou tell me that your tears are here to stay\nBut I know you were only hiding\nAnd I just wanna see you\n\nYou tell me that you're hurt, and you're in pain\nAnd I can see your head is held in shame\nBut I just wanna see you smile again\nSee you smile again\n\nBut don't burn out\nEven if you scream and shout\nIt will come back to you\nAnd I'll be here for you\n\nOh I will carry you over fire and water for your love\nAnd I will hold you closer\nHope your heart is strong enough\nWhen the night is coming down on you\nWe will find a way through the dark\n\nI wish that I could take you to the start\nI'd never let you fall and break your heart\nAnd if you wanna cry or fall apart\nI'll be there to hold you\n\nYou tell me that you heard it's all in vain\nBut I can see your heart can love again\nAnd I remember you laughing\nSo let's just laugh again\n\nBut don't burn out\nEven if you scream and shout\nIt will come back to you\nBack to you\n\nOh I will carry you over fire and water for your love\nAnd I will hold you closer\nHope your heart is strong enough\nWhen the night is coming down on you\nWe will find a way \nThrough the dark\n\nAnd you don't need\nYou don't need to worry\nAnd you will see it's easy to be loved\nI know you wanna be loved\n\nOh I will carry you over fire and water for your love\n\nOh I will carry you over fire and water for your love\nAnd I will hold you closer\nHope your heart is strong enough\nWhen the night is coming down on you\nWe will find a way \nThrough the dark\n\nOh I will carry you over fire and water for your love (Oh I would, oh I would)\nAnd I will hold you closer\nHope your heart is strong enough\nWhen the night is coming down\nWe will find a way \nThrough the dark", - "One day you'll come into my world and say it all\nYou say we'll be together even when you're lost\n\nOne day you'll say these words I've thought but never said\nYou say we're better off together in our bed\n\nI want you here with me\nLike how I pictured it\nSo I don't have to keep imagining\nCome on, jump out at me\nCome on, bring everything\nIs it too much to ask for something great?\n\nThe script was written and I could not change a thing\nI want to rip it all to shreds and start again\n\nOne day I'll come into your world and get it right\nI'll say we're better off together here tonight\n\nI want you here with me\nLike how I pictured it\nSo I don't have to keep imagining, oh\nCome on, jump out at me\nCome on, bring everything\nIs it too much to ask for something great?\n\nI want you here with me\nLike how I pictured it\nSo I don't have to keep imagining\n\nCome on, jump out at me\nCome on, bring everything\nIs it too much to ask for something great?\nI want you here with me\nLike how I pictured it\nIs it too much to ask for something great?\n\nYou're all I want\nSo much it's hurting\nYou're all I want\nSo much it's hurting", - "If this room was burning\nI wouldn't even notice\n'Cause you've been taking up my mind\nWith your, little white lies, little white lies\n\nYou say it's getting late, it's getting late\nAnd you don't know if you could stay, if you could stay\nBut you, you don't tell the truth\nNo, you, you like playing games\n\nYour hands touching me, they're touching me\nAnd your eyes keep saying things\nThey're saying what we'd do\nWhen it's only me and you\nI can't concentrate\n\nThat's all I'm thinking about\nAll I keep thinking about\nEverything else just fades away\n\nIf this room was burning\nI wouldn't even notice\n'Cause you've been taking up my mind\nWith your, little white lies, little white lies\nYou say you're a good girl\nBut I know you would girl\n'Cause you've been telling me all night\nWith your, little white lies, little white lies\nWith your, little white lies, little white lies\n\nBackseat of the cab, we're in the cab now\nOr lips getting so attached, they're so attached now\nYou wanna make some rules now\nCool, then we'll watch them break tonight\n\nI know what you want\nAnd I've been waiting so long\n\nIf this room was burning\nI wouldn't even notice\n'Cause you've been taking up my mind\nWith your, little white lies, little white lies\nYou say you're a good girl\nBut I know you would girl\n'Cause you've been telling me all night\nWith your, little white lies, little white lies\nWith your, little white lies, little white lies\n\nI know you want it\nI know you feel it too\nLet's stop pretending\nThat you don't know and I don't know\nJust what we came to do\n\nIf this room was burning\nI wouldn't even notice\n'Cause you've been taking up my mind\nWith your, little white lies, little white lies\nYou say you're a good girl\nBut I know you would girl\n'Cause you've been telling me all night\nWith your, little white lies, little white lies\nWith your, little white lies, little white lies", - "Better than words\nBut more than a feeling\nCrazy in love\nDancing on the ceiling\n\nEvery time we touch\nI'm all shook up\nYou make me wanna\nHow deep is your love?\nGod only knows\nBaby\n\nOoh, I don't know how else to sum it up\n'Cause words ain't good enough, oh\nThere's no way I can explain your love, no\nOoh, I don't know how else to sum it up\n'Cause words ain't good enough, oh\nI can't explain your love, no\nIt's better than words\nBetter than words\n\nBetter than words\nYou drive me crazy\nSomeone like you\nAlways be my baby\n\nBest I ever had\nHips don't lie\nYou make me wanna\nOne more night\nIrreplaceable (Yeah)\nCrazy, we're crazy\n\nOoh, I don't know how else to sum it up\n'Cause words ain't good enough, oh\nThere's no way I can explain your love, no (There's no way I can explain your love)\nOoh, I don't know how else to sum it up\n'Cause words ain't good enough, no\nI can't explain your love, no\n\nEveryone tries (They try)\nTo see what it feels like (Feels like)\nBut they'll never be right\n'Cause it's better, it's better, it's better\n\nOoh ooh ooh oh\nOne more time...\nOoh ooh ooh oh\nBetter than words... Yeah\n\nOoh, I don't know how else to sum it up (I don't know!)\n'Cause words ain't good enough, oh\nThere's no way I can explain your love, no\nOoh, I don't know how else to sum it up (To sum it up)\n'Cause words ain't good enough (Words ain't good enough)\nI can't explain your love, no\nIt's better than words\nIt's better than words\nIt's better than words", - null, - "He knows about you in every way\r\nHe's memorized every part of your face\r\nInside and out, baby, head to toe\r\n\nYeah, he knows everything there is to know\r\nYour secret tattoo, the way you change moods\r\nThe songs that you sing when you're all alone\n\nYour favourite band, the way that you dance\n\nBaby, baby\n\n\n\nDoes he know you could move it like that?\n\nWoah-oh\n\nDoes he know you're out and I want you so bad\n\nWoah-oh\n\nTonight, you're mine, baby\n\nDoes he know that you'll never go back?, oh\n\nDoes he know?\n\n\n\nI catch your eye then you turn away\n\nBut there's no hiding the smile on your face\n\nInside and out, baby, head to toe\n\nHe's not around, girl, you let me know\n\nYour secret tattoo, the way you change moods\n\nThe songs that you sing when you're all alone\n\nHe knows how you dance in front of your friends\n\nBut baby, baby\n\n\n\nDoes he know you could move it like that?\n\nWoah-oh\n\nDoes he know you're out and I want you so bad\n\nWoah-oh\n\nTonight, you're mine, baby\n\nDoes he know that you'll never go back?, oh\n\nDoes he know?\n\n\n\nHe'll never know\n\nThe way you lie when you look at me\n\nSo keep trying but you know I see\n\nAll the little things that make you who you are\n\nSo tell me girl\n\n\n\nDoes he know you could move it like that?\n\nDoes he know that you'll never go back?, woah\n\n\n\nDoes he know you could move it like that?\n\nWoah-oh\n\nDoes he know you're out and I want you so bad\n\nWoah-oh\n\nTonight, you're mine, baby\n\nDoes he know that you'll never go back?\n\nDoes he know?", - "My mother told me I should go and get some therapy\nI asked the doctor, can you find out what is wrong with me?\nI don't know why I wanna be with every girl I meet\nI can't control it\nYeah, I know it's taking over me\n\nI'm going crazy\nCan't contain it\nSo tell me just what I should do, oh\n\nShe said, hey, it's alright\nDoes it make you feel alive?\nDon't look back\nLive your life\nEven if it's only for tonight\nShe said, hey, it's alright\nIf it makes you feel alive\n\nWent to a party, just after the doctor talked to me\nI met a girl, I took her, end up to the balcony\nI whispered something in her ear that I just can't repeat\nShe said okay, but she was worried what her friends will think\n\nShe's going crazy\nCan't contain it\nShe asked me what should I do?\n\nI said, hey, it's alright\nDoes it make you feel alive?\nDon't look back\nLive your life\nEven if it's only for tonight\nI said, hey, it's alright\nIf it makes you feel alive\n\nWe got to live before we get older\nDo what we like\nWe got nothing to lose\nShake off the weight of the world from your shoulders\nWe got nothing to prove\n\nI said, hey, it's alright\nDoes it make you feel alive?\nDon't look back\nLive your life\nEven if it's only for tonight\n\nI said, hey, it's alright\nDoes it make you feel alive?\nDon't look back\nLive your life\nEven if it's only for tonight\nI said, hey, it's alright\nIf it makes you feel alive", - "So your friends been telling me\r\nYou've been sleeping with my sweater\r\nAnd that you can't stop missing me\r\n\nBet my friends been telling you\r\nI'm not doing much better\r\nBecause I'm missing half of me\n\n\n\nAnd being here without you\n\nIt's like I'm waking up to\n\n\n\nOnly half a blue sky\n\nCandid there but not quite\n\nI'm walking round with just one shoe\n\nI'm a half a heart without you\n\n\n\nI'm half the man, at best\n\nWith half an arrow in my chest\n\nI miss everything we do\n\nI'm a half a heart without you\n\n\n\nForget all we said the night\n\nNo it doesn't even matter\n\nCause we both got split in two\n\nIf you could spare an hour or so\n\nWe'll go for the lunch down by the river\n\nWe could really talk it through\n\nAnd being here without\n\nIt's like I'm waking up to\n\n\n\nOnly half a blue sky\n\nCandid there but not quite\n\nI'm walking round with just one shoe\n\nI'm a half a heart without you\n\n\n\nI'm half the man, at best\n\nWith half an arrow in my chest\n\nI miss everything we do\n\nI'm a half a heart without you\n\n\n\nHalf a heart without you\n\nI'm a half a heart without you\n\n\n\nThough I try to get you out of my head\n\nThe truth is I got lost without you\n\nAnd since then I've been waking up to\n\n\n\nOnly half a blue sky\n\nCandid there but not quite\n\nI'm walking round with just one shoe\n\nI'm a half a heart without you\n\n\n\nI'm half the man, at best\n\nWith half an arrow in my chest\n\nI miss everything we do\n\nI'm a half a heart without you\n\n\n\nWithout you, without you\n\nHalf a heart without you\n\nWithout you, without you\n\nI'm half a heart without you", - "One way or another, I'm gonna find ya\nI'm gonna getcha, getcha, getcha, getcha\nOne way or another, I'm gonna win ya\nI'm gonna getcha, getcha, getcha, getcha\n\nOne way or another, I'm gonna see ya\nI'm gonna meet ya, meet ya, meet ya, meet ya\nOne day, maybe next week\nI'm gonna meet ya, I'm gonna meet ya, I'll meet ya\n\nI will drive past your house\nAnd if the lights are all down\nI'll see who's around\n\nLet's go!\nOne way or another, I'm gonna find ya\nI'm gonna getcha, getcha, getcha, getcha\nOne way or another, I'm gonna win ya\nI'll getcha, I'll getcha\n\nOne way or another, I'm gonna see ya\nI'm gonna meet ya, meet ya, meet ya, meet ya\nOne day, maybe next week\nI'm gonna meet ya, I'll meet ya, I'll meet ya\n\nAnd if the lights are all out\nI'll follow your bus downtown\nSee who's hanging out\n\n1-2-3-4!\n\nI wanna hold you, wanna hold you tight\nI wanna hold you, wanna hold you tight\nI wanna hold you, wanna hold you tight\nGet teenage kicks right through the night\n\nCome on!\nI wanna hold you, wanna hold you tight\nI wanna hold you, wanna hold you tight\nI wanna hold you, wanna hold you tight\nGet teenage kicks right through the night\n\nOne way or another, I'm gonna see ya\nI gonna meet ya, meet ya, meet ya, meet ya\nOne day or another, I'm gonna win ya\nI'm gonna getcha, getcha, getcha, getcha\n\nOne way or another, I'm gonna see ya\nI gonna meet ya, meet ya, meet ya, meet ya\nOne day or another, I'm gonna win ya\nI'm gonna getcha, getcha, getcha, getcha\n\nOne way or another, I'm gonna see ya\nI gonna meet ya, meet ya, meet ya, meet ya\nOne way or another, I'm gonna win ya\nI'm gonna getcha, getcha, getcha, getcha\nOne way or another", - "Your hand fits in mine \nlike it's made just for me\r\nBut bear this mind \n\nit was meant to be\r\nAnd I'm joining up the dots \nwith the freckles on your cheeks\n\nAnd it all makes sense to me\n\nI know you've never loved \n\nthe crinkles by your eyes \n\nwhen you smile\n\nYou've never loved \n\nyour stomach or your thighs\n\nThe dimples in your back \n\nat the bottom of your spine\n\nBut I'll love them endlessly\n\n\n\nI won't let these little things \n\nslip out of my mouth\n\nBut if I do, it's you, oh it's you, \n\nthey add up to\n\nI'm in love with you \n\nand all these little things\n\n\n\nYou can't go to bed \n\nwithout a cup of tea\n\nMaybe that's the reason \n\nthat you talk in your sleep\n\nAnd all those conversations a\n\nre the secrets that I keep\n\nThough it makes no sense to me\n\n\n\nI know you've never loved \n\nthe sound of your voice on tape\n\nYou never want to know how much you weigh\n\nYou still have to squeeze into your jeans\n\nBut you're perfect to me\n\n\n\nI won't let these little things \n\nslip out of my mouth\n\nBut if it's true, it's you, it's you, \n\nthey add up to\n\nI'm in love with you \n\nand all these little things\n\n\n\nYou never love yourself \n\nhalf as much as I love you\n\nYou'll never treat yourself \n\nright darling but I want you to\n\nIf I let you know, I'm here for you\n\nMaybe you'll love yourself\n\nlike I love you oh\n\n\n\nI've just let these little things \n\nslip out of my mouth\n\nBecause it's you, oh it's you, it's you \n\nthey add up to\n\nAnd I'm in love with you \n\n(all these little things)\n\nI won't let these little things \n\nslip out of my mouth\n\nBut if it's true, it's you, it's you \n\nthey add up to\n\nI'm in love with you, \n\nand all your little things", - "Maybe it\u2019s the way she walked (ow)\nStraight into my heart and stole it\nThrough the doors and past the guards (ow)\nJust like she already owned it\n\nI said, \"Can you give it back to me?\"\nShe said, \"Never in your wildest dreams.\"\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think it goes... (woooo)\n\nSaid her name was Georgia Rose (ow)\nAnd her daddy was a dentist\nSaid I had a dirty mouth (I had a dirty mouth)\nBut she kissed me like she meant it\n\nI said, \"Can I take you home with me?\"\nShe said, \"Never in your wildest dreams.\"\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think it goes... (woooo)\n\nYou know, I know, you know I\u2019ll remember you\nI know, you know, I know you\u2019ll remember me\nYou know, I know, you know I\u2019ll remember you\nI know, you know, I hope you remember how we danced\n\n(Oh oh oh)\n(Yeah yeah yeah)\n(How we danced)\n\nOne, two, one two three\nOw!\n\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\nHow it goes but I know that I won\u2019t forget her\n'Cause we danced all night to the best song ever\n(We danced, we danced)\n(And it goes something like this)\nAnd we danced all night to the best song ever\nWe knew every line, now I can\u2019t remember\n(How it goes but I know that I won\u2019t forget her)\nHow it goes but I know that I won\u2019t forget her\n(Best song ever)\n'Cause we danced all night to the best song ever\nI think it went, \"oh oh oh\"\nI think it went, \"yeah yeah yeah\"\nI think its goes... (woooo)\n\nBest song ever\nIt was the best song ever\nIt was the best song ever\nIt was the best song ever" - ] - }, - { - "Four [2014]": [ - "She's been my queen since we were sixteen\nWe want the same things, we dream the same dreams, all right\nAll right\n\nI got it all 'cause she is the one\nHer mum calls me love, her dad calls me son, all right\nAll right\n\nI know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\nShe belongs to me\n\nKisses like cream, her walk is so mean\nAnd every jaw drops when she's in those jeans, all right\nAll right\n\nI don't exist if I don't have her\nThe sun doesn't shine, the world doesn't turn, all right\nAll right\n\nBut I know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe knows, she knows that I never let her down before\nShe knows, she knows\nThat I'm never gonna let another take her love from me now\n\nEverybody wants to steal my girl\nEverybody wants to take her love away\nCouple billion in the whole wide world\nWell, find another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe belongs to me\n\nShe belongs to me", - "There's a lightning in your eyes, I can't deny\r\nThen there's me inside a sinking boat, running out of time\r\nWithout you I'll never make it out alive\r\n\nBut I know, yes I know we'll be alright\r\nThere's a devil in your smile it's chasing me\n\nAnd every time I turn around it's only gaining speed\n\nThere's a moment when you finally realize\n\nThere's no way you can change the rolling tide\n\nBut I know, yes I know that I'll be fine\n\n\n\nThis time I'm ready to run\n\nEscape from the city and follow the sun\n\nCause I wanna be yours, don't you wanna be mine?\n\nI don't wanna get lost in the dark of the night\n\nThis time I'm ready to run\n\nWherever you are is the place I belong\n\nCause I wanna be free, and I wanna be young\n\nI will never look back now I'm ready to run\n\nI'm ready to run\n\n\n\nThere's a future in my life I can't foresee\n\nUnless of course I stay on course and keep you next to me\n\n\n\nThere will always be the kind that criticize\n\nBut I know, yes I know we'll be alright\n\n\n\nThis time I'm ready to run\n\nEscape from the city and follow the sun\n\nCause I wanna be yours, don't you wanna be mine?\n\nI don't wanna get lost in the dark of the night\n\nThis time I'm ready to run\n\nWherever you are is the place I belong\n\nCause I wanna be free, and I wanna be young\n\nI will never look back now I'm ready to run\n\nThis time I'm ready to run\n\n\n\n(I'm ready to run)\n\nI'd give everything that I've got for your love\n\n\n\nThis time I'm ready to run\n\nEscape from the city and follow the sun\n\nCause I wanna be yours, don't you wanna be mine?\n\nI don't wanna get lost in the dark of the night\n\nThis time I'm ready to run\n\nWherever you are is the place I belong\n\nCause I wanna be free, and I wanna be young\n\nI will never look back\n\nnow I'm ready to run", - "Counted all my mistakes and there's only one\nStanding out from the list of the things I've done\nAll the rest of my crimes don't come close\nTo the look on your face when I let you go\n\nSo I built you a house from a broken home\nAnd I wrote you a song with the words you spoke\nYeah it took me some time but I figured out\nHow to fix up a heart that I let down\n\nNow I'm searching every lonely place\nEvery corner calling out your name\nTryna find you but I just don't know\nWhere do broken hearts go?\nWhere do broken hearts go?\n\nYeah, a taste of your lips on the tip of my tongue\nIt's at the top of the list of the things I want\nMind is running in circles of you and me\nAnyone in between is the enemy\n\nShadows come with the pain that you're running from\nLove was something you've never heard enough\nYeah it took me some time but I figured out\nHow to fix up a heart that I let down\n\nNow I'm searching every lonely place\nEvery corner calling out your name\nTryna find you but I just don't know\nWhere do broken hearts go?\n\nAre you sleeping baby by yourself?\nOr are you giving it to someone else?\nTrying to find you but I just don't know\nWhere do broken hearts go?\nWhere do broken hearts go?\n\nTell me now tell me now\nTell me where you're going\nYou've been afraid\nTell me now tell me now\nTell me will you ever love me again?\nLove me again?\n\nNow I'm searching every lonely place\nEvery corner calling out your name\nTryna find you but I just don't know\nWhere do broken hearts go?\n\nAre you sleeping baby by yourself?\nOr are you giving it to someone else?\nTry to find you but I just don't know\n\nWhere do broken hearts go?\nTell me where you're hiding out\nWhere do broken hearts go?\nCome on baby, 'cause I need you now\n\nWhere do broken hearts go?\nTell me, 'cause I'm ten feet down\nWhere do broken hearts go?\nCome on baby, come and get me out\nCome on baby, come and get me out\nCome on baby, 'cause I need you now\n\nWhere do broken hearts go?\nWhere do broken hearts go?\nWhere do broken hearts go?\nWhere do broken hearts go?", - "I got a heart and I got a soul\r\nBelieve me, I will use them both\r\nWe made a start, be it a false one I know\r\n\nBaby, I don't want to feel alone\r\nSo kiss me where I lay down\n\nMy hands pressed to your cheeks\n\nA long way from the playground\n\n\n\nI have loved you since we were eighteen\n\nLong before we both thought the same thing\n\nTo be loved and to be in love\n\nAll I can do is say that these arms were made for holding you\n\nI wanna love like you made me feel\n\nWhen we were eighteen\n\n\n\nWe took a chance, God knows we've tried\n\nYet all along I knew we'd be fine\n\n\n\nSo pour me a drink, oh love\n\nLet's split the night wide open and we'll see everything we can\n\nLiving love in slow motion, motion, motion\n\n\n\nSo kiss me where I lay down\n\nMy hands pressed to your cheeks\n\nA long way from the playground\n\n\n\nI have loved you since we were eighteen\n\nLong before we both thought the same thing\n\nTo be loved and to be in love\n\nAll I can do is say that these arms were made for holding you\n\nI wanna love like you made me feel\n\nWhen we were eighteen\n\n\n\nSo kiss me where I lay down\n\nMy hands pressed to your cheeks\n\nA long way from the playground\n\n\n\nI have loved you since we were eighteen\n\nLong before we both thought the same thing\n\n\n\nTo be loved and to be in love\n\n\n\nAnd all I can do is say that these arms were made for holding you\n\nAnd I wanna love like you made me feel\n\nWhen we were eighteen\n\n\n\nI wanna love like you made me feel\n\nWhen we were eighteen\n\nI wanna love like you made me feel\n\nWhen we were eighteen", - "(Hey hey, Oh no no no)\n\nHer light is as loud as many ambulances\nAs it takes to save a savior (whoa whoa whoa)\n\nShe floats through the room on a big balloon\nSome say, \"She's such a fake\"\nThat her love is made up\nNo, no no no\n\nLet's have another toast to the girl almighty \nLet's pray we stay young\nStay made of lightning\n\nAm I the only,\nOnly believer?\nThere's something happening here\nThere's something happening here\nThe only\nOnly believer\n(There's something happening here,\nI hope you feel what I'm feeling too)\n\nI get down, I get down, I get down \nOn my knees for ya\nI get down, I get down, I get down\nOn my knees\nI get down on my knees for you\n\nHer light is as loud as many ambulances\nAs it takes to save a savior (whoa whoa whoa)\n\nShe floats through the room on a big balloon\nSome say, \"She's such a fake\"\nThat her love is made up\nNo, no no no\n\nLet's have another toast to the girl almighty\nLet's pray we stay young\nStay made of lightning\n\nAm I the only,\nOnly believer?\nThere's something happening here\nThere's something happening here\nThe only\nOnly believer\n(There's something happening here,\nI hope you feel what I'm feeling too)\n\nI get down, I get down, I get down \nOn my knees for ya\nI get down, I get down, I get down\nOn my knees\nI get down on my knees for you", - null, - "Going out tonight\nChanges into something red\nHer mother doesn't like that kind of dress\nEverything she never had\nShe's showing off\n\nDriving too fast\nMoon is breaking through her hair\nShe's heading for something that she won't forget\nHaving no regrets is all that she really wants\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\nIt will never change\nMe and you\n\nChasing it tonight, doubts are running 'round her head\nHe's waiting, hides behind a cigarette\nHeart is beating loud, and she doesn't want it to stop\n\nMoving too fast\nMoon is lighting up her skin\nShe's falling, doesn't even know it yet\nHaving no regrets is all that she really wants\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\nIt will never change\nMe and you \n\nGoing out tonight\nChanges into something red\nHer mother doesn't like that kind of dress\nReminds her of a missing piece of innocence she lost\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\n\nIt will never change, baby\nIt will never change, baby\nIt will never change\nMe and you", - "Stained coffee cup\nJust a fingerprint of lipstick's not enough\nSleep, where you lay\nStill a trace of innocence on pillow case\n\nWaking up\nBeside you I am a loaded gun\nI can't contain this anymore\nI'm all yours I got no control\nNo control\nPowerless\nAnd I don't care it's obvious\nI just can't get enough of you\nThe pedal's down my eyes are closed\nNo control\n\nTaste on my tongue\nI don't want a wash away the night before\nIn the heat where you lay\nI could stay right here and burn in it all day\n\nWaking up\nBeside you I am a loaded gun\nI can't contain this anymore\nI'm all yours I got no control\nNo control\nPowerless\nAnd I don't care it's obvious\nI just can't get enough of you\nThe pedal's down my eyes are closed\nNo control\n\nLost my senses\nI'm defenseless\nHer perfume's holding me ransom\nSweet and sour\nI devour\nLying here I count the hours\n\nWaking up\nBeside you I'm a loaded gun\nI can't contain this anymore\nI'm all yours I got no control\nNo control\nPowerless\nAnd I don't care it's obvious\nI just can't get enough of you\nThe pedal's down my eyes are closed\nNo control\nNo control\nNo control\n\nPowerless\nAnd I don't care it's obvious\nI just can't get enough of you\nThe pedal's down my eyes are closed\nNo control", - "Harry:\nI think I'm gonna lose my mind,\nSomething deep inside me, I can't give up,\nI think I'm gonna lose my mind,\nI roll and I roll till I'm out of luck\nYeah, I roll and I roll till I'm out of luck,\n\nNiall:\nI'm feeling something deep inside,\nHotter than a jet stream burning up,\nI got a feeling deep inside,\nIt's taking, it's taking all I've got,\nYeah, it's taking, it's taking all I got,\n\nAll:\n'Cause nobody knows you, baby, the way I do,\nAnd nobody loves you, baby, the way I do,\nLiam:\nIt's been so long, it's been so long, maybe were fireproof,\n'Cause nobody saves me, baby, the way you do.\n\nLouis:\nI think I'm gonna win this time,\nRiding on the wind and I won't give up,\nI think I'm gonna win this time,\nI roll and I roll, till I change my luck\nYeah, I roll and I roll, till I change my luck,\n\nAll:\n'Cause nobody knows you, baby, the way I do,\nAnd nobody loves you, baby, the way I do,\nZayn:\nIt's been so long, it's been so long, you must be fireproof,\n'Cause nobody saves me, baby, the way you do,\n\nAll:\n'Cause nobody knows you, baby, the way I do,\nAnd nobody loves you, baby, the way I do,\nZayn:\nIt's been so long, it's been so long,\nHarry:\nMaybe were fireproof,\n'Cause nobody saves me, baby, the way you do.", - "Who's gonna be the first one to start the fight?\nWho's gonna be the first one to fall asleep at night?\nWho's gonna be the last one to drive away?\n\nWho's gonna be the last one to forget this place?\n\nWe keep taking turns\n\nWill we ever learn?\n\n\n\nOh spaces between us\n\nKeep getting deeper\n\nIt's harder to reach you\n\nEven though I try\n\nSpaces between us\n\nHold all our secrets\n\nLeaving us speechless\n\nAnd I don't know why\n\n\n\nWho's gonna be the first to say goodbye?\n\n\n\nWho's gonna be the first one to compromise?\n\nWho's gonna be the first one to set it all on fire?\n\nWho's gonna be the last one to drive away?\n\nForgetting every single promise we ever made?\n\n\n\nOh spaces between us\n\nKeep getting deeper\n\nIt's harder to reach you\n\nEven though I try\n\nSpaces between us\n\nHold all our secrets\n\nLeaving us speechless\n\nAnd I don't know why\n\n\n\nWho's gonna be the first to say goodbye?\n\n\n\nWe keep taking turns\n\nWill we ever learn?\n\nWhen will we learn?\n\n\n\nOh spaces between us\n\nKeep getting deeper\n\nIt's harder to reach you\n\nEven though I try\n\nSpaces between us\n\nHold all our secrets\n\nLeaving us speechless\n\nAnd I don't know why\n\n\n\nWho's gonna be the first to say goodbye?\n\nWho's gonna be the first to say goodbye?\n\nthe spaces between us\n\nthe spaces between us\n\nthe spaces between us\n\nthe spaces between us", - "Who's that shadow holding me hostage?\nI've been here for days\nWho's this whisper telling me that I'm\nNever gonna get away?\n\nI know they'll be coming\nTo find me soon\nBut I fear I'm getting\nUsed to being held by you\n\nBaby look what you've done to me\nBaby look what you've done now\nBaby I'll never leave\nIf you keep holding me this way\nBaby look what you've done to me\nBaby you've got me tied down\nBaby I'll never leave\nIf you keep holding me this way\n\nWho's this man that's holding your hand\nAnd talking 'bout your eyes\nUsed to sing about being free but\nNow he's changed his mind\n\nI know they'll be coming\nTo find me soon\nBut my Stockholm syndrome\nIs in your room\nYeah I fell for you!\n\nBaby look what you've done to me\nBaby look what you've done now\nBaby I'll never leave\nIf you keep holding me this way\nBaby look what you've done to me\nBaby you've got me tied down\nBaby I'll never leave\nIf you keep holding me this way\n\nAll my life I've been on my own\nI used the light to guide me home\nAnd now together we're alone\nAnd there's no other place I'd ever wanna go\n\nLook what you've done to me\nBaby look what you've done, done\nBaby look what you've done to me\nBaby look what you've done now\nBaby I'll never leave\nIf you keep holding me this way\nBaby look what you've done to me\nBaby you've got me tied down\nBaby I'll never leave\nIf you keep holding me this way", - "I know you say\nThat you don't like it complicated\nThat we should try keep it simple\nBut love is never ever simple, no\n\nSomeday\nYou're gonna see the things that I see\nYou're gonna want the air that I breathe\nYou're gonna wish you never left me\n\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nIf we're never coming back down\nYeah we're looking down on the clouds\n\nI know you say\nThat you don't like it complicated\nThat you are tired of all the changes\nBut love is always, always changing, woah\n\nSomeday\nYou're gonna see the things that I see\nYou're gonna want air that I breathe\nYou're gonna wish you never left me\n\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nIf we're never coming back down\nYeah we're looking down on the clouds\n\nAnd we go\nAnd we go\nAnd we go\nAnd we don't stop\n\nBut we don't\nNo we don't\nNo we don't\nNever go up\n\nAnd we go\nAnd we go\nAnd we go\nAnd we don't stop\n\nBut we don't\nNo we don't\nNo we don't\nNever go up\n\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\n\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?\nHere we go again\nAnother go round for all of my friends\nAnother night stop will it ever end?", - "Watching you get dressed messes with my head\nTake that bag off your shoulder\nCome get back in bed, we still got time left\nThis don't have to be over\n\nAnd you'd say it's hard to keep a secret\nGirl don't leave me all alone in this hotel\nAnd these shades can hide us from the streets, yeah\nOne weekend, I promise that I'll never tell\n\nYou should probably stay, probably stay, a couple more days\nCome and let me change your ticket home\nYou should probably stay, be with me a couple more days\nCome and let me change your ticket home\nDon't go, it's not the same when you go\nAnd it's not good to be all alone\nSo you should probably stay, here with me, a couple more days\nCome and let me change your ticket home\n\nDon't play innocent, I know what you meant\nWhen you said you'd come over\nAre we way past that, playing hard to get?\nWe did that when we were younger\n\nAnd you say it's hard to keep a secret\nGirl don't leave me all alone in this hotel\nAnd these shades can hide us from the streets, yeah\nOne weekend, I promise that I'll never tell\n\nYou should probably stay, probably stay, a couple more days\nCome and let me change your ticket home\nYou should probably stay, be with me a couple more days\nCome and let me change your ticket home\nDon't go, it's not the same when you go\nAnd it's not good to be all alone\nDon't go, it's not the same when you go\nCome and let me change your ticket home\n\nWhy don't we take some time?\nWhy don't we take just a little more time?\nWhy don't we make it right?\nGirl, I don't wanna say goodbye?\n\nYou should probably stay, probably stay, a couple more days\nCome and let me change your ticket home\nYou should probably stay, here with me a couple more days\nCome and let me change your ticket home\nDon't go, it's not the same when you go\nAnd it's not good to be all alone\nDon't go, it's not the same when you go\nCome and let me change your ticket home", - "Tell me you believe in love\nIt's not an illusion\n\nI've been thinking about the nights and the dangerous tricks\nPeople play on the eyes of the innocent\nI could turn a lot of hearts into breaks with smoke\nAnd mirrors disappearing right in front of them\n\nBut believe me I'm not trying to deceive you\nI promise falling for me won't be a mistake\n\nNo baby, this is not an illusion\nI've really got my heart out on my sleeve\nOh baby, this is not an illusion\nThere's magic between you and me\n\nNo baby, this is not an illusion\nYou really got me lifted off my feet\nSo tell me you believe in love\n'Cause it's not an illusion to me\n\nYou don't ever have to worry about me, about how the cards fall, \nI'm all that you need tonight\nI would never turn your heart into broken parts\nYou don't have to think twice looking in my eyes\n\nCan't you see it?\nI'm not trying to mislead ya\nI promise falling for me won't be a mistake\n\nNo baby, this is not an illusion\nI've really got my heart out on my sleeve\nOh baby, this is not an illusion\nThere's magic between you and me\n\nNo baby, this is not an illusion\nYou really got me lifted off my feet\nSo tell me you believe in love\n'Cause it's not an illusion to me\n\nYou can tie me up in chains\nYou can throw away the key\nBut there's no trap doors\nI'm not gonna leave\nYou're the truth I can't explain\nYou're the only one I see\nIt's not an illusion to me\n\nNo baby, this is not an illusion\nI've really got my heart out on my sleeve\nOh baby, this is not an illusion\nThere's magic between you and me\n\nNo baby, this is not an illusion\nYou really got me lifted off my feet\nSo tell me you believe in love\n'Cause it's not an illusion to me\nSo tell me you believe in love\n'Cause it's not an illusion", - "Once in a lifetime\nIt's just right\nWe make no mistakes\nNot even a landslide or riptide\nCould take it all away\n\nSomehow it feels like nothing has changed\nRight now, my heart is beating the same\nOut loud, someone's calling my name\nIt sounds like you\n\nWhen I close my eyes\nAll the stars align\nAnd you are by my side\nYou are by my side\n\nOnce in a lifetime\nIt's just right and we are always safe\nNot even the bad guys and the dark nights \nCould take it all away\n\nSomehow it feels like nothing has changed\nRight now, my heart is beating the same\nOut loud, someone's calling my name\nAnd it sounds like you\n\nWhen I close my eyes\nAll the stars align\nAnd you are by my side\nYou are by my side\nYou are by my side\nYou are by my side\n\nOnce in a lifetime\nYou were mine", - "When I'm fat and old and my kids think I'm a joke\nCause I move a little slow when I dance\nI can count on you after all that we've been through\n\nCause I know that you'll always understand\n\nI won't act my age, no I won't act my age\n\nNo, I'll still feel the same around you\n\nHey!\n\n\n\nWhen I'm fat and old and my kids think I'm a joke\n\nCause the stories that I told, I tell again and again\n\nI can count on you after all we got up to\n\nCause I know that you truly understand\n\n\n\nI won't act my age, no I won't act my age\n\nNo, I'll still feel the same around you\n\nI won't act my age, no I won't act my age\n\nNo, I'll still feel the same and you will too\n\nHey!\n\n\n\nWhen I can hardly walk and my hair is falling out\n\nWe'll still stay up till morning\n\nWe'll throw an after party, oh yeah, oh yeah\n\n\n\nI won't act my age, no I won't act my age\n\nNo, I'll still feel the same around you\n\nI won't act my age, no I won't act my age\n\nNo I'll still feel the same and you will too", - "She's been my queen since we were sixteen\nWe want the same things, we dream the same dreams, all right\nAll right\n\nI got it all 'cause she is the one\nHer mum calls me love, her dad calls me son, all right\nAll right\n\nI know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\nShe belongs to me\n\nKisses like cream, her walk is so mean\nAnd every jaw drops when she's in those jeans, all right\nAll right\n\nI don't exist if I don't have her\nThe sun doesn't shine, the world doesn't turn, all right\nAll right\n\nBut I know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe knows, she knows that I never let her down before\nShe knows, she knows\nThat I'm never gonna let another take her love from me now\n\nEverybody wants to steal my girl\nEverybody wants to take her love away\nCouple billion in the whole wide world\nWell, find another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe belongs to me\n\nShe belongs to me", - "She's been my queen since we were sixteen\nWe want the same things, we dream the same dreams, all right\nAll right\n\nI got it all 'cause she is the one\nHer mum calls me love, her dad calls me son, all right\nAll right\n\nI know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\nShe belongs to me\n\nKisses like cream, her walk is so mean\nAnd every jaw drops when she's in those jeans, all right\nAll right\n\nI don't exist if I don't have her\nThe sun doesn't shine, the world doesn't turn, all right\nAll right\n\nBut I know, I know, I know for sure\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe knows, she knows that I never let her down before\nShe knows, she knows\nThat I'm never gonna let another take her love from me now\n\nEverybody wants to steal my girl\nEverybody wants to take her love away\nCouple billion in the whole wide world\nWell, find another one 'cause she belongs to me\n\nEverybody wanna steal my girl\nEverybody wanna take her heart away\nCouple billion in the whole wide world\nFind another one 'cause she belongs to me\n\nShe belongs to me\n\nShe belongs to me", - "Written in these walls are the stories that I can't explain\nI leave my heart open, but it stays right here empty for days\nShe told me in the morning she don't feel the same about us in her bones\nIt seems to me that when I die these words will be written on my stone\n\nAnd I'll be gone, gone tonight\nThe ground beneath my feet is open wide\nThe way that I've been holdin' on too tight\nWith nothing in between\n\nThe story of my life, I take her home\nI drive all night to keep her warm and time\nIs frozen (the story of, the story of)\nThe story of my life, I give her hope\nI spend her love until she's broke inside\nThe story of my life (the story of, the story of)\n\nWritten on these walls are the colours that I can't change\nLeave my heart open but it stays right here in its cage\nI know that in the morning, I'll see us in the light upon the hill\nAlthough I am broken, my heart is untamed still\n\nAnd I'll be gone, gone tonight\nThe fire beneath my feet is burning bright\nThe way that I've been holdin' on so tight\nWith nothing in between\n\nThe story of my life I take her home\nI drive all night to keep her warm and time\nIs frozen (the story of, the story of)\nThe story of my life I give her hope\nI spend her love until she's broke inside\nThe story of my life (the story of, the story of)\n\nAnd I've been waiting for this time to come around\nBut baby, running after you is like chasing the clouds\nThe story of my life, I take her home\nI drive all night to keep her warm and time is frozen\n\nThe story of my life I give her hope (Give her hope)\nI spend her love until she's broke inside (Until she's broke inside)\nThe story of my life (the story of, the story of)\nThe story of my life\nThe story of my life (the story of, the story of)\nThe story of my life" - ] - }, - { - "Made in the A.M. [2015]": [ - "Hey angel\r\nDo you know the reasons why\r\nWe look up to the sky?\r\n\nHey angel\r\nDo you look at us and laugh\r\nWhen we hold on to the past?\n\nHey angel\n\n\n\nOh I wish I could be more like you\n\nDo you wish you could be more like me?\n\nOh I wish I could be more like you\n\nDo you wish you could be more like me?\n\n\n\nHey angel\n\nTell me, do you ever try\n\nTo come to the other side?\n\nHey angel\n\nTell me, do you ever cry\n\nWhen we waste away our lives?\n\n\n\nOh I wish I could be more like you\n\nDo you wish you could be more like me?\n\nOh I wish I could be more like you\n\nOh I wish I could me more, I could be more, I could be more\n\n\n\nYeah I see you at the bar, at the edge of my bed\n\nBackseat of my car, in the back of my head\n\nI come alive when I hear your voice\n\nIt's a beautiful sound, it's a beautiful noise\n\nI see you at the bar, at the edge of my bed\n\nBackseat of my car, in the back of my head\n\nI come alive when I hear your voice\n\nIt's a beautiful sound, it's a beautiful noise\n\n(beautiful noise, beautiful noise...)\n\n\n\nHey angel\n\nHey angel\n\nDo you look up to the sky?\n\nDo you look up to the sky?\n\n\n\nOh I wish I could be more like you\n\nDo you wish you could be more like me?\n\n(to be more like me?)\n\nOh I wish I could be more like you\n\n(Do you, do you?)\n\nDo you wish you could be more like me?\n\n\n\nHey angel\n\nHey angel", - "I've got fire for a heart\nI'm not scared of the dark\nYou've never seen it look so easy\nI got a river for a soul,\nAnd baby, you're a boat\nBaby, you're my only reason\n\nIf I didn't have you, there would be nothing left\nThe shell of a man that could never be his best\nIf I didn't have you, I'd never see the sun\nYou taught me how to be someone, yeah\n\nAll my life, you stood by me\nWhen no one else was ever behind me\nAll these lights, they can't blind me\nWith your love, nobody can drag me down\n\nAll my life, you stood by me\nWhen no one else was ever behind me\nAll these lights, they can't blind me\nWith your love, nobody can drag me down\n\nNobody, nobody\nNobody can drag me down\nNobody, nobody\nNobody can drag me down\n\nI've got fire for a heart\nI'm not scared of the dark\nYou've never seen it look so easy\nI got a river for a soul,\nAnd baby, you're a boat\nBaby, you're my only reason\n\nIf I didn't have you, there would be nothing left (nothing left)\nThe shell of a man that could never be his best (be his best)\nIf I didn't have you, I'd never see the sun (see the sun)\nYou taught me how to be someone, yeah\n\nAll my life, you stood by me\nWhen no one else was ever behind me\nAll these lights, they can't blind me\nWith your love, nobody can drag me down\n\nNobody, nobody\nNobody can drag me down\nNobody, nobody\nNobody can drag me\n\nAll my life, you stood by me\nWhen no one else was ever behind me\nAll these lights, they can't blind me\nWith your love, nobody can drag me down\n\nAll my life, you stood by me\nWhen no one else was ever behind me\nAll these lights, they can't blind me\nWith your love, nobody can drag me down\n\nNobody, nobody\nNobody can drag me down\nNobody, nobody\nNobody can drag me down\n\nNobody, nobody\nNobody can drag me down\nNobody, nobody\nNobody can drag me down", - "I might never be your knight in shining armor\r\nI might never be the one you take home to mother\r\nAnd I might never be the one who brings you flowers\r\n\nBut I can be the one, be the one tonight\r\nWhen I first saw you from across the room\n\nI could tell that you were curious, oh yeah\n\nGirl I hope you're sure what you're looking for\n\n'Cause I'm not good at making promises\n\n\n\nBut if you like causing trouble up in hotel rooms\n\nAnd if you like having secret little rendezvous\n\nIf you like to do the things you know that we shouldn't do\n\nBaby, I'm perfect\n\nBaby, I'm perfect for you\n\n\n\nAnd if you like midnight driving with the windows down\n\nAnd if you like going places we can't even pronounce\n\nIf you like to do whatever you've been dreaming about\n\nBaby, you're perfect\n\nBaby, you're perfect\n\nSo let's start right now\n\n\n\nI might never be the hands you put your heart in\n\nOr the arms that hold you any time you want them\n\nBut that don't mean that we can't live here in the moment\n\n'Cause I can be the one you love from time to time\n\n\n\nWhen I first saw you from across the room\n\nI could tell that you were curious, oh yeah\n\nGirl I hope you're sure what you're looking for\n\n'Cause I'm not good at making promises\n\n\n\nBut if you like causing trouble up in hotel rooms\n\nAnd if you like having secret little rendezvous\n\nIf you like to do the things you know that we shouldn't do\n\nBaby, I'm perfect\n\nBaby, I'm perfect for you\n\n\n\nAnd if you like midnight driving with the windows down\n\nAnd if you like going places we can't even pronounce\n\nIf you like to do whatever you've been dreaming about\n\nBaby, you're perfect\n\nBaby, you're perfect\n\nSo let's start right now\n\n\n\nAnd if you like cameras flashing every time we go out\n\nOh, yeah\n\nAnd if you're looking for someone to write your breakup songs about\n\nBaby, I'm perfect\n\nBaby, we're perfect\n\n\n\nIf you like causing trouble up in hotel rooms\n\nAnd if you like having secret little rendezvous\n\nIf you like to do the things you know that we shouldn't do\n\nBaby, I'm perfect\n\nBaby, I'm perfect for you\n\n\n\nAnd if you like midnight driving with the windows down\n\nAnd if you like going places we can't even pronounce\n\nIf you like to do whatever you've been dreaming about\n\nBaby, you're perfect\n\nBaby, you're perfect\n\nSo let's start right now", - "Down to Earth\r\nKeep on falling when I know it hurts\r\nGoing faster than a million miles an hour\r\n\nTrying to catch my breath some way, somehow\r\nDown to Earth\n\nIt's like I'm frozen, but the world still turns\n\nStuck in motion and the wheels keep spinning 'round\n\nMoving in reverse with no way out\n\n\n\nAnd now I'm one step closer to being\n\nTwo steps far from you\n\nWhen everybody wants you\n\nEverybody wants you\n\n\n\nHow many nights does it take to count the stars?\n\nThat's the time it would take to fix my heart\n\nOh, baby, I was there for you\n\nAll I ever wanted was the truth, yeah, yeah\n\nHow many nights have you wished someone would stay?\n\nLie awake only hoping they're okay\n\nI never counted all of mine\n\nIf I tried, I know it would feel like infinity\n\nInfinity, infinity, yeah\n\nInfinity\n\n\n\nEyes can't shine\n\nUnless there's something burning bright behind\n\nSince you went away, there's nothing left in life\n\nI feel myself running out of time\n\n\n\nAnd now I'm one step closer to being\n\nTwo steps far from you\n\nWhen everybody wants you\n\nEverybody wants you\n\n\n\nHow many nights does it take to count the stars?\n\nThat's the time it would take to fix my heart\n\nOh, baby, I was there for you\n\nAll I ever wanted was the truth, yeah, yeah\n\nHow many nights have you wished someone would stay?\n\nLie awake only hoping they're okay\n\nI never counted all of mine\n\nIf I tried, I know it would feel like infinity\n\nInfinity, infinity, yeah\n\nInfinity (infinity, infinity....)\n\nInfinity, infinity\n\n\n\nHow many nights does it take to count the stars?\n\nThat's the time it would take to fix my heart\n\nOh, baby, I was there for you\n\nAll I ever wanted was the truth, yeah, yeah\n\nHow many nights have you wished someone would stay?\n\nLie awake only hoping they're okay\n\nI never counted all of mine\n\nIf I tried, I know it would feel like infinity (infinity)\n\nInfinity (infinity), infinity, yeah, infinity", - "I told her that I loved her, was not sure if she heard\r\nThe roof was pretty windy and she didn't say a word\r\nParty dying downstairs, had nothing left to do\r\n\nJust me, her and the moon\r\nI set you on fire babe\n\nThen down came the lightning on me\n\nLove can be frightening for sure\n\n\n\nAll I know at the end of the day\n\nIs you want what you want and you say what you say\n\nAnd you'll follow your heart even though it'll break\n\nSometimes\n\nAll I know at the end of the day\n\nIs you love who you love, there ain't no other way\n\nIf there's something I've learnt from a million mistakes\n\nYou're the one that I want at the end of the day\n\n\n\nAt the end of the day\n\nYou're the one that I want at the end of the day\n\n\n\nSure the night was over, I said it's forever\n\n20 minutes later, wound up in the hospital\n\nThe priest thinks it's the devil\n\nMy mum thinks it's the flu\n\nBut girl it's only you\n\n\n\nI set you on fire babe\n\nThen down came the lightning on me\n\nLove can be frightening for sure\n\n\n\nAll I know at the end of the day\n\nIs you want what you want and you say what you say\n\nAnd you'll follow your heart even though it'll break\n\nSometimes\n\nAll I know at the end of the day\n\nIs you love who you love, there ain't no other way\n\nIf there's something I've learnt from a million mistakes\n\nYou're the one that I want at the end of the day\n\n\n\nWhen the sun goes down \n\nI know that you and me and everything will be alright\n\nAnd when the city's sleeping\n\nYou and I can stay awake and keep on dreaming\n\nYou and I can stay awake and keep on dreaming\n\n\n\nAll I know at the end of the day\n\nIs you want what you want and you say what you say\n\nAnd you'll follow your heart even though it'll break\n\nSometimes\n\nAll I know at the end of the day\n\nIs you love who you love, there ain't no other way\n\nIf there's something I've learnt from a million mistakes\n\nYou're the one that I want at the end of the day\n\n(At the end of the day, yeah)\n\nAt the end of the day\n\nYou're the one that I want at the end of the day\n\n(At the end of the day)\n\nYou're the one that I want at the end of the day", - "If I could fly\r\nI'd be coming right back home to you\r\nI think I might \n\nGive up everything, just ask me to\r\nPay attention, I hope that you listen \n\n'Cause I let my guard down\n\nRight now I'm completely defenceless\n\n\n\nFor your eyes only, I'll show you my heart\n\nFor when you're lonely and forget who you are\n\nI'm missing half of me when we're apart\n\nNow you know me, for your eyes only\n\n\n\nFor your eyes only\n\n\n\nI've got scars \n\nEven though they can't always be seen\n\nAnd pain gets hard\n\nBut now you're here and I don't feel a thing\n\n\n\nPay attention, I hope that you listen \n\n'Cause I let my guard down\n\nRight now I'm completely defenceless\n\n\n\nFor your eyes only, I'll show you my heart\n\nFor when you're lonely and forget who you are\n\nI'm missing half of me when we're apart\n\nNow you know me, for your eyes only\n\n\n\nFor your eyes only\n\n\n\nI can feel your heart inside of mine (I feel it, I feel it)\n\nI've been going out of my mind (I feel it, I feel it)\n\nKnow that I'm just wasting time\n\nAnd I\n\nHope that you don't run from me\n\n\n\nFor your eyes only, I'll show you my heart\n\nFor when you're lonely and forget who you are\n\nI'm missing half of me when we're apart\n\nNow you know me, for your eyes only\n\n\n\nFor your eyes only, I'll show you my heart\n\nFor when you're lonely and forget who you are\n\nI'm missing half of me when we're apart\n\nNow you know me, for your eyes only\n\n\n\nFor your eyes only\n\nFor your eyes only", - "We made a fire\nWent down in the flames\nWe sailed the ocean\nAnd drowned in the waves\nBuilt a cathedral\nBut we never prayed\nWe had it all, yeah\nAnd we walked away\n\nPoint of no return and now\nIt's just too late to turn around\nI try to forgive you\nBut I struggle 'cause I don't know how\nWe built it up so high and now I'm fallin'\nIt's a long way down\nIt's a long way down, from here\n\nWe had a mountain\nBut took it for granted\nWe had a spaceship\nBut we couldn't land it\nWe found an island\nBut we got stranded\nWe had it all\nWho could've planned it?\n\nPoint of no return and now\nIt's just too late to turn around\nI try to forgive you\nBut I'm struggling 'cause I don't know how\nWe built it up so high and now I'm fallin'\nIt's a long way down, from here\nSuch a long way down\nIt's a long way down\nIt's a long way down\nSuch a long way down\nIt's a long way down\nIt's a long way down", - "Wanna pull an all nighter and get into something we'll never forget\r\nWanna stay up and party the weekend away and not know when to quit\r\nWanna drive in the night to the end of the Earth and go over the edge\r\n\nWanna wake up with you and say baby let's do it all over again\r\nLips so good, I forget my name\n\nI swear I could give you everything\n\n\n\nI don't need my love, \n\nYou can take it, you can take it, take it\n\nI don't need my heart\n\nYou can break it, you can break it, break it\n\nI just can't get too much of you, baby, \n\nIt's never, it's never enough\n\nNever enough \n\nIt's never enough, never enough\n\n(Come on)\n\n(Come on)\n\n\n\nWanna pull an all nighter and get into something we'll never forget\n\nWanna stay up and party the weekend away and not know when to quit\n\nWanna drive in the night to the end of the Earth and go over the edge\n\nWanna wake up with you and say baby let's do it all over again\n\n\n\nLips so good I forget my name\n\nI swear I could give you everything\n\n\n\nI don't need my love, \n\nYou can take it, you can take it, take it\n\nI don't need my heart\n\nYou can break it, you can break it, break it\n\nI just can't get too much of you, baby, \n\nIt's never, it's never enough\n\nNever enough \n\nIt's never enough, never enough\n\n(Come on)\n\n(Come on)\n\n(Come on)\n\n(Come on)\n\n\n\nToo much is never enough, too much is never enough\n\nToo much is never enough, too much\n\nToo much is never enough, too much is never enough\n\nToo much is never enough, too much is never enough\n\nNever enough, it's never, it's never, it's never\n\n\n\nI don't need my love, \n\nYou can take it, you can take it, take it\n\nI don't need my heart\n\nYou can break it, you can break it, break it\n\nI just can't get too much of you, baby, \n\nIt's never, it's never enough\n\nNever enough (it's never enough)\n\n\n\nI don't need my love, \n\nYou can take it, you can take it, take it\n\nI don't need my heart\n\nYou can break it, you can break it, break it\n\nI just can't get too much of you, baby \n\nIt's never, it's never enough\n\n(Its' never, it's never...) Never enough \n\nIt's never enough, never enough\n\n(Come on)\n\n(Come on)\n\n(Come on) yeah yeah yeah\n\n(Come on) yeah baby\n\nOoh!", - "Remember the day we were giving up\nWhen you told me I didn't give you enough\nAnd all of your friends were saying I'd be leaving you\nShe's lying in bed with my t-shirt on\nJust thinking how I went about it wrong\nThis isn't the stain of a red wine, I'm bleeding love\n\nPlease believe me, don't you see\nThe things you mean to me?\nOh I love you, I love you\nI love, I love, I love Olivia\n\nI live for you, I long for you, Olivia\nI've been idolizing the light in your eyes, Olivia\nI live for you, I long for you, Olivia\nDon't let me go\nDon't let me go\n\nSay what you're feeling and say it now\n'Cause I got the feeling you're walking out\nAnd time is irrelevant when I've not been seeing you\nThe consequences are falling now\nThere's something I'm having nightmares about\nAnd these are the reasons I'm crying out to be with you\n\nPlease believe me, don't you see\nThe things you mean to me?\nOh I love you, I love you\nI love, I love, I love Olivia\n\nI live for you, I long for you, Olivia\nI've been idolizing the light in your eyes, Olivia\nI live for you, I long for you, Olivia\nDon't let me go\nDon't let me go\n\nWhen you go and I'm alone\nYou live in my imagination\nThe summertime and butterflies\nAll belong to your creation\nI love you, it's all I do\nI love you\n\nI live for you, I long for you, Olivia\nI've been idolizing the light in your eyes, Olivia\nI live for you, I long for you, Olivia\nDon't let me go\nDon't let me go\nDon't let me go", - "Through the wire, through the wire, through the wire\nI'm watching her dance, dress is catching the light\nIn her eyes, there's no lies, no lies\nBut there's no question, she's not in a disguise\n\nWith no way out and a long way down\nEverybody needs someone around\nAnd I can't hold you too close now\nThrough the wire, through the wire\n\nWhat a feeling to be right here beside you now\nHolding you in my arms, when the air ran out\nAnd we both started running wild, the sky fell down\nBut you've got stars they're in your eyes\nAnd I've got something missing tonight\nWhat a feeling to be a king beside you somehow\nI wish I could be there now\n\nThrough the wire, through the wire, through the wire\nI'm watching you like this, imagining you're mine\nIt's too late, it's too late, am I too late?\nTell me now, am I running out of time?\n\nWith no way out and a long way down\nEverybody needs someone around\nBut I can't hold you too close now\nThrough the wire, through the wire\n\nWhat a feeling to be right here beside you now\nHolding you in my arms, when the air ran out\nAnd we both started running wild, the sky fell down\nBut you've got stars they're in your eyes\nAnd I've got something missing tonight\nWhat a feeling to be a king beside you somehow\nI wish I could be there now\n\nWhatever chains are holding you back, holding you back\nDon't let 'em tie you down\nWhatever chains are holding you back, holding you back\nTell me you believe in that\n\nWhat a feeling to be right here beside you now\nHolding you in my arms, when the air ran out\nAnd we both started running wild, the sky fell down\nBut you've got stars they're in your eyes\nAnd I've got something missing tonight\nWhat a feeling to be a king beside you somehow\nI wish I could be there now", - "It's inevitable everything that's good comes to an end\r\nIt's impossible to know if after this we can still be friends, yeah\r\nI know you're saying you don't wanna hurt me\r\n\nWell maybe you should show a little mercy\r\nThe way you look I know you didn't come to apologise\n\nHey, hey, hey\n\nOh, why're you wearing that to walk out of my life?\n\nHey, hey, hey\n\nOh, even though it's over, you should stay tonight\n\nHey, hey, hey\n\nIf tomorrow you won't be mine\n\nWon't you give it to me one last time?\n\nOh, baby let me love you goodbye\n\n\n\nUnforgettable together had the whole world in our hands\n\nUnexplainable the love that only we could understand, yeah\n\nI know there's nothing I can do to change it\n\nBut this is something that could be negotiated\n\nMy heart's already breaking baby go on twist the knife\n\n\n\nHey, hey, hey\n\nOh, why're you wearing that to walk out of my life?\n\nHey, hey, hey\n\nOh, even though it's over, you should stay tonight\n\nHey, hey, hey\n\nIf tomorrow you won't be mine\n\nWon't you give it to me one last time?\n\nOh, baby let me love you goodbye\n\nOh, baby let me love you goodbye\n\n\n\nOne more taste of your lips just to bring me back\n\nTo the places we've been and the nights we've had\n\nBecause if this is it then at least we could end it right\n\nOh, why're you wearing that to walk out of my life?\n\n\n\nHey, hey, hey\n\nOh, even though it's over, you should stay tonight yeah\n\nHey, hey, hey\n\nIf tomorrow you won't be mine\n\nWon't you give it to me one last time?\n\nOh, baby let me love you goodbye\n\nOh, baby let me love you goodbye\n\nOh, baby let me love you goodbye", - "I wanna write you a song\r\nOne that's beautiful as you are sweet\r\nWith just a hint of pain for the feeling that I get when you are gone\r\n\nI wanna write you a song\r\nI wanna lend you my coat\r\nOne that's as soft as your cheek\n\nSo when the world is cold you will have a hiding place you can go\n\nI wanna lend you my coat\n\n\n\nOooh everything I need I get from you\n\nOooh and giving back is all I wanna do\n\n\n\nI wanna build you a boat\n\nOne that's strong as you are free\n\nSo any time you think that your heart is gonna sink, you know it won't\n\nI wanna build you a boat\n\n\n\nOooh everything I need I get from you\n\nOooh and giving back is all I wanna do\n\nOooh everything I need I get from you\n\nOooh and giving back is all I wanna do\n\n\n\nI wanna write you a song\n\nOne to make your heart remember me\n\nSo any time I'm gone, you can listen to my voice and sing along\n\nI wanna write you a song, I wanna write you a song", - "You gotta help me, I'm losing my mind\r\nKeep getting the feeling you wanna leave this all behind\r\nThought we were going strong\r\n\nI thought we were holding on\r\nAren't we?\n\nNo, they don't teach you this in school\n\nNow my heart's breaking and I don't know what to do\n\nThought we were going strong\n\nThought we were holding on\n\nAren't we?\n\n\n\nYou and me got a whole lot of history\n\nWe could be the greatest team \n\nThat the world has ever seen\n\nYou and me got a whole lot of history\n\nSo don't let it go, we can make some more, we can live forever\n\n\n\nAll of the rumours, all of the fights\n\nBut we always find a way to make it out alive\n\nThought we were going strong\n\nThought we were holding on\n\nAren't we?\n\n\n\nYou and me got a whole lot of history\n\nWe could be the greatest team \n\nThat the world has ever seen\n\nYou and me got a whole lot of history\n\nSo don't let it go, we can make some more, we can live forever\n\n\n\nMinibars, expensive cars, hotel rooms, and new tattoos\n\nThe good champagne, and private planes, \n\nBut they don't mean anything\n\n'Cause the truth is out, \n\nI realise that without you here life is just a lie\n\nThis is not the end, this is not the end, \n\nWe can make it, you know it, you know\n\n\n\nYou and me got a whole lot of history\n\nWe could be the greatest team \n\nThat the world has ever seen\n\nYou and me got a whole lot of history\n\nSo don't let it go, we can make some more, we can live forever\n\n\n\nYou and me got a whole lot of history\n\nWe could be the greatest team \n\nThat the world has ever seen\n\nYou and me got a whole lot of history\n\nSo don't let it go, we can make some more, we can live forever\n\n\n\nSo don't let me go, so don't let me go, we can live forever\n\nBaby don't you know, baby don't you know we can live forever?", - "Saw your body language and I know how you're feeling\r\nYou look like the kind of girl who's tired of speaking\r\nStanding with somebody but he doesn't know what you like\r\n\n\nYou caught my attention, you were looking at me first\r\nSaw that I can teach you, waking up in my t-shirt\n\nIf you're not hooked to anything, right now I can be your vice\n\n\n\nAll you need to know is\n\nYou can call me, when you're lonely\n\nWhen you can't sleep, I'll be your temporary fix\n\nYou control me, even if it's just tonight (eh eh eh)\n\nYou can call me when you feel like\n\nI'm your good time, I'll be your temporary fix\n\nYou can own me, and we'll call this what you like\n\nLet me be your good night\n\n\n\nTonight is on your lips and I feel like I'm locked in\n\nThere's a million eyes, I don't care if they're watching\n\nYour body is saying everything, I don't have to read your mind\n\n\n\nFeel you on my neck while I'm calling a taxi\n\nClimbing over me while I climb in the backseat\n\nNow we're taking off, now we're taking it off tonight\n\n\n\nAll you need to know is\n\nYou can call me, when you're lonely\n\nWhen you can't sleep, I'll be your temporary fix\n\nYou control me, even if it's just tonight (eh eh eh)\n\nYou can call me when you feel like\n\nI'm your good time, I'll be your temporary fix\n\nYou can own me, and we'll call this what you like\n\nLet me be your good night\n\n\n\nWe can moan in the darkness\n\nLet me touch you where your heart is\n\nAnd if you're feeling the weakness\n\nWell I told you baby that you can call me (oooh, eh eh)\n\nI'll be your temporary fix, you can call me\n\n\n\nYou can call me\n\nWhen you're lonely\n\nWhen you can't sleep, I'll be your temporary fix\n\nYou control me, even if it's just tonight (eh eh eh)\n\nYou can call me when you feel like\n\nI'm your good time, I'll be your temporary fix\n\nYou can own me, and we'll call this what you like\n\nLet me be your good night", - "A week ago you said to me\n\"Do you believe I'll never be too far\"\nIf you're lost, just look for me\nYou'll find me in the region of the summer stars\nFact that we can sit right here and say goodbye\nMeans we've already won\nA necessity for apologies between you and me\nBaby, there is none\n\nWe had some good times, didn't we?\nWe had some good tricks up our sleeve\nGoodbyes are bittersweet\nBut it's not the end\nI'll see your face again\n\nYou will find me\nAnd you will find me\nIn places that we've never been\nFor reasons we don't understand\nWalking in the wind\nWalking in the wind\n\nYesterday I went out to celebrate the birthday of a friend\nBut as we raised our glasses up to make a toast\nI realized you were missing\n\nWe had some good times, didn't we?\nWe wore our hearts out on our sleeve\nGoodbyes are bittersweet\nBut it's not the end\nI'll see your face again\n\nYou will find me\nAnd you will find me\nIn places that we've never been\nFor reasons we don't understand\nWalking in the wind\nWalking in the wind\n\nI know I'll be your anchor\nJust close your eyes and see\nI'll be by your side\nAny time you're needing me\n\nYou will find me\nAnd you will find me\nIn places that we've never been\nFor reasons we don't understand\nWalking in the wind\nWalking in the wind\nWalking in the wind", - "I hear them calling for you\nI hear them calling for you\n\nI feel the waves getting started\nIt's a rush inside I can't control\nYour eyes keep pulling me in\nI know, I know, I know\nYour friends all talking 'bout me\nThey say I got no chance at all\nYour fire is burning deep\nIn my soul, my soul, my soul\n\nI ain't up for debating\nAin't in it for the taking\nYou got the whole shaking\n\nIn the middle of the night when the wolves come out\nHeaded straight for your heart like a bullet in the dark\nOne by one, I gotta take them down\nWe can run and hide, ain't goin' down without a fight\nI hear them calling for you\nI hear them calling for you\nIn the middle of the night when the wolves come out\nHeaded straight for your heart\nThey come straight for your heart\nI hear them calling for you\nI hear them calling for you\n\nI keep on holding tight now\n'Cause your body's telling me don't let go\nWe are gonna be starting up trouble\nI know, I know, I know\nJust bringing my demons out\nMore than ever now\nYour beauty could start a war\nAs you walk in the door\n\nI ain't up for debating\nAin't in it for the taking\nWe got the whole shaking\n\nIn the middle of the night when the wolves come out\nHeaded straight for your heart\nLike a bullet in the dark\nOne by one, I take them down\nWe can run and hide, ain't goin' down without a fight\nI hear them calling for you\nI hear them calling for you\nIn the middle of the night when the wolves come out\nHeaded straight for your heart\nThey come straight for your heart\nI hear them calling for you\nI hear them calling for you\n\nI wish it wasn't true\nBut the whole world's tryna get a piece of you\nAnd my heart keeps fighting in this battle of fools\nGotta make it through, gotta make it through\n\nIn the middle of the night when the wolves come out\nHeaded straight for your heart\nLike a bullet in the dark\nOne by one, I gotta take them down\nWe can run and hide, ain't going down without a fight\nI hear them calling for you\nI hear them calling for you\nIn the middle of the night when the wolves come out\nHeaded straight for your heart\nThey come straight for your heart\nI hear them calling for you\nI hear them calling for you", - "Won't you stay 'til the A.M.?\nAll my favorite conversations\nAlways made in the A.M (yeah yeah)\n\nFeels like this could be forever tonight\nBreak these clocks, forget about time\nThere could be a World War 3 goin' on outside\nYou and me were raised in the same part of town\nGot these scars on the same ground\nRemember how we used to kick around just wasting time?\n\nWon't you stay 'til the A.M.?\nAll my favorite conversations\nAlways made in the A.M\n'Cause we don't know what we're saying\nWe're just swimming round in our glasses\nAnd talking out of our asses\nLike we're all gonna make it (yeah yeah)\n\nFeels like this could be forever right now\nDon't wanna sleep 'cause we're dreaming out loud\nTrying to behave but you know that we never learned, how\nYou and me were raised in the same part of town\nGot these scars on the same ground\nRemember how we used to kick around just wasting time?\n\nWon't you stay 'til the A.M.?\nAll my favorite conversations\nAlways made in the A.M\n'Cause we don't know what we're saying\nWe're just swimming round in our glasses\nAnd talking out of our asses\nLike we're all gonna make it\n\nYou know I'm always coming back to this place\nYou know\nAnd I'll say\nYou know I'm always gonna look for your face\nYou know\n\nWon't you stay 'til the A.M.?\nAll my favorite conversations\nAlways made in the A.M\n'Cause we don't know what we're saying\nWe're just swimming round in our glasses\nAnd talking out of our asses\nLike we're all gonna make it\n\nWon't you stay 'til the A.M.?\nYou know I'm always coming back to this place\nWon't you stay 'til the A.M.?\nYou know\nWon't you stay 'til the A.M.?\nYou know I'm always gonna look for your face\nWon't you stay 'til the A.M.?", - "Making little conversation,\nSo long, I've been waiting\nTo let go of myself and feel alive\n\nSo many nights I've thought it over\nTold myself I kinda liked her\nBut there was something missing in her eyes\n\nI was stumbling, looking in the dark\nWith an empty heart\nBut you say you feel the same\nCould we ever be enough?\nBaby we could be enough\n\nAnd it's alright\nCalling out for somebody to hold tonight\nWhen you're lost, I'll find the way and I'll be your light\nYou'll never feel like you're alone\nI'll make this feel like home\n\nSo hard, that I couldn't take it\nWanna wake up and see your face\nAnd remember how good it was being here last night\n\nStill high, with a little feeling\nI see the smile as it starts to creep in\nIt was there I saw it in your eyes\n\nI was stumbling, looking in the dark\nWith an empty heart\nBut you say you feel the same\nCould we ever be enough?\nBaby we could be enough\n\nAnd it's alright\nCalling out for somebody to hold tonight\nWhen you're lost, I'll find the way and I'll be your light\nYou'll never feel like you're alone\nI'll make this feel like home\n\nI'll make this feel like home\nBaby we could be enough\n\nAnd it's alright\nCalling out for somebody to hold tonight\nWhen you're lost, I'll find the way and I'll be your light\nYou'll never feel like you're alone\nI'll make this feel like home", - "Going out tonight\nChanges into something red\nHer mother doesn't like that kind of dress\nEverything she never had\nShe's showing off\n\nDriving too fast\nMoon is breaking through her hair\nShe's heading for something that she won't forget\nHaving no regrets is all that she really wants\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\nIt will never change\nMe and you\n\nChasing it tonight, doubts are running 'round her head\nHe's waiting, hides behind a cigarette\nHeart is beating loud, and she doesn't want it to stop\n\nMoving too fast\nMoon is lighting up her skin\nShe's falling, doesn't even know it yet\nHaving no regrets is all that she really wants\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\nIt will never change\nMe and you \n\nGoing out tonight\nChanges into something red\nHer mother doesn't like that kind of dress\nReminds her of a missing piece of innocence she lost\n\nWe're only getting older, baby\nAnd I been thinking about it lately\nDoes it ever drive you crazy\nJust how fast the night changes\n\nEverything that you've ever dreamed of\nDisappearing when you wake up\nBut there's nothing to be afraid of\nEven when the night changes\n\nIt will never change, baby\nIt will never change, baby\nIt will never change\nMe and you" - ] - } -] \ No newline at end of file diff --git a/src/musicbrainzapi/cli/lyrics_count.json b/src/musicbrainzapi/cli/lyrics_count.json deleted file mode 100644 index 5793743..0000000 --- a/src/musicbrainzapi/cli/lyrics_count.json +++ /dev/null @@ -1,37550 +0,0 @@ -[ - { - "Up All Night [2011]": [ - [ - [ - "you", - 28 - ], - [ - "know", - 16 - ], - [ - "You", - 16 - ], - [ - "don't", - 16 - ], - [ - "I", - 12 - ], - [ - "oh", - 10 - ], - [ - "the", - 8 - ], - [ - "else", - 8 - ], - [ - "it", - 8 - ], - [ - "you're", - 8 - ], - [ - "what", - 7 - ], - [ - "at", - 7 - ], - [ - "beautiful", - 7 - ], - [ - "when", - 6 - ], - [ - "to", - 5 - ], - [ - "up", - 5 - ], - [ - "way", - 5 - ], - [ - "that", - 5 - ], - [ - "can", - 5 - ], - [ - "see", - 5 - ], - [ - "your", - 5 - ], - [ - "Everyone", - 4 - ], - [ - "Baby,", - 4 - ], - [ - "light", - 4 - ], - [ - "my", - 4 - ], - [ - "world", - 4 - ], - [ - "like", - 4 - ], - [ - "nobody", - 4 - ], - [ - "The", - 4 - ], - [ - "flip", - 4 - ], - [ - "hair", - 4 - ], - [ - "gets", - 4 - ], - [ - "me", - 4 - ], - [ - "overwhelmed", - 4 - ], - [ - "But", - 4 - ], - [ - "smile", - 4 - ], - [ - "ground,", - 4 - ], - [ - "ain't", - 4 - ], - [ - "hard", - 4 - ], - [ - "tell", - 4 - ], - [ - "why", - 4 - ], - [ - "I'm", - 4 - ], - [ - "beautiful,", - 4 - ], - [ - "You're", - 3 - ], - [ - "in", - 3 - ], - [ - "If", - 3 - ], - [ - "only", - 3 - ], - [ - "saw", - 3 - ], - [ - "You'll", - 3 - ], - [ - "understand", - 3 - ], - [ - "want", - 3 - ], - [ - "so", - 3 - ], - [ - "desperately", - 3 - ], - [ - "Right", - 3 - ], - [ - "now", - 3 - ], - [ - "looking", - 3 - ], - [ - "and", - 3 - ], - [ - "can't", - 3 - ], - [ - "believe", - 3 - ], - [ - "That's", - 3 - ], - [ - "makes", - 3 - ], - [ - "Don't", - 2 - ], - [ - "room", - 2 - ], - [ - "but", - 2 - ], - [ - "insecure", - 1 - ], - [ - "for", - 1 - ], - [ - "turning", - 1 - ], - [ - "heads", - 1 - ], - [ - "walk", - 1 - ], - [ - "through", - 1 - ], - [ - "door", - 1 - ], - [ - "need", - 1 - ], - [ - "make-up", - 1 - ], - [ - "cover", - 1 - ], - [ - "Being", - 1 - ], - [ - "are", - 1 - ], - [ - "is", - 1 - ], - [ - "enough", - 1 - ], - [ - "So", - 1 - ], - [ - "come", - 1 - ], - [ - "on", - 1 - ], - [ - "got", - 1 - ], - [ - "wrong", - 1 - ], - [ - "To", - 1 - ], - [ - "prove", - 1 - ], - [ - "right,", - 1 - ], - [ - "put", - 1 - ], - [ - "a", - 1 - ], - [ - "song", - 1 - ], - [ - "being", - 1 - ], - [ - "shy", - 1 - ], - [ - "And", - 1 - ], - [ - "turn", - 1 - ], - [ - "away", - 1 - ], - [ - "look", - 1 - ], - [ - "into", - 1 - ], - [ - "eyes", - 1 - ], - [ - "know,", - 1 - ] - ], - [ - [ - "you", - 20 - ], - [ - "I", - 10 - ], - [ - "one", - 10 - ], - [ - "be", - 10 - ], - [ - "more", - 8 - ], - [ - "gotta", - 8 - ], - [ - "It's", - 7 - ], - [ - "more,", - 7 - ], - [ - "it", - 6 - ], - [ - "your", - 6 - ], - [ - "we", - 5 - ], - [ - "Only", - 5 - ], - [ - "'Cause", - 4 - ], - [ - "And", - 4 - ], - [ - "I'll", - 4 - ], - [ - "try", - 4 - ], - [ - "One", - 4 - ], - [ - "in", - 3 - ], - [ - "the", - 3 - ], - [ - "no", - 3 - ], - [ - "But", - 3 - ], - [ - "time?", - 3 - ], - [ - "and", - 3 - ], - [ - "Oh,", - 3 - ], - [ - "only", - 3 - ], - [ - "to", - 3 - ], - [ - "can", - 3 - ], - [ - "you're", - 2 - ], - [ - "girl", - 2 - ], - [ - "Can", - 2 - ], - [ - "Oh", - 2 - ], - [ - "if", - 2 - ], - [ - "walk", - 2 - ], - [ - "away", - 2 - ], - [ - "know", - 2 - ], - [ - "fade", - 2 - ], - [ - "there", - 2 - ], - [ - "is", - 2 - ], - [ - "nobody", - 2 - ], - [ - "else", - 2 - ], - [ - "speak", - 2 - ], - [ - "don't", - 2 - ], - [ - "all", - 2 - ], - [ - "make", - 2 - ], - [ - "Girl", - 1 - ], - [ - "see", - 1 - ], - [ - "eyes", - 1 - ], - [ - "disappointed", - 1 - ], - [ - "I'm", - 1 - ], - [ - "foolish", - 1 - ], - [ - "that", - 1 - ], - [ - "anointed", - 1 - ], - [ - "with", - 1 - ], - [ - "heart", - 1 - ], - [ - "tore", - 1 - ], - [ - "apart", - 1 - ], - [ - "what", - 1 - ], - [ - "a", - 1 - ], - [ - "mess", - 1 - ], - [ - "made", - 1 - ], - [ - "upon", - 1 - ], - [ - "innocence", - 1 - ], - [ - "woman", - 1 - ], - [ - "world", - 1 - ], - [ - "deserves", - 1 - ], - [ - "this", - 1 - ], - [ - "here", - 1 - ], - [ - "am", - 1 - ], - [ - "asking", - 1 - ], - [ - "for", - 1 - ], - [ - "chance", - 1 - ], - [ - "fall,", - 1 - ], - [ - "Stop", - 1 - ], - [ - "tape", - 1 - ], - [ - "rewind", - 1 - ], - [ - "Now", - 1 - ], - [ - "hear", - 1 - ], - [ - "voice", - 1 - ], - [ - "how", - 1 - ], - [ - "trembles", - 1 - ], - [ - "When", - 1 - ], - [ - "me", - 1 - ], - [ - "resemble,", - 1 - ], - [ - "who", - 1 - ], - [ - "was", - 1 - ], - [ - "You've", - 1 - ], - [ - "almost", - 1 - ], - [ - "had", - 1 - ], - [ - "enough", - 1 - ], - [ - "actions", - 1 - ], - [ - "louder", - 1 - ], - [ - "than", - 1 - ], - [ - "words", - 1 - ], - [ - "about", - 1 - ], - [ - "break", - 1 - ], - [ - "from", - 1 - ], - [ - "you've", - 1 - ], - [ - "heard", - 1 - ], - [ - "scared,", - 1 - ], - [ - "ain't", - 1 - ], - [ - "going", - 1 - ], - [ - "where", - 1 - ], - [ - "here,", - 1 - ], - [ - "by", - 1 - ], - [ - "side", - 1 - ], - [ - "No", - 1 - ], - [ - "fears,", - 1 - ], - [ - "crying", - 1 - ], - [ - "girl,", - 1 - ], - [ - "better", - 1 - ], - [ - "time", - 1 - ], - [ - "better?", - 1 - ], - [ - "it's", - 1 - ] - ], - [ - [ - "I", - 18 - ], - [ - "get", - 17 - ], - [ - "my", - 16 - ], - [ - "out,", - 12 - ], - [ - "that", - 11 - ], - [ - "one", - 11 - ], - [ - "thing", - 11 - ], - [ - "don't,", - 10 - ], - [ - "of", - 9 - ], - [ - "And", - 9 - ], - [ - "out", - 8 - ], - [ - "But", - 7 - ], - [ - "need", - 7 - ], - [ - "it", - 6 - ], - [ - "you", - 6 - ], - [ - "got", - 6 - ], - [ - "into", - 6 - ], - [ - "don't", - 6 - ], - [ - "know", - 6 - ], - [ - "I'm", - 5 - ], - [ - "'Cause", - 5 - ], - [ - "you've", - 5 - ], - [ - "So", - 5 - ], - [ - "what", - 5 - ], - [ - "is", - 5 - ], - [ - "me", - 4 - ], - [ - "now", - 4 - ], - [ - "head", - 4 - ], - [ - "fall", - 4 - ], - [ - "arms", - 4 - ], - [ - "instead", - 4 - ], - [ - "come", - 4 - ], - [ - "mind", - 3 - ], - [ - "Liam", - 2 - ], - [ - "at", - 2 - ], - [ - "can't", - 2 - ], - [ - "make", - 2 - ], - [ - "Harry", - 2 - ], - [ - "the", - 2 - ], - [ - "Yeah,", - 2 - ], - [ - "and", - 2 - ], - [ - "Something's", - 2 - ], - [ - "gotta", - 2 - ], - [ - "give", - 2 - ], - [ - "dying", - 2 - ], - [ - "just", - 2 - ], - [ - "to", - 2 - ], - [ - "That", - 2 - ], - [ - "here", - 2 - ], - [ - "with", - 2 - ], - [ - "all", - 2 - ], - [ - "on,", - 2 - ], - [ - "life", - 2 - ], - [ - "I've", - 1 - ], - [ - "tried", - 1 - ], - [ - "playing", - 1 - ], - [ - "cool", - 1 - ], - [ - "when", - 1 - ], - [ - "looking", - 1 - ], - [ - "ever", - 1 - ], - [ - "be", - 1 - ], - [ - "brave", - 1 - ], - [ - "heart", - 1 - ], - [ - "race", - 1 - ], - [ - "Shot", - 1 - ], - [ - "sky", - 1 - ], - [ - "You're", - 1 - ], - [ - "kryptonite", - 1 - ], - [ - "You", - 1 - ], - [ - "keep", - 1 - ], - [ - "making", - 1 - ], - [ - "weak", - 1 - ], - [ - "frozen", - 1 - ], - [ - "breathe", - 1 - ], - [ - "Zayn", - 1 - ], - [ - "see", - 1 - ], - [ - "Niall", - 1 - ], - [ - "Now", - 1 - ], - [ - "climbing", - 1 - ], - [ - "walls", - 1 - ], - [ - "notice", - 1 - ], - [ - "going", - 1 - ], - [ - "All", - 1 - ], - [ - "day", - 1 - ], - [ - "night", - 1 - ], - [ - "Louis", - 1 - ], - [ - "your", - 1 - ], - [ - "name", - 1 - ], - [ - "You've", - 1 - ], - [ - "Get", - 1 - ], - [ - "(out", - 1 - ], - [ - "mind)", - 1 - ] - ], - [ - [ - "you", - 29 - ], - [ - "I", - 21 - ], - [ - "just", - 13 - ], - [ - "'Cause", - 12 - ], - [ - "can", - 11 - ], - [ - "love", - 11 - ], - [ - "more", - 11 - ], - [ - "than", - 11 - ], - [ - "When", - 8 - ], - [ - "he", - 8 - ], - [ - "It", - 8 - ], - [ - "feel", - 8 - ], - [ - "right", - 8 - ], - [ - "I'm", - 7 - ], - [ - "And", - 7 - ], - [ - "the", - 7 - ], - [ - "yeah", - 6 - ], - [ - "this", - 6 - ], - [ - "his", - 5 - ], - [ - "arms", - 5 - ], - [ - "close", - 5 - ], - [ - "tonight", - 5 - ], - [ - "this,", - 5 - ], - [ - "inside", - 5 - ], - [ - "see", - 4 - ], - [ - "to", - 4 - ], - [ - "opens", - 4 - ], - [ - "holds", - 4 - ], - [ - "won't", - 4 - ], - [ - "lays", - 4 - ], - [ - "down,", - 4 - ], - [ - "might", - 4 - ], - [ - "die", - 4 - ], - [ - "don't", - 4 - ], - [ - "me?", - 3 - ], - [ - "your", - 3 - ], - [ - "my", - 3 - ], - [ - "will", - 2 - ], - [ - "as", - 2 - ], - [ - "My", - 2 - ], - [ - "in", - 2 - ], - [ - "eyes", - 2 - ], - [ - "and", - 2 - ], - [ - "say", - 2 - ], - [ - "Would", - 2 - ], - [ - "on", - 2 - ], - [ - "arms,", - 2 - ], - [ - "Ooh", - 1 - ], - [ - "broken,", - 1 - ], - [ - "Do", - 1 - ], - [ - "hear", - 1 - ], - [ - "blinded,", - 1 - ], - [ - "are", - 1 - ], - [ - "everything", - 1 - ], - [ - "dancing,", - 1 - ], - [ - "alone", - 1 - ], - [ - "praying", - 1 - ], - [ - "That", - 1 - ], - [ - "heart", - 1 - ], - [ - "turn", - 1 - ], - [ - "around", - 1 - ], - [ - "walk", - 1 - ], - [ - "up", - 1 - ], - [ - "door", - 1 - ], - [ - "head", - 1 - ], - [ - "turns", - 1 - ], - [ - "face", - 1 - ], - [ - "floor", - 1 - ], - [ - "can't", - 1 - ], - [ - "look", - 1 - ], - [ - "If", - 1 - ], - [ - "louder", - 1 - ], - [ - "lay", - 1 - ], - [ - "down", - 1 - ], - [ - "rescue", - 1 - ], - [ - "we", - 1 - ], - [ - "are,", - 1 - ], - [ - "same", - 1 - ], - [ - "You", - 1 - ], - [ - "saved", - 1 - ], - [ - "me,", - 1 - ], - [ - "but", - 1 - ], - [ - "when", - 1 - ], - [ - "leave", - 1 - ], - [ - "it's", - 1 - ], - [ - "gone", - 1 - ], - [ - "again", - 1 - ], - [ - "then", - 1 - ], - [ - "street", - 1 - ], - [ - "In", - 1 - ], - [ - "get", - 1 - ], - [ - "weak", - 1 - ], - [ - "body", - 1 - ], - [ - "fails,", - 1 - ], - [ - "knees", - 1 - ], - [ - "Praying", - 1 - ], - [ - "Yeah,", - 1 - ], - [ - "I've", - 1 - ], - [ - "never", - 1 - ], - [ - "had", - 1 - ], - [ - "words", - 1 - ], - [ - "But", - 1 - ], - [ - "now", - 1 - ], - [ - "asking", - 1 - ], - [ - "stay", - 1 - ], - [ - "For", - 1 - ], - [ - "a", - 1 - ], - [ - "little", - 1 - ], - [ - "while", - 1 - ], - [ - "pray", - 1 - ], - [ - "that", - 1 - ], - [ - "light", - 1 - ], - [ - "That's", - 1 - ], - [ - "shining", - 1 - ], - [ - "from", - 1 - ], - [ - "stars", - 1 - ], - [ - "above", - 1 - ], - [ - "(I'm", - 1 - ], - [ - "broken)", - 1 - ] - ], - [ - [ - "all", - 43 - ], - [ - "the", - 24 - ], - [ - "night", - 19 - ], - [ - "up", - 17 - ], - [ - "to", - 12 - ], - [ - "stay", - 12 - ], - [ - "And", - 12 - ], - [ - "wanna", - 11 - ], - [ - "I", - 10 - ], - [ - "Up", - 10 - ], - [ - "night)", - 9 - ], - [ - "on", - 9 - ], - [ - "it", - 7 - ], - [ - "night,", - 7 - ], - [ - "replay", - 6 - ], - [ - "got", - 6 - ], - [ - "floor", - 6 - ], - [ - "we", - 6 - ], - [ - "Like", - 6 - ], - [ - "this,", - 6 - ], - [ - "(hey)", - 6 - ], - [ - "(Up", - 5 - ], - [ - "now", - 4 - ], - [ - "way", - 4 - ], - [ - "I'm", - 4 - ], - [ - "a", - 4 - ], - [ - "girl", - 4 - ], - [ - "with", - 4 - ], - [ - "going", - 3 - ], - [ - "Katy", - 3 - ], - [ - "Perry\u2019s", - 3 - ], - [ - "She's", - 3 - ], - [ - "DJ", - 3 - ], - [ - "shake,", - 3 - ], - [ - "shake", - 3 - ], - [ - "jump", - 3 - ], - [ - "around", - 3 - ], - [ - "until", - 3 - ], - [ - "see", - 3 - ], - [ - "sun", - 3 - ], - [ - "find", - 3 - ], - [ - "and", - 3 - ], - [ - "tell", - 3 - ], - [ - "her", - 3 - ], - [ - "she's", - 3 - ], - [ - "one", - 3 - ], - [ - "Hold", - 3 - ], - [ - "feeling", - 3 - ], - [ - "don't", - 3 - ], - [ - "let", - 3 - ], - [ - "go", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "flow", - 3 - ], - [ - "Get", - 3 - ], - [ - "out", - 3 - ], - [ - "of", - 3 - ], - [ - "control", - 3 - ], - [ - "do", - 3 - ], - [ - "you", - 3 - ], - [ - "(We're", - 3 - ], - [ - "gonna", - 3 - ], - [ - "want", - 3 - ], - [ - "People", - 2 - ], - [ - "Yeah,", - 2 - ], - [ - "still", - 2 - ], - [ - "wide", - 2 - ], - [ - "awake", - 2 - ], - [ - "only", - 2 - ], - [ - "It", - 1 - ], - [ - "feels", - 1 - ], - [ - "like", - 1 - ], - [ - "we've", - 1 - ], - [ - "been", - 1 - ], - [ - "livin'", - 1 - ], - [ - "in", - 1 - ], - [ - "fast", - 1 - ], - [ - "forward", - 1 - ], - [ - "Another", - 1 - ], - [ - "moment", - 1 - ], - [ - "passing", - 1 - ], - [ - "by", - 1 - ], - [ - "The", - 1 - ], - [ - "party's", - 1 - ], - [ - "ending", - 1 - ], - [ - "but", - 1 - ], - [ - "it's", - 1 - ], - [ - "or", - 1 - ], - [ - "never", - 1 - ], - [ - "Nobody's", - 1 - ], - [ - "home", - 1 - ], - [ - "tonight", - 1 - ], - [ - "Don't", - 1 - ], - [ - "even", - 1 - ], - [ - "care", - 1 - ], - [ - "about", - 1 - ], - [ - "table", - 1 - ], - [ - "breaking", - 1 - ], - [ - "We", - 1 - ], - [ - "have", - 1 - ], - [ - "laugh", - 1 - ], - [ - "thinking", - 1 - ], - [ - "'bout", - 1 - ], - [ - "this", - 1 - ], - [ - "seeing", - 1 - ], - [ - "hope", - 1 - ], - [ - "she\u2019ll", - 1 - ], - [ - "kiss", - 1 - ], - [ - "me", - 1 - ], - [ - "back", - 1 - ], - [ - "(she's", - 1 - ], - [ - "one)", - 1 - ], - [ - "(do", - 1 - ], - [ - "you)", - 1 - ], - [ - "(up", - 1 - ] - ], - [ - [ - "I", - 20 - ], - [ - "you", - 17 - ], - [ - "me", - 10 - ], - [ - "see", - 8 - ], - [ - "him", - 7 - ], - [ - "'Cause", - 6 - ], - [ - "Oh,", - 6 - ], - [ - "how", - 6 - ], - [ - "I'm", - 5 - ], - [ - "that", - 5 - ], - [ - "was", - 5 - ], - [ - "Whenever", - 4 - ], - [ - "with", - 4 - ], - [ - "Slow", - 4 - ], - [ - "dancing", - 4 - ], - [ - "Tearing", - 4 - ], - [ - "apart", - 4 - ], - [ - "don't", - 4 - ], - [ - "wish", - 4 - ], - [ - "your", - 3 - ], - [ - "it", - 3 - ], - [ - "But", - 3 - ], - [ - "the", - 3 - ], - [ - "kiss", - 3 - ], - [ - "breaking", - 3 - ], - [ - "wish,", - 3 - ], - [ - "That", - 3 - ], - [ - "He", - 2 - ], - [ - "little", - 2 - ], - [ - "And", - 2 - ], - [ - "in", - 2 - ], - [ - "at", - 2 - ], - [ - "to", - 2 - ], - [ - "say", - 2 - ], - [ - "gets", - 2 - ], - [ - "The", - 2 - ], - [ - "words", - 2 - ], - [ - "my", - 2 - ], - [ - "could", - 2 - ], - [ - "on", - 2 - ], - [ - "me,", - 2 - ], - [ - "takes", - 1 - ], - [ - "hand", - 1 - ], - [ - "die", - 1 - ], - [ - "a", - 1 - ], - [ - "watch", - 1 - ], - [ - "eyes", - 1 - ], - [ - "riddles", - 1 - ], - [ - "Why", - 1 - ], - [ - "can't", - 1 - ], - [ - "look", - 1 - ], - [ - "like", - 1 - ], - [ - "that?", - 1 - ], - [ - "When", - 1 - ], - [ - "walk", - 1 - ], - [ - "by", - 1 - ], - [ - "try", - 1 - ], - [ - "then", - 1 - ], - [ - "freeze", - 1 - ], - [ - "never", - 1 - ], - [ - "do", - 1 - ], - [ - "My", - 1 - ], - [ - "tongue", - 1 - ], - [ - "tied", - 1 - ], - [ - "trapped", - 1 - ], - [ - "hear", - 1 - ], - [ - "beat", - 1 - ], - [ - "of", - 1 - ], - [ - "heart", - 1 - ], - [ - "getting", - 1 - ], - [ - "louder", - 1 - ], - [ - "near", - 1 - ], - [ - "looks", - 1 - ], - [ - "way", - 1 - ], - [ - "would", - 1 - ], - [ - "Does", - 1 - ], - [ - "all", - 1 - ], - [ - "things", - 1 - ], - [ - "know", - 1 - ], - [ - "If", - 1 - ], - [ - "only", - 1 - ], - [ - "time", - 1 - ], - [ - "just", - 1 - ], - [ - "turn", - 1 - ], - [ - "back", - 1 - ], - [ - "got", - 1 - ], - [ - "three", - 1 - ], - [ - "I've", - 1 - ], - [ - "always", - 1 - ], - [ - "been", - 1 - ], - [ - "dying", - 1 - ], - [ - "tell", - 1 - ], - [ - "But,", - 1 - ], - [ - "With", - 1 - ], - [ - "hands", - 1 - ], - [ - "waist", - 1 - ], - [ - "While", - 1 - ], - [ - "we", - 1 - ], - [ - "dance", - 1 - ], - [ - "moonlight", - 1 - ], - [ - "you'll", - 1 - ], - [ - "call", - 1 - ], - [ - "later", - 1 - ], - [ - "wanna", - 1 - ], - [ - "good", - 1 - ], - [ - "night", - 1 - ], - [ - "'Cause,", - 1 - ] - ], - [ - [ - "me", - 26 - ], - [ - "Tell", - 19 - ], - [ - "a", - 16 - ], - [ - "you", - 11 - ], - [ - "you're", - 10 - ], - [ - "lie", - 10 - ], - [ - "That", - 7 - ], - [ - "I", - 6 - ], - [ - "don't", - 6 - ], - [ - "what", - 6 - ], - [ - "your", - 5 - ], - [ - "up", - 4 - ], - [ - "I'm", - 4 - ], - [ - "my", - 4 - ], - [ - "the", - 4 - ], - [ - "reason", - 4 - ], - [ - "And", - 3 - ], - [ - "time", - 3 - ], - [ - "screwed", - 3 - ], - [ - "mess", - 3 - ], - [ - "Than", - 3 - ], - [ - "never", - 3 - ], - [ - "listen,", - 3 - ], - [ - "listen", - 3 - ], - [ - "want", - 3 - ], - [ - "kiss", - 3 - ], - [ - "need", - 3 - ], - [ - "distance,", - 3 - ], - [ - "distance", - 3 - ], - [ - "anything,", - 3 - ], - [ - "but", - 3 - ], - [ - "say", - 3 - ], - [ - "He's", - 3 - ], - [ - "missing,", - 3 - ], - [ - "baby", - 3 - ], - [ - "If", - 3 - ], - [ - "he's", - 3 - ], - [ - "leaving", - 3 - ], - [ - "tonight", - 3 - ], - [ - "Spare", - 3 - ], - [ - "thinking", - 3 - ], - [ - "Well,", - 2 - ], - [ - "As", - 2 - ], - [ - "in", - 2 - ], - [ - "Can't", - 1 - ], - [ - "ever", - 1 - ], - [ - "get", - 1 - ], - [ - "it", - 1 - ], - [ - "right", - 1 - ], - [ - "No", - 1 - ], - [ - "matter", - 1 - ], - [ - "how", - 1 - ], - [ - "hard", - 1 - ], - [ - "try", - 1 - ], - [ - "I've", - 1 - ], - [ - "tried", - 1 - ], - [ - "put", - 1 - ], - [ - "good", - 1 - ], - [ - "fight", - 1 - ], - [ - "But", - 1 - ], - [ - "words", - 1 - ], - [ - "cut", - 1 - ], - [ - "like", - 1 - ], - [ - "knives", - 1 - ], - [ - "tired", - 1 - ], - [ - "break", - 1 - ], - [ - "heart", - 1 - ], - [ - "Again", - 1 - ], - [ - "this", - 1 - ], - [ - "charming", - 1 - ], - [ - "type", - 1 - ], - [ - "little", - 1 - ], - [ - "twinkle", - 1 - ], - [ - "eye", - 1 - ], - [ - "Gets", - 1 - ], - [ - "every", - 1 - ], - [ - "well,", - 1 - ], - [ - "there", - 1 - ], - [ - "must've", - 1 - ], - [ - "been", - 1 - ], - [ - "was", - 1 - ], - [ - "for", - 1 - ], - [ - "that", - 1 - ], - [ - "smile", - 1 - ], - [ - "So,", - 1 - ], - [ - "keep", - 1 - ], - [ - "mind", - 1 - ], - [ - "take", - 1 - ], - [ - "what's", - 1 - ], - [ - "left", - 1 - ], - [ - "of", - 1 - ], - [ - "'You", - 1 - ], - [ - "and", - 1 - ], - [ - "I'", - 1 - ] - ], - [ - [ - "you", - 28 - ], - [ - "me", - 18 - ], - [ - "You", - 17 - ], - [ - "want", - 11 - ], - [ - "to", - 10 - ], - [ - "I'm", - 9 - ], - [ - "only", - 9 - ], - [ - "I", - 8 - ], - [ - "do", - 8 - ], - [ - "Who", - 7 - ], - [ - "think", - 7 - ], - [ - "that", - 6 - ], - [ - "breaking", - 6 - ], - [ - "taken", - 6 - ], - [ - "Now", - 4 - ], - [ - "love", - 4 - ], - [ - "one", - 4 - ], - [ - "don't", - 4 - ], - [ - "my", - 4 - ], - [ - "heart", - 4 - ], - [ - "No,", - 4 - ], - [ - "just", - 4 - ], - [ - "like", - 4 - ], - [ - "know", - 4 - ], - [ - "it", - 4 - ], - [ - "on", - 3 - ], - [ - "are?", - 3 - ], - [ - "am?", - 3 - ], - [ - "see", - 3 - ], - [ - "'cause", - 3 - ], - [ - "really", - 3 - ], - [ - "can", - 3 - ], - [ - "Still", - 3 - ], - [ - "be", - 3 - ], - [ - "the", - 3 - ], - [ - "who", - 3 - ], - [ - "gets", - 3 - ], - [ - "when", - 3 - ], - [ - "this", - 3 - ], - [ - "can't", - 2 - ], - [ - "have", - 2 - ], - [ - "suddenly", - 2 - ], - [ - "with", - 2 - ], - [ - "your", - 2 - ], - [ - "for", - 2 - ], - [ - "finally", - 2 - ], - [ - "say", - 2 - ], - [ - "You're", - 2 - ], - [ - "But", - 2 - ], - [ - "And", - 2 - ], - [ - "somebody", - 1 - ], - [ - "else", - 1 - ], - [ - "tell", - 1 - ], - [ - "slept", - 1 - ], - [ - "doorstep", - 1 - ], - [ - "Begging", - 1 - ], - [ - "chance", - 1 - ], - [ - "moved", - 1 - ], - [ - "missed", - 1 - ], - [ - "all", - 1 - ], - [ - "along", - 1 - ], - [ - "messing", - 1 - ], - [ - "head", - 1 - ], - [ - "Girl", - 1 - ], - [ - "that's", - 1 - ], - [ - "what", - 1 - ], - [ - "best", - 1 - ], - [ - "Saying", - 1 - ], - [ - "there's", - 1 - ], - [ - "nothing", - 1 - ], - [ - "won't", - 1 - ], - [ - "To", - 1 - ], - [ - "get", - 1 - ], - [ - "yes", - 1 - ], - [ - "impossible", - 1 - ], - [ - "resist", - 1 - ], - [ - "wouldn't", - 1 - ], - [ - "bet", - 1 - ], - [ - "It's", - 1 - ], - [ - "awake", - 1 - ], - [ - "you're", - 1 - ], - [ - "a", - 1 - ], - [ - "beautiful", - 1 - ], - [ - "mistake", - 1 - ], - [ - "Thank", - 1 - ], - [ - "showing", - 1 - ], - [ - "are", - 1 - ], - [ - "underneath", - 1 - ], - [ - "thank", - 1 - ], - [ - "you,", - 1 - ], - [ - "need", - 1 - ], - [ - "Another", - 1 - ], - [ - "heartless", - 1 - ], - [ - "misery", - 1 - ], - [ - "doing", - 1 - ], - [ - "make", - 1 - ], - [ - "jealous", - 1 - ], - [ - "hate", - 1 - ], - [ - "hear", - 1 - ], - [ - "is", - 1 - ], - [ - "not", - 1 - ], - [ - "about", - 1 - ], - [ - "anymore", - 1 - ], - [ - "(No", - 1 - ], - [ - "don't,", - 1 - ], - [ - "no", - 1 - ], - [ - "don't)", - 1 - ], - [ - "(Breaking)", - 1 - ] - ], - [ - [ - "I", - 62 - ], - [ - "want,", - 56 - ], - [ - "you", - 20 - ], - [ - "that's", - 12 - ], - [ - "to", - 9 - ], - [ - "me", - 8 - ], - [ - "be", - 7 - ], - [ - "loved", - 7 - ], - [ - "by", - 7 - ], - [ - "but", - 6 - ], - [ - "crazy", - 6 - ], - [ - "and", - 6 - ], - [ - "not", - 5 - ], - [ - "say", - 4 - ], - [ - "the", - 4 - ], - [ - "girls", - 4 - ], - [ - "You", - 3 - ], - [ - "But", - 3 - ], - [ - "want", - 3 - ], - [ - "that", - 2 - ], - [ - "a", - 2 - ], - [ - "it", - 2 - ], - [ - "If", - 2 - ], - [ - "your", - 2 - ], - [ - "just", - 2 - ], - [ - "got", - 2 - ], - [ - "know", - 2 - ], - [ - "When", - 2 - ], - [ - "say...", - 2 - ], - [ - "Oh,", - 2 - ], - [ - "now", - 2 - ], - [ - "wanna,", - 2 - ], - [ - "Give", - 1 - ], - [ - "this,", - 1 - ], - [ - "give", - 1 - ], - [ - "Blow", - 1 - ], - [ - "kiss,", - 1 - ], - [ - "take", - 1 - ], - [ - "back", - 1 - ], - [ - "look", - 1 - ], - [ - "inside", - 1 - ], - [ - "brain", - 1 - ], - [ - "would", - 1 - ], - [ - "find", - 1 - ], - [ - "lots", - 1 - ], - [ - "of", - 1 - ], - [ - "things", - 1 - ], - [ - "Clothes,", - 1 - ], - [ - "shoes,", - 1 - ], - [ - "diamond", - 1 - ], - [ - "rings", - 1 - ], - [ - "Stuff", - 1 - ], - [ - "driving", - 1 - ], - [ - "insane", - 1 - ], - [ - "could", - 1 - ], - [ - "preoccupied", - 1 - ], - [ - "Different", - 1 - ], - [ - "date,", - 1 - ], - [ - "every", - 1 - ], - [ - "night", - 1 - ], - [ - "word", - 1 - ], - [ - "you're", - 1 - ], - [ - "no", - 1 - ], - [ - "into", - 1 - ], - [ - "them", - 1 - ], - [ - "at", - 1 - ], - [ - "all", - 1 - ], - [ - "materials", - 1 - ], - [ - "should", - 1 - ], - [ - "because", - 1 - ], - [ - "I've", - 1 - ], - [ - "heard", - 1 - ], - [ - "You've", - 1 - ], - [ - "everything", - 1 - ], - [ - "need", - 1 - ], - [ - "accessories", - 1 - ], - [ - "Got", - 1 - ], - [ - "hold", - 1 - ], - [ - "in", - 1 - ], - [ - "hand", - 1 - ], - [ - "change", - 1 - ], - [ - "world", - 1 - ], - [ - "for", - 1 - ], - [ - "bet", - 1 - ], - [ - "wouldn't", - 1 - ], - [ - "have", - 1 - ], - [ - "clue", - 1 - ], - [ - "Don't", - 1 - ], - [ - "can't", - 1 - ], - [ - "stand", - 1 - ], - [ - "Be", - 1 - ], - [ - "I'll", - 1 - ], - [ - "stay", - 1 - ], - [ - "true", - 1 - ], - [ - "if", - 1 - ], - [ - "knew", - 1 - ], - [ - "What", - 1 - ], - [ - "put", - 1 - ], - [ - "through", - 1 - ], - [ - "love", - 1 - ], - [ - "too", - 1 - ], - [ - "another", - 1 - ], - [ - "girl", - 1 - ] - ], - [ - [ - "you", - 32 - ], - [ - "you,", - 25 - ], - [ - "It's", - 17 - ], - [ - "about", - 17 - ], - [ - "that", - 15 - ], - [ - "everything", - 15 - ], - [ - "the", - 12 - ], - [ - "I", - 12 - ], - [ - "do,", - 12 - ], - [ - "way", - 10 - ], - [ - "to", - 8 - ], - [ - "just", - 8 - ], - [ - "do", - 8 - ], - [ - "me", - 7 - ], - [ - "it", - 7 - ], - [ - "Everything", - 6 - ], - [ - "new,", - 6 - ], - [ - "be", - 5 - ], - [ - "is", - 5 - ], - [ - "I'll", - 5 - ], - [ - "two", - 5 - ], - [ - "every", - 5 - ], - [ - "And", - 5 - ], - [ - "we", - 4 - ], - [ - "The", - 4 - ], - [ - "nothing", - 4 - ], - [ - "You", - 3 - ], - [ - "your", - 3 - ], - [ - "say", - 3 - ], - [ - "there", - 3 - ], - [ - "in", - 3 - ], - [ - "something", - 3 - ], - [ - "want", - 3 - ], - [ - "From", - 3 - ], - [ - "touch,", - 3 - ], - [ - "baby", - 3 - ], - [ - "To", - 3 - ], - [ - "kiss", - 3 - ], - [ - "on", - 3 - ], - [ - "make", - 3 - ], - [ - "feel,", - 3 - ], - [ - "new", - 3 - ], - [ - "Like", - 3 - ], - [ - "party", - 3 - ], - [ - "us", - 3 - ], - [ - "there's", - 3 - ], - [ - "could", - 3 - ], - [ - "point", - 3 - ], - [ - "have", - 3 - ], - [ - "know", - 2 - ], - [ - "always", - 2 - ], - [ - "girl", - 2 - ], - [ - "one", - 2 - ], - [ - "of", - 2 - ], - [ - "coming", - 2 - ], - [ - "don't", - 2 - ], - [ - "still", - 2 - ], - [ - "feel", - 2 - ], - [ - "time", - 2 - ], - [ - "Now", - 2 - ], - [ - "ask", - 2 - ], - [ - "why", - 2 - ], - [ - "like", - 2 - ], - [ - "That", - 2 - ], - [ - "There's", - 2 - ], - [ - "laugh", - 2 - ], - [ - "wanna", - 2 - ], - [ - "so", - 2 - ], - [ - "wanted", - 2 - ], - [ - "they", - 2 - ], - [ - "I've", - 1 - ], - [ - "Got", - 1 - ], - [ - "back,", - 1 - ], - [ - "So,", - 1 - ], - [ - "let", - 1 - ], - [ - "come", - 1 - ], - [ - "running", - 1 - ], - [ - "Running", - 1 - ], - [ - "to,", - 1 - ], - [ - "r-r-running", - 1 - ], - [ - "this", - 1 - ], - [ - "a", - 1 - ], - [ - "matter", - 1 - ], - [ - "fact,", - 1 - ], - [ - "call", - 1 - ], - [ - "my", - 1 - ], - [ - "name", - 1 - ], - [ - "through", - 1 - ], - [ - "Coming", - 1 - ], - [ - "through,", - 1 - ], - [ - "keep", - 1 - ], - [ - "On", - 1 - ], - [ - "other", - 1 - ], - [ - "side", - 1 - ], - [ - "world", - 1 - ], - [ - "It", - 1 - ], - [ - "matter,", - 1 - ], - [ - "two,", - 1 - ], - [ - "Guess", - 1 - ], - [ - "smile", - 1 - ], - [ - "With", - 1 - ], - [ - "eyes", - 1 - ], - [ - "Other", - 1 - ], - [ - "guys", - 1 - ], - [ - "see", - 1 - ], - [ - "it,", - 1 - ], - [ - "but", - 1 - ], - [ - "realize", - 1 - ], - [ - "it's", - 1 - ], - [ - "m-my", - 1 - ], - [ - "loving", - 1 - ], - [ - "makes", - 1 - ], - [ - "funny,", - 1 - ], - [ - "We", - 1 - ], - [ - "at", - 1 - ], - [ - "n-n-nothing", - 1 - ], - [ - "Every", - 1 - ], - [ - "minute's", - 1 - ], - [ - "last,", - 1 - ], - [ - "Let's", - 1 - ], - [ - "take", - 1 - ], - [ - "real", - 1 - ], - [ - "slow", - 1 - ], - [ - "Forget", - 1 - ], - [ - "clock", - 1 - ], - [ - "That's", - 1 - ], - [ - "tic-tic-ticking", - 1 - ], - [ - "been", - 1 - ], - [ - "only", - 1 - ], - [ - "Without", - 1 - ], - [ - "can't", - 1 - ], - [ - "face", - 1 - ], - [ - "All", - 1 - ], - [ - "fun", - 1 - ], - [ - "But", - 1 - ], - [ - "we're", - 1 - ], - [ - "too", - 1 - ], - [ - "young", - 1 - ], - [ - "Let", - 1 - ], - [ - "them", - 1 - ], - [ - "what", - 1 - ] - ], - [ - [ - "we", - 16 - ], - [ - "the", - 16 - ], - [ - "to", - 10 - ], - [ - "same", - 8 - ], - [ - "And", - 8 - ], - [ - "be", - 8 - ], - [ - "all", - 7 - ], - [ - "play,", - 6 - ], - [ - "wait,", - 6 - ], - [ - "take,", - 6 - ], - [ - "Same", - 6 - ], - [ - "we're", - 5 - ], - [ - "That", - 5 - ], - [ - "making", - 5 - ], - [ - "mistakes", - 5 - ], - [ - "When", - 4 - ], - [ - "make", - 4 - ], - [ - "we'll", - 4 - ], - [ - "you", - 4 - ], - [ - "pray,", - 4 - ], - [ - "it", - 3 - ], - [ - "more", - 3 - ], - [ - "what", - 3 - ], - [ - "up", - 3 - ], - [ - "So,", - 3 - ], - [ - "play", - 3 - ], - [ - "All", - 3 - ], - [ - "old", - 3 - ], - [ - "games", - 3 - ], - [ - "wait", - 3 - ], - [ - "For", - 3 - ], - [ - "end", - 3 - ], - [ - "change", - 3 - ], - [ - "take", - 3 - ], - [ - "It", - 3 - ], - [ - "for", - 3 - ], - [ - "granted", - 3 - ], - [ - "But", - 3 - ], - [ - "this", - 3 - ], - [ - "nothing", - 3 - ], - [ - "will", - 3 - ], - [ - "us", - 2 - ], - [ - "We", - 2 - ], - [ - "Closer,", - 2 - ], - [ - "maybe", - 2 - ], - [ - "closer", - 2 - ], - [ - "Think", - 2 - ], - [ - "that", - 2 - ], - [ - "got", - 2 - ], - [ - "time", - 2 - ], - [ - "falling", - 2 - ], - [ - "behind", - 2 - ], - [ - "Gotta", - 2 - ], - [ - "our", - 2 - ], - [ - "minds", - 2 - ], - [ - "up,", - 2 - ], - [ - "if", - 2 - ], - [ - "yeah", - 2 - ], - [ - "Yeah,", - 2 - ], - [ - "yeah,", - 2 - ], - [ - "that's", - 2 - ], - [ - "crazy", - 2 - ], - [ - "is", - 2 - ], - [ - "it's", - 2 - ], - [ - "broke,", - 2 - ], - [ - "and", - 2 - ], - [ - "say", - 2 - ], - [ - "\"There's", - 2 - ], - [ - "fix.\"", - 2 - ], - [ - "pray", - 2 - ], - [ - "everything", - 2 - ], - [ - "okay", - 2 - ], - [ - "While", - 2 - ], - [ - "you're", - 2 - ], - [ - "look", - 2 - ], - [ - "back", - 2 - ], - [ - "(But,", - 2 - ], - [ - "nothing's", - 2 - ], - [ - "gonna", - 2 - ], - [ - "Circles,", - 1 - ], - [ - "going", - 1 - ], - [ - "in", - 1 - ], - [ - "circles", - 1 - ], - [ - "Dizzy's", - 1 - ], - [ - "makes", - 1 - ], - [ - "know", - 1 - ], - [ - "where", - 1 - ], - [ - "takes", - 1 - ], - [ - "We've", - 1 - ], - [ - "been", - 1 - ], - [ - "before", - 1 - ], - [ - "looking", - 1 - ], - [ - "There's", - 1 - ], - [ - "discover", - 1 - ], - [ - "Find", - 1 - ], - [ - "out", - 1 - ], - [ - "went", - 1 - ], - [ - "wrong", - 1 - ], - [ - "Without", - 1 - ], - [ - "blaming", - 1 - ], - [ - "each", - 1 - ], - [ - "other", - 1 - ], - [ - "Wake", - 1 - ], - [ - "both", - 1 - ], - [ - "need", - 1 - ], - [ - "wake", - 1 - ], - [ - "Maybe", - 1 - ], - [ - "face", - 1 - ], - [ - "can", - 1 - ], - [ - "through", - 1 - ], - [ - "Stronger", - 1 - ], - [ - "than", - 1 - ], - [ - "were", - 1 - ], - [ - "before,", - 1 - ], - [ - "Make", - 1 - ], - [ - "something", - 1 - ], - [ - "more,", - 1 - ], - [ - "Don't", - 1 - ], - [ - "But,", - 1 - ], - [ - "don't", - 1 - ], - [ - "We're", - 1 - ], - [ - "only", - 1 - ], - [ - "learning", - 1 - ], - [ - "then", - 1 - ], - [ - "How", - 1 - ], - [ - "mis-", - 1 - ], - [ - "mistakes,", - 1 - ], - [ - "again", - 1 - ], - [ - "(The", - 1 - ], - [ - "mistakes)", - 1 - ], - [ - "change)", - 1 - ], - [ - "same)", - 1 - ], - [ - "(Crazy", - 1 - ], - [ - "is)", - 1 - ], - [ - "(There's", - 1 - ], - [ - "fix)", - 1 - ], - [ - "(Oh)", - 1 - ], - [ - "(Everything", - 1 - ], - [ - "okay)", - 1 - ] - ], - [ - [ - "save", - 23 - ], - [ - "you", - 18 - ], - [ - "I", - 14 - ], - [ - "ya", - 11 - ], - [ - "ya,", - 10 - ], - [ - "wanna", - 9 - ], - [ - "tonight", - 9 - ], - [ - "I,", - 7 - ], - [ - "your", - 6 - ], - [ - "be", - 6 - ], - [ - "I'll", - 5 - ], - [ - "Wanna", - 4 - ], - [ - "heart", - 4 - ], - [ - "He'll", - 4 - ], - [ - "only", - 4 - ], - [ - "break", - 4 - ], - [ - "Leave", - 4 - ], - [ - "torn", - 4 - ], - [ - "apart,", - 4 - ], - [ - "oh", - 4 - ], - [ - "can't", - 4 - ], - [ - "take", - 4 - ], - [ - "to", - 3 - ], - [ - "me", - 3 - ], - [ - "And", - 3 - ], - [ - "he", - 3 - ], - [ - "no", - 3 - ], - [ - "superman,", - 3 - ], - [ - "But", - 3 - ], - [ - "for", - 3 - ], - [ - "super", - 3 - ], - [ - "human", - 3 - ], - [ - "at", - 2 - ], - [ - "that", - 2 - ], - [ - "yeah", - 2 - ], - [ - "you're", - 2 - ], - [ - "don't", - 2 - ], - [ - "Up,", - 2 - ], - [ - "up", - 2 - ], - [ - "and", - 2 - ], - [ - "away", - 2 - ], - [ - "with", - 2 - ], - [ - "It's", - 1 - ], - [ - "a", - 1 - ], - [ - "quarter", - 1 - ], - [ - "three", - 1 - ], - [ - "sleep", - 1 - ], - [ - "all", - 1 - ], - [ - "He's", - 1 - ], - [ - "so", - 1 - ], - [ - "overrated", - 1 - ], - [ - "If", - 1 - ], - [ - "told", - 1 - ], - [ - "jump,", - 1 - ], - [ - "I'd", - 1 - ], - [ - "the", - 1 - ], - [ - "fall", - 1 - ], - [ - "wouldn't", - 1 - ], - [ - "it", - 1 - ], - [ - "All", - 1 - ], - [ - "want's", - 1 - ], - [ - "under", - 1 - ], - [ - "nose,", - 1 - ], - [ - "You", - 1 - ], - [ - "should", - 1 - ], - [ - "open", - 1 - ], - [ - "eyes", - 1 - ], - [ - "but", - 1 - ], - [ - "they", - 1 - ], - [ - "stay", - 1 - ], - [ - "closed,", - 1 - ], - [ - "closed", - 1 - ], - [ - "Oh", - 1 - ], - [ - "now", - 1 - ], - [ - "home", - 1 - ], - [ - "call", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "adore", - 1 - ], - [ - "To", - 1 - ], - [ - "him", - 1 - ], - [ - "are", - 1 - ], - [ - "just", - 1 - ], - [ - "another", - 1 - ], - [ - "doll", - 1 - ], - [ - "tried", - 1 - ], - [ - "warn", - 1 - ], - [ - "What", - 1 - ], - [ - "want,", - 1 - ], - [ - "what", - 1 - ], - [ - "need", - 1 - ], - [ - "Has", - 1 - ], - [ - "been", - 1 - ], - [ - "right", - 1 - ], - [ - "here,", - 1 - ], - [ - "can", - 1 - ], - [ - "see", - 1 - ], - [ - "holding", - 1 - ], - [ - "back", - 1 - ], - [ - "those", - 1 - ], - [ - "tears,", - 1 - ], - [ - "tears", - 1 - ] - ], - [ - [ - "you", - 16 - ], - [ - "I", - 16 - ], - [ - "a", - 11 - ], - [ - "my", - 11 - ], - [ - "tonight", - 9 - ], - [ - "heart", - 8 - ], - [ - "for", - 7 - ], - [ - "girl", - 7 - ], - [ - "like", - 7 - ], - [ - "With", - 7 - ], - [ - "just", - 7 - ], - [ - "one", - 7 - ], - [ - "look,", - 7 - ], - [ - "and", - 6 - ], - [ - "waiting", - 6 - ], - [ - "to", - 6 - ], - [ - "the", - 6 - ], - [ - "your", - 5 - ], - [ - "around,", - 5 - ], - [ - "You", - 5 - ], - [ - "love", - 5 - ], - [ - "Under", - 4 - ], - [ - "lights", - 4 - ], - [ - "turned", - 4 - ], - [ - "stole", - 4 - ], - [ - "when", - 4 - ], - [ - "saw", - 4 - ], - [ - "face", - 4 - ], - [ - "fell", - 4 - ], - [ - "in", - 4 - ], - [ - "It", - 4 - ], - [ - "took", - 4 - ], - [ - "minute", - 4 - ], - [ - "girl,", - 4 - ], - [ - "steal", - 4 - ], - [ - "Been", - 4 - ], - [ - "on", - 3 - ], - [ - "come", - 3 - ], - [ - "yeah", - 3 - ], - [ - "say", - 3 - ], - [ - "'Cause", - 2 - ], - [ - "look", - 2 - ], - [ - "Don't", - 2 - ], - [ - "know", - 2 - ], - [ - "all", - 2 - ], - [ - "I've", - 2 - ], - [ - "been", - 2 - ], - [ - "ground", - 2 - ], - [ - "no", - 2 - ], - [ - "around", - 2 - ], - [ - "that", - 2 - ], - [ - "here", - 2 - ], - [ - "we", - 2 - ], - [ - "wanna", - 2 - ], - [ - "Waiting", - 1 - ], - [ - "The", - 1 - ], - [ - "light", - 1 - ], - [ - "shines", - 1 - ], - [ - "It's", - 1 - ], - [ - "getting", - 1 - ], - [ - "hot", - 1 - ], - [ - "shoulders.", - 1 - ], - [ - "don't", - 1 - ], - [ - "mind,", - 1 - ], - [ - "this", - 1 - ], - [ - "time", - 1 - ], - [ - "it", - 1 - ], - [ - "doesn't", - 1 - ], - [ - "matter.", - 1 - ], - [ - "friends,", - 1 - ], - [ - "They", - 1 - ], - [ - "good", - 1 - ], - [ - "better.", - 1 - ], - [ - "night", - 1 - ], - [ - "round,", - 1 - ], - [ - "round", - 1 - ], - [ - "To", - 1 - ], - [ - "I'm", - 1 - ], - [ - "weaker", - 1 - ], - [ - "My", - 1 - ], - [ - "worlds", - 1 - ], - [ - "fall", - 1 - ], - [ - "they", - 1 - ], - [ - "hit", - 1 - ], - [ - "Oh", - 1 - ], - [ - "life,", - 1 - ], - [ - "head", - 1 - ], - [ - "fail", - 1 - ], - [ - "me", - 1 - ], - [ - "now", - 1 - ], - [ - "start", - 1 - ], - [ - "'I", - 1 - ], - [ - "think", - 1 - ], - [ - "you'", - 1 - ], - [ - "but", - 1 - ], - [ - "make", - 1 - ], - [ - "sound", - 1 - ], - [ - "'cause", - 1 - ], - [ - "life", - 1 - ], - [ - "There", - 1 - ], - [ - "is", - 1 - ], - [ - "other", - 1 - ], - [ - "place", - 1 - ], - [ - "would", - 1 - ], - [ - "rather", - 1 - ], - [ - "be", - 1 - ], - [ - "Than", - 1 - ], - [ - "right", - 1 - ], - [ - "with", - 1 - ], - [ - "As", - 1 - ], - [ - "lay", - 1 - ], - [ - "put", - 1 - ], - [ - "arms", - 1 - ], - [ - "And", - 1 - ], - [ - "can", - 1 - ], - [ - "stay", - 1 - ], - [ - "there's", - 1 - ], - [ - "so", - 1 - ], - [ - "much", - 1 - ] - ], - [ - [ - "oh", - 30 - ], - [ - "a", - 28 - ], - [ - "I", - 20 - ], - [ - "you", - 14 - ], - [ - "your", - 14 - ], - [ - "I'm", - 12 - ], - [ - "up", - 11 - ], - [ - "Oh", - 10 - ], - [ - "(I'm", - 10 - ], - [ - "thief,", - 10 - ], - [ - "thief)", - 10 - ], - [ - "the", - 9 - ], - [ - "heart", - 9 - ], - [ - "to", - 6 - ], - [ - "'Cause", - 6 - ], - [ - "Every", - 6 - ], - [ - "piece", - 6 - ], - [ - "of", - 6 - ], - [ - "So", - 5 - ], - [ - "put", - 5 - ], - [ - "hands", - 5 - ], - [ - "it's", - 5 - ], - [ - "stand", - 5 - ], - [ - "be", - 5 - ], - [ - "won't", - 4 - ], - [ - "leaving", - 4 - ], - [ - "Till", - 4 - ], - [ - "finish", - 4 - ], - [ - "stealing", - 4 - ], - [ - "know", - 4 - ], - [ - "me", - 4 - ], - [ - "would", - 3 - ], - [ - "it", - 3 - ], - [ - "give", - 3 - ], - [ - "will", - 3 - ], - [ - "stole", - 3 - ], - [ - "my", - 3 - ], - [ - "you,", - 2 - ], - [ - "had", - 2 - ], - [ - "and", - 2 - ], - [ - "make", - 2 - ], - [ - "walk", - 2 - ], - [ - "takes", - 2 - ], - [ - "is", - 2 - ], - [ - "ever", - 2 - ], - [ - "And", - 2 - ], - [ - "can", - 2 - ], - [ - "thief", - 2 - ], - [ - "But", - 2 - ], - [ - "should", - 2 - ], - [ - "part", - 2 - ], - [ - "only", - 2 - ], - [ - "here", - 2 - ], - [ - "Because", - 2 - ], - [ - "From", - 1 - ], - [ - "moment", - 1 - ], - [ - "met", - 1 - ], - [ - "everything", - 1 - ], - [ - "changed", - 1 - ], - [ - "knew", - 1 - ], - [ - "get", - 1 - ], - [ - "whatever", - 1 - ], - [ - "pain", - 1 - ], - [ - "take", - 1 - ], - [ - "mine", - 1 - ], - [ - "(take", - 1 - ], - [ - "mine)", - 1 - ], - [ - "through", - 1 - ], - [ - "desert", - 1 - ], - [ - "down", - 1 - ], - [ - "aisle", - 1 - ], - [ - "swim", - 1 - ], - [ - "all", - 1 - ], - [ - "oceans", - 1 - ], - [ - "just", - 1 - ], - [ - "see", - 1 - ], - [ - "smile", - 1 - ], - [ - "Whatever", - 1 - ], - [ - "fine", - 1 - ], - [ - "(whatever", - 1 - ], - [ - "fine)", - 1 - ], - [ - "heart's", - 1 - ], - [ - "been", - 1 - ], - [ - "broken", - 1 - ], - [ - "but", - 1 - ], - [ - "don't", - 1 - ], - [ - "I'll", - 1 - ], - [ - "there,", - 1 - ], - [ - "yeah", - 1 - ], - [ - "fix", - 1 - ], - [ - "with", - 1 - ], - [ - "love", - 1 - ], - [ - "It", - 1 - ], - [ - "hurts", - 1 - ], - [ - "think", - 1 - ], - [ - "that", - 1 - ], - [ - "you've", - 1 - ], - [ - "cried", - 1 - ], - [ - "(you've", - 1 - ], - [ - "cried)", - 1 - ], - [ - "steal", - 1 - ], - [ - "us", - 1 - ], - [ - "car", - 1 - ], - [ - "we", - 1 - ], - [ - "drive", - 1 - ], - [ - "stars.", - 1 - ], - [ - "moon.", - 1 - ], - [ - "It's", - 1 - ], - [ - "least", - 1 - ], - [ - "do", - 1 - ], - [ - "If", - 1 - ], - [ - "chance.", - 1 - ], - [ - "You", - 1 - ], - [ - "call", - 1 - ], - [ - "Call", - 1 - ] - ], - [ - [ - "the", - 14 - ], - [ - "be", - 12 - ], - [ - "my", - 11 - ], - [ - "to", - 11 - ], - [ - "your", - 10 - ], - [ - "this", - 9 - ], - [ - "I'll", - 8 - ], - [ - "you", - 7 - ], - [ - "time", - 7 - ], - [ - "in", - 7 - ], - [ - "I", - 6 - ], - [ - "wanna", - 6 - ], - [ - "for", - 6 - ], - [ - "me", - 5 - ], - [ - "My", - 5 - ], - [ - "If", - 4 - ], - [ - "we", - 4 - ], - [ - "could", - 4 - ], - [ - "only", - 4 - ], - [ - "You", - 4 - ], - [ - "know", - 4 - ], - [ - "Your", - 4 - ], - [ - "life,", - 4 - ], - [ - "reason", - 4 - ], - [ - "love,", - 4 - ], - [ - "heart", - 4 - ], - [ - "Is", - 4 - ], - [ - "breathing", - 4 - ], - [ - "Moment", - 4 - ], - [ - "find", - 4 - ], - [ - "words", - 4 - ], - [ - "say", - 4 - ], - [ - "Before", - 4 - ], - [ - "leave", - 4 - ], - [ - "today", - 4 - ], - [ - "turn", - 3 - ], - [ - "harder", - 3 - ], - [ - "back", - 3 - ], - [ - "voice,", - 3 - ], - [ - "Don't", - 3 - ], - [ - "a", - 3 - ], - [ - "of", - 3 - ], - [ - "with", - 2 - ], - [ - "feel", - 2 - ], - [ - "It", - 2 - ], - [ - "makes", - 2 - ], - [ - "And", - 2 - ], - [ - "tears", - 2 - ], - [ - "stream", - 2 - ], - [ - "down", - 2 - ], - [ - "face", - 2 - ], - [ - "have", - 2 - ], - [ - "life", - 2 - ], - [ - "one", - 2 - ], - [ - "more", - 2 - ], - [ - "day", - 2 - ], - [ - "numb", - 2 - ], - [ - "There's", - 2 - ], - [ - "Shut", - 1 - ], - [ - "door,", - 1 - ], - [ - "light", - 1 - ], - [ - "off", - 1 - ], - [ - "love", - 1 - ], - [ - "lay", - 1 - ], - [ - "beside", - 1 - ], - [ - "cannot", - 1 - ], - [ - "hide", - 1 - ], - [ - "even", - 1 - ], - [ - "though", - 1 - ], - [ - "try", - 1 - ], - [ - "Heart", - 1 - ], - [ - "beats", - 1 - ], - [ - "Time", - 1 - ], - [ - "escapes", - 1 - ], - [ - "Trembling", - 1 - ], - [ - "hands", - 1 - ], - [ - "touch", - 1 - ], - [ - "skin", - 1 - ], - [ - "Close", - 1 - ], - [ - "door", - 1 - ], - [ - "Throw", - 1 - ], - [ - "key", - 1 - ], - [ - "reminded", - 1 - ], - [ - "seen", - 1 - ], - [ - "without", - 1 - ], - [ - "judgement's", - 1 - ], - [ - "clouded", - 1 - ], - [ - "Like", - 1 - ], - [ - "tonight's", - 1 - ], - [ - "sky", - 1 - ], - [ - "Hands", - 1 - ], - [ - "are", - 1 - ], - [ - "silent", - 1 - ], - [ - "Voice", - 1 - ], - [ - "is", - 1 - ], - [ - "Try", - 1 - ], - [ - "scream", - 1 - ], - [ - "out", - 1 - ], - [ - "lungs", - 1 - ], - [ - "Flashing", - 1 - ], - [ - "lights", - 1 - ], - [ - "mind", - 1 - ], - [ - "Going", - 1 - ], - [ - "Playing", - 1 - ], - [ - "games", - 1 - ], - [ - "street", - 1 - ], - [ - "Kicking", - 1 - ], - [ - "balls", - 1 - ], - [ - "feet", - 1 - ], - [ - "toes", - 1 - ], - [ - "Standing", - 1 - ], - [ - "close", - 1 - ], - [ - "edge", - 1 - ], - [ - "pile", - 1 - ], - [ - "clothes", - 1 - ], - [ - "At", - 1 - ], - [ - "end", - 1 - ], - [ - "bed", - 1 - ], - [ - "As", - 1 - ], - [ - "myself", - 1 - ], - [ - "fall", - 1 - ], - [ - "Make", - 1 - ], - [ - "joke", - 1 - ], - [ - "it", - 1 - ], - [ - "all", - 1 - ], - [ - "voice", - 1 - ] - ], - [ - [ - "I'll", - 34 - ], - [ - "you", - 33 - ], - [ - "to", - 18 - ], - [ - "another", - 15 - ], - [ - "world", - 15 - ], - [ - "know", - 13 - ], - [ - "take", - 13 - ], - [ - "You", - 12 - ], - [ - "never", - 11 - ], - [ - "stop", - 11 - ], - [ - "up,", - 10 - ], - [ - "lift", - 7 - ], - [ - "me", - 7 - ], - [ - "in", - 6 - ], - [ - "let", - 6 - ], - [ - "I", - 4 - ], - [ - "it", - 4 - ], - [ - "build", - 4 - ], - [ - "I'm", - 3 - ], - [ - "just", - 3 - ], - [ - "the", - 3 - ], - [ - "Just", - 3 - ], - [ - "Everyday,", - 3 - ], - [ - "every", - 3 - ], - [ - "way", - 3 - ], - [ - "Oh", - 3 - ], - [ - "Take", - 3 - ], - [ - "not", - 2 - ], - [ - "me,", - 2 - ], - [ - "you,", - 2 - ], - [ - "a", - 2 - ], - [ - "girl", - 2 - ], - [ - "believe", - 2 - ], - [ - "Words", - 2 - ], - [ - "will", - 2 - ], - [ - "be", - 2 - ], - [ - "words", - 2 - ], - [ - "Till", - 2 - ], - [ - "bring", - 2 - ], - [ - "them,", - 2 - ], - [ - "life", - 2 - ], - [ - "for", - 2 - ], - [ - "hey", - 2 - ], - [ - "and", - 2 - ], - [ - "show", - 2 - ], - [ - "It's", - 1 - ], - [ - "it's", - 1 - ], - [ - "there's", - 1 - ], - [ - "reason", - 1 - ], - [ - "tryna'", - 1 - ], - [ - "read", - 1 - ], - [ - "signals", - 1 - ], - [ - "receiving", - 1 - ], - [ - "like", - 1 - ], - [ - "stone", - 1 - ], - [ - "on", - 1 - ], - [ - "fire", - 1 - ], - [ - "can", - 1 - ], - [ - "feel", - 1 - ], - [ - "it?", - 1 - ], - [ - "don't", - 1 - ], - [ - "about", - 1 - ], - [ - "but", - 1 - ], - [ - "One", - 1 - ], - [ - "one", - 1 - ], - [ - "whatcha", - 1 - ], - [ - "doing?", - 1 - ], - [ - "Girl", - 1 - ], - [ - "music", - 1 - ], - [ - "sounds", - 1 - ], - [ - "so", - 1 - ], - [ - "good", - 1 - ], - [ - "when", - 1 - ], - [ - "you're", - 1 - ], - [ - "movin'", - 1 - ], - [ - "Let", - 1 - ], - [ - "higher", - 1 - ], - [ - "prove", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "pretty", - 1 - ], - [ - "Baby", - 1 - ], - [ - "find", - 1 - ], - [ - "out", - 1 - ], - [ - "your", - 1 - ], - [ - "secret", - 1 - ], - [ - "that", - 1 - ], - [ - "keep", - 1 - ], - [ - "Close", - 1 - ], - [ - "my", - 1 - ], - [ - "heart,", - 1 - ], - [ - "jump", - 1 - ], - [ - "deep", - 1 - ], - [ - "end", - 1 - ], - [ - "what", - 1 - ], - [ - "meaning", - 1 - ], - [ - "up", - 1 - ] - ], - [ - [ - "na,", - 22 - ], - [ - "like-", - 16 - ], - [ - "yeah,", - 16 - ], - [ - "na", - 11 - ], - [ - "We", - 9 - ], - [ - "up", - 9 - ], - [ - "Then,", - 8 - ], - [ - "we're", - 8 - ], - [ - "yeah", - 8 - ], - [ - "make", - 7 - ], - [ - "we", - 7 - ], - [ - "the", - 6 - ], - [ - "you", - 6 - ], - [ - "it", - 6 - ], - [ - "when", - 6 - ], - [ - "We've", - 4 - ], - [ - "got", - 4 - ], - [ - "me", - 4 - ], - [ - "I", - 4 - ], - [ - "We're", - 4 - ], - [ - "Always", - 4 - ], - [ - "You", - 3 - ], - [ - "say", - 3 - ], - [ - "and", - 3 - ], - [ - "break", - 3 - ], - [ - "all", - 3 - ], - [ - "time", - 3 - ], - [ - "No,", - 3 - ], - [ - "can't", - 3 - ], - [ - "our", - 3 - ], - [ - "minds", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "think", - 3 - ], - [ - "right", - 3 - ], - [ - "go-", - 3 - ], - [ - "a", - 2 - ], - [ - "to", - 2 - ], - [ - "Then", - 2 - ], - [ - "it's", - 2 - ], - [ - "But", - 2 - ], - [ - "that", - 2 - ], - [ - "But,", - 2 - ], - [ - "Girl,", - 2 - ], - [ - "do", - 2 - ], - [ - "drives", - 2 - ], - [ - "bit", - 1 - ], - [ - "of", - 1 - ], - [ - "love/hate", - 1 - ], - [ - "take", - 1 - ], - [ - "edge", - 1 - ], - [ - "hit", - 1 - ], - [ - "breaks", - 1 - ], - [ - "over", - 1 - ], - [ - "one", - 1 - ], - [ - "day", - 1 - ], - [ - "then", - 1 - ], - [ - "I'm", - 1 - ], - [ - "crawling", - 1 - ], - [ - "back", - 1 - ], - [ - "Begging", - 1 - ], - [ - "stay", - 1 - ], - [ - "I'll", - 1 - ], - [ - "hate", - 1 - ], - [ - "song", - 1 - ], - [ - "you'll", - 1 - ], - [ - "go", - 1 - ], - [ - "request", - 1 - ], - [ - "The", - 1 - ], - [ - "whole", - 1 - ], - [ - "night", - 1 - ], - [ - "long", - 1 - ], - [ - "Some", - 1 - ], - [ - "people", - 1 - ], - [ - "so", - 1 - ], - [ - "wrong", - 1 - ], - [ - "even", - 1 - ], - [ - "fight", - 1 - ], - [ - "turn", - 1 - ], - [ - "on", - 1 - ], - [ - "wanna", - 1 - ], - [ - "party", - 1 - ], - [ - "too", - 1 - ], - [ - "late", - 1 - ], - [ - "same", - 1 - ], - [ - "All", - 1 - ], - [ - "is", - 1 - ], - [ - "complain", - 1 - ], - [ - "know", - 1 - ], - [ - "It", - 1 - ], - [ - "insane", - 1 - ], - [ - "get", - 1 - ], - [ - "with", - 1 - ], - [ - "okay", - 1 - ], - [ - "Oh", - 1 - ], - [ - "whoa,", - 1 - ], - [ - "mad!", - 1 - ] - ], - [ - [ - "yeah", - 41 - ], - [ - "you", - 23 - ], - [ - "me", - 17 - ], - [ - "Baby", - 14 - ], - [ - "take", - 12 - ], - [ - "Yeah", - 11 - ], - [ - "to", - 10 - ], - [ - "want", - 10 - ], - [ - "And", - 9 - ], - [ - "just", - 8 - ], - [ - "say", - 8 - ], - [ - "You", - 7 - ], - [ - "it", - 7 - ], - [ - "kiss", - 7 - ], - [ - "tell", - 6 - ], - [ - "get", - 5 - ], - [ - "if", - 5 - ], - [ - "don't", - 5 - ], - [ - "let", - 5 - ], - [ - "Oh", - 4 - ], - [ - "time", - 4 - ], - [ - "we", - 4 - ], - [ - "Tou-ou-ouch", - 4 - ], - [ - "this", - 4 - ], - [ - "kinda", - 4 - ], - [ - "Ru-u-ush", - 4 - ], - [ - "If", - 4 - ], - [ - "slow", - 4 - ], - [ - "home", - 4 - ], - [ - "I", - 3 - ], - [ - "wanna", - 3 - ], - [ - "your", - 3 - ], - [ - "on", - 3 - ], - [ - "shout", - 3 - ], - [ - "So", - 3 - ], - [ - "girl", - 3 - ], - [ - "every", - 3 - ], - [ - "over", - 3 - ], - [ - "mine", - 3 - ], - [ - "that", - 2 - ], - [ - "out", - 2 - ], - [ - "any", - 2 - ], - [ - "I'll", - 2 - ], - [ - "there,", - 2 - ], - [ - "me,", - 2 - ], - [ - "out,", - 2 - ], - [ - "too", - 2 - ], - [ - "Let's", - 2 - ], - [ - "make", - 2 - ], - [ - "a", - 2 - ], - [ - "move", - 2 - ], - [ - "Come", - 2 - ], - [ - "come", - 2 - ], - [ - "here,", - 2 - ], - [ - "be", - 2 - ], - [ - "tonight,", - 2 - ], - [ - "Let", - 2 - ], - [ - "you,", - 2 - ], - [ - "anywhere", - 1 - ], - [ - "you'd", - 1 - ], - [ - "like", - 1 - ], - [ - "We", - 1 - ], - [ - "could", - 1 - ], - [ - "go", - 1 - ], - [ - "day,", - 1 - ], - [ - "night", - 1 - ], - [ - "there", - 1 - ], - [ - "how", - 1 - ], - [ - "turn", - 1 - ], - [ - "love", - 1 - ], - [ - "can", - 1 - ], - [ - "get,", - 1 - ], - [ - "anything", - 1 - ], - [ - "baby,", - 1 - ], - [ - "baby", - 1 - ], - [ - "know", - 1 - ], - [ - "got", - 1 - ], - [ - "what", - 1 - ], - [ - "need", - 1 - ], - [ - "Lookin'", - 1 - ], - [ - "so", - 1 - ], - [ - "good", - 1 - ], - [ - "from", - 1 - ], - [ - "head", - 1 - ], - [ - "feet", - 1 - ], - [ - "here", - 1 - ], - [ - "show", - 1 - ], - [ - "off", - 1 - ], - [ - "all", - 1 - ], - [ - "of", - 1 - ], - [ - "my", - 1 - ], - [ - "friends", - 1 - ], - [ - "Makin'", - 1 - ], - [ - "them", - 1 - ], - [ - "drool", - 1 - ], - [ - "down", - 1 - ], - [ - "their", - 1 - ], - [ - "chinny", - 1 - ], - [ - "chin", - 1 - ], - [ - "chins", - 1 - ], - [ - "tonight", - 1 - ], - [ - "Every", - 1 - ] - ] - ] - }, - { - "Take Me Home [2013]": [ - "No Lyrics", - [ - [ - "yeah", - 41 - ], - [ - "you", - 23 - ], - [ - "me", - 17 - ], - [ - "Baby", - 14 - ], - [ - "take", - 12 - ], - [ - "Yeah", - 11 - ], - [ - "to", - 10 - ], - [ - "want", - 10 - ], - [ - "And", - 9 - ], - [ - "just", - 8 - ], - [ - "say", - 8 - ], - [ - "You", - 7 - ], - [ - "it", - 7 - ], - [ - "kiss", - 7 - ], - [ - "tell", - 6 - ], - [ - "get", - 5 - ], - [ - "if", - 5 - ], - [ - "don't", - 5 - ], - [ - "let", - 5 - ], - [ - "Oh", - 4 - ], - [ - "time", - 4 - ], - [ - "we", - 4 - ], - [ - "Tou-ou-ouch", - 4 - ], - [ - "this", - 4 - ], - [ - "kinda", - 4 - ], - [ - "Ru-u-ush", - 4 - ], - [ - "If", - 4 - ], - [ - "slow", - 4 - ], - [ - "home", - 4 - ], - [ - "I", - 3 - ], - [ - "wanna", - 3 - ], - [ - "your", - 3 - ], - [ - "on", - 3 - ], - [ - "shout", - 3 - ], - [ - "So", - 3 - ], - [ - "girl", - 3 - ], - [ - "every", - 3 - ], - [ - "over", - 3 - ], - [ - "mine", - 3 - ], - [ - "that", - 2 - ], - [ - "out", - 2 - ], - [ - "any", - 2 - ], - [ - "I'll", - 2 - ], - [ - "there,", - 2 - ], - [ - "me,", - 2 - ], - [ - "out,", - 2 - ], - [ - "too", - 2 - ], - [ - "Let's", - 2 - ], - [ - "make", - 2 - ], - [ - "a", - 2 - ], - [ - "move", - 2 - ], - [ - "Come", - 2 - ], - [ - "come", - 2 - ], - [ - "here,", - 2 - ], - [ - "be", - 2 - ], - [ - "tonight,", - 2 - ], - [ - "Let", - 2 - ], - [ - "you,", - 2 - ], - [ - "anywhere", - 1 - ], - [ - "you'd", - 1 - ], - [ - "like", - 1 - ], - [ - "We", - 1 - ], - [ - "could", - 1 - ], - [ - "go", - 1 - ], - [ - "day,", - 1 - ], - [ - "night", - 1 - ], - [ - "there", - 1 - ], - [ - "how", - 1 - ], - [ - "turn", - 1 - ], - [ - "love", - 1 - ], - [ - "can", - 1 - ], - [ - "get,", - 1 - ], - [ - "anything", - 1 - ], - [ - "baby,", - 1 - ], - [ - "baby", - 1 - ], - [ - "know", - 1 - ], - [ - "got", - 1 - ], - [ - "what", - 1 - ], - [ - "need", - 1 - ], - [ - "Lookin'", - 1 - ], - [ - "so", - 1 - ], - [ - "good", - 1 - ], - [ - "from", - 1 - ], - [ - "head", - 1 - ], - [ - "feet", - 1 - ], - [ - "here", - 1 - ], - [ - "show", - 1 - ], - [ - "off", - 1 - ], - [ - "all", - 1 - ], - [ - "of", - 1 - ], - [ - "my", - 1 - ], - [ - "friends", - 1 - ], - [ - "Makin'", - 1 - ], - [ - "them", - 1 - ], - [ - "drool", - 1 - ], - [ - "down", - 1 - ], - [ - "their", - 1 - ], - [ - "chinny", - 1 - ], - [ - "chin", - 1 - ], - [ - "chins", - 1 - ], - [ - "tonight", - 1 - ], - [ - "Every", - 1 - ] - ], - [ - [ - "you", - 20 - ], - [ - "to", - 12 - ], - [ - "I", - 11 - ], - [ - "And", - 9 - ], - [ - "your", - 9 - ], - [ - "love", - 9 - ], - [ - "in", - 8 - ], - [ - "little", - 8 - ], - [ - "things", - 8 - ], - [ - "But", - 7 - ], - [ - "of", - 7 - ], - [ - "these", - 7 - ], - [ - "it's", - 6 - ], - [ - "I'm", - 6 - ], - [ - "the", - 6 - ], - [ - "all", - 6 - ], - [ - "never", - 6 - ], - [ - "It's", - 6 - ], - [ - "up", - 5 - ], - [ - "let", - 5 - ], - [ - "me", - 4 - ], - [ - "know", - 4 - ], - [ - "Slip", - 4 - ], - [ - "out", - 4 - ], - [ - "my", - 4 - ], - [ - "mouth", - 4 - ], - [ - "They", - 4 - ], - [ - "add", - 4 - ], - [ - "with", - 4 - ], - [ - "loved", - 3 - ], - [ - "won't", - 3 - ], - [ - "if", - 3 - ], - [ - "You", - 3 - ], - [ - "yourself", - 3 - ], - [ - "Your", - 2 - ], - [ - "just", - 2 - ], - [ - "for", - 2 - ], - [ - "on", - 2 - ], - [ - "it", - 2 - ], - [ - "makes", - 2 - ], - [ - "sense", - 2 - ], - [ - "you've", - 2 - ], - [ - "The", - 2 - ], - [ - "Oh", - 2 - ], - [ - "want", - 2 - ], - [ - "much", - 2 - ], - [ - "true", - 2 - ], - [ - "You'll", - 2 - ], - [ - "as", - 2 - ], - [ - "hand", - 1 - ], - [ - "fits", - 1 - ], - [ - "mine", - 1 - ], - [ - "Like", - 1 - ], - [ - "made", - 1 - ], - [ - "bear", - 1 - ], - [ - "this", - 1 - ], - [ - "mind", - 1 - ], - [ - "It", - 1 - ], - [ - "was", - 1 - ], - [ - "meant", - 1 - ], - [ - "be", - 1 - ], - [ - "joining", - 1 - ], - [ - "dots", - 1 - ], - [ - "With", - 1 - ], - [ - "freckles", - 1 - ], - [ - "cheeks", - 1 - ], - [ - "crinkles", - 1 - ], - [ - "by", - 1 - ], - [ - "eyes", - 1 - ], - [ - "When", - 1 - ], - [ - "smile", - 1 - ], - [ - "You've", - 1 - ], - [ - "stomach", - 1 - ], - [ - "or", - 1 - ], - [ - "thighs", - 1 - ], - [ - "dimples", - 1 - ], - [ - "back", - 1 - ], - [ - "At", - 1 - ], - [ - "bottom", - 1 - ], - [ - "spine", - 1 - ], - [ - "I'll", - 1 - ], - [ - "them", - 1 - ], - [ - "endlessly", - 1 - ], - [ - "do", - 1 - ], - [ - "can't", - 1 - ], - [ - "go", - 1 - ], - [ - "bed", - 1 - ], - [ - "Without", - 1 - ], - [ - "a", - 1 - ], - [ - "cup", - 1 - ], - [ - "tea", - 1 - ], - [ - "maybe", - 1 - ], - [ - "that's", - 1 - ], - [ - "reason", - 1 - ], - [ - "That", - 1 - ], - [ - "talk", - 1 - ], - [ - "sleep", - 1 - ], - [ - "those", - 1 - ], - [ - "conversations", - 1 - ], - [ - "Are", - 1 - ], - [ - "secrets", - 1 - ], - [ - "that", - 1 - ], - [ - "keep", - 1 - ], - [ - "Though", - 1 - ], - [ - "no", - 1 - ], - [ - "sound", - 1 - ], - [ - "voice", - 1 - ], - [ - "tape", - 1 - ], - [ - "how", - 1 - ], - [ - "weigh", - 1 - ], - [ - "still", - 1 - ], - [ - "have", - 1 - ], - [ - "squeeze", - 1 - ], - [ - "into", - 1 - ], - [ - "jeans", - 1 - ], - [ - "you're", - 1 - ], - [ - "perfect", - 1 - ], - [ - "Half", - 1 - ], - [ - "treat", - 1 - ], - [ - "right", - 1 - ], - [ - "darlin'", - 1 - ], - [ - "If", - 1 - ], - [ - "here", - 1 - ], - [ - "Maybe", - 1 - ], - [ - "you'll", - 1 - ], - [ - "like", - 1 - ], - [ - "Oh...", - 1 - ], - [ - "I've", - 1 - ], - [ - "'Cause", - 1 - ] - ], - "No Lyrics", - [ - [ - "to", - 28 - ], - [ - "be", - 25 - ], - [ - "I", - 18 - ], - [ - "want", - 16 - ], - [ - "you", - 15 - ], - [ - "last", - 15 - ], - [ - "first", - 13 - ], - [ - "yeah", - 12 - ], - [ - "me", - 12 - ], - [ - "Baby", - 11 - ], - [ - "your", - 11 - ], - [ - "kiss", - 9 - ], - [ - "last,", - 8 - ], - [ - "let", - 8 - ], - [ - "Your", - 7 - ], - [ - "the", - 6 - ], - [ - "it", - 5 - ], - [ - "me,", - 4 - ], - [ - "yeah?", - 4 - ], - [ - "a", - 4 - ], - [ - "what", - 4 - ], - [ - "If", - 4 - ], - [ - "this", - 4 - ], - [ - "Girl,", - 3 - ], - [ - "would", - 3 - ], - [ - "do?", - 3 - ], - [ - "Would", - 3 - ], - [ - "stay?", - 3 - ], - [ - "were", - 3 - ], - [ - "Let", - 3 - ], - [ - "first,", - 3 - ], - [ - "Want", - 3 - ], - [ - "Take", - 3 - ], - [ - "all", - 3 - ], - [ - "way", - 3 - ], - [ - "like", - 3 - ], - [ - "And", - 3 - ], - [ - "if", - 3 - ], - [ - "only", - 3 - ], - [ - "knew", - 3 - ], - [ - "tell", - 3 - ], - [ - "I'm", - 3 - ], - [ - "know", - 2 - ], - [ - "What", - 2 - ], - [ - "when", - 2 - ], - [ - "Is", - 2 - ], - [ - "Are", - 2 - ], - [ - "thinking", - 2 - ], - [ - "of", - 2 - ], - [ - "say...", - 2 - ], - [ - "Maybe", - 2 - ], - [ - "just", - 2 - ], - [ - "fool,", - 2 - ], - [ - "oh", - 2 - ], - [ - "I,", - 1 - ], - [ - "think", - 1 - ], - [ - "you're", - 1 - ], - [ - "alone", - 1 - ], - [ - "Oh,", - 1 - ], - [ - "we've", - 1 - ], - [ - "been", - 1 - ], - [ - "friends", - 1 - ], - [ - "now", - 1 - ], - [ - "for", - 1 - ], - [ - "while", - 1 - ], - [ - "that", - 1 - ], - [ - "smile", - 1 - ], - [ - "change", - 1 - ], - [ - "afraid", - 1 - ], - [ - "you'll", - 1 - ], - [ - "run", - 1 - ], - [ - "away", - 1 - ], - [ - "I've", - 1 - ], - [ - "wanted", - 1 - ], - [ - "got", - 1 - ], - [ - "wait", - 1 - ], - [ - "is", - 1 - ], - [ - "mistake", - 1 - ], - [ - "yeah,", - 1 - ], - [ - "say", - 1 - ], - [ - "kiss!", - 1 - ] - ], - [ - [ - "you", - 20 - ], - [ - "me", - 11 - ], - [ - "I'm", - 10 - ], - [ - "a", - 9 - ], - [ - "I", - 8 - ], - [ - "be", - 8 - ], - [ - "like", - 8 - ], - [ - "heart", - 8 - ], - [ - "You're", - 7 - ], - [ - "attack", - 7 - ], - [ - "to", - 6 - ], - [ - "Ow!", - 6 - ], - [ - "Getting", - 6 - ], - [ - "over", - 6 - ], - [ - "all", - 6 - ], - [ - "ever", - 5 - ], - [ - "don't", - 4 - ], - [ - "and", - 4 - ], - [ - "the", - 4 - ], - [ - "tryin'", - 4 - ], - [ - "ow!", - 4 - ], - [ - "giving", - 4 - ], - [ - "you're", - 4 - ], - [ - "But", - 3 - ], - [ - "with", - 3 - ], - [ - "him", - 3 - ], - [ - "Just", - 3 - ], - [ - "feel", - 3 - ], - [ - "right", - 3 - ], - [ - "And", - 3 - ], - [ - "Never", - 3 - ], - [ - "thought", - 3 - ], - [ - "it'd", - 3 - ], - [ - "hurt", - 3 - ], - [ - "so", - 3 - ], - [ - "bad", - 3 - ], - [ - "do", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "wanted,", - 3 - ], - [ - "Thought", - 3 - ], - [ - "would", - 3 - ], - [ - "one", - 3 - ], - [ - "Giving", - 3 - ], - [ - "Yeah", - 3 - ], - [ - "oh", - 3 - ], - [ - "Baby", - 2 - ], - [ - "yeah", - 2 - ], - [ - "your", - 2 - ], - [ - "just", - 2 - ], - [ - "okay", - 2 - ], - [ - "alright", - 2 - ], - [ - "seein'", - 2 - ], - [ - "it's", - 2 - ], - [ - "...", - 2 - ], - [ - "now", - 2 - ], - [ - "that", - 2 - ], - [ - "Looking", - 2 - ], - [ - "look", - 2 - ], - [ - "got", - 1 - ], - [ - "sick", - 1 - ], - [ - "know", - 1 - ], - [ - "what", - 1 - ], - [ - "did", - 1 - ], - [ - "Need", - 1 - ], - [ - "take", - 1 - ], - [ - "break", - 1 - ], - [ - "figure", - 1 - ], - [ - "it", - 1 - ], - [ - "out,", - 1 - ], - [ - "Got", - 1 - ], - [ - "voice", - 1 - ], - [ - "in", - 1 - ], - [ - "my", - 1 - ], - [ - "head", - 1 - ], - [ - "Sayin'", - 1 - ], - [ - "\"let's", - 1 - ], - [ - "friends\"", - 1 - ], - [ - "Can't", - 1 - ], - [ - "believe", - 1 - ], - [ - "words", - 1 - ], - [ - "came", - 1 - ], - [ - "out", - 1 - ], - [ - "of", - 1 - ], - [ - "mouth,", - 1 - ], - [ - "Lookin'", - 1 - ], - [ - "gone", - 1 - ], - [ - "can't", - 1 - ], - [ - "stand", - 1 - ], - [ - "dumb", - 1 - ], - [ - "love", - 1 - ], - [ - "songs", - 1 - ], - [ - "Missing", - 1 - ], - [ - "is", - 1 - ], - [ - "thinkin'", - 1 - ], - [ - "about,", - 1 - ], - [ - "yeah.", - 1 - ], - [ - "Everyone's", - 1 - ], - [ - "telling", - 1 - ], - [ - "too", - 1 - ], - [ - "blind", - 1 - ], - [ - "see", - 1 - ], - [ - "How", - 1 - ], - [ - "messed", - 1 - ], - [ - "up,", - 1 - ], - [ - "better", - 1 - ], - [ - "off", - 1 - ], - [ - "Oh,", - 1 - ], - [ - "every", - 1 - ], - [ - "time", - 1 - ], - [ - "that,", - 1 - ], - [ - "givin'", - 1 - ], - [ - "attack.", - 1 - ], - [ - "seeing", - 1 - ], - [ - "it's...", - 1 - ], - [ - "wanted.", - 1 - ], - [ - "Everytime", - 1 - ], - [ - "wanted", - 1 - ], - [ - "OooW!", - 1 - ] - ], - [ - [ - "rock", - 36 - ], - [ - "you", - 27 - ], - [ - "I", - 25 - ], - [ - "me,", - 24 - ], - [ - "to", - 23 - ], - [ - "me", - 22 - ], - [ - "want", - 19 - ], - [ - "yeah", - 14 - ], - [ - "the", - 13 - ], - [ - "R-O-C-K", - 6 - ], - [ - "we", - 4 - ], - [ - "hit", - 4 - ], - [ - "pedal,", - 4 - ], - [ - "heavy", - 4 - ], - [ - "metal", - 4 - ], - [ - "Show", - 4 - ], - [ - "care", - 4 - ], - [ - "again", - 4 - ], - [ - "was", - 3 - ], - [ - "as", - 3 - ], - [ - "at", - 3 - ], - [ - "summer", - 2 - ], - [ - "Want", - 2 - ], - [ - "back", - 2 - ], - [ - "my", - 2 - ], - [ - "never", - 2 - ], - [ - "used", - 2 - ], - [ - "think", - 2 - ], - [ - "that", - 2 - ], - [ - "better", - 2 - ], - [ - "alone", - 2 - ], - [ - "Why", - 2 - ], - [ - "did", - 2 - ], - [ - "ever", - 2 - ], - [ - "let", - 2 - ], - [ - "go?", - 2 - ], - [ - "Under", - 2 - ], - [ - "moonlight", - 2 - ], - [ - "stared", - 2 - ], - [ - "sea", - 2 - ], - [ - "The", - 2 - ], - [ - "words", - 2 - ], - [ - "whispered", - 2 - ], - [ - "will", - 2 - ], - [ - "always", - 2 - ], - [ - "believe", - 2 - ], - [ - "were", - 2 - ], - [ - "again,", - 2 - ], - [ - "Do", - 1 - ], - [ - "remember", - 1 - ], - [ - "'09?", - 1 - ], - [ - "go", - 1 - ], - [ - "there", - 1 - ], - [ - "every", - 1 - ], - [ - "night", - 1 - ], - [ - "Just", - 1 - ], - [ - "can't", - 1 - ], - [ - "lie,", - 1 - ], - [ - "it", - 1 - ], - [ - "best", - 1 - ], - [ - "time", - 1 - ], - [ - "of", - 1 - ], - [ - "life", - 1 - ], - [ - "Lying", - 1 - ], - [ - "on", - 1 - ], - [ - "beach", - 1 - ], - [ - "sun", - 1 - ], - [ - "blew", - 1 - ], - [ - "out", - 1 - ], - [ - "Playing", - 1 - ], - [ - "this", - 1 - ], - [ - "guitar", - 1 - ], - [ - "by", - 1 - ], - [ - "fire", - 1 - ], - [ - "too", - 1 - ], - [ - "loud", - 1 - ], - [ - "Oh", - 1 - ], - [ - "my,", - 1 - ], - [ - "they", - 1 - ], - [ - "can", - 1 - ], - [ - "shut", - 1 - ], - [ - "us", - 1 - ], - [ - "down", - 1 - ], - [ - "Yeah", - 1 - ], - [ - "together", - 1 - ], - [ - "'09", - 1 - ], - [ - "roll", - 1 - ], - [ - "like", - 1 - ], - [ - "pressing", - 1 - ], - [ - "rewind", - 1 - ], - [ - "You", - 1 - ], - [ - "mine", - 1 - ], - [ - "and", - 1 - ], - [ - "said", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "(Better", - 1 - ], - [ - "alone)", - 1 - ], - [ - "(Let", - 1 - ], - [ - "go)", - 1 - ], - [ - "(Stared", - 1 - ], - [ - "sea)", - 1 - ] - ], - [ - [ - "you", - 15 - ], - [ - "want", - 10 - ], - [ - "to", - 10 - ], - [ - "say", - 8 - ], - [ - "I'll", - 8 - ], - [ - "change", - 8 - ], - [ - "my", - 8 - ], - [ - "mind", - 8 - ], - [ - "I'm", - 7 - ], - [ - "if", - 7 - ], - [ - "me", - 7 - ], - [ - "stay", - 7 - ], - [ - "the", - 6 - ], - [ - "we", - 6 - ], - [ - "baby", - 6 - ], - [ - "But", - 5 - ], - [ - "walking", - 5 - ], - [ - "night", - 4 - ], - [ - "'Cause", - 3 - ], - [ - "I", - 3 - ], - [ - "don't", - 3 - ], - [ - "know", - 3 - ], - [ - "away", - 3 - ], - [ - "If", - 3 - ], - [ - "you'll", - 3 - ], - [ - "be", - 3 - ], - [ - "mine", - 3 - ], - [ - "Won't", - 3 - ], - [ - "go,", - 3 - ], - [ - "won't", - 3 - ], - [ - "go", - 3 - ], - [ - "So", - 3 - ], - [ - "Stay", - 3 - ], - [ - "for", - 3 - ], - [ - "We", - 2 - ], - [ - "on", - 2 - ], - [ - "Never", - 2 - ], - [ - "felt", - 2 - ], - [ - "like", - 2 - ], - [ - "this", - 2 - ], - [ - "before", - 2 - ], - [ - "Are", - 2 - ], - [ - "friends", - 2 - ], - [ - "or", - 2 - ], - [ - "are", - 2 - ], - [ - "more?", - 2 - ], - [ - "As", - 2 - ], - [ - "towards", - 2 - ], - [ - "door", - 2 - ], - [ - "not", - 2 - ], - [ - "sure", - 2 - ], - [ - "The", - 1 - ], - [ - "end", - 1 - ], - [ - "of", - 1 - ], - [ - "should", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "carry", - 1 - ], - [ - "While", - 1 - ], - [ - "everyone's", - 1 - ], - [ - "gone", - 1 - ], - [ - "Lean", - 1 - ], - [ - "in", - 1 - ], - [ - "when", - 1 - ], - [ - "laugh", - 1 - ], - [ - "take", - 1 - ], - [ - "photographs", - 1 - ], - [ - "There's", - 1 - ], - [ - "no", - 1 - ], - [ - "music", - 1 - ], - [ - "dance", - 1 - ], - [ - "alone", - 1 - ], - [ - "Baby", - 1 - ] - ], - [ - [ - "I", - 30 - ], - [ - "he", - 25 - ], - [ - "Would", - 24 - ], - [ - "you", - 17 - ], - [ - "would", - 12 - ], - [ - "in", - 10 - ], - [ - "would,", - 10 - ], - [ - "you?", - 8 - ], - [ - "me", - 7 - ], - [ - "that", - 7 - ], - [ - "say", - 6 - ], - [ - "he's", - 6 - ], - [ - "L-O-V-E?", - 6 - ], - [ - "Well", - 6 - ], - [ - "if", - 6 - ], - [ - "it", - 6 - ], - [ - "was", - 6 - ], - [ - "then", - 6 - ], - [ - "hold", - 6 - ], - [ - "when", - 6 - ], - [ - "you're", - 6 - ], - [ - "feeling", - 6 - ], - [ - "low?", - 6 - ], - [ - "Baby", - 6 - ], - [ - "should", - 6 - ], - [ - "know", - 6 - ], - [ - "my", - 5 - ], - [ - "like", - 5 - ], - [ - "would?", - 4 - ], - [ - "a", - 3 - ], - [ - "I'm", - 3 - ], - [ - "head", - 2 - ], - [ - "your", - 2 - ], - [ - "boyfriend", - 2 - ], - [ - "got", - 2 - ], - [ - "to", - 2 - ], - [ - "were", - 2 - ], - [ - "please", - 2 - ], - [ - "kiss", - 2 - ], - [ - "treat", - 2 - ], - [ - "touch", - 2 - ], - [ - "need", - 2 - ], - [ - "love", - 2 - ], - [ - "Lately", - 1 - ], - [ - "found", - 1 - ], - [ - "myself", - 1 - ], - [ - "thinking", - 1 - ], - [ - "Been", - 1 - ], - [ - "dreaming", - 1 - ], - [ - "about", - 1 - ], - [ - "lot", - 1 - ], - [ - "And", - 1 - ], - [ - "up", - 1 - ], - [ - "But", - 1 - ], - [ - "that's", - 1 - ], - [ - "one", - 1 - ], - [ - "thing", - 1 - ], - [ - "you've", - 1 - ], - [ - "already", - 1 - ], - [ - "He", - 1 - ], - [ - "drives", - 1 - ], - [ - "school", - 1 - ], - [ - "every", - 1 - ], - [ - "morning", - 1 - ], - [ - "While", - 1 - ], - [ - "walk", - 1 - ], - [ - "alone", - 1 - ], - [ - "the", - 1 - ], - [ - "rain", - 1 - ], - [ - "He'd", - 1 - ], - [ - "kill", - 1 - ], - [ - "without", - 1 - ], - [ - "any", - 1 - ], - [ - "warning", - 1 - ], - [ - "If", - 1 - ], - [ - "took", - 1 - ], - [ - "look", - 1 - ], - [ - "brain", - 1 - ], - [ - "Back", - 1 - ], - [ - "we", - 1 - ], - [ - "kissing", - 1 - ], - [ - "thought", - 1 - ], - [ - "things", - 1 - ], - [ - "going", - 1 - ], - [ - "all", - 1 - ], - [ - "right", - 1 - ], - [ - "With", - 1 - ], - [ - "sign", - 1 - ], - [ - "on", - 1 - ], - [ - "back", - 1 - ], - [ - "saying", - 1 - ], - [ - "'kick", - 1 - ], - [ - "me'", - 1 - ], - [ - "Reality", - 1 - ], - [ - "ruined", - 1 - ], - [ - "life", - 1 - ], - [ - "It", - 1 - ], - [ - "feels", - 1 - ], - [ - "constantly", - 1 - ], - [ - "playing", - 1 - ], - [ - "A", - 1 - ], - [ - "game", - 1 - ], - [ - "destined", - 1 - ], - [ - "lose", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "can't", - 1 - ], - [ - "compete", - 1 - ], - [ - "with", - 1 - ], - [ - "He's", - 1 - ], - [ - "27", - 1 - ], - [ - "tattoos", - 1 - ] - ], - [ - [ - "I", - 17 - ], - [ - "you", - 13 - ], - [ - "And", - 12 - ], - [ - "my", - 11 - ], - [ - "the", - 11 - ], - [ - "like", - 10 - ], - [ - "heart", - 10 - ], - [ - "all", - 10 - ], - [ - "this", - 10 - ], - [ - "can", - 9 - ], - [ - "it", - 9 - ], - [ - "start", - 9 - ], - [ - "we", - 8 - ], - [ - "your", - 8 - ], - [ - "broken", - 8 - ], - [ - "might", - 8 - ], - [ - "over", - 7 - ], - [ - "to", - 7 - ], - [ - "a", - 6 - ], - [ - "me", - 6 - ], - [ - "Can", - 6 - ], - [ - "fit", - 5 - ], - [ - "So", - 5 - ], - [ - "again", - 5 - ], - [ - "If", - 5 - ], - [ - "from", - 5 - ], - [ - "make", - 4 - ], - [ - "you're", - 4 - ], - [ - "pretending", - 4 - ], - [ - "With", - 4 - ], - [ - "tight", - 4 - ], - [ - "grip,", - 4 - ], - [ - "then", - 4 - ], - [ - "kiss", - 4 - ], - [ - "mend", - 4 - ], - [ - "miss", - 4 - ], - [ - "everything", - 4 - ], - [ - "said", - 4 - ], - [ - "could", - 4 - ], - [ - "lend", - 4 - ], - [ - "parts", - 4 - ], - [ - "That", - 4 - ], - [ - "will", - 4 - ], - [ - "give", - 4 - ], - [ - "never", - 3 - ], - [ - "her", - 3 - ], - [ - "with", - 3 - ], - [ - "in", - 3 - ], - [ - "that", - 2 - ], - [ - "it's", - 2 - ], - [ - "do", - 2 - ], - [ - "same", - 2 - ], - [ - "know", - 2 - ], - [ - "go", - 2 - ], - [ - "for", - 2 - ], - [ - "or", - 2 - ], - [ - "Said", - 1 - ], - [ - "I'd", - 1 - ], - [ - "leave", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "hands", - 1 - ], - [ - "t-shirt", - 1 - ], - [ - "Tongue-tied", - 1 - ], - [ - "three", - 1 - ], - [ - "words,", - 1 - ], - [ - "cursed", - 1 - ], - [ - "Running", - 1 - ], - [ - "thoughts", - 1 - ], - [ - "feet", - 1 - ], - [ - "hurt", - 1 - ], - [ - "Bodies", - 1 - ], - [ - "intertwined", - 1 - ], - [ - "lips", - 1 - ], - [ - "Now", - 1 - ], - [ - "she's", - 1 - ], - [ - "feeling", - 1 - ], - [ - "so", - 1 - ], - [ - "low", - 1 - ], - [ - "Since", - 1 - ], - [ - "she", - 1 - ], - [ - "went", - 1 - ], - [ - "solo", - 1 - ], - [ - "Hole", - 1 - ], - [ - "middle", - 1 - ], - [ - "of", - 1 - ], - [ - "Polo", - 1 - ], - [ - "no", - 1 - ], - [ - "joke", - 1 - ], - [ - "take", - 1 - ], - [ - "road", - 1 - ], - [ - "Two", - 1 - ], - [ - "days", - 1 - ], - [ - "clothes?", - 1 - ], - [ - "just", - 1 - ], - [ - "what", - 1 - ], - [ - "she'll", - 1 - ], - [ - "say", - 1 - ], - [ - "pain", - 1 - ], - [ - "stop", - 1 - ], - [ - "minute?", - 1 - ], - [ - "You", - 1 - ], - [ - "know,", - 1 - ], - [ - "tell", - 1 - ], - [ - "isn't", - 1 - ], - [ - "Tell", - 1 - ], - [ - "mind,", - 1 - ], - [ - "body", - 1 - ], - [ - "and", - 1 - ], - [ - "spirit", - 1 - ], - [ - "tears", - 1 - ], - [ - "fall", - 1 - ], - [ - "down", - 1 - ], - [ - "Like", - 1 - ], - [ - "showers", - 1 - ], - [ - "are", - 1 - ], - [ - "British", - 1 - ], - [ - "Whether", - 1 - ], - [ - "we're", - 1 - ], - [ - "together", - 1 - ], - [ - "apart", - 1 - ], - [ - "We", - 1 - ], - [ - "both", - 1 - ], - [ - "remove", - 1 - ], - [ - "masks", - 1 - ], - [ - "admit", - 1 - ], - [ - "regret", - 1 - ], - [ - "You'll", - 1 - ], - [ - "how", - 1 - ], - [ - "on", - 1 - ], - [ - "own", - 1 - ], - [ - "you'll", - 1 - ], - [ - "show", - 1 - ], - [ - "weakness", - 1 - ], - [ - "letting", - 1 - ], - [ - "guess", - 1 - ], - [ - "still", - 1 - ], - [ - "hard", - 1 - ], - [ - "if", - 1 - ], - [ - "seed's", - 1 - ], - [ - "sown", - 1 - ], - [ - "But", - 1 - ], - [ - "really", - 1 - ], - [ - "want", - 1 - ], - [ - "be", - 1 - ], - [ - "alone?", - 1 - ] - ], - [ - [ - "for", - 29 - ], - [ - "you", - 28 - ], - [ - "back", - 23 - ], - [ - "you,", - 14 - ], - [ - "coming", - 9 - ], - [ - "I'm", - 7 - ], - [ - "Back", - 7 - ], - [ - "Right", - 7 - ], - [ - "I've", - 6 - ], - [ - "been", - 6 - ], - [ - "So", - 6 - ], - [ - "Lately", - 5 - ], - [ - "going", - 5 - ], - [ - "crazy", - 5 - ], - [ - "I", - 4 - ], - [ - "every", - 4 - ], - [ - "I'll", - 4 - ], - [ - "yeah", - 3 - ], - [ - "Baby,", - 3 - ], - [ - "don't", - 3 - ], - [ - "have", - 3 - ], - [ - "to", - 3 - ], - [ - "worry", - 3 - ], - [ - "be", - 3 - ], - [ - "the", - 2 - ], - [ - "You're", - 2 - ], - [ - "time", - 2 - ], - [ - "me", - 2 - ], - [ - "say", - 2 - ], - [ - "Goodbye", - 2 - ], - [ - "And", - 2 - ], - [ - "Whenever", - 1 - ], - [ - "close", - 1 - ], - [ - "my", - 1 - ], - [ - "eyes", - 1 - ], - [ - "picture", - 1 - ], - [ - "there", - 1 - ], - [ - "looking", - 1 - ], - [ - "out", - 1 - ], - [ - "at", - 1 - ], - [ - "crowd", - 1 - ], - [ - "everywhere", - 1 - ], - [ - "watching", - 1 - ], - [ - "from", - 1 - ], - [ - "stage,", - 1 - ], - [ - "Your", - 1 - ], - [ - "smile", - 1 - ], - [ - "is", - 1 - ], - [ - "on", - 1 - ], - [ - "face", - 1 - ], - [ - "now", - 1 - ], - [ - "But", - 1 - ], - [ - "wake", - 1 - ], - [ - "up", - 1 - ], - [ - "hearing", - 1 - ], - [ - "never", - 1 - ], - [ - "so", - 1 - ], - [ - "into", - 1 - ], - [ - "somebody", - 1 - ], - [ - "before", - 1 - ], - [ - "we", - 1 - ], - [ - "both", - 1 - ], - [ - "touch", - 1 - ], - [ - "only", - 1 - ], - [ - "want", - 1 - ], - [ - "more", - 1 - ], - [ - "tell", - 1 - ], - [ - "nothing's", - 1 - ], - [ - "gonna", - 1 - ], - [ - "change,", - 1 - ], - [ - "won't", - 1 - ], - [ - "ever", - 1 - ], - [ - "walk", - 1 - ], - [ - "away,", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "even", - 1 - ], - [ - "though", - 1 - ], - [ - "night", - 1 - ], - [ - "You'll", - 1 - ], - [ - "know", - 1 - ], - [ - "what", - 1 - ], - [ - "Yeah", - 1 - ], - [ - "am", - 1 - ], - [ - "For", - 1 - ], - [ - "you!", - 1 - ] - ], - "No Lyrics", - [ - [ - "summer", - 11 - ], - [ - "the", - 9 - ], - [ - "will", - 9 - ], - [ - "always", - 8 - ], - [ - "You", - 8 - ], - [ - "my", - 8 - ], - [ - "love", - 8 - ], - [ - "we", - 7 - ], - [ - "that", - 6 - ], - [ - "were", - 6 - ], - [ - "be", - 6 - ], - [ - "you", - 5 - ], - [ - "I", - 5 - ], - [ - "time", - 4 - ], - [ - "it's", - 4 - ], - [ - "But", - 4 - ], - [ - "Don't", - 4 - ], - [ - "promise", - 4 - ], - [ - "know", - 4 - ], - [ - "like", - 4 - ], - [ - "remember", - 4 - ], - [ - "to", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "mine", - 3 - ], - [ - "for", - 3 - ], - [ - "Now", - 3 - ], - [ - "nearly", - 3 - ], - [ - "over", - 3 - ], - [ - "Feels", - 3 - ], - [ - "snow", - 3 - ], - [ - "in", - 3 - ], - [ - "September", - 3 - ], - [ - "you're", - 2 - ], - [ - "your", - 2 - ], - [ - "and", - 2 - ], - [ - "now", - 2 - ], - [ - "say", - 2 - ], - [ - "Just", - 2 - ], - [ - "could", - 2 - ], - [ - "this", - 2 - ], - [ - "any", - 2 - ], - [ - "(Summer", - 2 - ], - [ - "Yeah", - 1 - ], - [ - "Ooh,", - 1 - ], - [ - "ooh", - 1 - ], - [ - "Can't", - 1 - ], - [ - "believe", - 1 - ], - [ - "packing", - 1 - ], - [ - "bags", - 1 - ], - [ - "Trying", - 1 - ], - [ - "so", - 1 - ], - [ - "hard", - 1 - ], - [ - "not", - 1 - ], - [ - "cry", - 1 - ], - [ - "Had", - 1 - ], - [ - "best", - 1 - ], - [ - "worst", - 1 - ], - [ - "have", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "gonna", - 1 - ], - [ - "write", - 1 - ], - [ - "you'll", - 1 - ], - [ - "call", - 1 - ], - [ - "won't", - 1 - ], - [ - "forget", - 1 - ], - [ - "had", - 1 - ], - [ - "it", - 1 - ], - [ - "all", - 1 - ], - [ - "Wish", - 1 - ], - [ - "alone", - 1 - ], - [ - "If", - 1 - ], - [ - "find", - 1 - ], - [ - "some", - 1 - ], - [ - "place", - 1 - ], - [ - "hide", - 1 - ], - [ - "Make", - 1 - ], - [ - "last", - 1 - ], - [ - "just", - 1 - ], - [ - "first", - 1 - ], - [ - "Push", - 1 - ], - [ - "a", - 1 - ], - [ - "button", - 1 - ], - [ - "rewind", - 1 - ], - [ - "word", - 1 - ], - [ - "that's", - 1 - ], - [ - "on", - 1 - ], - [ - "lips", - 1 - ], - [ - "look", - 1 - ], - [ - "at", - 1 - ], - [ - "me", - 1 - ], - [ - "way", - 1 - ], - [ - "when", - 1 - ], - [ - "sky", - 1 - ], - [ - "is", - 1 - ], - [ - "gray", - 1 - ], - [ - "So", - 1 - ], - [ - "please", - 1 - ], - [ - "don't", - 1 - ], - [ - "make", - 1 - ], - [ - "harder", - 1 - ], - [ - "We", - 1 - ], - [ - "can't", - 1 - ], - [ - "take", - 1 - ], - [ - "farther", - 1 - ], - [ - "And", - 1 - ], - [ - "there's", - 1 - ], - [ - "nothing", - 1 - ], - [ - "wanna", - 1 - ], - [ - "change,", - 1 - ], - [ - "change", - 1 - ], - [ - "love!)", - 1 - ], - [ - "love)", - 1 - ] - ], - "No Lyrics", - [ - [ - "I", - 21 - ], - [ - "you", - 16 - ], - [ - "loved", - 11 - ], - [ - "first", - 11 - ], - [ - "the", - 10 - ], - [ - "But", - 9 - ], - [ - "been", - 9 - ], - [ - "Baby,", - 9 - ], - [ - "your", - 8 - ], - [ - "now", - 8 - ], - [ - "Girl,", - 5 - ], - [ - "be", - 5 - ], - [ - "see", - 5 - ], - [ - "it", - 5 - ], - [ - "never", - 5 - ], - [ - "me", - 4 - ], - [ - "to", - 4 - ], - [ - "on", - 4 - ], - [ - "my", - 4 - ], - [ - "this", - 4 - ], - [ - "time", - 4 - ], - [ - "And", - 4 - ], - [ - "I've", - 3 - ], - [ - "waiting", - 3 - ], - [ - "All", - 3 - ], - [ - "finally", - 3 - ], - [ - "say", - 3 - ], - [ - "heart's", - 3 - ], - [ - "taken", - 3 - ], - [ - "nothing", - 3 - ], - [ - "could", - 3 - ], - [ - "worse", - 3 - ], - [ - "Had", - 3 - ], - [ - "chances", - 3 - ], - [ - "Could", - 3 - ], - [ - "have", - 3 - ], - [ - "where", - 3 - ], - [ - "he", - 3 - ], - [ - "is", - 3 - ], - [ - "standing", - 3 - ], - [ - "That's", - 3 - ], - [ - "what", - 3 - ], - [ - "hurts", - 3 - ], - [ - "most", - 3 - ], - [ - "came", - 3 - ], - [ - "so", - 3 - ], - [ - "close", - 3 - ], - [ - "you'll", - 3 - ], - [ - "know", - 3 - ], - [ - "that", - 2 - ], - [ - "should", - 2 - ], - [ - "in", - 2 - ], - [ - "was", - 2 - ], - [ - "one", - 2 - ], - [ - "when", - 2 - ], - [ - "with", - 2 - ], - [ - "him", - 2 - ], - [ - "world", - 2 - ], - [ - "apart", - 2 - ], - [ - "Because", - 2 - ], - [ - "like", - 2 - ], - [ - "The", - 2 - ], - [ - "first,", - 2 - ], - [ - "Driving", - 1 - ], - [ - "house", - 1 - ], - [ - "Knocking", - 1 - ], - [ - "door", - 1 - ], - [ - "Kissing", - 1 - ], - [ - "mouth", - 1 - ], - [ - "Holding", - 1 - ], - [ - "hand", - 1 - ], - [ - "Dancing", - 1 - ], - [ - "dark", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "only", - 1 - ], - [ - "Who", - 1 - ], - [ - "from", - 1 - ], - [ - "start", - 1 - ], - [ - "It", - 1 - ], - [ - "tears", - 1 - ], - [ - "Calling", - 1 - ], - [ - "phone", - 1 - ], - [ - "Saying", - 1 - ], - [ - "you're", - 1 - ], - [ - "I'll", - 1 - ], - [ - "let", - 1 - ], - [ - "go", - 1 - ], - [ - "understood", - 1 - ], - [ - "What", - 1 - ], - [ - "love", - 1 - ], - [ - "really", - 1 - ], - [ - "felt", - 1 - ], - [ - "for", - 1 - ], - [ - "Looking", - 1 - ], - [ - "eyes", - 1 - ], - [ - "My", - 1 - ], - [ - "whole", - 1 - ], - [ - "falls", - 1 - ], - [ - "touch,", - 1 - ], - [ - "kiss", - 1 - ], - [ - "girl", - 1 - ], - [ - "who", - 1 - ], - [ - "made", - 1 - ], - [ - "feel", - 1 - ], - [ - "Heartbreak,", - 1 - ], - [ - "it's", - 1 - ], - [ - "killing", - 1 - ], - [ - "why", - 1 - ], - [ - "can't", - 1 - ], - [ - "see?", - 1 - ], - [ - "first!", - 1 - ], - [ - "oh", - 1 - ], - [ - "yeah", - 1 - ] - ], - [ - [ - "you", - 20 - ], - [ - "me", - 20 - ], - [ - "to", - 14 - ], - [ - "I", - 13 - ], - [ - "it", - 13 - ], - [ - "tearing", - 9 - ], - [ - "one", - 9 - ], - [ - "so", - 8 - ], - [ - "if", - 8 - ], - [ - "when", - 7 - ], - [ - "be", - 6 - ], - [ - "like", - 6 - ], - [ - "ever", - 6 - ], - [ - "in", - 6 - ], - [ - "No", - 6 - ], - [ - "Baby", - 6 - ], - [ - "my", - 6 - ], - [ - "not", - 6 - ], - [ - "even", - 6 - ], - [ - "You're", - 5 - ], - [ - "Now", - 5 - ], - [ - "do", - 5 - ], - [ - "tell", - 5 - ], - [ - "say", - 4 - ], - [ - "And", - 4 - ], - [ - "of", - 4 - ], - [ - "the", - 4 - ], - [ - "Nobody", - 4 - ], - [ - "compares", - 4 - ], - [ - "apart", - 3 - ], - [ - "your", - 3 - ], - [ - "There's", - 3 - ], - [ - "gotta", - 3 - ], - [ - "some", - 3 - ], - [ - "way", - 3 - ], - [ - "To", - 3 - ], - [ - "get", - 3 - ], - [ - "want", - 3 - ], - [ - "before", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "no", - 3 - ], - [ - "looked", - 3 - ], - [ - "good", - 3 - ], - [ - "a", - 3 - ], - [ - "dress", - 3 - ], - [ - "hurts", - 3 - ], - [ - "'cause", - 3 - ], - [ - "know", - 3 - ], - [ - "won't", - 3 - ], - [ - "mine", - 3 - ], - [ - "tonight", - 3 - ], - [ - "makes", - 3 - ], - [ - "feel", - 3 - ], - [ - "smile", - 3 - ], - [ - "how", - 3 - ], - [ - "make", - 3 - ], - [ - "right", - 3 - ], - [ - "all", - 3 - ], - [ - "friends", - 3 - ], - [ - "it's", - 3 - ], - [ - "really", - 3 - ], - [ - "worth", - 3 - ], - [ - "But", - 3 - ], - [ - "that's", - 3 - ], - [ - "true", - 3 - ], - [ - "world", - 3 - ], - [ - "could", - 3 - ], - [ - "stop", - 3 - ], - [ - "from", - 3 - ], - [ - "moving", - 3 - ], - [ - "on", - 3 - ], - [ - "wanted", - 3 - ], - [ - "up", - 3 - ], - [ - "you're", - 2 - ], - [ - "apart,", - 2 - ], - [ - "own", - 2 - ], - [ - "Did", - 2 - ], - [ - "something", - 2 - ], - [ - "stupid?", - 2 - ], - [ - "Yeah", - 2 - ], - [ - "girl,", - 2 - ], - [ - "blew", - 2 - ], - [ - "Just", - 2 - ], - [ - "what", - 2 - ], - [ - "did", - 2 - ], - [ - "Let's", - 2 - ], - [ - "work", - 2 - ], - [ - "through", - 2 - ], - [ - "we", - 2 - ], - [ - "heart", - 2 - ], - [ - "pretty", - 1 - ], - [ - "cry,", - 1 - ], - [ - "cry", - 1 - ], - [ - "Wasn't", - 1 - ], - [ - "ready", - 1 - ], - [ - "hear", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "London,", - 1 - ], - [ - "style,", - 1 - ], - [ - "style", - 1 - ], - [ - "together", - 1 - ], - [ - "we're", - 1 - ], - [ - "good,", - 1 - ], - [ - "girl", - 1 - ], - [ - "why", - 1 - ], - [ - "Are", - 1 - ], - [ - "apart?", - 1 - ], - [ - "We're", - 1 - ], - [ - "Paris", - 1 - ], - [ - "kissed,", - 1 - ], - [ - "kissed", - 1 - ], - [ - "remember", - 1 - ], - [ - "taste", - 1 - ], - [ - "lipstick", - 1 - ], - [ - "heart,", - 1 - ] - ], - [ - [ - "i", - 24 - ], - [ - "you", - 17 - ], - [ - "know", - 15 - ], - [ - "you're", - 15 - ], - [ - "the", - 15 - ], - [ - "still", - 13 - ], - [ - "but", - 10 - ], - [ - "i-i-i", - 7 - ], - [ - "that", - 6 - ], - [ - "all", - 6 - ], - [ - "i'm", - 6 - ], - [ - "I", - 6 - ], - [ - "me", - 5 - ], - [ - "was", - 5 - ], - [ - "so", - 5 - ], - [ - "stupid", - 5 - ], - [ - "for", - 5 - ], - [ - "letting", - 5 - ], - [ - "go,", - 5 - ], - [ - "one", - 5 - ], - [ - "wanna", - 4 - ], - [ - "at", - 4 - ], - [ - "should", - 4 - ], - [ - "have", - 4 - ], - [ - "one.", - 4 - ], - [ - "one)", - 4 - ], - [ - "You", - 3 - ], - [ - "it", - 3 - ], - [ - "saying", - 3 - ], - [ - "too", - 3 - ], - [ - "much,", - 3 - ], - [ - "will", - 3 - ], - [ - "never", - 3 - ], - [ - "give", - 3 - ], - [ - "up,", - 3 - ], - [ - "something", - 2 - ], - [ - "really", - 2 - ], - [ - "let", - 2 - ], - [ - "yeah", - 2 - ], - [ - "say,", - 2 - ], - [ - "to", - 2 - ], - [ - "left", - 2 - ], - [ - "Now", - 2 - ], - [ - "back", - 2 - ], - [ - "your", - 2 - ], - [ - "door,", - 2 - ], - [ - "looking", - 2 - ], - [ - "unshure,", - 2 - ], - [ - "seen", - 2 - ], - [ - "before.", - 2 - ], - [ - "You're", - 2 - ], - [ - "think", - 2 - ], - [ - "about,", - 2 - ], - [ - "baby.", - 2 - ], - [ - "might", - 2 - ], - [ - "moved", - 2 - ], - [ - "on,but,girl", - 2 - ], - [ - "know:", - 2 - ], - [ - "(i-i-i", - 2 - ], - [ - "what", - 2 - ], - [ - "tried,", - 2 - ], - [ - "and", - 2 - ], - [ - "hey", - 2 - ], - [ - "Hello,hello,", - 1 - ], - [ - "it's", - 1 - ], - [ - "been", - 1 - ], - [ - "a", - 1 - ], - [ - "while", - 1 - ], - [ - "baby,", - 1 - ], - [ - "got", - 1 - ], - [ - "know,", - 1 - ], - [ - "know.", - 1 - ], - [ - "everybody", - 1 - ], - [ - "hate", - 1 - ], - [ - "me.", - 1 - ], - [ - "Couldn't", - 1 - ], - [ - "blame", - 1 - ], - [ - "'cause", - 1 - ], - [ - "alone,", - 1 - ], - [ - "alone.", - 1 - ], - [ - "Hello,hello", - 1 - ], - [ - "hoping", - 1 - ], - [ - "forgive", - 1 - ], - [ - "keep", - 1 - ], - [ - "talking", - 1 - ], - [ - "begging-tell", - 1 - ], - [ - "hear,yeah,", - 1 - ], - [ - "girl,", - 1 - ], - [ - "just", - 1 - ], - [ - "tell", - 1 - ], - [ - "hear.", - 1 - ], - [ - "start", - 1 - ], - [ - "again", - 1 - ], - [ - "find", - 1 - ], - [ - "somebody,", - 1 - ], - [ - "remember", - 1 - ], - [ - "times", - 1 - ], - [ - "words", - 1 - ], - [ - "we", - 1 - ], - [ - "said,", - 1 - ], - [ - "yeah,", - 1 - ], - [ - "can't", - 1 - ], - [ - "get", - 1 - ], - [ - "out", - 1 - ], - [ - "of", - 1 - ], - [ - "my", - 1 - ], - [ - "head.", - 1 - ], - [ - "hey,you", - 1 - ], - [ - "(hey,", - 1 - ], - [ - "you...)", - 1 - ] - ], - [ - [ - "I", - 16 - ], - [ - "you", - 16 - ], - [ - "in", - 9 - ], - [ - "and", - 8 - ], - [ - "to", - 7 - ], - [ - "all", - 7 - ], - [ - "And", - 7 - ], - [ - "with", - 7 - ], - [ - "a", - 6 - ], - [ - "the", - 6 - ], - [ - "Truly", - 6 - ], - [ - "madly", - 6 - ], - [ - "love", - 6 - ], - [ - "am", - 5 - ], - [ - "me", - 5 - ], - [ - "that", - 4 - ], - [ - "on", - 4 - ], - [ - "this", - 4 - ], - [ - "keep", - 4 - ], - [ - "Or", - 3 - ], - [ - "not", - 3 - ], - [ - "it", - 3 - ], - [ - "deeply,", - 3 - ], - [ - "Foolishly", - 3 - ], - [ - "completely", - 3 - ], - [ - "somehow", - 3 - ], - [ - "kicked", - 3 - ], - [ - "my", - 3 - ], - [ - "walls", - 3 - ], - [ - "So", - 3 - ], - [ - "baby", - 3 - ], - [ - "say", - 3 - ], - [ - "you'll", - 3 - ], - [ - "always", - 3 - ], - [ - "crazy", - 3 - ], - [ - "deeply", - 3 - ], - [ - "In", - 3 - ], - [ - "or", - 2 - ], - [ - "Like", - 2 - ], - [ - "those", - 2 - ], - [ - "I'm", - 2 - ], - [ - "just", - 2 - ], - [ - "falling", - 2 - ], - [ - "put", - 2 - ], - [ - "up", - 2 - ], - [ - "feel", - 2 - ], - [ - "like", - 2 - ], - [ - "if", - 2 - ], - [ - "Am", - 1 - ], - [ - "asleep,", - 1 - ], - [ - "awake,", - 1 - ], - [ - "somewhere", - 1 - ], - [ - "between?", - 1 - ], - [ - "can't", - 1 - ], - [ - "believe", - 1 - ], - [ - "are", - 1 - ], - [ - "here", - 1 - ], - [ - "lying", - 1 - ], - [ - "next", - 1 - ], - [ - "did", - 1 - ], - [ - "dream", - 1 - ], - [ - "we", - 1 - ], - [ - "were", - 1 - ], - [ - "perfectly", - 1 - ], - [ - "entwined", - 1 - ], - [ - "branches", - 1 - ], - [ - "tree", - 1 - ], - [ - "twigs", - 1 - ], - [ - "caught", - 1 - ], - [ - "vine?", - 1 - ], - [ - "days", - 1 - ], - [ - "weeks", - 1 - ], - [ - "months", - 1 - ], - [ - "tried", - 1 - ], - [ - "steal", - 1 - ], - [ - "kiss", - 1 - ], - [ - "sleepless", - 1 - ], - [ - "nights", - 1 - ], - [ - "daydreams", - 1 - ], - [ - "where", - 1 - ], - [ - "pictured", - 1 - ], - [ - "underdog", - 1 - ], - [ - "who", - 1 - ], - [ - "finally", - 1 - ], - [ - "got", - 1 - ], - [ - "girl", - 1 - ], - [ - "ashamed", - 1 - ], - [ - "tell", - 1 - ], - [ - "world", - 1 - ], - [ - "Should", - 1 - ], - [ - "coffee", - 1 - ], - [ - "granola", - 1 - ], - [ - "tray", - 1 - ], - [ - "bed", - 1 - ], - [ - "wake", - 1 - ], - [ - "words", - 1 - ], - [ - "still", - 1 - ], - [ - "haven't", - 1 - ], - [ - "said?", - 1 - ], - [ - "tender", - 1 - ], - [ - "touches", - 1 - ], - [ - "show", - 1 - ], - [ - "how", - 1 - ], - [ - "should", - 1 - ], - [ - "act", - 1 - ], - [ - "cool", - 1 - ], - [ - "was", - 1 - ], - [ - "no", - 1 - ], - [ - "big", - 1 - ], - [ - "deal?", - 1 - ], - [ - "Wish", - 1 - ], - [ - "could", - 1 - ], - [ - "freeze", - 1 - ], - [ - "moment", - 1 - ], - [ - "frame", - 1 - ], - [ - "stay", - 1 - ], - [ - "day", - 1 - ], - [ - "back", - 1 - ], - [ - "replay", - 1 - ], - [ - "reliving", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "here's", - 1 - ], - [ - "tragic", - 1 - ], - [ - "truth,", - 1 - ], - [ - "don't", - 1 - ], - [ - "same", - 1 - ], - [ - "My", - 1 - ], - [ - "heart", - 1 - ], - [ - "would", - 1 - ], - [ - "fall", - 1 - ], - [ - "apart", - 1 - ], - [ - "someone", - 1 - ], - [ - "said", - 1 - ], - [ - "your", - 1 - ], - [ - "name", - 1 - ], - [ - "hope", - 1 - ], - [ - "casualty", - 1 - ], - [ - "Hope", - 1 - ], - [ - "won't", - 1 - ], - [ - "get", - 1 - ], - [ - "leave", - 1 - ], - [ - "Might", - 1 - ], - [ - "mean", - 1 - ], - [ - "much", - 1 - ], - [ - "But", - 1 - ], - [ - "it's", - 1 - ], - [ - "everything", - 1 - ], - [ - "Everything", - 1 - ], - [ - "fallen", - 1 - ], - [ - "With", - 1 - ] - ], - [ - [ - "you", - 21 - ], - [ - "I", - 16 - ], - [ - "do", - 13 - ], - [ - "is", - 13 - ], - [ - "magic", - 13 - ], - [ - "'Cause", - 9 - ], - [ - "to", - 9 - ], - [ - "everything", - 8 - ], - [ - "know", - 7 - ], - [ - "now", - 7 - ], - [ - "on", - 6 - ], - [ - "But", - 6 - ], - [ - "want", - 6 - ], - [ - "can't", - 6 - ], - [ - "got", - 5 - ], - [ - "me", - 5 - ], - [ - "Everything", - 5 - ], - [ - "don't", - 4 - ], - [ - "that", - 4 - ], - [ - "Kissed", - 4 - ], - [ - "once", - 4 - ], - [ - "leave", - 4 - ], - [ - "out", - 3 - ], - [ - "And", - 3 - ], - [ - "you,", - 3 - ], - [ - "you've", - 3 - ], - [ - "this", - 3 - ], - [ - "spell", - 3 - ], - [ - "what", - 3 - ], - [ - "believe", - 3 - ], - [ - "it", - 3 - ], - [ - "They", - 2 - ], - [ - "say", - 2 - ], - [ - "we're", - 2 - ], - [ - "no", - 2 - ], - [ - "good", - 2 - ], - [ - "together", - 2 - ], - [ - "it's", - 2 - ], - [ - "never", - 2 - ], - [ - "gonna", - 2 - ], - [ - "work", - 2 - ], - [ - "baby", - 2 - ], - [ - "moving", - 2 - ], - [ - "too", - 2 - ], - [ - "fast", - 2 - ], - [ - "be", - 2 - ], - [ - "bad", - 2 - ], - [ - "when", - 2 - ], - [ - "you're", - 2 - ], - [ - "looking", - 2 - ], - [ - "like", - 2 - ], - [ - "hold", - 2 - ], - [ - "back", - 2 - ], - [ - "put", - 2 - ], - [ - "my", - 2 - ], - [ - "record", - 2 - ], - [ - "everyone", - 2 - ], - [ - "B-b-b-baby", - 1 - ], - [ - "come", - 1 - ], - [ - "over", - 1 - ], - [ - "care", - 1 - ], - [ - "if", - 1 - ], - [ - "people", - 1 - ], - [ - "find", - 1 - ], - [ - "girl", - 1 - ], - [ - "So", - 1 - ], - [ - "l-l-let", - 1 - ], - [ - "them", - 1 - ], - [ - "take", - 1 - ], - [ - "our", - 1 - ], - [ - "picture", - 1 - ], - [ - "Spread", - 1 - ], - [ - "all", - 1 - ], - [ - "around", - 1 - ], - [ - "the", - 1 - ], - [ - "world", - 1 - ], - [ - "Girl", - 1 - ], - [ - "Come", - 1 - ], - [ - "on!", - 1 - ] - ], - [ - [ - "your", - 18 - ], - [ - "I", - 9 - ], - [ - "And", - 7 - ], - [ - "the", - 6 - ], - [ - "so", - 6 - ], - [ - "I'm", - 5 - ], - [ - "eyes", - 5 - ], - [ - "Irresistible", - 5 - ], - [ - "if", - 4 - ], - [ - "answer", - 4 - ], - [ - "lips", - 4 - ], - [ - "kiss", - 4 - ], - [ - "Your", - 4 - ], - [ - "fingertips", - 4 - ], - [ - "in", - 4 - ], - [ - "and", - 4 - ], - [ - "eyes,", - 4 - ], - [ - "to", - 3 - ], - [ - "make", - 3 - ], - [ - "ask", - 3 - ], - [ - "you", - 3 - ], - [ - "kissable", - 3 - ], - [ - "unmissable", - 3 - ], - [ - "touchable", - 3 - ], - [ - "irresistible", - 3 - ], - [ - "down", - 3 - ], - [ - "(Irresistible)", - 3 - ], - [ - "Don't", - 2 - ], - [ - "me", - 2 - ], - [ - "stay", - 2 - ], - [ - "Or", - 2 - ], - [ - "don't", - 2 - ], - [ - "have", - 2 - ], - [ - "Heartache", - 2 - ], - [ - "doesn't", - 2 - ], - [ - "last", - 2 - ], - [ - "forever", - 2 - ], - [ - "I'll", - 2 - ], - [ - "say", - 2 - ], - [ - "Midnight", - 2 - ], - [ - "It", - 2 - ], - [ - "makes", - 2 - ], - [ - "know", - 2 - ], - [ - "my", - 2 - ], - [ - "It's", - 2 - ], - [ - "things", - 2 - ], - [ - "try", - 1 - ], - [ - "okay", - 1 - ], - [ - "night", - 1 - ], - [ - "alright", - 1 - ], - [ - "fine", - 1 - ], - [ - "ain't", - 1 - ], - [ - "no", - 1 - ], - [ - "time", - 1 - ], - [ - "for", - 1 - ], - [ - "laughing", - 1 - ], - [ - "When", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "I've", - 1 - ], - [ - "tried", - 1 - ], - [ - "myself", - 1 - ], - [ - "Should", - 1 - ], - [ - "see", - 1 - ], - [ - "someone", - 1 - ], - [ - "else?", - 1 - ], - [ - "wish", - 1 - ], - [ - "knew", - 1 - ], - [ - "But", - 1 - ], - [ - "go", - 1 - ], - [ - "now,", - 1 - ], - [ - "leave", - 1 - ], - [ - "Then", - 1 - ], - [ - "on", - 1 - ], - [ - "own", - 1 - ], - [ - "tonight", - 1 - ], - [ - "never", - 1 - ], - [ - "Dark", - 1 - ], - [ - "turns", - 1 - ], - [ - "light", - 1 - ], - [ - "flips", - 1 - ], - [ - "world", - 1 - ], - [ - "around", - 1 - ], - [ - "falling", - 1 - ], - [ - "That's", - 1 - ], - [ - "why", - 1 - ], - [ - "find", - 1 - ], - [ - "touch", - 1 - ], - [ - "it's", - 1 - ], - [ - "all", - 1 - ], - [ - "other", - 1 - ], - [ - "That", - 1 - ], - [ - "who", - 1 - ], - [ - "are", - 1 - ] - ], - "No Lyrics", - [ - [ - "yeah", - 41 - ], - [ - "you", - 23 - ], - [ - "me", - 17 - ], - [ - "Baby", - 14 - ], - [ - "take", - 12 - ], - [ - "Yeah", - 11 - ], - [ - "to", - 10 - ], - [ - "want", - 10 - ], - [ - "And", - 9 - ], - [ - "just", - 8 - ], - [ - "say", - 8 - ], - [ - "You", - 7 - ], - [ - "it", - 7 - ], - [ - "kiss", - 7 - ], - [ - "tell", - 6 - ], - [ - "get", - 5 - ], - [ - "if", - 5 - ], - [ - "don't", - 5 - ], - [ - "let", - 5 - ], - [ - "Oh", - 4 - ], - [ - "time", - 4 - ], - [ - "we", - 4 - ], - [ - "Tou-ou-ouch", - 4 - ], - [ - "this", - 4 - ], - [ - "kinda", - 4 - ], - [ - "Ru-u-ush", - 4 - ], - [ - "If", - 4 - ], - [ - "slow", - 4 - ], - [ - "home", - 4 - ], - [ - "I", - 3 - ], - [ - "wanna", - 3 - ], - [ - "your", - 3 - ], - [ - "on", - 3 - ], - [ - "shout", - 3 - ], - [ - "So", - 3 - ], - [ - "girl", - 3 - ], - [ - "every", - 3 - ], - [ - "over", - 3 - ], - [ - "mine", - 3 - ], - [ - "that", - 2 - ], - [ - "out", - 2 - ], - [ - "any", - 2 - ], - [ - "I'll", - 2 - ], - [ - "there,", - 2 - ], - [ - "me,", - 2 - ], - [ - "out,", - 2 - ], - [ - "too", - 2 - ], - [ - "Let's", - 2 - ], - [ - "make", - 2 - ], - [ - "a", - 2 - ], - [ - "move", - 2 - ], - [ - "Come", - 2 - ], - [ - "come", - 2 - ], - [ - "here,", - 2 - ], - [ - "be", - 2 - ], - [ - "tonight,", - 2 - ], - [ - "Let", - 2 - ], - [ - "you,", - 2 - ], - [ - "anywhere", - 1 - ], - [ - "you'd", - 1 - ], - [ - "like", - 1 - ], - [ - "We", - 1 - ], - [ - "could", - 1 - ], - [ - "go", - 1 - ], - [ - "day,", - 1 - ], - [ - "night", - 1 - ], - [ - "there", - 1 - ], - [ - "how", - 1 - ], - [ - "turn", - 1 - ], - [ - "love", - 1 - ], - [ - "can", - 1 - ], - [ - "get,", - 1 - ], - [ - "anything", - 1 - ], - [ - "baby,", - 1 - ], - [ - "baby", - 1 - ], - [ - "know", - 1 - ], - [ - "got", - 1 - ], - [ - "what", - 1 - ], - [ - "need", - 1 - ], - [ - "Lookin'", - 1 - ], - [ - "so", - 1 - ], - [ - "good", - 1 - ], - [ - "from", - 1 - ], - [ - "head", - 1 - ], - [ - "feet", - 1 - ], - [ - "here", - 1 - ], - [ - "show", - 1 - ], - [ - "off", - 1 - ], - [ - "all", - 1 - ], - [ - "of", - 1 - ], - [ - "my", - 1 - ], - [ - "friends", - 1 - ], - [ - "Makin'", - 1 - ], - [ - "them", - 1 - ], - [ - "drool", - 1 - ], - [ - "down", - 1 - ], - [ - "their", - 1 - ], - [ - "chinny", - 1 - ], - [ - "chin", - 1 - ], - [ - "chins", - 1 - ], - [ - "tonight", - 1 - ], - [ - "Every", - 1 - ] - ] - ] - }, - { - "Midnight Memories [2013]": [ - [ - [ - "I", - 33 - ], - [ - "it", - 18 - ], - [ - "the", - 14 - ], - [ - "song", - 13 - ], - [ - "ever", - 12 - ], - [ - "we", - 11 - ], - [ - "best", - 11 - ], - [ - "you", - 9 - ], - [ - "to", - 9 - ], - [ - "danced", - 9 - ], - [ - "think", - 9 - ], - [ - "all", - 8 - ], - [ - "night", - 8 - ], - [ - "remember", - 8 - ], - [ - "know", - 8 - ], - [ - "know,", - 8 - ], - [ - "goes", - 6 - ], - [ - "her", - 6 - ], - [ - "went,", - 6 - ], - [ - "And", - 5 - ], - [ - "but", - 5 - ], - [ - "that", - 5 - ], - [ - "won\u2019t", - 5 - ], - [ - "forget", - 5 - ], - [ - "was", - 5 - ], - [ - "she", - 4 - ], - [ - "said,", - 4 - ], - [ - "We", - 4 - ], - [ - "knew", - 4 - ], - [ - "every", - 4 - ], - [ - "line,", - 4 - ], - [ - "now", - 4 - ], - [ - "can\u2019t", - 4 - ], - [ - "How", - 4 - ], - [ - "'Cause", - 4 - ], - [ - "oh", - 4 - ], - [ - "yeah", - 4 - ], - [ - "(ow)", - 3 - ], - [ - "like", - 3 - ], - [ - "\"oh", - 3 - ], - [ - "oh\"", - 3 - ], - [ - "\"yeah", - 3 - ], - [ - "yeah\"", - 3 - ], - [ - "goes...", - 3 - ], - [ - "(woooo)", - 3 - ], - [ - "a", - 3 - ], - [ - "It", - 3 - ], - [ - "and", - 2 - ], - [ - "\"Can", - 2 - ], - [ - "me?\"", - 2 - ], - [ - "She", - 2 - ], - [ - "\"Never", - 2 - ], - [ - "in", - 2 - ], - [ - "your", - 2 - ], - [ - "wildest", - 2 - ], - [ - "dreams.\"", - 2 - ], - [ - "Said", - 2 - ], - [ - "had", - 2 - ], - [ - "dirty", - 2 - ], - [ - "me", - 2 - ], - [ - "You", - 2 - ], - [ - "I\u2019ll", - 2 - ], - [ - "(How", - 2 - ], - [ - "danced)", - 2 - ], - [ - "Maybe", - 1 - ], - [ - "it\u2019s", - 1 - ], - [ - "way", - 1 - ], - [ - "walked", - 1 - ], - [ - "Straight", - 1 - ], - [ - "into", - 1 - ], - [ - "my", - 1 - ], - [ - "heart", - 1 - ], - [ - "stole", - 1 - ], - [ - "Through", - 1 - ], - [ - "doors", - 1 - ], - [ - "past", - 1 - ], - [ - "guards", - 1 - ], - [ - "Just", - 1 - ], - [ - "already", - 1 - ], - [ - "owned", - 1 - ], - [ - "give", - 1 - ], - [ - "back", - 1 - ], - [ - "name", - 1 - ], - [ - "Georgia", - 1 - ], - [ - "Rose", - 1 - ], - [ - "daddy", - 1 - ], - [ - "dentist", - 1 - ], - [ - "mouth", - 1 - ], - [ - "(I", - 1 - ], - [ - "mouth)", - 1 - ], - [ - "But", - 1 - ], - [ - "kissed", - 1 - ], - [ - "meant", - 1 - ], - [ - "take", - 1 - ], - [ - "home", - 1 - ], - [ - "with", - 1 - ], - [ - "you\u2019ll", - 1 - ], - [ - "hope", - 1 - ], - [ - "how", - 1 - ], - [ - "(Oh", - 1 - ], - [ - "oh)", - 1 - ], - [ - "(Yeah", - 1 - ], - [ - "yeah)", - 1 - ], - [ - "One,", - 1 - ], - [ - "two,", - 1 - ], - [ - "one", - 1 - ], - [ - "two", - 1 - ], - [ - "three", - 1 - ], - [ - "Ow!", - 1 - ], - [ - "(We", - 1 - ], - [ - "danced,", - 1 - ], - [ - "(And", - 1 - ], - [ - "something", - 1 - ], - [ - "this)", - 1 - ], - [ - "her)", - 1 - ], - [ - "(Best", - 1 - ], - [ - "ever)", - 1 - ], - [ - "its", - 1 - ], - [ - "Best", - 1 - ] - ], - [ - [ - "story", - 24 - ], - [ - "I", - 18 - ], - [ - "my", - 18 - ], - [ - "The", - 16 - ], - [ - "the", - 14 - ], - [ - "her", - 14 - ], - [ - "of", - 12 - ], - [ - "life", - 9 - ], - [ - "in", - 8 - ], - [ - "that", - 6 - ], - [ - "(the", - 6 - ], - [ - "of,", - 6 - ], - [ - "of)", - 6 - ], - [ - "to", - 5 - ], - [ - "is", - 5 - ], - [ - "on", - 4 - ], - [ - "time", - 4 - ], - [ - "she's", - 4 - ], - [ - "broke", - 4 - ], - [ - "these", - 3 - ], - [ - "heart", - 3 - ], - [ - "be", - 3 - ], - [ - "And", - 3 - ], - [ - "I'll", - 3 - ], - [ - "I've", - 3 - ], - [ - "been", - 3 - ], - [ - "life,", - 3 - ], - [ - "take", - 3 - ], - [ - "home", - 3 - ], - [ - "drive", - 3 - ], - [ - "all", - 3 - ], - [ - "night", - 3 - ], - [ - "keep", - 3 - ], - [ - "warm", - 3 - ], - [ - "and", - 3 - ], - [ - "frozen", - 3 - ], - [ - "give", - 3 - ], - [ - "hope", - 3 - ], - [ - "spend", - 3 - ], - [ - "love", - 3 - ], - [ - "until", - 3 - ], - [ - "inside", - 3 - ], - [ - "Written", - 2 - ], - [ - "walls", - 2 - ], - [ - "are", - 2 - ], - [ - "can't", - 2 - ], - [ - "but", - 2 - ], - [ - "it", - 2 - ], - [ - "stays", - 2 - ], - [ - "right", - 2 - ], - [ - "here", - 2 - ], - [ - "for", - 2 - ], - [ - "me", - 2 - ], - [ - "us", - 2 - ], - [ - "gone,", - 2 - ], - [ - "gone", - 2 - ], - [ - "tonight", - 2 - ], - [ - "beneath", - 2 - ], - [ - "feet", - 2 - ], - [ - "open", - 2 - ], - [ - "way", - 2 - ], - [ - "holdin'", - 2 - ], - [ - "tight", - 2 - ], - [ - "With", - 2 - ], - [ - "nothing", - 2 - ], - [ - "between", - 2 - ], - [ - "Is", - 2 - ], - [ - "stories", - 1 - ], - [ - "explain", - 1 - ], - [ - "leave", - 1 - ], - [ - "open,", - 1 - ], - [ - "empty", - 1 - ], - [ - "days", - 1 - ], - [ - "She", - 1 - ], - [ - "told", - 1 - ], - [ - "morning", - 1 - ], - [ - "she", - 1 - ], - [ - "don't", - 1 - ], - [ - "feel", - 1 - ], - [ - "same", - 1 - ], - [ - "about", - 1 - ], - [ - "bones", - 1 - ], - [ - "It", - 1 - ], - [ - "seems", - 1 - ], - [ - "when", - 1 - ], - [ - "die", - 1 - ], - [ - "words", - 1 - ], - [ - "will", - 1 - ], - [ - "written", - 1 - ], - [ - "stone", - 1 - ], - [ - "ground", - 1 - ], - [ - "wide", - 1 - ], - [ - "too", - 1 - ], - [ - "colours", - 1 - ], - [ - "change", - 1 - ], - [ - "Leave", - 1 - ], - [ - "its", - 1 - ], - [ - "cage", - 1 - ], - [ - "know", - 1 - ], - [ - "morning,", - 1 - ], - [ - "see", - 1 - ], - [ - "light", - 1 - ], - [ - "upon", - 1 - ], - [ - "hill", - 1 - ], - [ - "Although", - 1 - ], - [ - "am", - 1 - ], - [ - "broken,", - 1 - ], - [ - "untamed", - 1 - ], - [ - "still", - 1 - ], - [ - "fire", - 1 - ], - [ - "burning", - 1 - ], - [ - "bright", - 1 - ], - [ - "so", - 1 - ], - [ - "waiting", - 1 - ], - [ - "this", - 1 - ], - [ - "come", - 1 - ], - [ - "around", - 1 - ], - [ - "But", - 1 - ], - [ - "baby,", - 1 - ], - [ - "running", - 1 - ], - [ - "after", - 1 - ], - [ - "you", - 1 - ], - [ - "like", - 1 - ], - [ - "chasing", - 1 - ], - [ - "clouds", - 1 - ], - [ - "(Give", - 1 - ], - [ - "hope)", - 1 - ], - [ - "(Until", - 1 - ], - [ - "inside)", - 1 - ] - ], - [ - [ - "you", - 14 - ], - [ - "I", - 14 - ], - [ - "be", - 12 - ], - [ - "Diana,", - 10 - ], - [ - "your", - 8 - ], - [ - "a", - 6 - ], - [ - "Let", - 6 - ], - [ - "me", - 6 - ], - [ - "the", - 6 - ], - [ - "one", - 6 - ], - [ - "to", - 6 - ], - [ - "don't", - 6 - ], - [ - "even", - 6 - ], - [ - "you'd", - 5 - ], - [ - "saving", - 5 - ], - [ - "You've", - 4 - ], - [ - "been", - 4 - ], - [ - "could", - 3 - ], - [ - "ya,", - 3 - ], - [ - "light", - 3 - ], - [ - "fire", - 3 - ], - [ - "inside", - 3 - ], - [ - "those", - 3 - ], - [ - "eyes,", - 3 - ], - [ - "lonely,", - 3 - ], - [ - "know", - 3 - ], - [ - "me,", - 3 - ], - [ - "But", - 3 - ], - [ - "can", - 3 - ], - [ - "feel", - 3 - ], - [ - "crying,", - 3 - ], - [ - "lift", - 3 - ], - [ - "heart", - 3 - ], - [ - "up", - 3 - ], - [ - "and", - 3 - ], - [ - "save", - 3 - ], - [ - "life,", - 3 - ], - [ - "think", - 3 - ], - [ - "baby", - 3 - ], - [ - "mine.", - 3 - ], - [ - "Diana", - 2 - ], - [ - "all", - 2 - ], - [ - "so", - 2 - ], - [ - "How", - 2 - ], - [ - "someone", - 2 - ], - [ - "not", - 2 - ], - [ - "at", - 2 - ], - [ - "all?", - 2 - ], - [ - "(Oh-ah-oh)", - 2 - ], - [ - "never", - 2 - ], - [ - "speak", - 2 - ], - [ - "different", - 2 - ], - [ - "language", - 2 - ], - [ - "but", - 2 - ], - [ - "still", - 2 - ], - [ - "hear", - 2 - ], - [ - "call.", - 2 - ], - [ - "wanna", - 2 - ], - [ - "realize", - 2 - ], - [ - "Baby", - 2 - ], - [ - "The", - 1 - ], - [ - "front", - 1 - ], - [ - "page", - 1 - ], - [ - "is", - 1 - ], - [ - "pictures,", - 1 - ], - [ - "They", - 1 - ], - [ - "make", - 1 - ], - [ - "look", - 1 - ], - [ - "small,", - 1 - ], - [ - "miss", - 1 - ], - [ - "would", - 1 - ], - [ - "mistreat", - 1 - ], - [ - "No,", - 1 - ], - [ - "I'm", - 1 - ], - [ - "criminal,", - 1 - ], - [ - "realize,", - 1 - ], - [ - "It's", - 1 - ], - [ - "only", - 1 - ], - [ - "four", - 1 - ], - [ - "months", - 1 - ], - [ - "but,", - 1 - ], - [ - "fallen", - 1 - ], - [ - "down", - 1 - ], - [ - "far,", - 1 - ], - [ - "mislead", - 1 - ], - [ - "reach", - 1 - ], - [ - "out", - 1 - ], - [ - "for", - 1 - ], - [ - "break", - 1 - ], - [ - "these", - 1 - ], - [ - "walls,", - 1 - ], - [ - "We", - 1 - ], - [ - "need", - 1 - ], - [ - "something,", - 1 - ], - [ - "This", - 1 - ], - [ - "can't", - 1 - ], - [ - "over", - 1 - ], - [ - "now,", - 1 - ], - [ - "If", - 1 - ], - [ - "hold", - 1 - ], - [ - "Swear", - 1 - ], - [ - "I'd", - 1 - ], - [ - "put", - 1 - ], - [ - "down.", - 1 - ], - [ - "mine,", - 1 - ], - [ - "mine", - 1 - ] - ], - [ - [ - "oh", - 20 - ], - [ - "do", - 13 - ], - [ - "I", - 12 - ], - [ - "the", - 10 - ], - [ - "me", - 8 - ], - [ - "it,", - 8 - ], - [ - "I'm", - 6 - ], - [ - "Midnight", - 6 - ], - [ - "memories,", - 6 - ], - [ - "singing,", - 6 - ], - [ - "but", - 5 - ], - [ - "we", - 5 - ], - [ - "what", - 5 - ], - [ - "in", - 5 - ], - [ - "and", - 5 - ], - [ - "Just", - 4 - ], - [ - "you", - 4 - ], - [ - "don't", - 4 - ], - [ - "know", - 4 - ], - [ - "Baby", - 4 - ], - [ - "a", - 3 - ], - [ - "Stumbling", - 3 - ], - [ - "street", - 3 - ], - [ - "Singing,", - 3 - ], - [ - "singing", - 3 - ], - [ - "Anywhere", - 3 - ], - [ - "go", - 3 - ], - [ - "Never", - 3 - ], - [ - "say", - 3 - ], - [ - "no", - 3 - ], - [ - "it", - 3 - ], - [ - "with", - 2 - ], - [ - "shh", - 2 - ], - [ - "Tell", - 2 - ], - [ - "that", - 2 - ], - [ - "wrong", - 2 - ], - [ - "please", - 2 - ], - [ - "Way", - 2 - ], - [ - "too", - 2 - ], - [ - "many", - 2 - ], - [ - "people", - 2 - ], - [ - "Addison", - 2 - ], - [ - "Lee", - 2 - ], - [ - "Now", - 2 - ], - [ - "at", - 2 - ], - [ - "age", - 2 - ], - [ - "when", - 2 - ], - [ - "need,", - 2 - ], - [ - "whoa", - 2 - ], - [ - "is", - 2 - ], - [ - "1,", - 1 - ], - [ - "2,", - 1 - ], - [ - "3", - 1 - ], - [ - "Straight", - 1 - ], - [ - "off", - 1 - ], - [ - "plane", - 1 - ], - [ - "to", - 1 - ], - [ - "new", - 1 - ], - [ - "hotel", - 1 - ], - [ - "touched", - 1 - ], - [ - "down,", - 1 - ], - [ - "could", - 1 - ], - [ - "never", - 1 - ], - [ - "tell", - 1 - ], - [ - "Big", - 1 - ], - [ - "house", - 1 - ], - [ - "party", - 1 - ], - [ - "crowded", - 1 - ], - [ - "kitchen", - 1 - ], - [ - "People", - 1 - ], - [ - "talk", - 1 - ], - [ - "listen", - 1 - ], - [ - "5", - 1 - ], - [ - "foot", - 1 - ], - [ - "something", - 1 - ], - [ - "skinny", - 1 - ], - [ - "jeans", - 1 - ], - [ - "Don't", - 1 - ], - [ - "look", - 1 - ], - [ - "back,", - 1 - ], - [ - "baby", - 1 - ], - [ - "follow", - 1 - ], - [ - "where", - 1 - ], - [ - "going", - 1 - ], - [ - "finding", - 1 - ], - [ - "my", - 1 - ], - [ - "way", - 1 - ], - [ - "Same", - 1 - ], - [ - "old", - 1 - ], - [ - "different", - 1 - ], - [ - "day", - 1 - ], - [ - "You", - 1 - ], - [ - "all", - 1 - ], - [ - "our", - 1 - ], - [ - "friends", - 1 - ], - [ - "care", - 1 - ], - [ - "how", - 1 - ], - [ - "much", - 1 - ], - [ - "spend", - 1 - ], - [ - "this", - 1 - ], - [ - "night", - 1 - ], - [ - "for", - 1 - ], - [ - "nothing's", - 1 - ], - [ - "making", - 1 - ], - [ - "sense", - 1 - ], - [ - "For", - 1 - ], - [ - "tonight", - 1 - ], - [ - "let's", - 1 - ], - [ - "just", - 1 - ], - [ - "pretend", - 1 - ], - [ - "wanna", - 1 - ], - [ - "stop", - 1 - ], - [ - "so", - 1 - ], - [ - "give", - 1 - ], - [ - "more!", - 1 - ], - [ - "Oh", - 1 - ], - [ - "whoa!", - 1 - ] - ], - "No Lyrics", - "No Lyrics", - [ - [ - "I'm", - 21 - ], - [ - "so", - 11 - ], - [ - "not", - 11 - ], - [ - "I", - 10 - ], - [ - "you", - 10 - ], - [ - "Is", - 10 - ], - [ - "wrong?", - 10 - ], - [ - "it", - 9 - ], - [ - "to", - 7 - ], - [ - "me", - 7 - ], - [ - "with", - 6 - ], - [ - "make", - 6 - ], - [ - "strong", - 6 - ], - [ - "But", - 6 - ], - [ - "of", - 6 - ], - [ - "love", - 6 - ], - [ - "'Cause", - 6 - ], - [ - "sorry", - 5 - ], - [ - "if", - 5 - ], - [ - "say,", - 5 - ], - [ - "\"I", - 5 - ], - [ - "need", - 5 - ], - [ - "you\"", - 5 - ], - [ - "don't", - 5 - ], - [ - "care,", - 5 - ], - [ - "scared", - 5 - ], - [ - "when", - 5 - ], - [ - "weaker", - 5 - ], - [ - "that", - 5 - ], - [ - "That", - 3 - ], - [ - "on", - 3 - ], - [ - "My", - 2 - ], - [ - "your", - 2 - ], - [ - "like", - 2 - ], - [ - "try", - 2 - ], - [ - "heart,", - 2 - ], - [ - "heart", - 2 - ], - [ - "So", - 2 - ], - [ - "You", - 2 - ], - [ - "always", - 2 - ], - [ - "from", - 2 - ], - [ - "hold", - 2 - ], - [ - "hands,", - 1 - ], - [ - "hands", - 1 - ], - [ - "Tied", - 1 - ], - [ - "up", - 1 - ], - [ - "two", - 1 - ], - [ - "ships", - 1 - ], - [ - "drifting", - 1 - ], - [ - "Weightless,", - 1 - ], - [ - "waves", - 1 - ], - [ - "break", - 1 - ], - [ - "I'd", - 1 - ], - [ - "do", - 1 - ], - [ - "anything", - 1 - ], - [ - "save", - 1 - ], - [ - "Why", - 1 - ], - [ - "is", - 1 - ], - [ - "hard", - 1 - ], - [ - "say", - 1 - ], - [ - "it?", - 1 - ], - [ - "Sit", - 1 - ], - [ - "tight", - 1 - ], - [ - "bookends", - 1 - ], - [ - "Pages", - 1 - ], - [ - "between", - 1 - ], - [ - "us", - 1 - ], - [ - "Written", - 1 - ], - [ - "no", - 1 - ], - [ - "end", - 1 - ], - [ - "many", - 1 - ], - [ - "words", - 1 - ], - [ - "we're", - 1 - ], - [ - "saying", - 1 - ], - [ - "Don't", - 1 - ], - [ - "wanna", - 1 - ], - [ - "wait", - 1 - ], - [ - "'til", - 1 - ], - [ - "it's", - 1 - ], - [ - "gone", - 1 - ], - [ - "Think", - 1 - ], - [ - "how", - 1 - ], - [ - "much", - 1 - ], - [ - "that's", - 1 - ], - [ - "been", - 1 - ], - [ - "wasted", - 1 - ], - [ - "People", - 1 - ], - [ - "escape", - 1 - ], - [ - "Move", - 1 - ], - [ - "stop", - 1 - ], - [ - "their", - 1 - ], - [ - "breaking", - 1 - ], - [ - "there's", - 1 - ], - [ - "nothing", - 1 - ], - [ - "running", - 1 - ], - [ - "baby", - 1 - ], - [ - "my", - 1 - ], - [ - "oh", - 1 - ], - [ - "Need", - 1 - ], - [ - "keep", - 1 - ], - [ - "falling", - 1 - ], - [ - "apart", - 1 - ], - [ - "I'll", - 1 - ] - ], - [ - [ - "I", - 24 - ], - [ - "you", - 20 - ], - [ - "on", - 20 - ], - [ - "be", - 12 - ], - [ - "to", - 11 - ], - [ - "fire", - 11 - ], - [ - "when", - 9 - ], - [ - "so", - 9 - ], - [ - "know", - 9 - ], - [ - "we're", - 8 - ], - [ - "wanna", - 8 - ], - [ - "don't", - 7 - ], - [ - "We're", - 7 - ], - [ - "now", - 7 - ], - [ - "Oh,", - 6 - ], - [ - "oh,", - 6 - ], - [ - "oh", - 6 - ], - [ - "You", - 5 - ], - [ - "me", - 5 - ], - [ - "hold", - 5 - ], - [ - "it", - 5 - ], - [ - "care", - 5 - ], - [ - "and", - 5 - ], - [ - "with", - 5 - ], - [ - "happily", - 5 - ], - [ - "fire,", - 4 - ], - [ - "we", - 4 - ], - [ - "are", - 4 - ], - [ - "what", - 4 - ], - [ - "people", - 4 - ], - [ - "say", - 4 - ], - [ - "together", - 4 - ], - [ - "the", - 4 - ], - [ - "one", - 4 - ], - [ - "sleep", - 4 - ], - [ - "just", - 4 - ], - [ - "want", - 4 - ], - [ - "forever", - 4 - ], - [ - "leave", - 4 - ], - [ - "come", - 4 - ], - [ - "Baby", - 4 - ], - [ - "(1,", - 3 - ], - [ - "2,", - 3 - ], - [ - "but", - 2 - ], - [ - "'Cause", - 2 - ], - [ - "Yeah,", - 2 - ], - [ - "3)", - 2 - ], - [ - "that", - 2 - ], - [ - "if", - 2 - ], - [ - "he", - 2 - ], - [ - "your", - 2 - ], - [ - "understand,", - 1 - ], - [ - "understand", - 1 - ], - [ - "What", - 1 - ], - [ - "do", - 1 - ], - [ - "his", - 1 - ], - [ - "hand", - 1 - ], - [ - "We", - 1 - ], - [ - "were", - 1 - ], - [ - "meant", - 1 - ], - [ - "be,", - 1 - ], - [ - "a", - 1 - ], - [ - "twist", - 1 - ], - [ - "of", - 1 - ], - [ - "fate", - 1 - ], - [ - "Made", - 1 - ], - [ - "had", - 1 - ], - [ - "walk", - 1 - ], - [ - "away", - 1 - ], - [ - "It's", - 1 - ], - [ - "4", - 1 - ], - [ - "AM,", - 1 - ], - [ - "you're", - 1 - ], - [ - "him", - 1 - ], - [ - "wonder", - 1 - ], - [ - "knows", - 1 - ], - [ - "touched", - 1 - ], - [ - "skin", - 1 - ], - [ - "And", - 1 - ], - [ - "feels", - 1 - ], - [ - "my", - 1 - ], - [ - "traces", - 1 - ], - [ - "in", - 1 - ], - [ - "hair", - 1 - ], - [ - "I'm", - 1 - ], - [ - "sorry", - 1 - ], - [ - "love", - 1 - ], - [ - "really", - 1 - ], - [ - "So", - 1 - ], - [ - "3,", - 1 - ], - [ - "4)", - 1 - ], - [ - "(We're", - 1 - ], - [ - "fire)", - 1 - ] - ], - [ - [ - "I", - 21 - ], - [ - "And", - 9 - ], - [ - "now", - 9 - ], - [ - "me", - 9 - ], - [ - "you", - 8 - ], - [ - "to", - 6 - ], - [ - "know", - 6 - ], - [ - "Right", - 6 - ], - [ - "wish", - 6 - ], - [ - "were", - 6 - ], - [ - "here", - 6 - ], - [ - "with", - 6 - ], - [ - "the", - 5 - ], - [ - "be", - 5 - ], - [ - "feeling", - 5 - ], - [ - "night", - 4 - ], - [ - "is", - 4 - ], - [ - "yeah", - 4 - ], - [ - "won't", - 4 - ], - [ - "so", - 4 - ], - [ - "it", - 4 - ], - [ - "go", - 3 - ], - [ - "me,", - 3 - ], - [ - "on", - 3 - ], - [ - "my", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "right", - 3 - ], - [ - "Everything", - 3 - ], - [ - "new", - 3 - ], - [ - "You", - 3 - ], - [ - "can't", - 3 - ], - [ - "fight", - 3 - ], - [ - "every", - 3 - ], - [ - "feel", - 3 - ], - [ - "Lights", - 2 - ], - [ - "down", - 2 - ], - [ - "calling", - 2 - ], - [ - "hear", - 2 - ], - [ - "we", - 2 - ], - [ - "going", - 2 - ], - [ - "home", - 2 - ], - [ - "For", - 2 - ], - [ - "long,", - 2 - ], - [ - "for", - 2 - ], - [ - "long", - 2 - ], - [ - "But", - 2 - ], - [ - "own,", - 2 - ], - [ - "this", - 2 - ], - [ - "and", - 2 - ], - [ - "like", - 2 - ], - [ - "voices", - 1 - ], - [ - "singing", - 1 - ], - [ - "songs", - 1 - ], - [ - "in", - 1 - ], - [ - "street", - 1 - ], - [ - "That", - 1 - ], - [ - "that", - 1 - ], - [ - "love", - 1 - ], - [ - "Late", - 1 - ], - [ - "night,", - 1 - ], - [ - "spaces", - 1 - ], - [ - "With", - 1 - ], - [ - "all", - 1 - ], - [ - "our", - 1 - ], - [ - "friends,", - 1 - ], - [ - "Love", - 1 - ], - [ - "these", - 1 - ], - [ - "faces", - 1 - ], - [ - "Just", - 1 - ], - [ - "how", - 1 - ], - [ - "used", - 1 - ], - [ - "own", - 1 - ], - [ - "I'm", - 1 - ], - [ - "could", - 1 - ], - [ - "do", - 1 - ], - [ - "forever", - 1 - ], - [ - "let's", - 1 - ], - [ - "crazy", - 1 - ], - [ - "together", - 1 - ] - ], - [ - [ - "you", - 22 - ], - [ - "I", - 14 - ], - [ - "the", - 13 - ], - [ - "it's", - 13 - ], - [ - "wanna", - 12 - ], - [ - "see", - 12 - ], - [ - "way", - 12 - ], - [ - "move", - 12 - ], - [ - "for", - 12 - ], - [ - "me", - 12 - ], - [ - "alright,", - 8 - ], - [ - "baby", - 8 - ], - [ - "It's", - 7 - ], - [ - "Little", - 6 - ], - [ - "black", - 6 - ], - [ - "know", - 5 - ], - [ - "dress", - 4 - ], - [ - "right,", - 4 - ], - [ - "so", - 3 - ], - [ - "too", - 3 - ], - [ - "alright", - 3 - ], - [ - "not", - 3 - ], - [ - "can't", - 2 - ], - [ - "right", - 2 - ], - [ - "dress,", - 2 - ], - [ - "late,", - 2 - ], - [ - "home", - 2 - ], - [ - "take", - 2 - ], - [ - "just", - 1 - ], - [ - "walked", - 1 - ], - [ - "into", - 1 - ], - [ - "room", - 1 - ], - [ - "Making", - 1 - ], - [ - "heads", - 1 - ], - [ - "turn", - 1 - ], - [ - "stop", - 1 - ], - [ - "looking", - 1 - ], - [ - "at", - 1 - ], - [ - "did", - 1 - ], - [ - "come", - 1 - ], - [ - "here", - 1 - ], - [ - "alone?", - 1 - ], - [ - "late", - 1 - ], - [ - "to", - 1 - ], - [ - "go", - 1 - ], - [ - "who", - 1 - ], - [ - "doing", - 1 - ], - [ - "it", - 1 - ], - [ - "for?", - 1 - ], - [ - "any", - 1 - ], - [ - "more", - 1 - ], - [ - "what's", - 1 - ], - [ - "your", - 1 - ], - [ - "favorite", - 1 - ], - [ - "song?", - 1 - ], - [ - "won't", - 1 - ], - [ - "do", - 1 - ], - [ - "no", - 1 - ], - [ - "harm", - 1 - ], - [ - "'cause", - 1 - ], - [ - "I'll", - 1 - ] - ], - [ - [ - "you", - 32 - ], - [ - "I", - 20 - ], - [ - "will", - 16 - ], - [ - "your", - 14 - ], - [ - "And", - 11 - ], - [ - "and", - 10 - ], - [ - "is", - 9 - ], - [ - "the", - 9 - ], - [ - "to", - 8 - ], - [ - "for", - 6 - ], - [ - "love", - 6 - ], - [ - "heart", - 6 - ], - [ - "You", - 5 - ], - [ - "that", - 5 - ], - [ - "way", - 5 - ], - [ - "But", - 5 - ], - [ - "see", - 5 - ], - [ - "Oh", - 5 - ], - [ - "carry", - 5 - ], - [ - "over", - 5 - ], - [ - "fire", - 5 - ], - [ - "water", - 5 - ], - [ - "hold", - 5 - ], - [ - "tell", - 4 - ], - [ - "me", - 4 - ], - [ - "wanna", - 4 - ], - [ - "again", - 4 - ], - [ - "don't", - 4 - ], - [ - "be", - 4 - ], - [ - "closer", - 4 - ], - [ - "Hope", - 4 - ], - [ - "strong", - 4 - ], - [ - "enough", - 4 - ], - [ - "When", - 4 - ], - [ - "night", - 4 - ], - [ - "coming", - 4 - ], - [ - "down", - 4 - ], - [ - "We", - 4 - ], - [ - "find", - 4 - ], - [ - "a", - 4 - ], - [ - "dark", - 4 - ], - [ - "just", - 3 - ], - [ - "in", - 3 - ], - [ - "can", - 3 - ], - [ - "if", - 3 - ], - [ - "on", - 3 - ], - [ - "Through", - 3 - ], - [ - "here", - 2 - ], - [ - "know", - 2 - ], - [ - "you're", - 2 - ], - [ - "smile", - 2 - ], - [ - "burn", - 2 - ], - [ - "out", - 2 - ], - [ - "Even", - 2 - ], - [ - "scream", - 2 - ], - [ - "shout", - 2 - ], - [ - "It", - 2 - ], - [ - "come", - 2 - ], - [ - "back", - 2 - ], - [ - "I'll", - 2 - ], - [ - "fall", - 2 - ], - [ - "it's", - 2 - ], - [ - "need", - 2 - ], - [ - "loved", - 2 - ], - [ - "sad", - 1 - ], - [ - "lost", - 1 - ], - [ - "tears", - 1 - ], - [ - "are", - 1 - ], - [ - "stay", - 1 - ], - [ - "were", - 1 - ], - [ - "only", - 1 - ], - [ - "hiding", - 1 - ], - [ - "hurt,", - 1 - ], - [ - "pain", - 1 - ], - [ - "head", - 1 - ], - [ - "held", - 1 - ], - [ - "shame", - 1 - ], - [ - "See", - 1 - ], - [ - "through", - 1 - ], - [ - "wish", - 1 - ], - [ - "could", - 1 - ], - [ - "take", - 1 - ], - [ - "start", - 1 - ], - [ - "I'd", - 1 - ], - [ - "never", - 1 - ], - [ - "let", - 1 - ], - [ - "break", - 1 - ], - [ - "cry", - 1 - ], - [ - "or", - 1 - ], - [ - "apart", - 1 - ], - [ - "there", - 1 - ], - [ - "heard", - 1 - ], - [ - "all", - 1 - ], - [ - "vain", - 1 - ], - [ - "remember", - 1 - ], - [ - "laughing", - 1 - ], - [ - "So", - 1 - ], - [ - "let's", - 1 - ], - [ - "laugh", - 1 - ], - [ - "Back", - 1 - ], - [ - "worry", - 1 - ], - [ - "easy", - 1 - ], - [ - "(Oh", - 1 - ], - [ - "would,", - 1 - ], - [ - "oh", - 1 - ], - [ - "would)", - 1 - ] - ], - [ - [ - "I", - 15 - ], - [ - "it", - 11 - ], - [ - "to", - 9 - ], - [ - "want", - 7 - ], - [ - "me", - 7 - ], - [ - "Come", - 6 - ], - [ - "on,", - 6 - ], - [ - "much", - 6 - ], - [ - "say", - 5 - ], - [ - "here", - 5 - ], - [ - "So", - 5 - ], - [ - "and", - 4 - ], - [ - "all", - 4 - ], - [ - "you", - 4 - ], - [ - "with", - 4 - ], - [ - "Like", - 4 - ], - [ - "how", - 4 - ], - [ - "pictured", - 4 - ], - [ - "Is", - 4 - ], - [ - "too", - 4 - ], - [ - "ask", - 4 - ], - [ - "for", - 4 - ], - [ - "something", - 4 - ], - [ - "great?", - 4 - ], - [ - "One", - 3 - ], - [ - "day", - 3 - ], - [ - "together", - 3 - ], - [ - "don't", - 3 - ], - [ - "have", - 3 - ], - [ - "keep", - 3 - ], - [ - "jump", - 3 - ], - [ - "out", - 3 - ], - [ - "at", - 3 - ], - [ - "bring", - 3 - ], - [ - "everything", - 3 - ], - [ - "you'll", - 2 - ], - [ - "come", - 2 - ], - [ - "into", - 2 - ], - [ - "world", - 2 - ], - [ - "You", - 2 - ], - [ - "we're", - 2 - ], - [ - "better", - 2 - ], - [ - "off", - 2 - ], - [ - "imagining", - 2 - ], - [ - "I'll", - 2 - ], - [ - "You're", - 2 - ], - [ - "it's", - 2 - ], - [ - "hurting", - 2 - ], - [ - "my", - 1 - ], - [ - "we'll", - 1 - ], - [ - "be", - 1 - ], - [ - "even", - 1 - ], - [ - "when", - 1 - ], - [ - "you're", - 1 - ], - [ - "lost", - 1 - ], - [ - "these", - 1 - ], - [ - "words", - 1 - ], - [ - "I've", - 1 - ], - [ - "thought", - 1 - ], - [ - "but", - 1 - ], - [ - "never", - 1 - ], - [ - "said", - 1 - ], - [ - "in", - 1 - ], - [ - "our", - 1 - ], - [ - "bed", - 1 - ], - [ - "The", - 1 - ], - [ - "script", - 1 - ], - [ - "was", - 1 - ], - [ - "written", - 1 - ], - [ - "could", - 1 - ], - [ - "not", - 1 - ], - [ - "change", - 1 - ], - [ - "a", - 1 - ], - [ - "thing", - 1 - ], - [ - "rip", - 1 - ], - [ - "shreds", - 1 - ], - [ - "start", - 1 - ], - [ - "again", - 1 - ], - [ - "your", - 1 - ], - [ - "get", - 1 - ], - [ - "right", - 1 - ], - [ - "tonight", - 1 - ], - [ - "imagining,", - 1 - ], - [ - "oh", - 1 - ] - ], - [ - [ - "little", - 20 - ], - [ - "white", - 20 - ], - [ - "I", - 13 - ], - [ - "you", - 13 - ], - [ - "With", - 10 - ], - [ - "your,", - 10 - ], - [ - "lies,", - 10 - ], - [ - "lies", - 10 - ], - [ - "know", - 9 - ], - [ - "been", - 8 - ], - [ - "'Cause", - 7 - ], - [ - "you've", - 7 - ], - [ - "girl", - 6 - ], - [ - "You", - 5 - ], - [ - "me", - 5 - ], - [ - "If", - 4 - ], - [ - "this", - 4 - ], - [ - "room", - 4 - ], - [ - "was", - 4 - ], - [ - "burning", - 4 - ], - [ - "wouldn't", - 4 - ], - [ - "even", - 4 - ], - [ - "notice", - 4 - ], - [ - "taking", - 4 - ], - [ - "up", - 4 - ], - [ - "my", - 4 - ], - [ - "mind", - 4 - ], - [ - "say", - 4 - ], - [ - "don't", - 4 - ], - [ - "But", - 4 - ], - [ - "all", - 4 - ], - [ - "it's", - 3 - ], - [ - "getting", - 3 - ], - [ - "And", - 3 - ], - [ - "the", - 3 - ], - [ - "what", - 3 - ], - [ - "you're", - 3 - ], - [ - "a", - 3 - ], - [ - "good", - 3 - ], - [ - "would", - 3 - ], - [ - "telling", - 3 - ], - [ - "night", - 3 - ], - [ - "now", - 3 - ], - [ - "so", - 3 - ], - [ - "if", - 2 - ], - [ - "could", - 2 - ], - [ - "you,", - 2 - ], - [ - "touching", - 2 - ], - [ - "they're", - 2 - ], - [ - "keep", - 2 - ], - [ - "saying", - 2 - ], - [ - "do", - 2 - ], - [ - "and", - 2 - ], - [ - "thinking", - 2 - ], - [ - "about", - 2 - ], - [ - "want", - 2 - ], - [ - "it", - 2 - ], - [ - "late,", - 1 - ], - [ - "late", - 1 - ], - [ - "stay,", - 1 - ], - [ - "stay", - 1 - ], - [ - "tell", - 1 - ], - [ - "truth", - 1 - ], - [ - "No,", - 1 - ], - [ - "like", - 1 - ], - [ - "playing", - 1 - ], - [ - "games", - 1 - ], - [ - "Your", - 1 - ], - [ - "hands", - 1 - ], - [ - "me,", - 1 - ], - [ - "your", - 1 - ], - [ - "eyes", - 1 - ], - [ - "things", - 1 - ], - [ - "They're", - 1 - ], - [ - "we'd", - 1 - ], - [ - "When", - 1 - ], - [ - "only", - 1 - ], - [ - "can't", - 1 - ], - [ - "concentrate", - 1 - ], - [ - "That's", - 1 - ], - [ - "I'm", - 1 - ], - [ - "All", - 1 - ], - [ - "Everything", - 1 - ], - [ - "else", - 1 - ], - [ - "just", - 1 - ], - [ - "fades", - 1 - ], - [ - "away", - 1 - ], - [ - "Backseat", - 1 - ], - [ - "of", - 1 - ], - [ - "cab,", - 1 - ], - [ - "we're", - 1 - ], - [ - "in", - 1 - ], - [ - "cab", - 1 - ], - [ - "Or", - 1 - ], - [ - "lips", - 1 - ], - [ - "attached,", - 1 - ], - [ - "attached", - 1 - ], - [ - "wanna", - 1 - ], - [ - "make", - 1 - ], - [ - "some", - 1 - ], - [ - "rules", - 1 - ], - [ - "Cool,", - 1 - ], - [ - "then", - 1 - ], - [ - "we'll", - 1 - ], - [ - "watch", - 1 - ], - [ - "them", - 1 - ], - [ - "break", - 1 - ], - [ - "tonight", - 1 - ], - [ - "I've", - 1 - ], - [ - "waiting", - 1 - ], - [ - "long", - 1 - ], - [ - "feel", - 1 - ], - [ - "too", - 1 - ], - [ - "Let's", - 1 - ], - [ - "stop", - 1 - ], - [ - "pretending", - 1 - ], - [ - "That", - 1 - ], - [ - "Just", - 1 - ], - [ - "we", - 1 - ], - [ - "came", - 1 - ], - [ - "to", - 1 - ] - ], - [ - [ - "I", - 14 - ], - [ - "words", - 13 - ], - [ - "no", - 11 - ], - [ - "than", - 9 - ], - [ - "your", - 8 - ], - [ - "don't", - 8 - ], - [ - "it", - 8 - ], - [ - "up", - 7 - ], - [ - "sum", - 7 - ], - [ - "'Cause", - 7 - ], - [ - "ain't", - 7 - ], - [ - "good", - 7 - ], - [ - "explain", - 7 - ], - [ - "Ooh,", - 6 - ], - [ - "know", - 6 - ], - [ - "how", - 6 - ], - [ - "else", - 6 - ], - [ - "to", - 6 - ], - [ - "oh", - 6 - ], - [ - "love,", - 6 - ], - [ - "enough,", - 5 - ], - [ - "better", - 5 - ], - [ - "Better", - 4 - ], - [ - "way", - 4 - ], - [ - "can", - 4 - ], - [ - "It's", - 4 - ], - [ - "ooh", - 4 - ], - [ - "more", - 3 - ], - [ - "You", - 3 - ], - [ - "me", - 3 - ], - [ - "There's", - 3 - ], - [ - "can't", - 3 - ], - [ - "it's", - 3 - ], - [ - "But", - 2 - ], - [ - "make", - 2 - ], - [ - "wanna", - 2 - ], - [ - "crazy", - 2 - ], - [ - "like", - 2 - ], - [ - "be", - 2 - ], - [ - "One", - 2 - ], - [ - "better,", - 2 - ], - [ - "Ooh", - 2 - ], - [ - "a", - 1 - ], - [ - "feeling", - 1 - ], - [ - "Crazy", - 1 - ], - [ - "in", - 1 - ], - [ - "love", - 1 - ], - [ - "Dancing", - 1 - ], - [ - "on", - 1 - ], - [ - "the", - 1 - ], - [ - "ceiling", - 1 - ], - [ - "Every", - 1 - ], - [ - "time", - 1 - ], - [ - "we", - 1 - ], - [ - "touch", - 1 - ], - [ - "I'm", - 1 - ], - [ - "all", - 1 - ], - [ - "shook", - 1 - ], - [ - "How", - 1 - ], - [ - "deep", - 1 - ], - [ - "is", - 1 - ], - [ - "love?", - 1 - ], - [ - "God", - 1 - ], - [ - "only", - 1 - ], - [ - "knows", - 1 - ], - [ - "Baby", - 1 - ], - [ - "drive", - 1 - ], - [ - "Someone", - 1 - ], - [ - "you", - 1 - ], - [ - "Always", - 1 - ], - [ - "my", - 1 - ], - [ - "baby", - 1 - ], - [ - "Best", - 1 - ], - [ - "ever", - 1 - ], - [ - "had", - 1 - ], - [ - "Hips", - 1 - ], - [ - "lie", - 1 - ], - [ - "night", - 1 - ], - [ - "Irreplaceable", - 1 - ], - [ - "(Yeah)", - 1 - ], - [ - "Crazy,", - 1 - ], - [ - "we're", - 1 - ], - [ - "(There's", - 1 - ], - [ - "love)", - 1 - ], - [ - "Everyone", - 1 - ], - [ - "tries", - 1 - ], - [ - "(They", - 1 - ], - [ - "try)", - 1 - ], - [ - "To", - 1 - ], - [ - "see", - 1 - ], - [ - "what", - 1 - ], - [ - "feels", - 1 - ], - [ - "(Feels", - 1 - ], - [ - "like)", - 1 - ], - [ - "they'll", - 1 - ], - [ - "never", - 1 - ], - [ - "right", - 1 - ], - [ - "time...", - 1 - ], - [ - "words...", - 1 - ], - [ - "Yeah", - 1 - ], - [ - "(I", - 1 - ], - [ - "know!)", - 1 - ], - [ - "(To", - 1 - ], - [ - "up)", - 1 - ], - [ - "enough", - 1 - ], - [ - "(Words", - 1 - ], - [ - "enough)", - 1 - ] - ], - "No Lyrics", - [ - [ - "you", - 21 - ], - [ - "he", - 15 - ], - [ - "know", - 15 - ], - [ - "Does", - 14 - ], - [ - "you're", - 8 - ], - [ - "that", - 7 - ], - [ - "and", - 6 - ], - [ - "Oh-oh-oh-oh", - 6 - ], - [ - "way", - 5 - ], - [ - "the", - 5 - ], - [ - "baby", - 5 - ], - [ - "I", - 5 - ], - [ - "never", - 5 - ], - [ - "your", - 4 - ], - [ - "baby,", - 4 - ], - [ - "can", - 4 - ], - [ - "move", - 4 - ], - [ - "it", - 4 - ], - [ - "like", - 4 - ], - [ - "that?", - 4 - ], - [ - "you'll", - 4 - ], - [ - "go", - 4 - ], - [ - "back?", - 4 - ], - [ - "knows", - 3 - ], - [ - "to", - 3 - ], - [ - "Your", - 3 - ], - [ - "The", - 3 - ], - [ - "when", - 3 - ], - [ - "But", - 3 - ], - [ - "Whoa-oh-oh-oh", - 3 - ], - [ - "out", - 3 - ], - [ - "want", - 3 - ], - [ - "so", - 3 - ], - [ - "bad", - 3 - ], - [ - "Tonight", - 3 - ], - [ - "mine,", - 3 - ], - [ - "know?", - 3 - ], - [ - "me", - 3 - ], - [ - "He", - 2 - ], - [ - "in", - 2 - ], - [ - "every", - 2 - ], - [ - "He's", - 2 - ], - [ - "of", - 2 - ], - [ - "face", - 2 - ], - [ - "Inside", - 2 - ], - [ - "out,", - 2 - ], - [ - "head", - 2 - ], - [ - "toe", - 2 - ], - [ - "secret", - 2 - ], - [ - "tattoo,", - 2 - ], - [ - "change", - 2 - ], - [ - "moods", - 2 - ], - [ - "songs", - 2 - ], - [ - "sing", - 2 - ], - [ - "all", - 2 - ], - [ - "alone", - 2 - ], - [ - "dance", - 2 - ], - [ - "So", - 2 - ], - [ - "who", - 2 - ], - [ - "about", - 1 - ], - [ - "memorized", - 1 - ], - [ - "part", - 1 - ], - [ - "Yeah,", - 1 - ], - [ - "everything", - 1 - ], - [ - "there", - 1 - ], - [ - "is", - 1 - ], - [ - "favorite", - 1 - ], - [ - "band,", - 1 - ], - [ - "catch", - 1 - ], - [ - "eye", - 1 - ], - [ - "then", - 1 - ], - [ - "turn", - 1 - ], - [ - "away", - 1 - ], - [ - "there's", - 1 - ], - [ - "no", - 1 - ], - [ - "hiding", - 1 - ], - [ - "smile", - 1 - ], - [ - "on", - 1 - ], - [ - "not", - 1 - ], - [ - "around,", - 1 - ], - [ - "girl,", - 1 - ], - [ - "let", - 1 - ], - [ - "how", - 1 - ], - [ - "front", - 1 - ], - [ - "friends", - 1 - ], - [ - "He'll", - 1 - ], - [ - "lie", - 1 - ], - [ - "look", - 1 - ], - [ - "at", - 1 - ], - [ - "keep", - 1 - ], - [ - "trying", - 1 - ], - [ - "but", - 1 - ], - [ - "see", - 1 - ], - [ - "All", - 1 - ], - [ - "little", - 1 - ], - [ - "things", - 1 - ], - [ - "make", - 1 - ], - [ - "are", - 1 - ], - [ - "tell", - 1 - ], - [ - "girl", - 1 - ], - [ - "(like", - 1 - ], - [ - "that)", - 1 - ], - [ - "(go", - 1 - ], - [ - "back)", - 1 - ] - ], - [ - [ - "I", - 18 - ], - [ - "it's", - 12 - ], - [ - "it", - 10 - ], - [ - "you", - 8 - ], - [ - "said,", - 7 - ], - [ - "hey,", - 7 - ], - [ - "alright", - 7 - ], - [ - "feel", - 7 - ], - [ - "to", - 6 - ], - [ - "me", - 5 - ], - [ - "the", - 5 - ], - [ - "what", - 5 - ], - [ - "your", - 5 - ], - [ - "She", - 4 - ], - [ - "Does", - 4 - ], - [ - "make", - 4 - ], - [ - "alive?", - 4 - ], - [ - "Don't", - 4 - ], - [ - "look", - 4 - ], - [ - "back", - 4 - ], - [ - "Live", - 4 - ], - [ - "life", - 4 - ], - [ - "Even", - 4 - ], - [ - "if", - 4 - ], - [ - "only", - 4 - ], - [ - "for", - 4 - ], - [ - "tonight", - 4 - ], - [ - "should", - 3 - ], - [ - "just", - 3 - ], - [ - "If", - 3 - ], - [ - "makes", - 3 - ], - [ - "alive", - 3 - ], - [ - "We", - 3 - ], - [ - "got", - 3 - ], - [ - "get", - 2 - ], - [ - "asked", - 2 - ], - [ - "with", - 2 - ], - [ - "know", - 2 - ], - [ - "can't", - 2 - ], - [ - "going", - 2 - ], - [ - "crazy", - 2 - ], - [ - "Can't", - 2 - ], - [ - "contain", - 2 - ], - [ - "a", - 2 - ], - [ - "her", - 2 - ], - [ - "we", - 2 - ], - [ - "nothing", - 2 - ], - [ - "My", - 1 - ], - [ - "mother", - 1 - ], - [ - "told", - 1 - ], - [ - "go", - 1 - ], - [ - "and", - 1 - ], - [ - "some", - 1 - ], - [ - "therapy", - 1 - ], - [ - "doctor,", - 1 - ], - [ - "can", - 1 - ], - [ - "find", - 1 - ], - [ - "out", - 1 - ], - [ - "is", - 1 - ], - [ - "wrong", - 1 - ], - [ - "me?", - 1 - ], - [ - "don't", - 1 - ], - [ - "why", - 1 - ], - [ - "wanna", - 1 - ], - [ - "be", - 1 - ], - [ - "every", - 1 - ], - [ - "girl", - 1 - ], - [ - "meet", - 1 - ], - [ - "control", - 1 - ], - [ - "Yeah,", - 1 - ], - [ - "taking", - 1 - ], - [ - "over", - 1 - ], - [ - "I'm", - 1 - ], - [ - "So", - 1 - ], - [ - "tell", - 1 - ], - [ - "do,", - 1 - ], - [ - "oh", - 1 - ], - [ - "Went", - 1 - ], - [ - "party,", - 1 - ], - [ - "after", - 1 - ], - [ - "doctor", - 1 - ], - [ - "talked", - 1 - ], - [ - "met", - 1 - ], - [ - "girl,", - 1 - ], - [ - "took", - 1 - ], - [ - "her,", - 1 - ], - [ - "end", - 1 - ], - [ - "up", - 1 - ], - [ - "balcony", - 1 - ], - [ - "whispered", - 1 - ], - [ - "something", - 1 - ], - [ - "in", - 1 - ], - [ - "ear", - 1 - ], - [ - "that", - 1 - ], - [ - "repeat", - 1 - ], - [ - "said", - 1 - ], - [ - "okay,", - 1 - ], - [ - "but", - 1 - ], - [ - "she", - 1 - ], - [ - "was", - 1 - ], - [ - "worried", - 1 - ], - [ - "friends", - 1 - ], - [ - "will", - 1 - ], - [ - "think", - 1 - ], - [ - "She's", - 1 - ], - [ - "do?", - 1 - ], - [ - "live", - 1 - ], - [ - "before", - 1 - ], - [ - "older", - 1 - ], - [ - "Do", - 1 - ], - [ - "like", - 1 - ], - [ - "lose", - 1 - ], - [ - "Shake", - 1 - ], - [ - "off", - 1 - ], - [ - "weight", - 1 - ], - [ - "of", - 1 - ], - [ - "world", - 1 - ], - [ - "from", - 1 - ], - [ - "shoulders", - 1 - ], - [ - "prove", - 1 - ] - ], - [ - [ - "you", - 19 - ], - [ - "half", - 19 - ], - [ - "a", - 19 - ], - [ - "I'm", - 18 - ], - [ - "without", - 15 - ], - [ - "heart", - 10 - ], - [ - "my", - 6 - ], - [ - "I", - 5 - ], - [ - "we", - 5 - ], - [ - "been", - 4 - ], - [ - "with", - 4 - ], - [ - "And", - 4 - ], - [ - "not", - 4 - ], - [ - "to", - 4 - ], - [ - "blue", - 4 - ], - [ - "at", - 4 - ], - [ - "an", - 4 - ], - [ - "in", - 4 - ], - [ - "me", - 3 - ], - [ - "waking", - 3 - ], - [ - "up", - 3 - ], - [ - "Only", - 3 - ], - [ - "sky", - 3 - ], - [ - "Kinda", - 3 - ], - [ - "there", - 3 - ], - [ - "but", - 3 - ], - [ - "quite", - 3 - ], - [ - "walking", - 3 - ], - [ - "around", - 3 - ], - [ - "just", - 3 - ], - [ - "one", - 3 - ], - [ - "shoe", - 3 - ], - [ - "man,", - 3 - ], - [ - "best", - 3 - ], - [ - "With", - 3 - ], - [ - "arrow", - 3 - ], - [ - "chest", - 3 - ], - [ - "miss", - 3 - ], - [ - "everything", - 3 - ], - [ - "do", - 3 - ], - [ - "friends", - 2 - ], - [ - "telling", - 2 - ], - [ - "that", - 2 - ], - [ - "missing", - 2 - ], - [ - "of", - 2 - ], - [ - "being", - 2 - ], - [ - "here", - 2 - ], - [ - "Is", - 2 - ], - [ - "like", - 2 - ], - [ - "it", - 2 - ], - [ - "'Cause", - 2 - ], - [ - "got", - 2 - ], - [ - "could", - 2 - ], - [ - "the", - 2 - ], - [ - "Half", - 2 - ], - [ - "Without", - 2 - ], - [ - "you,", - 2 - ], - [ - "So", - 1 - ], - [ - "your", - 1 - ], - [ - "You've", - 1 - ], - [ - "sleeping", - 1 - ], - [ - "sweater", - 1 - ], - [ - "can't", - 1 - ], - [ - "stop", - 1 - ], - [ - "Bet", - 1 - ], - [ - "doing", - 1 - ], - [ - "much", - 1 - ], - [ - "better", - 1 - ], - [ - "Because", - 1 - ], - [ - "Forget", - 1 - ], - [ - "all", - 1 - ], - [ - "said", - 1 - ], - [ - "night", - 1 - ], - [ - "No", - 1 - ], - [ - "doesn't", - 1 - ], - [ - "even", - 1 - ], - [ - "matter", - 1 - ], - [ - "both", - 1 - ], - [ - "split", - 1 - ], - [ - "two", - 1 - ], - [ - "If", - 1 - ], - [ - "spare", - 1 - ], - [ - "hour", - 1 - ], - [ - "or", - 1 - ], - [ - "so", - 1 - ], - [ - "We'll", - 1 - ], - [ - "go", - 1 - ], - [ - "for", - 1 - ], - [ - "lunch", - 1 - ], - [ - "down", - 1 - ], - [ - "by", - 1 - ], - [ - "river", - 1 - ], - [ - "We", - 1 - ], - [ - "really", - 1 - ], - [ - "talk", - 1 - ], - [ - "through", - 1 - ], - [ - "Though", - 1 - ], - [ - "try", - 1 - ], - [ - "get", - 1 - ], - [ - "out", - 1 - ], - [ - "head", - 1 - ], - [ - "The", - 1 - ], - [ - "truth", - 1 - ], - [ - "is", - 1 - ], - [ - "lost", - 1 - ], - [ - "since", - 1 - ], - [ - "then", - 1 - ], - [ - "I've", - 1 - ], - [ - "(Only", - 1 - ], - [ - "sky)", - 1 - ], - [ - "(Half", - 1 - ], - [ - "man", - 1 - ], - [ - "best)", - 1 - ] - ], - [], - [ - [ - "you", - 20 - ], - [ - "to", - 12 - ], - [ - "I", - 11 - ], - [ - "And", - 9 - ], - [ - "your", - 9 - ], - [ - "love", - 9 - ], - [ - "in", - 8 - ], - [ - "little", - 8 - ], - [ - "things", - 8 - ], - [ - "But", - 7 - ], - [ - "of", - 7 - ], - [ - "these", - 7 - ], - [ - "it's", - 6 - ], - [ - "I'm", - 6 - ], - [ - "the", - 6 - ], - [ - "all", - 6 - ], - [ - "never", - 6 - ], - [ - "It's", - 6 - ], - [ - "up", - 5 - ], - [ - "let", - 5 - ], - [ - "me", - 4 - ], - [ - "know", - 4 - ], - [ - "Slip", - 4 - ], - [ - "out", - 4 - ], - [ - "my", - 4 - ], - [ - "mouth", - 4 - ], - [ - "They", - 4 - ], - [ - "add", - 4 - ], - [ - "with", - 4 - ], - [ - "loved", - 3 - ], - [ - "won't", - 3 - ], - [ - "if", - 3 - ], - [ - "You", - 3 - ], - [ - "yourself", - 3 - ], - [ - "Your", - 2 - ], - [ - "just", - 2 - ], - [ - "for", - 2 - ], - [ - "on", - 2 - ], - [ - "it", - 2 - ], - [ - "makes", - 2 - ], - [ - "sense", - 2 - ], - [ - "you've", - 2 - ], - [ - "The", - 2 - ], - [ - "Oh", - 2 - ], - [ - "want", - 2 - ], - [ - "much", - 2 - ], - [ - "true", - 2 - ], - [ - "You'll", - 2 - ], - [ - "as", - 2 - ], - [ - "hand", - 1 - ], - [ - "fits", - 1 - ], - [ - "mine", - 1 - ], - [ - "Like", - 1 - ], - [ - "made", - 1 - ], - [ - "bear", - 1 - ], - [ - "this", - 1 - ], - [ - "mind", - 1 - ], - [ - "It", - 1 - ], - [ - "was", - 1 - ], - [ - "meant", - 1 - ], - [ - "be", - 1 - ], - [ - "joining", - 1 - ], - [ - "dots", - 1 - ], - [ - "With", - 1 - ], - [ - "freckles", - 1 - ], - [ - "cheeks", - 1 - ], - [ - "crinkles", - 1 - ], - [ - "by", - 1 - ], - [ - "eyes", - 1 - ], - [ - "When", - 1 - ], - [ - "smile", - 1 - ], - [ - "You've", - 1 - ], - [ - "stomach", - 1 - ], - [ - "or", - 1 - ], - [ - "thighs", - 1 - ], - [ - "dimples", - 1 - ], - [ - "back", - 1 - ], - [ - "At", - 1 - ], - [ - "bottom", - 1 - ], - [ - "spine", - 1 - ], - [ - "I'll", - 1 - ], - [ - "them", - 1 - ], - [ - "endlessly", - 1 - ], - [ - "do", - 1 - ], - [ - "can't", - 1 - ], - [ - "go", - 1 - ], - [ - "bed", - 1 - ], - [ - "Without", - 1 - ], - [ - "a", - 1 - ], - [ - "cup", - 1 - ], - [ - "tea", - 1 - ], - [ - "maybe", - 1 - ], - [ - "that's", - 1 - ], - [ - "reason", - 1 - ], - [ - "That", - 1 - ], - [ - "talk", - 1 - ], - [ - "sleep", - 1 - ], - [ - "those", - 1 - ], - [ - "conversations", - 1 - ], - [ - "Are", - 1 - ], - [ - "secrets", - 1 - ], - [ - "that", - 1 - ], - [ - "keep", - 1 - ], - [ - "Though", - 1 - ], - [ - "no", - 1 - ], - [ - "sound", - 1 - ], - [ - "voice", - 1 - ], - [ - "tape", - 1 - ], - [ - "how", - 1 - ], - [ - "weigh", - 1 - ], - [ - "still", - 1 - ], - [ - "have", - 1 - ], - [ - "squeeze", - 1 - ], - [ - "into", - 1 - ], - [ - "jeans", - 1 - ], - [ - "you're", - 1 - ], - [ - "perfect", - 1 - ], - [ - "Half", - 1 - ], - [ - "treat", - 1 - ], - [ - "right", - 1 - ], - [ - "darlin'", - 1 - ], - [ - "If", - 1 - ], - [ - "here", - 1 - ], - [ - "Maybe", - 1 - ], - [ - "you'll", - 1 - ], - [ - "like", - 1 - ], - [ - "Oh...", - 1 - ], - [ - "I've", - 1 - ], - [ - "'Cause", - 1 - ] - ], - [ - [ - "I", - 33 - ], - [ - "it", - 18 - ], - [ - "the", - 14 - ], - [ - "song", - 13 - ], - [ - "ever", - 12 - ], - [ - "we", - 11 - ], - [ - "best", - 11 - ], - [ - "you", - 9 - ], - [ - "to", - 9 - ], - [ - "danced", - 9 - ], - [ - "think", - 9 - ], - [ - "all", - 8 - ], - [ - "night", - 8 - ], - [ - "remember", - 8 - ], - [ - "know", - 8 - ], - [ - "know,", - 8 - ], - [ - "goes", - 6 - ], - [ - "her", - 6 - ], - [ - "went,", - 6 - ], - [ - "And", - 5 - ], - [ - "but", - 5 - ], - [ - "that", - 5 - ], - [ - "won\u2019t", - 5 - ], - [ - "forget", - 5 - ], - [ - "was", - 5 - ], - [ - "she", - 4 - ], - [ - "said,", - 4 - ], - [ - "We", - 4 - ], - [ - "knew", - 4 - ], - [ - "every", - 4 - ], - [ - "line,", - 4 - ], - [ - "now", - 4 - ], - [ - "can\u2019t", - 4 - ], - [ - "How", - 4 - ], - [ - "'Cause", - 4 - ], - [ - "oh", - 4 - ], - [ - "yeah", - 4 - ], - [ - "(ow)", - 3 - ], - [ - "like", - 3 - ], - [ - "\"oh", - 3 - ], - [ - "oh\"", - 3 - ], - [ - "\"yeah", - 3 - ], - [ - "yeah\"", - 3 - ], - [ - "goes...", - 3 - ], - [ - "(woooo)", - 3 - ], - [ - "a", - 3 - ], - [ - "It", - 3 - ], - [ - "and", - 2 - ], - [ - "\"Can", - 2 - ], - [ - "me?\"", - 2 - ], - [ - "She", - 2 - ], - [ - "\"Never", - 2 - ], - [ - "in", - 2 - ], - [ - "your", - 2 - ], - [ - "wildest", - 2 - ], - [ - "dreams.\"", - 2 - ], - [ - "Said", - 2 - ], - [ - "had", - 2 - ], - [ - "dirty", - 2 - ], - [ - "me", - 2 - ], - [ - "You", - 2 - ], - [ - "I\u2019ll", - 2 - ], - [ - "(How", - 2 - ], - [ - "danced)", - 2 - ], - [ - "Maybe", - 1 - ], - [ - "it\u2019s", - 1 - ], - [ - "way", - 1 - ], - [ - "walked", - 1 - ], - [ - "Straight", - 1 - ], - [ - "into", - 1 - ], - [ - "my", - 1 - ], - [ - "heart", - 1 - ], - [ - "stole", - 1 - ], - [ - "Through", - 1 - ], - [ - "doors", - 1 - ], - [ - "past", - 1 - ], - [ - "guards", - 1 - ], - [ - "Just", - 1 - ], - [ - "already", - 1 - ], - [ - "owned", - 1 - ], - [ - "give", - 1 - ], - [ - "back", - 1 - ], - [ - "name", - 1 - ], - [ - "Georgia", - 1 - ], - [ - "Rose", - 1 - ], - [ - "daddy", - 1 - ], - [ - "dentist", - 1 - ], - [ - "mouth", - 1 - ], - [ - "(I", - 1 - ], - [ - "mouth)", - 1 - ], - [ - "But", - 1 - ], - [ - "kissed", - 1 - ], - [ - "meant", - 1 - ], - [ - "take", - 1 - ], - [ - "home", - 1 - ], - [ - "with", - 1 - ], - [ - "you\u2019ll", - 1 - ], - [ - "hope", - 1 - ], - [ - "how", - 1 - ], - [ - "(Oh", - 1 - ], - [ - "oh)", - 1 - ], - [ - "(Yeah", - 1 - ], - [ - "yeah)", - 1 - ], - [ - "One,", - 1 - ], - [ - "two,", - 1 - ], - [ - "one", - 1 - ], - [ - "two", - 1 - ], - [ - "three", - 1 - ], - [ - "Ow!", - 1 - ], - [ - "(We", - 1 - ], - [ - "danced,", - 1 - ], - [ - "(And", - 1 - ], - [ - "something", - 1 - ], - [ - "this)", - 1 - ], - [ - "her)", - 1 - ], - [ - "(Best", - 1 - ], - [ - "ever)", - 1 - ], - [ - "its", - 1 - ], - [ - "Best", - 1 - ] - ] - ] - }, - { - "Four [2014]": [ - [ - [ - "me", - 12 - ], - [ - "Everybody", - 12 - ], - [ - "her", - 11 - ], - [ - "to", - 11 - ], - [ - "the", - 10 - ], - [ - "I", - 10 - ], - [ - "wanna", - 10 - ], - [ - "she", - 9 - ], - [ - "belongs", - 9 - ], - [ - "right", - 8 - ], - [ - "my", - 7 - ], - [ - "'cause", - 7 - ], - [ - "one", - 7 - ], - [ - "take", - 7 - ], - [ - "in", - 7 - ], - [ - "world", - 7 - ], - [ - "another", - 7 - ], - [ - "steal", - 6 - ], - [ - "girl", - 6 - ], - [ - "away", - 6 - ], - [ - "Couple", - 6 - ], - [ - "billion", - 6 - ], - [ - "whole", - 6 - ], - [ - "wide", - 6 - ], - [ - "all", - 5 - ], - [ - "heart", - 5 - ], - [ - "Find", - 5 - ], - [ - "She", - 5 - ], - [ - "All", - 4 - ], - [ - "know,", - 4 - ], - [ - "we", - 2 - ], - [ - "same", - 2 - ], - [ - "is", - 2 - ], - [ - "calls", - 2 - ], - [ - "know", - 2 - ], - [ - "for", - 2 - ], - [ - "sure", - 2 - ], - [ - "don't", - 2 - ], - [ - "doesn't", - 2 - ], - [ - "knows,", - 2 - ], - [ - "knows", - 2 - ], - [ - "never", - 2 - ], - [ - "let", - 2 - ], - [ - "love", - 2 - ], - [ - "wants", - 2 - ], - [ - "She's", - 1 - ], - [ - "been", - 1 - ], - [ - "queen", - 1 - ], - [ - "since", - 1 - ], - [ - "were", - 1 - ], - [ - "sixteen", - 1 - ], - [ - "We", - 1 - ], - [ - "want", - 1 - ], - [ - "things,", - 1 - ], - [ - "dream", - 1 - ], - [ - "dreams,", - 1 - ], - [ - "got", - 1 - ], - [ - "it", - 1 - ], - [ - "Her", - 1 - ], - [ - "mum", - 1 - ], - [ - "love,", - 1 - ], - [ - "dad", - 1 - ], - [ - "son,", - 1 - ], - [ - "Kisses", - 1 - ], - [ - "like", - 1 - ], - [ - "cream,", - 1 - ], - [ - "walk", - 1 - ], - [ - "so", - 1 - ], - [ - "mean", - 1 - ], - [ - "And", - 1 - ], - [ - "every", - 1 - ], - [ - "jaw", - 1 - ], - [ - "drops", - 1 - ], - [ - "when", - 1 - ], - [ - "she's", - 1 - ], - [ - "those", - 1 - ], - [ - "jeans,", - 1 - ], - [ - "exist", - 1 - ], - [ - "if", - 1 - ], - [ - "have", - 1 - ], - [ - "The", - 1 - ], - [ - "sun", - 1 - ], - [ - "shine,", - 1 - ], - [ - "turn,", - 1 - ], - [ - "But", - 1 - ], - [ - "that", - 1 - ], - [ - "down", - 1 - ], - [ - "before", - 1 - ], - [ - "That", - 1 - ], - [ - "I'm", - 1 - ], - [ - "gonna", - 1 - ], - [ - "from", - 1 - ], - [ - "now", - 1 - ], - [ - "Well,", - 1 - ], - [ - "find", - 1 - ] - ], - [ - [ - "I", - 26 - ], - [ - "the", - 17 - ], - [ - "be", - 16 - ], - [ - "wanna", - 15 - ], - [ - "to", - 13 - ], - [ - "I'm", - 11 - ], - [ - "ready", - 11 - ], - [ - "run", - 11 - ], - [ - "you", - 10 - ], - [ - "time", - 9 - ], - [ - "This", - 7 - ], - [ - "and", - 7 - ], - [ - "in", - 6 - ], - [ - "I'll", - 6 - ], - [ - "'Cause", - 6 - ], - [ - "There's", - 5 - ], - [ - "a", - 5 - ], - [ - "of", - 5 - ], - [ - "never", - 4 - ], - [ - "your", - 3 - ], - [ - "me", - 3 - ], - [ - "But", - 3 - ], - [ - "know,", - 3 - ], - [ - "yes", - 3 - ], - [ - "know", - 3 - ], - [ - "that", - 3 - ], - [ - "Escape", - 3 - ], - [ - "from", - 3 - ], - [ - "city", - 3 - ], - [ - "follow", - 3 - ], - [ - "sun", - 3 - ], - [ - "yours,", - 3 - ], - [ - "'cause", - 3 - ], - [ - "mine", - 3 - ], - [ - "don't", - 3 - ], - [ - "get", - 3 - ], - [ - "lost", - 3 - ], - [ - "dark", - 3 - ], - [ - "night", - 3 - ], - [ - "Wherever", - 3 - ], - [ - "are", - 3 - ], - [ - "is", - 3 - ], - [ - "place", - 3 - ], - [ - "belong", - 3 - ], - [ - "free", - 3 - ], - [ - "young", - 3 - ], - [ - "look", - 3 - ], - [ - "back", - 3 - ], - [ - "now", - 3 - ], - [ - "can't", - 2 - ], - [ - "out", - 2 - ], - [ - "we'll", - 2 - ], - [ - "alright", - 2 - ], - [ - "course", - 2 - ], - [ - "lightning", - 1 - ], - [ - "eyes", - 1 - ], - [ - "deny", - 1 - ], - [ - "Then", - 1 - ], - [ - "there's", - 1 - ], - [ - "inside", - 1 - ], - [ - "sinking", - 1 - ], - [ - "boat", - 1 - ], - [ - "running", - 1 - ], - [ - "Without", - 1 - ], - [ - "make", - 1 - ], - [ - "it", - 1 - ], - [ - "alive", - 1 - ], - [ - "devil", - 1 - ], - [ - "smile", - 1 - ], - [ - "that's", - 1 - ], - [ - "chasing", - 1 - ], - [ - "And", - 1 - ], - [ - "every", - 1 - ], - [ - "turn", - 1 - ], - [ - "around", - 1 - ], - [ - "it's", - 1 - ], - [ - "only", - 1 - ], - [ - "gaining", - 1 - ], - [ - "speed", - 1 - ], - [ - "moment", - 1 - ], - [ - "when", - 1 - ], - [ - "finally", - 1 - ], - [ - "realize", - 1 - ], - [ - "no", - 1 - ], - [ - "way", - 1 - ], - [ - "can", - 1 - ], - [ - "change", - 1 - ], - [ - "rolling", - 1 - ], - [ - "tide", - 1 - ], - [ - "fine", - 1 - ], - [ - "future", - 1 - ], - [ - "my", - 1 - ], - [ - "life", - 1 - ], - [ - "foresee", - 1 - ], - [ - "Unless", - 1 - ], - [ - "stay", - 1 - ], - [ - "on", - 1 - ], - [ - "keep", - 1 - ], - [ - "next", - 1 - ], - [ - "There", - 1 - ], - [ - "will", - 1 - ], - [ - "always", - 1 - ], - [ - "kind", - 1 - ], - [ - "criticize", - 1 - ], - [ - "(Ready", - 1 - ], - [ - "run)", - 1 - ], - [ - "give", - 1 - ], - [ - "everything", - 1 - ], - [ - "got", - 1 - ], - [ - "for", - 1 - ], - [ - "love", - 1 - ] - ], - [ - [ - "you", - 17 - ], - [ - "I", - 15 - ], - [ - "broken", - 15 - ], - [ - "me", - 14 - ], - [ - "Where", - 14 - ], - [ - "do", - 14 - ], - [ - "hearts", - 14 - ], - [ - "go?", - 14 - ], - [ - "the", - 11 - ], - [ - "out", - 9 - ], - [ - "of", - 7 - ], - [ - "but", - 7 - ], - [ - "don't", - 6 - ], - [ - "on", - 6 - ], - [ - "a", - 6 - ], - [ - "to", - 6 - ], - [ - "Tell", - 6 - ], - [ - "now", - 6 - ], - [ - "your", - 5 - ], - [ - "find", - 5 - ], - [ - "just", - 5 - ], - [ - "know", - 5 - ], - [ - "and", - 4 - ], - [ - "come", - 4 - ], - [ - "it", - 4 - ], - [ - "I'm", - 4 - ], - [ - "Come", - 4 - ], - [ - "baby,", - 4 - ], - [ - "my", - 3 - ], - [ - "from", - 3 - ], - [ - "let", - 3 - ], - [ - "that", - 3 - ], - [ - "down", - 3 - ], - [ - "Now", - 3 - ], - [ - "searching", - 3 - ], - [ - "every", - 3 - ], - [ - "lonely", - 3 - ], - [ - "place", - 3 - ], - [ - "Every", - 3 - ], - [ - "corner", - 3 - ], - [ - "calling", - 3 - ], - [ - "name", - 3 - ], - [ - "Tryna", - 3 - ], - [ - "you're", - 3 - ], - [ - "'cause", - 3 - ], - [ - "list", - 2 - ], - [ - "things", - 2 - ], - [ - "with", - 2 - ], - [ - "Yeah", - 2 - ], - [ - "took", - 2 - ], - [ - "some", - 2 - ], - [ - "time", - 2 - ], - [ - "figured", - 2 - ], - [ - "How", - 2 - ], - [ - "fix", - 2 - ], - [ - "up", - 2 - ], - [ - "heart", - 2 - ], - [ - "is", - 2 - ], - [ - "running", - 2 - ], - [ - "in", - 2 - ], - [ - "Love", - 2 - ], - [ - "Are", - 2 - ], - [ - "sleeping", - 2 - ], - [ - "baby", - 2 - ], - [ - "by", - 2 - ], - [ - "yourself?", - 2 - ], - [ - "Or", - 2 - ], - [ - "are", - 2 - ], - [ - "giving", - 2 - ], - [ - "someone", - 2 - ], - [ - "else?", - 2 - ], - [ - "tell", - 2 - ], - [ - "where", - 2 - ], - [ - "again?", - 2 - ], - [ - "need", - 2 - ], - [ - "get", - 2 - ], - [ - "Counted", - 1 - ], - [ - "all", - 1 - ], - [ - "mistakes", - 1 - ], - [ - "there's", - 1 - ], - [ - "only", - 1 - ], - [ - "one", - 1 - ], - [ - "Standing", - 1 - ], - [ - "I've", - 1 - ], - [ - "done", - 1 - ], - [ - "All", - 1 - ], - [ - "rest", - 1 - ], - [ - "crimes", - 1 - ], - [ - "close", - 1 - ], - [ - "To", - 1 - ], - [ - "look", - 1 - ], - [ - "face", - 1 - ], - [ - "when", - 1 - ], - [ - "go", - 1 - ], - [ - "So", - 1 - ], - [ - "built", - 1 - ], - [ - "house", - 1 - ], - [ - "home", - 1 - ], - [ - "And", - 1 - ], - [ - "wrote", - 1 - ], - [ - "song", - 1 - ], - [ - "words", - 1 - ], - [ - "spoke", - 1 - ], - [ - "Yeah,", - 1 - ], - [ - "taste", - 1 - ], - [ - "lips", - 1 - ], - [ - "tip", - 1 - ], - [ - "tongue", - 1 - ], - [ - "It's", - 1 - ], - [ - "at", - 1 - ], - [ - "top", - 1 - ], - [ - "want", - 1 - ], - [ - "Mind", - 1 - ], - [ - "circles", - 1 - ], - [ - "Anyone", - 1 - ], - [ - "between", - 1 - ], - [ - "enemy", - 1 - ], - [ - "Shadows", - 1 - ], - [ - "pain", - 1 - ], - [ - "was", - 1 - ], - [ - "something", - 1 - ], - [ - "you've", - 1 - ], - [ - "never", - 1 - ], - [ - "heard", - 1 - ], - [ - "enough", - 1 - ], - [ - "Trying", - 1 - ], - [ - "going", - 1 - ], - [ - "You've", - 1 - ], - [ - "been", - 1 - ], - [ - "afraid", - 1 - ], - [ - "will", - 1 - ], - [ - "ever", - 1 - ], - [ - "love", - 1 - ], - [ - "Try", - 1 - ], - [ - "hiding", - 1 - ], - [ - "me,", - 1 - ], - [ - "ten", - 1 - ], - [ - "feet", - 1 - ] - ], - [ - [ - "I", - 20 - ], - [ - "we", - 14 - ], - [ - "were", - 12 - ], - [ - "you", - 11 - ], - [ - "me", - 10 - ], - [ - "eighteen", - 10 - ], - [ - "love", - 10 - ], - [ - "a", - 9 - ], - [ - "made", - 9 - ], - [ - "to", - 7 - ], - [ - "the", - 7 - ], - [ - "be", - 7 - ], - [ - "feel", - 6 - ], - [ - "When", - 6 - ], - [ - "loved", - 5 - ], - [ - "in", - 5 - ], - [ - "like", - 5 - ], - [ - "and", - 4 - ], - [ - "both", - 4 - ], - [ - "want", - 4 - ], - [ - "can", - 4 - ], - [ - "We", - 3 - ], - [ - "So", - 3 - ], - [ - "where", - 3 - ], - [ - "lay", - 3 - ], - [ - "down", - 3 - ], - [ - "My", - 3 - ], - [ - "hands", - 3 - ], - [ - "pressed", - 3 - ], - [ - "your", - 3 - ], - [ - "cheeks", - 3 - ], - [ - "A", - 3 - ], - [ - "long", - 3 - ], - [ - "way", - 3 - ], - [ - "from", - 3 - ], - [ - "playground", - 3 - ], - [ - "have", - 3 - ], - [ - "since", - 3 - ], - [ - "Long", - 3 - ], - [ - "before", - 3 - ], - [ - "thought", - 3 - ], - [ - "same", - 3 - ], - [ - "thing", - 3 - ], - [ - "To", - 3 - ], - [ - "do", - 3 - ], - [ - "is", - 3 - ], - [ - "say", - 3 - ], - [ - "that", - 3 - ], - [ - "these", - 3 - ], - [ - "arms", - 3 - ], - [ - "for", - 3 - ], - [ - "holding", - 3 - ], - [ - "all", - 3 - ], - [ - "And", - 3 - ], - [ - "got", - 2 - ], - [ - "kiss", - 2 - ], - [ - "wanna", - 2 - ], - [ - "motion,", - 2 - ], - [ - "heart", - 1 - ], - [ - "soul", - 1 - ], - [ - "Believe", - 1 - ], - [ - "will", - 1 - ], - [ - "use", - 1 - ], - [ - "'em", - 1 - ], - [ - "start", - 1 - ], - [ - "Be", - 1 - ], - [ - "it", - 1 - ], - [ - "false", - 1 - ], - [ - "one,", - 1 - ], - [ - "know", - 1 - ], - [ - "Baby,", - 1 - ], - [ - "don't", - 1 - ], - [ - "alone", - 1 - ], - [ - "loved,", - 1 - ], - [ - "All", - 1 - ], - [ - "took", - 1 - ], - [ - "chance", - 1 - ], - [ - "God", - 1 - ], - [ - "knows", - 1 - ], - [ - "tried", - 1 - ], - [ - "Yet", - 1 - ], - [ - "along,", - 1 - ], - [ - "knew", - 1 - ], - [ - "we'd", - 1 - ], - [ - "fine", - 1 - ], - [ - "pour", - 1 - ], - [ - "drink", - 1 - ], - [ - "oh", - 1 - ], - [ - "Let's", - 1 - ], - [ - "split", - 1 - ], - [ - "night", - 1 - ], - [ - "wide", - 1 - ], - [ - "open", - 1 - ], - [ - "we'll", - 1 - ], - [ - "see", - 1 - ], - [ - "everything", - 1 - ], - [ - "live", - 1 - ], - [ - "slow", - 1 - ], - [ - "motion", - 1 - ], - [ - "are", - 1 - ], - [ - "Oh", - 1 - ], - [ - "lord,", - 1 - ], - [ - "when", - 1 - ], - [ - "Kiss", - 1 - ] - ], - [ - [ - "I", - 18 - ], - [ - "get", - 14 - ], - [ - "no", - 8 - ], - [ - "down,", - 8 - ], - [ - "a", - 6 - ], - [ - "the", - 6 - ], - [ - "something", - 6 - ], - [ - "happening", - 6 - ], - [ - "down", - 6 - ], - [ - "my", - 6 - ], - [ - "knees", - 6 - ], - [ - "is", - 4 - ], - [ - "as", - 4 - ], - [ - "to", - 4 - ], - [ - "on", - 4 - ], - [ - "made", - 4 - ], - [ - "Let's", - 4 - ], - [ - "Only", - 4 - ], - [ - "There's", - 4 - ], - [ - "here", - 4 - ], - [ - "you", - 4 - ], - [ - "On", - 4 - ], - [ - "for", - 4 - ], - [ - "Her", - 2 - ], - [ - "light", - 2 - ], - [ - "loud", - 2 - ], - [ - "many", - 2 - ], - [ - "ambulances", - 2 - ], - [ - "As", - 2 - ], - [ - "it", - 2 - ], - [ - "takes", - 2 - ], - [ - "save", - 2 - ], - [ - "savior", - 2 - ], - [ - "(whoa", - 2 - ], - [ - "whoa", - 2 - ], - [ - "whoa)", - 2 - ], - [ - "She", - 2 - ], - [ - "floats", - 2 - ], - [ - "through", - 2 - ], - [ - "room", - 2 - ], - [ - "big", - 2 - ], - [ - "balloon", - 2 - ], - [ - "Some", - 2 - ], - [ - "say,", - 2 - ], - [ - "\"She's", - 2 - ], - [ - "such", - 2 - ], - [ - "fake\"", - 2 - ], - [ - "That", - 2 - ], - [ - "her", - 2 - ], - [ - "love", - 2 - ], - [ - "up", - 2 - ], - [ - "No,", - 2 - ], - [ - "have", - 2 - ], - [ - "another", - 2 - ], - [ - "toast", - 2 - ], - [ - "girl", - 2 - ], - [ - "almighty", - 2 - ], - [ - "pray", - 2 - ], - [ - "we", - 2 - ], - [ - "stay", - 2 - ], - [ - "young", - 2 - ], - [ - "Stay", - 2 - ], - [ - "of", - 2 - ], - [ - "lightning", - 2 - ], - [ - "Am", - 2 - ], - [ - "only,", - 2 - ], - [ - "believer?", - 2 - ], - [ - "The", - 2 - ], - [ - "only", - 2 - ], - [ - "believer", - 2 - ], - [ - "(There's", - 2 - ], - [ - "here,", - 2 - ], - [ - "hope", - 2 - ], - [ - "feel", - 2 - ], - [ - "what", - 2 - ], - [ - "I'm", - 2 - ], - [ - "feeling", - 2 - ], - [ - "too)", - 2 - ], - [ - "ya", - 2 - ], - [ - "(Hey", - 1 - ], - [ - "hey,", - 1 - ], - [ - "Oh", - 1 - ], - [ - "no)", - 1 - ] - ], - "No Lyrics", - [ - [ - "of", - 10 - ], - [ - "it", - 9 - ], - [ - "you", - 9 - ], - [ - "that", - 8 - ], - [ - "she", - 6 - ], - [ - "never", - 6 - ], - [ - "ever", - 6 - ], - [ - "the", - 6 - ], - [ - "night", - 6 - ], - [ - "changes", - 6 - ], - [ - "when", - 6 - ], - [ - "fast", - 5 - ], - [ - "is", - 5 - ], - [ - "baby", - 5 - ], - [ - "It", - 5 - ], - [ - "will", - 5 - ], - [ - "doesn't", - 4 - ], - [ - "Everything", - 4 - ], - [ - "her", - 4 - ], - [ - "up", - 4 - ], - [ - "to", - 4 - ], - [ - "and", - 4 - ], - [ - "something", - 3 - ], - [ - "She's", - 3 - ], - [ - "We're", - 3 - ], - [ - "only", - 3 - ], - [ - "getting", - 3 - ], - [ - "older,", - 3 - ], - [ - "And", - 3 - ], - [ - "I", - 3 - ], - [ - "been", - 3 - ], - [ - "thinking", - 3 - ], - [ - "about", - 3 - ], - [ - "lately", - 3 - ], - [ - "Does", - 3 - ], - [ - "drive", - 3 - ], - [ - "crazy", - 3 - ], - [ - "Just", - 3 - ], - [ - "how", - 3 - ], - [ - "you've", - 3 - ], - [ - "dreamed", - 3 - ], - [ - "Disappearing", - 3 - ], - [ - "wake", - 3 - ], - [ - "But", - 3 - ], - [ - "there's", - 3 - ], - [ - "nothing", - 3 - ], - [ - "be", - 3 - ], - [ - "afraid", - 3 - ], - [ - "Even", - 3 - ], - [ - "change", - 3 - ], - [ - "Me", - 3 - ], - [ - "Going", - 2 - ], - [ - "out", - 2 - ], - [ - "tonight", - 2 - ], - [ - "Changes", - 2 - ], - [ - "into", - 2 - ], - [ - "red", - 2 - ], - [ - "Her", - 2 - ], - [ - "mother", - 2 - ], - [ - "like", - 2 - ], - [ - "kind", - 2 - ], - [ - "dress", - 2 - ], - [ - "too", - 2 - ], - [ - "Moon", - 2 - ], - [ - "Having", - 2 - ], - [ - "no", - 2 - ], - [ - "regrets", - 2 - ], - [ - "all", - 2 - ], - [ - "really", - 2 - ], - [ - "wants", - 2 - ], - [ - "a", - 2 - ], - [ - "change,", - 2 - ], - [ - "had", - 1 - ], - [ - "showing", - 1 - ], - [ - "off", - 1 - ], - [ - "Driving", - 1 - ], - [ - "breaking", - 1 - ], - [ - "through", - 1 - ], - [ - "hair", - 1 - ], - [ - "heading", - 1 - ], - [ - "for", - 1 - ], - [ - "won't", - 1 - ], - [ - "forget", - 1 - ], - [ - "Chasing", - 1 - ], - [ - "tonight,", - 1 - ], - [ - "doubts", - 1 - ], - [ - "are", - 1 - ], - [ - "running", - 1 - ], - [ - "'round", - 1 - ], - [ - "head", - 1 - ], - [ - "He's", - 1 - ], - [ - "waiting,", - 1 - ], - [ - "hides", - 1 - ], - [ - "behind", - 1 - ], - [ - "cigarette", - 1 - ], - [ - "Heart", - 1 - ], - [ - "beating", - 1 - ], - [ - "loud,", - 1 - ], - [ - "want", - 1 - ], - [ - "stop", - 1 - ], - [ - "Moving", - 1 - ], - [ - "lighting", - 1 - ], - [ - "skin", - 1 - ], - [ - "falling,", - 1 - ], - [ - "even", - 1 - ], - [ - "know", - 1 - ], - [ - "yet", - 1 - ], - [ - "Reminds", - 1 - ], - [ - "missing", - 1 - ], - [ - "piece", - 1 - ], - [ - "innocence", - 1 - ], - [ - "lost", - 1 - ] - ], - [ - [ - "I", - 20 - ], - [ - "control", - 12 - ], - [ - "you", - 9 - ], - [ - "No", - 9 - ], - [ - "can't", - 7 - ], - [ - "a", - 6 - ], - [ - "of", - 6 - ], - [ - "my", - 6 - ], - [ - "enough", - 5 - ], - [ - "I'm", - 5 - ], - [ - "don't", - 5 - ], - [ - "all", - 4 - ], - [ - "Powerless", - 4 - ], - [ - "And", - 4 - ], - [ - "care", - 4 - ], - [ - "it's", - 4 - ], - [ - "obvious", - 4 - ], - [ - "just", - 4 - ], - [ - "get", - 4 - ], - [ - "The", - 4 - ], - [ - "pedal's", - 4 - ], - [ - "down", - 4 - ], - [ - "eyes", - 4 - ], - [ - "are", - 4 - ], - [ - "closed", - 4 - ], - [ - "Waking", - 3 - ], - [ - "up", - 3 - ], - [ - "Beside", - 3 - ], - [ - "loaded", - 3 - ], - [ - "gun", - 3 - ], - [ - "contain", - 3 - ], - [ - "this", - 3 - ], - [ - "anymore", - 3 - ], - [ - "yours", - 3 - ], - [ - "got", - 3 - ], - [ - "no", - 3 - ], - [ - "the", - 3 - ], - [ - "where", - 2 - ], - [ - "lay", - 2 - ], - [ - "on", - 2 - ], - [ - "am", - 2 - ], - [ - "here", - 2 - ], - [ - "and", - 2 - ], - [ - "Stained", - 1 - ], - [ - "coffee", - 1 - ], - [ - "cup", - 1 - ], - [ - "Just", - 1 - ], - [ - "fingerprint", - 1 - ], - [ - "lipstick's", - 1 - ], - [ - "not", - 1 - ], - [ - "Sleep,", - 1 - ], - [ - "Still", - 1 - ], - [ - "trace", - 1 - ], - [ - "innocence", - 1 - ], - [ - "pillow", - 1 - ], - [ - "case", - 1 - ], - [ - "Taste", - 1 - ], - [ - "tongue", - 1 - ], - [ - "want", - 1 - ], - [ - "wash", - 1 - ], - [ - "away", - 1 - ], - [ - "night", - 1 - ], - [ - "before", - 1 - ], - [ - "In", - 1 - ], - [ - "heat", - 1 - ], - [ - "could", - 1 - ], - [ - "stay", - 1 - ], - [ - "right", - 1 - ], - [ - "burn", - 1 - ], - [ - "in", - 1 - ], - [ - "it", - 1 - ], - [ - "day", - 1 - ], - [ - "Lost", - 1 - ], - [ - "senses", - 1 - ], - [ - "defenseless", - 1 - ], - [ - "Her", - 1 - ], - [ - "perfume's", - 1 - ], - [ - "holding", - 1 - ], - [ - "me", - 1 - ], - [ - "ransom", - 1 - ], - [ - "Sweet", - 1 - ], - [ - "sour", - 1 - ], - [ - "devour", - 1 - ], - [ - "Lying", - 1 - ], - [ - "count", - 1 - ], - [ - "hours", - 1 - ] - ], - [ - [ - "I", - 24 - ], - [ - "the", - 10 - ], - [ - "nobody", - 9 - ], - [ - "baby,", - 9 - ], - [ - "way", - 9 - ], - [ - "I'm", - 7 - ], - [ - "do,", - 7 - ], - [ - "roll", - 6 - ], - [ - "it's", - 6 - ], - [ - "'Cause", - 6 - ], - [ - "you,", - 6 - ], - [ - "been", - 6 - ], - [ - "so", - 6 - ], - [ - "long,", - 6 - ], - [ - "and", - 5 - ], - [ - "think", - 4 - ], - [ - "gonna", - 4 - ], - [ - "my", - 4 - ], - [ - "me,", - 4 - ], - [ - "till", - 4 - ], - [ - "It's", - 4 - ], - [ - "you", - 4 - ], - [ - "deep", - 3 - ], - [ - "up,", - 3 - ], - [ - "Yeah,", - 3 - ], - [ - "All:", - 3 - ], - [ - "knows", - 3 - ], - [ - "And", - 3 - ], - [ - "loves", - 3 - ], - [ - "fireproof,", - 3 - ], - [ - "saves", - 3 - ], - [ - "Harry:", - 2 - ], - [ - "lose", - 2 - ], - [ - "mind,", - 2 - ], - [ - "give", - 2 - ], - [ - "out", - 2 - ], - [ - "of", - 2 - ], - [ - "luck", - 2 - ], - [ - "luck,", - 2 - ], - [ - "feeling", - 2 - ], - [ - "inside,", - 2 - ], - [ - "a", - 2 - ], - [ - "taking,", - 2 - ], - [ - "taking", - 2 - ], - [ - "all", - 2 - ], - [ - "got,", - 2 - ], - [ - "were", - 2 - ], - [ - "do.", - 2 - ], - [ - "win", - 2 - ], - [ - "this", - 2 - ], - [ - "time,", - 2 - ], - [ - "roll,", - 2 - ], - [ - "change", - 2 - ], - [ - "Zayn:", - 2 - ], - [ - "Something", - 1 - ], - [ - "inside", - 1 - ], - [ - "can't", - 1 - ], - [ - "Niall:", - 1 - ], - [ - "something", - 1 - ], - [ - "Hotter", - 1 - ], - [ - "than", - 1 - ], - [ - "jet", - 1 - ], - [ - "stream", - 1 - ], - [ - "burning", - 1 - ], - [ - "got", - 1 - ], - [ - "I've", - 1 - ], - [ - "Liam:", - 1 - ], - [ - "maybe", - 1 - ], - [ - "Louis:", - 1 - ], - [ - "Riding", - 1 - ], - [ - "on", - 1 - ], - [ - "wind", - 1 - ], - [ - "won't", - 1 - ], - [ - "must", - 1 - ], - [ - "be", - 1 - ], - [ - "Maybe", - 1 - ] - ], - [ - [ - "to", - 14 - ], - [ - "us", - 13 - ], - [ - "the", - 12 - ], - [ - "Who's", - 11 - ], - [ - "gonna", - 11 - ], - [ - "be", - 11 - ], - [ - "between", - 10 - ], - [ - "first", - 8 - ], - [ - "one", - 7 - ], - [ - "spaces", - 7 - ], - [ - "I", - 6 - ], - [ - "we", - 4 - ], - [ - "all", - 4 - ], - [ - "say", - 4 - ], - [ - "goodbye?", - 4 - ], - [ - "The", - 4 - ], - [ - "last", - 3 - ], - [ - "ever", - 3 - ], - [ - "learn?", - 3 - ], - [ - "All", - 3 - ], - [ - "Keep", - 3 - ], - [ - "getting", - 3 - ], - [ - "deeper", - 3 - ], - [ - "It's", - 3 - ], - [ - "harder", - 3 - ], - [ - "reach", - 3 - ], - [ - "ya", - 3 - ], - [ - "Even", - 3 - ], - [ - "though", - 3 - ], - [ - "try", - 3 - ], - [ - "Spaces", - 3 - ], - [ - "Hold", - 3 - ], - [ - "our", - 3 - ], - [ - "secrets", - 3 - ], - [ - "Leaving", - 3 - ], - [ - "speechless", - 3 - ], - [ - "And", - 3 - ], - [ - "don't", - 3 - ], - [ - "know", - 3 - ], - [ - "why", - 3 - ], - [ - "drive", - 2 - ], - [ - "away?", - 2 - ], - [ - "We", - 2 - ], - [ - "keep", - 2 - ], - [ - "taking", - 2 - ], - [ - "turns", - 2 - ], - [ - "Will", - 2 - ], - [ - "start", - 1 - ], - [ - "fight?", - 1 - ], - [ - "fall", - 1 - ], - [ - "asleep", - 1 - ], - [ - "at", - 1 - ], - [ - "night?", - 1 - ], - [ - "forget", - 1 - ], - [ - "this", - 1 - ], - [ - "place?", - 1 - ], - [ - "compromise?", - 1 - ], - [ - "set", - 1 - ], - [ - "it", - 1 - ], - [ - "on", - 1 - ], - [ - "fire?", - 1 - ], - [ - "Forgetting", - 1 - ], - [ - "every", - 1 - ], - [ - "single", - 1 - ], - [ - "promise", - 1 - ], - [ - "made?", - 1 - ], - [ - "When", - 1 - ], - [ - "will", - 1 - ] - ], - [ - [ - "me", - 21 - ], - [ - "Baby", - 19 - ], - [ - "you've", - 14 - ], - [ - "what", - 11 - ], - [ - "done", - 11 - ], - [ - "to", - 10 - ], - [ - "look", - 10 - ], - [ - "holding", - 8 - ], - [ - "this", - 8 - ], - [ - "you", - 7 - ], - [ - "I'll", - 6 - ], - [ - "never", - 6 - ], - [ - "leave", - 6 - ], - [ - "If", - 6 - ], - [ - "keep", - 6 - ], - [ - "way", - 6 - ], - [ - "I", - 5 - ], - [ - "now", - 4 - ], - [ - "Who's", - 3 - ], - [ - "got", - 3 - ], - [ - "tied", - 3 - ], - [ - "down", - 3 - ], - [ - "your", - 3 - ], - [ - "And", - 3 - ], - [ - "my", - 3 - ], - [ - "that", - 2 - ], - [ - "I've", - 2 - ], - [ - "been", - 2 - ], - [ - "for", - 2 - ], - [ - "I'm", - 2 - ], - [ - "know", - 2 - ], - [ - "they'll", - 2 - ], - [ - "be", - 2 - ], - [ - "coming", - 2 - ], - [ - "To", - 2 - ], - [ - "find", - 2 - ], - [ - "soon", - 2 - ], - [ - "But", - 2 - ], - [ - "Used", - 2 - ], - [ - "being", - 2 - ], - [ - "shadow", - 1 - ], - [ - "hostage?", - 1 - ], - [ - "here", - 1 - ], - [ - "days", - 1 - ], - [ - "whisper", - 1 - ], - [ - "telling", - 1 - ], - [ - "Never", - 1 - ], - [ - "gonna", - 1 - ], - [ - "get", - 1 - ], - [ - "away?", - 1 - ], - [ - "fear", - 1 - ], - [ - "getting", - 1 - ], - [ - "held", - 1 - ], - [ - "by", - 1 - ], - [ - "man", - 1 - ], - [ - "that's", - 1 - ], - [ - "hand", - 1 - ], - [ - "talking", - 1 - ], - [ - "'bout", - 1 - ], - [ - "eyes", - 1 - ], - [ - "sing", - 1 - ], - [ - "about", - 1 - ], - [ - "free", - 1 - ], - [ - "but", - 1 - ], - [ - "Now", - 1 - ], - [ - "he's", - 1 - ], - [ - "changed", - 1 - ], - [ - "his", - 1 - ], - [ - "mind", - 1 - ], - [ - "Stockholm", - 1 - ], - [ - "syndrome", - 1 - ], - [ - "Is", - 1 - ], - [ - "in", - 1 - ], - [ - "room", - 1 - ], - [ - "Yeah", - 1 - ], - [ - "fell", - 1 - ], - [ - "you!", - 1 - ], - [ - "All", - 1 - ], - [ - "life", - 1 - ], - [ - "on", - 1 - ], - [ - "own", - 1 - ], - [ - "used", - 1 - ], - [ - "the", - 1 - ], - [ - "light", - 1 - ], - [ - "guide", - 1 - ], - [ - "home", - 1 - ], - [ - "together", - 1 - ], - [ - "we're", - 1 - ], - [ - "alone", - 1 - ], - [ - "there's", - 1 - ], - [ - "no", - 1 - ], - [ - "other", - 1 - ], - [ - "place", - 1 - ], - [ - "I'd", - 1 - ], - [ - "ever", - 1 - ], - [ - "wanna", - 1 - ], - [ - "go", - 1 - ], - [ - "Look", - 1 - ], - [ - "done,", - 1 - ] - ], - [ - [ - "go", - 24 - ], - [ - "we", - 23 - ], - [ - "Another", - 16 - ], - [ - "it", - 11 - ], - [ - "don't", - 10 - ], - [ - "stop", - 10 - ], - [ - "ever", - 9 - ], - [ - "all", - 9 - ], - [ - "of", - 9 - ], - [ - "Here", - 8 - ], - [ - "again", - 8 - ], - [ - "round", - 8 - ], - [ - "for", - 8 - ], - [ - "my", - 8 - ], - [ - "friends", - 8 - ], - [ - "night", - 8 - ], - [ - "will", - 8 - ], - [ - "end?", - 8 - ], - [ - "And", - 8 - ], - [ - "you", - 7 - ], - [ - "I", - 6 - ], - [ - "You're", - 6 - ], - [ - "gonna", - 6 - ], - [ - "the", - 6 - ], - [ - "never", - 5 - ], - [ - "That", - 4 - ], - [ - "But", - 4 - ], - [ - "see", - 4 - ], - [ - "that", - 4 - ], - [ - "we're", - 4 - ], - [ - "down", - 4 - ], - [ - "No", - 4 - ], - [ - "know", - 2 - ], - [ - "say", - 2 - ], - [ - "like", - 2 - ], - [ - "complicated", - 2 - ], - [ - "love", - 2 - ], - [ - "is", - 2 - ], - [ - "Someday", - 2 - ], - [ - "things", - 2 - ], - [ - "want", - 2 - ], - [ - "air", - 2 - ], - [ - "breathe", - 2 - ], - [ - "wish", - 2 - ], - [ - "left", - 2 - ], - [ - "me", - 2 - ], - [ - "If", - 2 - ], - [ - "coming", - 2 - ], - [ - "back", - 2 - ], - [ - "Yeah", - 2 - ], - [ - "looking", - 2 - ], - [ - "on", - 2 - ], - [ - "clouds", - 2 - ], - [ - "Never", - 2 - ], - [ - "up", - 2 - ], - [ - "should", - 1 - ], - [ - "try", - 1 - ], - [ - "keep", - 1 - ], - [ - "simple", - 1 - ], - [ - "simple,", - 1 - ], - [ - "no", - 1 - ], - [ - "are", - 1 - ], - [ - "tired", - 1 - ], - [ - "changes", - 1 - ], - [ - "always,", - 1 - ], - [ - "always", - 1 - ], - [ - "changing,", - 1 - ], - [ - "woah", - 1 - ] - ], - [ - [ - "me", - 14 - ], - [ - "you", - 10 - ], - [ - "your", - 10 - ], - [ - "Come", - 10 - ], - [ - "it's", - 10 - ], - [ - "a", - 10 - ], - [ - "probably", - 10 - ], - [ - "stay,", - 10 - ], - [ - "and", - 9 - ], - [ - "let", - 9 - ], - [ - "change", - 9 - ], - [ - "ticket", - 9 - ], - [ - "home", - 9 - ], - [ - "more", - 8 - ], - [ - "not", - 8 - ], - [ - "don't", - 7 - ], - [ - "to", - 7 - ], - [ - "And", - 7 - ], - [ - "the", - 7 - ], - [ - "should", - 7 - ], - [ - "couple", - 7 - ], - [ - "days", - 7 - ], - [ - "we", - 6 - ], - [ - "be", - 6 - ], - [ - "You", - 6 - ], - [ - "Don't", - 6 - ], - [ - "when", - 6 - ], - [ - "with", - 5 - ], - [ - "all", - 5 - ], - [ - "alone", - 5 - ], - [ - "go,", - 5 - ], - [ - "same", - 5 - ], - [ - "go", - 5 - ], - [ - "that", - 4 - ], - [ - "I", - 4 - ], - [ - "in", - 3 - ], - [ - "say", - 3 - ], - [ - "hard", - 3 - ], - [ - "good", - 3 - ], - [ - "Why", - 3 - ], - [ - "get", - 2 - ], - [ - "over", - 2 - ], - [ - "you'd", - 2 - ], - [ - "keep", - 2 - ], - [ - "secret", - 2 - ], - [ - "Girl", - 2 - ], - [ - "leave", - 2 - ], - [ - "this", - 2 - ], - [ - "hotel", - 2 - ], - [ - "these", - 2 - ], - [ - "shades", - 2 - ], - [ - "can", - 2 - ], - [ - "hide", - 2 - ], - [ - "us", - 2 - ], - [ - "from", - 2 - ], - [ - "streets,", - 2 - ], - [ - "yeah", - 2 - ], - [ - "One", - 2 - ], - [ - "weekend,", - 2 - ], - [ - "promise", - 2 - ], - [ - "I'll", - 2 - ], - [ - "never", - 2 - ], - [ - "tell", - 2 - ], - [ - "here", - 2 - ], - [ - "take", - 2 - ], - [ - "time?", - 2 - ], - [ - "Watching", - 1 - ], - [ - "dressed", - 1 - ], - [ - "messes", - 1 - ], - [ - "my", - 1 - ], - [ - "head", - 1 - ], - [ - "Take", - 1 - ], - [ - "bag", - 1 - ], - [ - "off", - 1 - ], - [ - "shoulder", - 1 - ], - [ - "back", - 1 - ], - [ - "bed,", - 1 - ], - [ - "still", - 1 - ], - [ - "got", - 1 - ], - [ - "time", - 1 - ], - [ - "left", - 1 - ], - [ - "This", - 1 - ], - [ - "have", - 1 - ], - [ - "So", - 1 - ], - [ - "me,", - 1 - ], - [ - "play", - 1 - ], - [ - "innocent,", - 1 - ], - [ - "know", - 1 - ], - [ - "what", - 1 - ], - [ - "meant", - 1 - ], - [ - "When", - 1 - ], - [ - "said", - 1 - ], - [ - "come", - 1 - ], - [ - "Are", - 1 - ], - [ - "way", - 1 - ], - [ - "past", - 1 - ], - [ - "that,", - 1 - ], - [ - "playing", - 1 - ], - [ - "get?", - 1 - ], - [ - "We", - 1 - ], - [ - "did", - 1 - ], - [ - "were", - 1 - ], - [ - "younger", - 1 - ], - [ - "some", - 1 - ], - [ - "just", - 1 - ], - [ - "little", - 1 - ], - [ - "make", - 1 - ], - [ - "it", - 1 - ], - [ - "right?", - 1 - ], - [ - "Girl,", - 1 - ], - [ - "wanna", - 1 - ], - [ - "goodbye?", - 1 - ] - ], - [ - [ - "me", - 19 - ], - [ - "not", - 18 - ], - [ - "an", - 15 - ], - [ - "illusion", - 15 - ], - [ - "you", - 11 - ], - [ - "my", - 10 - ], - [ - "baby,", - 9 - ], - [ - "this", - 9 - ], - [ - "is", - 9 - ], - [ - "in", - 8 - ], - [ - "the", - 8 - ], - [ - "to", - 8 - ], - [ - "You", - 7 - ], - [ - "believe", - 6 - ], - [ - "I", - 6 - ], - [ - "No", - 6 - ], - [ - "really", - 6 - ], - [ - "got", - 6 - ], - [ - "love", - 5 - ], - [ - "I've", - 4 - ], - [ - "and", - 4 - ], - [ - "on", - 4 - ], - [ - "I'm", - 4 - ], - [ - "heart", - 4 - ], - [ - "So", - 4 - ], - [ - "tell", - 4 - ], - [ - "'Cause", - 4 - ], - [ - "it's", - 4 - ], - [ - "about", - 3 - ], - [ - "of", - 3 - ], - [ - "a", - 3 - ], - [ - "out", - 3 - ], - [ - "sleeve", - 3 - ], - [ - "Oh", - 3 - ], - [ - "There's", - 3 - ], - [ - "magic", - 3 - ], - [ - "between", - 3 - ], - [ - "lifted", - 3 - ], - [ - "off", - 3 - ], - [ - "feet", - 3 - ], - [ - "It's", - 2 - ], - [ - "eyes", - 2 - ], - [ - "turn", - 2 - ], - [ - "into", - 2 - ], - [ - "But", - 2 - ], - [ - "trying", - 2 - ], - [ - "promise", - 2 - ], - [ - "falling", - 2 - ], - [ - "for", - 2 - ], - [ - "won't", - 2 - ], - [ - "be", - 2 - ], - [ - "mistake", - 2 - ], - [ - "don't", - 2 - ], - [ - "have", - 2 - ], - [ - "see", - 2 - ], - [ - "can", - 2 - ], - [ - "You're", - 2 - ], - [ - "Tell", - 1 - ], - [ - "been", - 1 - ], - [ - "thinking", - 1 - ], - [ - "nights", - 1 - ], - [ - "dangerous", - 1 - ], - [ - "tricks", - 1 - ], - [ - "People", - 1 - ], - [ - "play", - 1 - ], - [ - "innocent", - 1 - ], - [ - "could", - 1 - ], - [ - "lot", - 1 - ], - [ - "hearts", - 1 - ], - [ - "breaks", - 1 - ], - [ - "with", - 1 - ], - [ - "smoke", - 1 - ], - [ - "And", - 1 - ], - [ - "mirrors", - 1 - ], - [ - "disappearing", - 1 - ], - [ - "right", - 1 - ], - [ - "front", - 1 - ], - [ - "them", - 1 - ], - [ - "deceive", - 1 - ], - [ - "ever", - 1 - ], - [ - "worry", - 1 - ], - [ - "me,", - 1 - ], - [ - "how", - 1 - ], - [ - "cards", - 1 - ], - [ - "fall,", - 1 - ], - [ - "all", - 1 - ], - [ - "that", - 1 - ], - [ - "need", - 1 - ], - [ - "tonight", - 1 - ], - [ - "would", - 1 - ], - [ - "never", - 1 - ], - [ - "your", - 1 - ], - [ - "broken", - 1 - ], - [ - "parts", - 1 - ], - [ - "think", - 1 - ], - [ - "twice", - 1 - ], - [ - "looking", - 1 - ], - [ - "Can't", - 1 - ], - [ - "it?", - 1 - ], - [ - "mislead", - 1 - ], - [ - "ya", - 1 - ], - [ - "tie", - 1 - ], - [ - "up", - 1 - ], - [ - "chains", - 1 - ], - [ - "throw", - 1 - ], - [ - "away", - 1 - ], - [ - "key", - 1 - ], - [ - "there's", - 1 - ], - [ - "no", - 1 - ], - [ - "trap", - 1 - ], - [ - "doors", - 1 - ], - [ - "gonna", - 1 - ], - [ - "leave", - 1 - ], - [ - "truth", - 1 - ], - [ - "can't", - 1 - ], - [ - "explain", - 1 - ], - [ - "only", - 1 - ], - [ - "one", - 1 - ] - ], - [ - [ - "my", - 12 - ], - [ - "are", - 7 - ], - [ - "the", - 6 - ], - [ - "by", - 6 - ], - [ - "side", - 6 - ], - [ - "it", - 5 - ], - [ - "You", - 5 - ], - [ - "a", - 4 - ], - [ - "like", - 4 - ], - [ - "you", - 4 - ], - [ - "Once", - 3 - ], - [ - "in", - 3 - ], - [ - "lifetime", - 3 - ], - [ - "And", - 3 - ], - [ - "It's", - 2 - ], - [ - "just", - 2 - ], - [ - "right", - 2 - ], - [ - "Not", - 2 - ], - [ - "even", - 2 - ], - [ - "Could", - 2 - ], - [ - "take", - 2 - ], - [ - "all", - 2 - ], - [ - "away", - 2 - ], - [ - "Somehow", - 2 - ], - [ - "feels", - 2 - ], - [ - "nothing", - 2 - ], - [ - "has", - 2 - ], - [ - "changed", - 2 - ], - [ - "Right", - 2 - ], - [ - "now,", - 2 - ], - [ - "heart", - 2 - ], - [ - "is", - 2 - ], - [ - "beating", - 2 - ], - [ - "same", - 2 - ], - [ - "Out", - 2 - ], - [ - "loud,", - 2 - ], - [ - "someone's", - 2 - ], - [ - "calling", - 2 - ], - [ - "name", - 2 - ], - [ - "sounds", - 2 - ], - [ - "When", - 2 - ], - [ - "I", - 2 - ], - [ - "close", - 2 - ], - [ - "eyes", - 2 - ], - [ - "All", - 2 - ], - [ - "stars", - 2 - ], - [ - "align", - 2 - ], - [ - "and", - 2 - ], - [ - "We", - 1 - ], - [ - "make", - 1 - ], - [ - "no", - 1 - ], - [ - "mistakes", - 1 - ], - [ - "landslide", - 1 - ], - [ - "or", - 1 - ], - [ - "riptide", - 1 - ], - [ - "It", - 1 - ], - [ - "we", - 1 - ], - [ - "always", - 1 - ], - [ - "safe", - 1 - ], - [ - "bad", - 1 - ], - [ - "guys", - 1 - ], - [ - "dark", - 1 - ], - [ - "nights", - 1 - ], - [ - "were", - 1 - ], - [ - "mine", - 1 - ] - ], - [ - [ - "I", - 18 - ], - [ - "my", - 13 - ], - [ - "won't", - 10 - ], - [ - "act", - 10 - ], - [ - "age", - 10 - ], - [ - "No,", - 10 - ], - [ - "you", - 8 - ], - [ - "and", - 6 - ], - [ - "still", - 6 - ], - [ - "the", - 6 - ], - [ - "I'll", - 5 - ], - [ - "feel", - 5 - ], - [ - "same", - 5 - ], - [ - "When", - 4 - ], - [ - "I'm", - 4 - ], - [ - "'Cause", - 4 - ], - [ - "that", - 4 - ], - [ - "a", - 3 - ], - [ - "can", - 3 - ], - [ - "around", - 3 - ], - [ - "fat", - 2 - ], - [ - "old", - 2 - ], - [ - "And", - 2 - ], - [ - "kids", - 2 - ], - [ - "think", - 2 - ], - [ - "joke", - 2 - ], - [ - "count", - 2 - ], - [ - "on", - 2 - ], - [ - "After", - 2 - ], - [ - "all", - 2 - ], - [ - "know", - 2 - ], - [ - "understand", - 2 - ], - [ - "again", - 2 - ], - [ - "up", - 2 - ], - [ - "will", - 2 - ], - [ - "too", - 2 - ], - [ - "We'll", - 2 - ], - [ - "move", - 1 - ], - [ - "little", - 1 - ], - [ - "slow", - 1 - ], - [ - "dance", - 1 - ], - [ - "we've", - 1 - ], - [ - "been", - 1 - ], - [ - "through", - 1 - ], - [ - "you'll", - 1 - ], - [ - "always", - 1 - ], - [ - "stories", - 1 - ], - [ - "I've", - 1 - ], - [ - "told", - 1 - ], - [ - "tell", - 1 - ], - [ - "we", - 1 - ], - [ - "got", - 1 - ], - [ - "to", - 1 - ], - [ - "truly", - 1 - ], - [ - "hardly", - 1 - ], - [ - "walk", - 1 - ], - [ - "hair", - 1 - ], - [ - "is", - 1 - ], - [ - "falling", - 1 - ], - [ - "out", - 1 - ], - [ - "stay", - 1 - ], - [ - "'til", - 1 - ], - [ - "morning", - 1 - ], - [ - "throw", - 1 - ], - [ - "an", - 1 - ], - [ - "after", - 1 - ], - [ - "party", - 1 - ], - [ - "Oh", - 1 - ], - [ - "yeah,", - 1 - ], - [ - "oh", - 1 - ], - [ - "yeah", - 1 - ] - ], - [ - [ - "me", - 12 - ], - [ - "Everybody", - 12 - ], - [ - "her", - 11 - ], - [ - "to", - 11 - ], - [ - "the", - 10 - ], - [ - "I", - 10 - ], - [ - "wanna", - 10 - ], - [ - "she", - 9 - ], - [ - "belongs", - 9 - ], - [ - "right", - 8 - ], - [ - "my", - 7 - ], - [ - "'cause", - 7 - ], - [ - "one", - 7 - ], - [ - "take", - 7 - ], - [ - "in", - 7 - ], - [ - "world", - 7 - ], - [ - "another", - 7 - ], - [ - "steal", - 6 - ], - [ - "girl", - 6 - ], - [ - "away", - 6 - ], - [ - "Couple", - 6 - ], - [ - "billion", - 6 - ], - [ - "whole", - 6 - ], - [ - "wide", - 6 - ], - [ - "all", - 5 - ], - [ - "heart", - 5 - ], - [ - "Find", - 5 - ], - [ - "She", - 5 - ], - [ - "All", - 4 - ], - [ - "know,", - 4 - ], - [ - "we", - 2 - ], - [ - "same", - 2 - ], - [ - "is", - 2 - ], - [ - "calls", - 2 - ], - [ - "know", - 2 - ], - [ - "for", - 2 - ], - [ - "sure", - 2 - ], - [ - "don't", - 2 - ], - [ - "doesn't", - 2 - ], - [ - "knows,", - 2 - ], - [ - "knows", - 2 - ], - [ - "never", - 2 - ], - [ - "let", - 2 - ], - [ - "love", - 2 - ], - [ - "wants", - 2 - ], - [ - "She's", - 1 - ], - [ - "been", - 1 - ], - [ - "queen", - 1 - ], - [ - "since", - 1 - ], - [ - "were", - 1 - ], - [ - "sixteen", - 1 - ], - [ - "We", - 1 - ], - [ - "want", - 1 - ], - [ - "things,", - 1 - ], - [ - "dream", - 1 - ], - [ - "dreams,", - 1 - ], - [ - "got", - 1 - ], - [ - "it", - 1 - ], - [ - "Her", - 1 - ], - [ - "mum", - 1 - ], - [ - "love,", - 1 - ], - [ - "dad", - 1 - ], - [ - "son,", - 1 - ], - [ - "Kisses", - 1 - ], - [ - "like", - 1 - ], - [ - "cream,", - 1 - ], - [ - "walk", - 1 - ], - [ - "so", - 1 - ], - [ - "mean", - 1 - ], - [ - "And", - 1 - ], - [ - "every", - 1 - ], - [ - "jaw", - 1 - ], - [ - "drops", - 1 - ], - [ - "when", - 1 - ], - [ - "she's", - 1 - ], - [ - "those", - 1 - ], - [ - "jeans,", - 1 - ], - [ - "exist", - 1 - ], - [ - "if", - 1 - ], - [ - "have", - 1 - ], - [ - "The", - 1 - ], - [ - "sun", - 1 - ], - [ - "shine,", - 1 - ], - [ - "turn,", - 1 - ], - [ - "But", - 1 - ], - [ - "that", - 1 - ], - [ - "down", - 1 - ], - [ - "before", - 1 - ], - [ - "That", - 1 - ], - [ - "I'm", - 1 - ], - [ - "gonna", - 1 - ], - [ - "from", - 1 - ], - [ - "now", - 1 - ], - [ - "Well,", - 1 - ], - [ - "find", - 1 - ] - ], - [ - [ - "me", - 12 - ], - [ - "Everybody", - 12 - ], - [ - "her", - 11 - ], - [ - "to", - 11 - ], - [ - "the", - 10 - ], - [ - "I", - 10 - ], - [ - "wanna", - 10 - ], - [ - "she", - 9 - ], - [ - "belongs", - 9 - ], - [ - "right", - 8 - ], - [ - "my", - 7 - ], - [ - "'cause", - 7 - ], - [ - "one", - 7 - ], - [ - "take", - 7 - ], - [ - "in", - 7 - ], - [ - "world", - 7 - ], - [ - "another", - 7 - ], - [ - "steal", - 6 - ], - [ - "girl", - 6 - ], - [ - "away", - 6 - ], - [ - "Couple", - 6 - ], - [ - "billion", - 6 - ], - [ - "whole", - 6 - ], - [ - "wide", - 6 - ], - [ - "all", - 5 - ], - [ - "heart", - 5 - ], - [ - "Find", - 5 - ], - [ - "She", - 5 - ], - [ - "All", - 4 - ], - [ - "know,", - 4 - ], - [ - "we", - 2 - ], - [ - "same", - 2 - ], - [ - "is", - 2 - ], - [ - "calls", - 2 - ], - [ - "know", - 2 - ], - [ - "for", - 2 - ], - [ - "sure", - 2 - ], - [ - "don't", - 2 - ], - [ - "doesn't", - 2 - ], - [ - "knows,", - 2 - ], - [ - "knows", - 2 - ], - [ - "never", - 2 - ], - [ - "let", - 2 - ], - [ - "love", - 2 - ], - [ - "wants", - 2 - ], - [ - "She's", - 1 - ], - [ - "been", - 1 - ], - [ - "queen", - 1 - ], - [ - "since", - 1 - ], - [ - "were", - 1 - ], - [ - "sixteen", - 1 - ], - [ - "We", - 1 - ], - [ - "want", - 1 - ], - [ - "things,", - 1 - ], - [ - "dream", - 1 - ], - [ - "dreams,", - 1 - ], - [ - "got", - 1 - ], - [ - "it", - 1 - ], - [ - "Her", - 1 - ], - [ - "mum", - 1 - ], - [ - "love,", - 1 - ], - [ - "dad", - 1 - ], - [ - "son,", - 1 - ], - [ - "Kisses", - 1 - ], - [ - "like", - 1 - ], - [ - "cream,", - 1 - ], - [ - "walk", - 1 - ], - [ - "so", - 1 - ], - [ - "mean", - 1 - ], - [ - "And", - 1 - ], - [ - "every", - 1 - ], - [ - "jaw", - 1 - ], - [ - "drops", - 1 - ], - [ - "when", - 1 - ], - [ - "she's", - 1 - ], - [ - "those", - 1 - ], - [ - "jeans,", - 1 - ], - [ - "exist", - 1 - ], - [ - "if", - 1 - ], - [ - "have", - 1 - ], - [ - "The", - 1 - ], - [ - "sun", - 1 - ], - [ - "shine,", - 1 - ], - [ - "turn,", - 1 - ], - [ - "But", - 1 - ], - [ - "that", - 1 - ], - [ - "down", - 1 - ], - [ - "before", - 1 - ], - [ - "That", - 1 - ], - [ - "I'm", - 1 - ], - [ - "gonna", - 1 - ], - [ - "from", - 1 - ], - [ - "now", - 1 - ], - [ - "Well,", - 1 - ], - [ - "find", - 1 - ] - ], - [ - [ - "story", - 24 - ], - [ - "I", - 18 - ], - [ - "my", - 18 - ], - [ - "The", - 16 - ], - [ - "the", - 14 - ], - [ - "her", - 14 - ], - [ - "of", - 12 - ], - [ - "life", - 9 - ], - [ - "in", - 8 - ], - [ - "that", - 6 - ], - [ - "(the", - 6 - ], - [ - "of,", - 6 - ], - [ - "of)", - 6 - ], - [ - "to", - 5 - ], - [ - "is", - 5 - ], - [ - "on", - 4 - ], - [ - "time", - 4 - ], - [ - "she's", - 4 - ], - [ - "broke", - 4 - ], - [ - "these", - 3 - ], - [ - "heart", - 3 - ], - [ - "be", - 3 - ], - [ - "And", - 3 - ], - [ - "I'll", - 3 - ], - [ - "I've", - 3 - ], - [ - "been", - 3 - ], - [ - "life,", - 3 - ], - [ - "take", - 3 - ], - [ - "home", - 3 - ], - [ - "drive", - 3 - ], - [ - "all", - 3 - ], - [ - "night", - 3 - ], - [ - "keep", - 3 - ], - [ - "warm", - 3 - ], - [ - "and", - 3 - ], - [ - "frozen", - 3 - ], - [ - "give", - 3 - ], - [ - "hope", - 3 - ], - [ - "spend", - 3 - ], - [ - "love", - 3 - ], - [ - "until", - 3 - ], - [ - "inside", - 3 - ], - [ - "Written", - 2 - ], - [ - "walls", - 2 - ], - [ - "are", - 2 - ], - [ - "can't", - 2 - ], - [ - "but", - 2 - ], - [ - "it", - 2 - ], - [ - "stays", - 2 - ], - [ - "right", - 2 - ], - [ - "here", - 2 - ], - [ - "for", - 2 - ], - [ - "me", - 2 - ], - [ - "us", - 2 - ], - [ - "gone,", - 2 - ], - [ - "gone", - 2 - ], - [ - "tonight", - 2 - ], - [ - "beneath", - 2 - ], - [ - "feet", - 2 - ], - [ - "open", - 2 - ], - [ - "way", - 2 - ], - [ - "holdin'", - 2 - ], - [ - "tight", - 2 - ], - [ - "With", - 2 - ], - [ - "nothing", - 2 - ], - [ - "between", - 2 - ], - [ - "Is", - 2 - ], - [ - "stories", - 1 - ], - [ - "explain", - 1 - ], - [ - "leave", - 1 - ], - [ - "open,", - 1 - ], - [ - "empty", - 1 - ], - [ - "days", - 1 - ], - [ - "She", - 1 - ], - [ - "told", - 1 - ], - [ - "morning", - 1 - ], - [ - "she", - 1 - ], - [ - "don't", - 1 - ], - [ - "feel", - 1 - ], - [ - "same", - 1 - ], - [ - "about", - 1 - ], - [ - "bones", - 1 - ], - [ - "It", - 1 - ], - [ - "seems", - 1 - ], - [ - "when", - 1 - ], - [ - "die", - 1 - ], - [ - "words", - 1 - ], - [ - "will", - 1 - ], - [ - "written", - 1 - ], - [ - "stone", - 1 - ], - [ - "ground", - 1 - ], - [ - "wide", - 1 - ], - [ - "too", - 1 - ], - [ - "colours", - 1 - ], - [ - "change", - 1 - ], - [ - "Leave", - 1 - ], - [ - "its", - 1 - ], - [ - "cage", - 1 - ], - [ - "know", - 1 - ], - [ - "morning,", - 1 - ], - [ - "see", - 1 - ], - [ - "light", - 1 - ], - [ - "upon", - 1 - ], - [ - "hill", - 1 - ], - [ - "Although", - 1 - ], - [ - "am", - 1 - ], - [ - "broken,", - 1 - ], - [ - "untamed", - 1 - ], - [ - "still", - 1 - ], - [ - "fire", - 1 - ], - [ - "burning", - 1 - ], - [ - "bright", - 1 - ], - [ - "so", - 1 - ], - [ - "waiting", - 1 - ], - [ - "this", - 1 - ], - [ - "come", - 1 - ], - [ - "around", - 1 - ], - [ - "But", - 1 - ], - [ - "baby,", - 1 - ], - [ - "running", - 1 - ], - [ - "after", - 1 - ], - [ - "you", - 1 - ], - [ - "like", - 1 - ], - [ - "chasing", - 1 - ], - [ - "clouds", - 1 - ], - [ - "(Give", - 1 - ], - [ - "hope)", - 1 - ], - [ - "(Until", - 1 - ], - [ - "inside)", - 1 - ] - ] - ] - }, - { - "Made in the A.M. [2015]": [ - [ - [ - "you", - 24 - ], - [ - "I", - 22 - ], - [ - "could", - 14 - ], - [ - "be", - 13 - ], - [ - "the", - 12 - ], - [ - "wish", - 12 - ], - [ - "more", - 12 - ], - [ - "like", - 11 - ], - [ - "Hey", - 9 - ], - [ - "angel", - 9 - ], - [ - "Do", - 9 - ], - [ - "Oh", - 7 - ], - [ - "of", - 6 - ], - [ - "my", - 6 - ], - [ - "to", - 5 - ], - [ - "at", - 5 - ], - [ - "me?", - 5 - ], - [ - "look", - 4 - ], - [ - "a", - 4 - ], - [ - "beautiful", - 4 - ], - [ - "up", - 3 - ], - [ - "sky?", - 3 - ], - [ - "come", - 3 - ], - [ - "When", - 2 - ], - [ - "we", - 2 - ], - [ - "Tell", - 2 - ], - [ - "me,", - 2 - ], - [ - "do", - 2 - ], - [ - "ever", - 2 - ], - [ - "more,", - 2 - ], - [ - "Yeah", - 2 - ], - [ - "see", - 2 - ], - [ - "bar,", - 2 - ], - [ - "edge", - 2 - ], - [ - "bed", - 2 - ], - [ - "Backseat", - 2 - ], - [ - "car,", - 2 - ], - [ - "in", - 2 - ], - [ - "back", - 2 - ], - [ - "head", - 2 - ], - [ - "alive", - 2 - ], - [ - "when", - 2 - ], - [ - "hear", - 2 - ], - [ - "your", - 2 - ], - [ - "voice", - 2 - ], - [ - "It's", - 2 - ], - [ - "sound,", - 2 - ], - [ - "it's", - 2 - ], - [ - "noise", - 2 - ], - [ - "know", - 1 - ], - [ - "reasons", - 1 - ], - [ - "why", - 1 - ], - [ - "We", - 1 - ], - [ - "us", - 1 - ], - [ - "and", - 1 - ], - [ - "laugh", - 1 - ], - [ - "hold", - 1 - ], - [ - "on", - 1 - ], - [ - "past?", - 1 - ], - [ - "try", - 1 - ], - [ - "To", - 1 - ], - [ - "other", - 1 - ], - [ - "side?", - 1 - ], - [ - "cry", - 1 - ], - [ - "waste", - 1 - ], - [ - "away", - 1 - ], - [ - "our", - 1 - ], - [ - "lives?", - 1 - ], - [ - "me", - 1 - ] - ], - [ - [ - "me", - 30 - ], - [ - "nobody", - 13 - ], - [ - "can", - 13 - ], - [ - "drag", - 13 - ], - [ - "down", - 12 - ], - [ - "a", - 10 - ], - [ - "All", - 10 - ], - [ - "Nobody,", - 8 - ], - [ - "Nobody", - 8 - ], - [ - "my", - 7 - ], - [ - "never", - 6 - ], - [ - "I", - 6 - ], - [ - "be", - 6 - ], - [ - "the", - 5 - ], - [ - "life,", - 5 - ], - [ - "you", - 5 - ], - [ - "stood", - 5 - ], - [ - "by", - 5 - ], - [ - "When", - 5 - ], - [ - "no", - 5 - ], - [ - "one", - 5 - ], - [ - "else", - 5 - ], - [ - "was", - 5 - ], - [ - "ever", - 5 - ], - [ - "behind", - 5 - ], - [ - "these", - 5 - ], - [ - "lights,", - 5 - ], - [ - "they", - 5 - ], - [ - "can't", - 5 - ], - [ - "blind", - 5 - ], - [ - "With", - 5 - ], - [ - "your", - 5 - ], - [ - "love,", - 5 - ], - [ - "got", - 4 - ], - [ - "for", - 4 - ], - [ - "of", - 4 - ], - [ - "you're", - 4 - ], - [ - "If", - 4 - ], - [ - "didn't", - 4 - ], - [ - "have", - 4 - ], - [ - "you,", - 4 - ], - [ - "his", - 3 - ], - [ - "I've", - 2 - ], - [ - "fire", - 2 - ], - [ - "heart", - 2 - ], - [ - "I'm", - 2 - ], - [ - "not", - 2 - ], - [ - "scared", - 2 - ], - [ - "dark", - 2 - ], - [ - "You've", - 2 - ], - [ - "seen", - 2 - ], - [ - "it", - 2 - ], - [ - "look", - 2 - ], - [ - "so", - 2 - ], - [ - "easy", - 2 - ], - [ - "river", - 2 - ], - [ - "soul,", - 2 - ], - [ - "And", - 2 - ], - [ - "baby,", - 2 - ], - [ - "boat", - 2 - ], - [ - "Baby,", - 2 - ], - [ - "only", - 2 - ], - [ - "reason", - 2 - ], - [ - "there", - 2 - ], - [ - "would", - 2 - ], - [ - "nothing", - 2 - ], - [ - "left", - 2 - ], - [ - "The", - 2 - ], - [ - "shell", - 2 - ], - [ - "man", - 2 - ], - [ - "that", - 2 - ], - [ - "could", - 2 - ], - [ - "best", - 2 - ], - [ - "I'd", - 2 - ], - [ - "see", - 2 - ], - [ - "sun", - 2 - ], - [ - "You", - 2 - ], - [ - "taught", - 2 - ], - [ - "how", - 2 - ], - [ - "to", - 2 - ], - [ - "someone,", - 2 - ], - [ - "yeah", - 2 - ], - [ - "(nothing", - 1 - ], - [ - "left)", - 1 - ], - [ - "(be", - 1 - ], - [ - "best)", - 1 - ], - [ - "(see", - 1 - ], - [ - "sun)", - 1 - ] - ], - [ - [ - "you", - 35 - ], - [ - "like", - 19 - ], - [ - "the", - 17 - ], - [ - "if", - 14 - ], - [ - "I", - 12 - ], - [ - "And", - 12 - ], - [ - "you're", - 11 - ], - [ - "baby", - 10 - ], - [ - "I'm", - 9 - ], - [ - "do", - 9 - ], - [ - "to", - 8 - ], - [ - "that", - 8 - ], - [ - "we", - 8 - ], - [ - "be", - 7 - ], - [ - "perfect,", - 7 - ], - [ - "perfect", - 7 - ], - [ - "in", - 6 - ], - [ - "for", - 6 - ], - [ - "If", - 6 - ], - [ - "But", - 5 - ], - [ - "might", - 4 - ], - [ - "never", - 4 - ], - [ - "one", - 4 - ], - [ - "up", - 4 - ], - [ - "can't", - 4 - ], - [ - "about", - 4 - ], - [ - "Baby", - 4 - ], - [ - "your", - 3 - ], - [ - "from", - 3 - ], - [ - "oh", - 3 - ], - [ - "yeah", - 3 - ], - [ - "looking", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "causing", - 3 - ], - [ - "trouble", - 3 - ], - [ - "hotel", - 3 - ], - [ - "rooms", - 3 - ], - [ - "having", - 3 - ], - [ - "secret", - 3 - ], - [ - "little", - 3 - ], - [ - "rendezvous", - 3 - ], - [ - "things", - 3 - ], - [ - "know", - 3 - ], - [ - "shouldn't", - 3 - ], - [ - "Then", - 3 - ], - [ - "midnight", - 3 - ], - [ - "driving", - 3 - ], - [ - "with", - 3 - ], - [ - "windows", - 3 - ], - [ - "down", - 3 - ], - [ - "going", - 3 - ], - [ - "places", - 3 - ], - [ - "even", - 3 - ], - [ - "pronounce", - 3 - ], - [ - "whatever", - 3 - ], - [ - "you've", - 3 - ], - [ - "been", - 3 - ], - [ - "dreaming", - 3 - ], - [ - "So", - 3 - ], - [ - "let's", - 3 - ], - [ - "start", - 3 - ], - [ - "right", - 3 - ], - [ - "now", - 3 - ], - [ - "time", - 3 - ], - [ - "can", - 2 - ], - [ - "When", - 2 - ], - [ - "first", - 2 - ], - [ - "saw", - 2 - ], - [ - "across", - 2 - ], - [ - "room", - 2 - ], - [ - "could", - 2 - ], - [ - "tell", - 2 - ], - [ - "were", - 2 - ], - [ - "curious,", - 2 - ], - [ - "Girl,", - 2 - ], - [ - "hope", - 2 - ], - [ - "sure", - 2 - ], - [ - "what", - 2 - ], - [ - "not", - 2 - ], - [ - "good", - 2 - ], - [ - "at", - 2 - ], - [ - "making", - 2 - ], - [ - "promises", - 2 - ], - [ - "knight", - 1 - ], - [ - "shining", - 1 - ], - [ - "armor", - 1 - ], - [ - "take", - 1 - ], - [ - "home", - 1 - ], - [ - "mother", - 1 - ], - [ - "who", - 1 - ], - [ - "brings", - 1 - ], - [ - "flowers", - 1 - ], - [ - "one,", - 1 - ], - [ - "tonight", - 1 - ], - [ - "hand", - 1 - ], - [ - "put", - 1 - ], - [ - "heart", - 1 - ], - [ - "Or", - 1 - ], - [ - "arms", - 1 - ], - [ - "hold", - 1 - ], - [ - "anytime", - 1 - ], - [ - "want", - 1 - ], - [ - "them", - 1 - ], - [ - "don't", - 1 - ], - [ - "mean", - 1 - ], - [ - "live", - 1 - ], - [ - "here", - 1 - ], - [ - "moment", - 1 - ], - [ - "love", - 1 - ], - [ - "cameras", - 1 - ], - [ - "flashing", - 1 - ], - [ - "every", - 1 - ], - [ - "go", - 1 - ], - [ - "out,", - 1 - ], - [ - "someone", - 1 - ], - [ - "write", - 1 - ], - [ - "break", - 1 - ], - [ - "songs", - 1 - ], - [ - "we're", - 1 - ] - ], - [ - [ - "I", - 14 - ], - [ - "to", - 11 - ], - [ - "the", - 11 - ], - [ - "it", - 10 - ], - [ - "you", - 10 - ], - [ - "would", - 9 - ], - [ - "yeah", - 9 - ], - [ - "How", - 6 - ], - [ - "many", - 6 - ], - [ - "nights", - 6 - ], - [ - "take", - 6 - ], - [ - "was", - 6 - ], - [ - "infinity,", - 6 - ], - [ - "know", - 4 - ], - [ - "my", - 4 - ], - [ - "like", - 4 - ], - [ - "wants", - 4 - ], - [ - "time", - 4 - ], - [ - "of", - 4 - ], - [ - "mine", - 4 - ], - [ - "feel", - 4 - ], - [ - "Infinity,", - 4 - ], - [ - "I'm", - 3 - ], - [ - "in", - 3 - ], - [ - "does", - 3 - ], - [ - "count", - 3 - ], - [ - "stars?", - 3 - ], - [ - "That's", - 3 - ], - [ - "fix", - 3 - ], - [ - "heart", - 3 - ], - [ - "Oh", - 3 - ], - [ - "baby", - 3 - ], - [ - "there", - 3 - ], - [ - "for", - 3 - ], - [ - "you,", - 3 - ], - [ - "All", - 3 - ], - [ - "ever", - 3 - ], - [ - "wanted", - 3 - ], - [ - "truth,", - 3 - ], - [ - "have", - 3 - ], - [ - "wished", - 3 - ], - [ - "someone", - 3 - ], - [ - "stay?", - 3 - ], - [ - "Lie", - 3 - ], - [ - "awake", - 3 - ], - [ - "only", - 3 - ], - [ - "hoping", - 3 - ], - [ - "they're", - 3 - ], - [ - "okay", - 3 - ], - [ - "I've", - 3 - ], - [ - "never", - 3 - ], - [ - "counted", - 3 - ], - [ - "all", - 3 - ], - [ - "If", - 3 - ], - [ - "tried,", - 3 - ], - [ - "infinity", - 3 - ], - [ - "Down", - 2 - ], - [ - "Earth,", - 2 - ], - [ - "out", - 2 - ], - [ - "And", - 2 - ], - [ - "now", - 2 - ], - [ - "one", - 2 - ], - [ - "step", - 2 - ], - [ - "closer", - 2 - ], - [ - "being", - 2 - ], - [ - "Two", - 2 - ], - [ - "steps", - 2 - ], - [ - "far", - 2 - ], - [ - "from", - 2 - ], - [ - "When", - 2 - ], - [ - "everybody", - 2 - ], - [ - "Everybody", - 2 - ], - [ - "there's", - 2 - ], - [ - "Keep", - 1 - ], - [ - "on", - 1 - ], - [ - "falling", - 1 - ], - [ - "when", - 1 - ], - [ - "hurts", - 1 - ], - [ - "Going", - 1 - ], - [ - "faster", - 1 - ], - [ - "than", - 1 - ], - [ - "a", - 1 - ], - [ - "million", - 1 - ], - [ - "miles", - 1 - ], - [ - "an", - 1 - ], - [ - "hour", - 1 - ], - [ - "Trying", - 1 - ], - [ - "catch", - 1 - ], - [ - "breath", - 1 - ], - [ - "someway", - 1 - ], - [ - "somehow", - 1 - ], - [ - "It's", - 1 - ], - [ - "frozen", - 1 - ], - [ - "but", - 1 - ], - [ - "world", - 1 - ], - [ - "still", - 1 - ], - [ - "turns", - 1 - ], - [ - "Stuck", - 1 - ], - [ - "motion", - 1 - ], - [ - "and", - 1 - ], - [ - "wheels", - 1 - ], - [ - "keep", - 1 - ], - [ - "spinning", - 1 - ], - [ - "round", - 1 - ], - [ - "Moving", - 1 - ], - [ - "reverse", - 1 - ], - [ - "with", - 1 - ], - [ - "no", - 1 - ], - [ - "way", - 1 - ], - [ - "Eyes", - 1 - ], - [ - "can't", - 1 - ], - [ - "shine", - 1 - ], - [ - "Unless", - 1 - ], - [ - "something", - 1 - ], - [ - "burning", - 1 - ], - [ - "bright", - 1 - ], - [ - "behind", - 1 - ], - [ - "Since", - 1 - ], - [ - "went", - 1 - ], - [ - "away,", - 1 - ], - [ - "nothing", - 1 - ], - [ - "left", - 1 - ], - [ - "myself", - 1 - ], - [ - "running", - 1 - ], - [ - "Infinity", - 1 - ] - ], - [ - [ - "the", - 49 - ], - [ - "you", - 23 - ], - [ - "I", - 20 - ], - [ - "end", - 17 - ], - [ - "of", - 17 - ], - [ - "day", - 14 - ], - [ - "at", - 12 - ], - [ - "want", - 12 - ], - [ - "that", - 8 - ], - [ - "and", - 8 - ], - [ - "say", - 7 - ], - [ - "know", - 7 - ], - [ - "And", - 7 - ], - [ - "on", - 6 - ], - [ - "All", - 6 - ], - [ - "is", - 6 - ], - [ - "what", - 6 - ], - [ - "love", - 6 - ], - [ - "You're", - 6 - ], - [ - "one", - 6 - ], - [ - "a", - 4 - ], - [ - "it's", - 4 - ], - [ - "was", - 3 - ], - [ - "sure", - 3 - ], - [ - "said", - 3 - ], - [ - "me", - 3 - ], - [ - "be", - 3 - ], - [ - "follow", - 3 - ], - [ - "your", - 3 - ], - [ - "heart", - 3 - ], - [ - "even", - 3 - ], - [ - "though", - 3 - ], - [ - "it'll", - 3 - ], - [ - "break", - 3 - ], - [ - "sometimes", - 3 - ], - [ - "who", - 3 - ], - [ - "There", - 3 - ], - [ - "ain't", - 3 - ], - [ - "no", - 3 - ], - [ - "other", - 3 - ], - [ - "way", - 3 - ], - [ - "If", - 3 - ], - [ - "there's", - 3 - ], - [ - "something", - 3 - ], - [ - "I've", - 3 - ], - [ - "learnt", - 3 - ], - [ - "from", - 3 - ], - [ - "million", - 3 - ], - [ - "mistakes", - 3 - ], - [ - "(At", - 3 - ], - [ - "her", - 2 - ], - [ - "she", - 2 - ], - [ - "The", - 2 - ], - [ - "\"you're", - 2 - ], - [ - "fire", - 2 - ], - [ - "babe\",", - 2 - ], - [ - "Then", - 2 - ], - [ - "down", - 2 - ], - [ - "came", - 2 - ], - [ - "lightning", - 2 - ], - [ - "Love", - 2 - ], - [ - "can", - 2 - ], - [ - "frightening", - 2 - ], - [ - "for", - 2 - ], - [ - "At", - 2 - ], - [ - "thinks", - 2 - ], - [ - "You", - 2 - ], - [ - "could", - 2 - ], - [ - "stay", - 2 - ], - [ - "awake", - 2 - ], - [ - "keep", - 2 - ], - [ - "dreaming", - 2 - ], - [ - "told", - 1 - ], - [ - "loved", - 1 - ], - [ - "her,", - 1 - ], - [ - "not", - 1 - ], - [ - "if", - 1 - ], - [ - "heard", - 1 - ], - [ - "roof", - 1 - ], - [ - "pretty", - 1 - ], - [ - "windy", - 1 - ], - [ - "didn't", - 1 - ], - [ - "word", - 1 - ], - [ - "Party", - 1 - ], - [ - "died", - 1 - ], - [ - "downstairs,", - 1 - ], - [ - "had", - 1 - ], - [ - "nothing", - 1 - ], - [ - "left", - 1 - ], - [ - "to", - 1 - ], - [ - "do", - 1 - ], - [ - "Just", - 1 - ], - [ - "me,", - 1 - ], - [ - "moon", - 1 - ], - [ - "Said", - 1 - ], - [ - "night", - 1 - ], - [ - "over,", - 1 - ], - [ - "forever", - 1 - ], - [ - "Twenty", - 1 - ], - [ - "minutes", - 1 - ], - [ - "later,", - 1 - ], - [ - "wound", - 1 - ], - [ - "up", - 1 - ], - [ - "in", - 1 - ], - [ - "hospital", - 1 - ], - [ - "priest", - 1 - ], - [ - "devil,", - 1 - ], - [ - "my", - 1 - ], - [ - "mum", - 1 - ], - [ - "flu", - 1 - ], - [ - "But", - 1 - ], - [ - "girl,", - 1 - ], - [ - "only", - 1 - ], - [ - "When", - 1 - ], - [ - "sun", - 1 - ], - [ - "goes", - 1 - ], - [ - "down,", - 1 - ], - [ - "everything", - 1 - ], - [ - "will", - 1 - ], - [ - "alright", - 1 - ], - [ - "when", - 1 - ], - [ - "city's", - 1 - ], - [ - "sleeping", - 1 - ], - [ - "day!)", - 1 - ], - [ - "day,", - 1 - ], - [ - "yeah)", - 1 - ], - [ - "day)", - 1 - ] - ], - [ - [ - "I", - 16 - ], - [ - "you", - 16 - ], - [ - "your", - 13 - ], - [ - "For", - 12 - ], - [ - "eyes", - 12 - ], - [ - "when", - 8 - ], - [ - "only", - 8 - ], - [ - "my", - 7 - ], - [ - "I'm", - 7 - ], - [ - "me", - 6 - ], - [ - "of", - 6 - ], - [ - "feel", - 6 - ], - [ - "heart", - 5 - ], - [ - "you're", - 5 - ], - [ - "and", - 5 - ], - [ - "that", - 4 - ], - [ - "only,", - 4 - ], - [ - "show", - 4 - ], - [ - "lonely", - 4 - ], - [ - "forget", - 4 - ], - [ - "who", - 4 - ], - [ - "are", - 4 - ], - [ - "missing", - 4 - ], - [ - "half", - 4 - ], - [ - "we're", - 4 - ], - [ - "apart", - 4 - ], - [ - "Now", - 4 - ], - [ - "know", - 4 - ], - [ - "me,", - 4 - ], - [ - "for", - 4 - ], - [ - "hope", - 3 - ], - [ - "now", - 3 - ], - [ - "be", - 2 - ], - [ - "to", - 2 - ], - [ - "just", - 2 - ], - [ - "Pay", - 2 - ], - [ - "attention,", - 2 - ], - [ - "listen", - 2 - ], - [ - "'cause", - 2 - ], - [ - "let", - 2 - ], - [ - "guard", - 2 - ], - [ - "down", - 2 - ], - [ - "Right", - 2 - ], - [ - "completely", - 2 - ], - [ - "defenseless", - 2 - ], - [ - "I've", - 2 - ], - [ - "And", - 2 - ], - [ - "don't", - 2 - ], - [ - "(I", - 2 - ], - [ - "it)", - 2 - ], - [ - "If", - 1 - ], - [ - "could", - 1 - ], - [ - "fly,", - 1 - ], - [ - "I'd", - 1 - ], - [ - "coming", - 1 - ], - [ - "right", - 1 - ], - [ - "back", - 1 - ], - [ - "home", - 1 - ], - [ - "think", - 1 - ], - [ - "might", - 1 - ], - [ - "give", - 1 - ], - [ - "up", - 1 - ], - [ - "everything,", - 1 - ], - [ - "ask", - 1 - ], - [ - "got", - 1 - ], - [ - "scars,", - 1 - ], - [ - "even", - 1 - ], - [ - "though", - 1 - ], - [ - "they", - 1 - ], - [ - "can't", - 1 - ], - [ - "always", - 1 - ], - [ - "seen", - 1 - ], - [ - "pain", - 1 - ], - [ - "gets", - 1 - ], - [ - "hard,", - 1 - ], - [ - "but", - 1 - ], - [ - "here", - 1 - ], - [ - "a", - 1 - ], - [ - "thing", - 1 - ], - [ - "can", - 1 - ], - [ - "inside", - 1 - ], - [ - "mine", - 1 - ], - [ - "it,", - 1 - ], - [ - "been", - 1 - ], - [ - "going", - 1 - ], - [ - "out", - 1 - ], - [ - "mind", - 1 - ], - [ - "it", - 1 - ], - [ - "Know", - 1 - ], - [ - "wasting", - 1 - ], - [ - "time", - 1 - ], - [ - "run", - 1 - ], - [ - "from", - 1 - ] - ], - [ - [ - "a", - 13 - ], - [ - "We", - 9 - ], - [ - "It's", - 9 - ], - [ - "long", - 9 - ], - [ - "way", - 9 - ], - [ - "down", - 8 - ], - [ - "But", - 6 - ], - [ - "it", - 6 - ], - [ - "I", - 5 - ], - [ - "we", - 4 - ], - [ - "had", - 4 - ], - [ - "and", - 4 - ], - [ - "now", - 4 - ], - [ - "to", - 4 - ], - [ - "the", - 3 - ], - [ - "I'm", - 3 - ], - [ - "in", - 2 - ], - [ - "And", - 2 - ], - [ - "Point", - 2 - ], - [ - "of", - 2 - ], - [ - "no", - 2 - ], - [ - "return", - 2 - ], - [ - "just", - 2 - ], - [ - "too", - 2 - ], - [ - "late", - 2 - ], - [ - "turn", - 2 - ], - [ - "around", - 2 - ], - [ - "try", - 2 - ], - [ - "forgive", - 2 - ], - [ - "you", - 2 - ], - [ - "'cause", - 2 - ], - [ - "don't", - 2 - ], - [ - "know", - 2 - ], - [ - "how", - 2 - ], - [ - "built", - 2 - ], - [ - "up", - 2 - ], - [ - "so", - 2 - ], - [ - "high", - 2 - ], - [ - "fallin'", - 2 - ], - [ - "down,", - 2 - ], - [ - "from", - 2 - ], - [ - "here", - 2 - ], - [ - "Such", - 2 - ], - [ - "made", - 1 - ], - [ - "fire", - 1 - ], - [ - "Went", - 1 - ], - [ - "flames", - 1 - ], - [ - "sailed", - 1 - ], - [ - "ocean", - 1 - ], - [ - "drowned", - 1 - ], - [ - "waves", - 1 - ], - [ - "Built", - 1 - ], - [ - "cathedral", - 1 - ], - [ - "never", - 1 - ], - [ - "prayed", - 1 - ], - [ - "all,", - 1 - ], - [ - "yeah", - 1 - ], - [ - "walked", - 1 - ], - [ - "away", - 1 - ], - [ - "struggle", - 1 - ], - [ - "mountain", - 1 - ], - [ - "took", - 1 - ], - [ - "for", - 1 - ], - [ - "granted", - 1 - ], - [ - "spaceship", - 1 - ], - [ - "couldn't", - 1 - ], - [ - "land", - 1 - ], - [ - "found", - 1 - ], - [ - "an", - 1 - ], - [ - "island", - 1 - ], - [ - "got", - 1 - ], - [ - "stranded", - 1 - ], - [ - "all", - 1 - ], - [ - "Who", - 1 - ], - [ - "could've", - 1 - ], - [ - "planned", - 1 - ], - [ - "it?", - 1 - ], - [ - "struggling", - 1 - ] - ], - [ - [ - "never", - 27 - ], - [ - "I", - 18 - ], - [ - "enough", - 17 - ], - [ - "can", - 16 - ], - [ - "it,", - 16 - ], - [ - "you", - 12 - ], - [ - "take", - 12 - ], - [ - "break", - 12 - ], - [ - "much", - 12 - ], - [ - "Come", - 11 - ], - [ - "on", - 11 - ], - [ - "it", - 10 - ], - [ - "my", - 10 - ], - [ - "enough,", - 10 - ], - [ - "Wanna", - 8 - ], - [ - "the", - 8 - ], - [ - "don't", - 8 - ], - [ - "need", - 8 - ], - [ - "You", - 8 - ], - [ - "It's", - 8 - ], - [ - "Too", - 8 - ], - [ - "is", - 7 - ], - [ - "And", - 6 - ], - [ - "get", - 6 - ], - [ - "of", - 6 - ], - [ - "baby", - 6 - ], - [ - "all", - 4 - ], - [ - "forget", - 4 - ], - [ - "up", - 4 - ], - [ - "and", - 4 - ], - [ - "to", - 4 - ], - [ - "end", - 4 - ], - [ - "over", - 4 - ], - [ - "love", - 4 - ], - [ - "heart", - 4 - ], - [ - "just", - 4 - ], - [ - "can't", - 4 - ], - [ - "too", - 4 - ], - [ - "you,", - 4 - ], - [ - "never,", - 4 - ], - [ - "it's", - 4 - ], - [ - "pull", - 2 - ], - [ - "an", - 2 - ], - [ - "nighter", - 2 - ], - [ - "into", - 2 - ], - [ - "something", - 2 - ], - [ - "we'll", - 2 - ], - [ - "stay", - 2 - ], - [ - "party", - 2 - ], - [ - "The", - 2 - ], - [ - "weekend", - 2 - ], - [ - "away", - 2 - ], - [ - "not", - 2 - ], - [ - "know", - 2 - ], - [ - "when", - 2 - ], - [ - "quit", - 2 - ], - [ - "drive", - 2 - ], - [ - "in", - 2 - ], - [ - "night", - 2 - ], - [ - "go", - 2 - ], - [ - "edge", - 2 - ], - [ - "wake", - 2 - ], - [ - "with", - 2 - ], - [ - "say", - 2 - ], - [ - "let's", - 2 - ], - [ - "do", - 2 - ], - [ - "again", - 2 - ], - [ - "Lips", - 2 - ], - [ - "so", - 2 - ], - [ - "good", - 2 - ], - [ - "name", - 2 - ], - [ - "swear", - 2 - ], - [ - "could", - 2 - ], - [ - "give", - 2 - ], - [ - "everything", - 2 - ], - [ - "Never", - 2 - ] - ], - [ - [ - "I", - 28 - ], - [ - "you,", - 15 - ], - [ - "you", - 13 - ], - [ - "for", - 12 - ], - [ - "Olivia", - 11 - ], - [ - "love", - 9 - ], - [ - "me", - 8 - ], - [ - "go", - 8 - ], - [ - "the", - 7 - ], - [ - "live", - 7 - ], - [ - "Don't", - 7 - ], - [ - "let", - 7 - ], - [ - "long", - 6 - ], - [ - "your", - 5 - ], - [ - "in", - 5 - ], - [ - "I'm", - 4 - ], - [ - "The", - 4 - ], - [ - "to", - 4 - ], - [ - "love,", - 4 - ], - [ - "I've", - 4 - ], - [ - "been", - 4 - ], - [ - "And", - 3 - ], - [ - "idolizing", - 3 - ], - [ - "light", - 3 - ], - [ - "eyes,", - 3 - ], - [ - "and", - 3 - ], - [ - "were", - 2 - ], - [ - "When", - 2 - ], - [ - "all", - 2 - ], - [ - "of", - 2 - ], - [ - "be", - 2 - ], - [ - "with", - 2 - ], - [ - "my", - 2 - ], - [ - "about", - 2 - ], - [ - "it", - 2 - ], - [ - "Please", - 2 - ], - [ - "believe", - 2 - ], - [ - "me,", - 2 - ], - [ - "don't", - 2 - ], - [ - "see", - 2 - ], - [ - "things", - 2 - ], - [ - "mean", - 2 - ], - [ - "me?", - 2 - ], - [ - "Oh", - 2 - ], - [ - "you're", - 2 - ], - [ - "feeling", - 2 - ], - [ - "now", - 2 - ], - [ - "out", - 2 - ], - [ - "are", - 2 - ], - [ - "Remember", - 1 - ], - [ - "day", - 1 - ], - [ - "we", - 1 - ], - [ - "giving", - 1 - ], - [ - "up", - 1 - ], - [ - "told", - 1 - ], - [ - "didn't", - 1 - ], - [ - "give", - 1 - ], - [ - "enough", - 1 - ], - [ - "friends", - 1 - ], - [ - "saying", - 1 - ], - [ - "I'd", - 1 - ], - [ - "leaving", - 1 - ], - [ - "She's", - 1 - ], - [ - "lying", - 1 - ], - [ - "bed", - 1 - ], - [ - "t-shirt", - 1 - ], - [ - "on", - 1 - ], - [ - "Just", - 1 - ], - [ - "thinking", - 1 - ], - [ - "how", - 1 - ], - [ - "went", - 1 - ], - [ - "wrong", - 1 - ], - [ - "This", - 1 - ], - [ - "isn't", - 1 - ], - [ - "stain", - 1 - ], - [ - "a", - 1 - ], - [ - "red", - 1 - ], - [ - "wine,", - 1 - ], - [ - "bleeding", - 1 - ], - [ - "Say", - 1 - ], - [ - "what", - 1 - ], - [ - "say", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "got", - 1 - ], - [ - "walking", - 1 - ], - [ - "time", - 1 - ], - [ - "is", - 1 - ], - [ - "irrelevant", - 1 - ], - [ - "when", - 1 - ], - [ - "not", - 1 - ], - [ - "seeing", - 1 - ], - [ - "consequences", - 1 - ], - [ - "falling", - 1 - ], - [ - "There's", - 1 - ], - [ - "something", - 1 - ], - [ - "having", - 1 - ], - [ - "nightmares", - 1 - ], - [ - "these", - 1 - ], - [ - "reasons", - 1 - ], - [ - "crying", - 1 - ], - [ - "alone", - 1 - ], - [ - "You", - 1 - ], - [ - "imagination", - 1 - ], - [ - "summertime", - 1 - ], - [ - "butterflies", - 1 - ], - [ - "All", - 1 - ], - [ - "belong", - 1 - ], - [ - "creation", - 1 - ], - [ - "it's", - 1 - ], - [ - "do", - 1 - ] - ], - [ - [ - "you", - 18 - ], - [ - "the", - 17 - ], - [ - "a", - 12 - ], - [ - "I", - 10 - ], - [ - "be", - 9 - ], - [ - "in", - 8 - ], - [ - "now", - 8 - ], - [ - "And", - 7 - ], - [ - "wire,", - 6 - ], - [ - "through", - 6 - ], - [ - "out", - 6 - ], - [ - "down", - 6 - ], - [ - "What", - 6 - ], - [ - "feeling", - 6 - ], - [ - "to", - 6 - ], - [ - "beside", - 6 - ], - [ - "got", - 6 - ], - [ - "no", - 5 - ], - [ - "But", - 5 - ], - [ - "too", - 5 - ], - [ - "Through", - 4 - ], - [ - "wire", - 4 - ], - [ - "way", - 4 - ], - [ - "running", - 4 - ], - [ - "holding", - 4 - ], - [ - "right", - 3 - ], - [ - "here", - 3 - ], - [ - "Holding", - 3 - ], - [ - "my", - 3 - ], - [ - "arms,", - 3 - ], - [ - "when", - 3 - ], - [ - "air", - 3 - ], - [ - "ran", - 3 - ], - [ - "we", - 3 - ], - [ - "both", - 3 - ], - [ - "started", - 3 - ], - [ - "wild,", - 3 - ], - [ - "sky", - 3 - ], - [ - "fell", - 3 - ], - [ - "you've", - 3 - ], - [ - "stars", - 3 - ], - [ - "they're", - 3 - ], - [ - "your", - 3 - ], - [ - "eyes", - 3 - ], - [ - "I've", - 3 - ], - [ - "something", - 3 - ], - [ - "missing", - 3 - ], - [ - "tonight", - 3 - ], - [ - "king", - 3 - ], - [ - "somehow", - 3 - ], - [ - "wish", - 3 - ], - [ - "could", - 3 - ], - [ - "there", - 3 - ], - [ - "I'm", - 2 - ], - [ - "watching", - 2 - ], - [ - "her", - 2 - ], - [ - "there's", - 2 - ], - [ - "With", - 2 - ], - [ - "and", - 2 - ], - [ - "long", - 2 - ], - [ - "Everybody", - 2 - ], - [ - "needs", - 2 - ], - [ - "someone", - 2 - ], - [ - "around", - 2 - ], - [ - "can't", - 2 - ], - [ - "hold", - 2 - ], - [ - "close", - 2 - ], - [ - "late,", - 2 - ], - [ - "am", - 2 - ], - [ - "Tell", - 2 - ], - [ - "me", - 2 - ], - [ - "Whatever", - 2 - ], - [ - "chains", - 2 - ], - [ - "are", - 2 - ], - [ - "back,", - 2 - ], - [ - "back", - 2 - ], - [ - "dance,", - 1 - ], - [ - "dress", - 1 - ], - [ - "is", - 1 - ], - [ - "catching", - 1 - ], - [ - "light", - 1 - ], - [ - "In", - 1 - ], - [ - "eyes,", - 1 - ], - [ - "lies,", - 1 - ], - [ - "lies", - 1 - ], - [ - "question,", - 1 - ], - [ - "she's", - 1 - ], - [ - "not", - 1 - ], - [ - "disguise", - 1 - ], - [ - "like", - 1 - ], - [ - "this,", - 1 - ], - [ - "imagining", - 1 - ], - [ - "you're", - 1 - ], - [ - "mine", - 1 - ], - [ - "It's", - 1 - ], - [ - "it's", - 1 - ], - [ - "late?", - 1 - ], - [ - "now,", - 1 - ], - [ - "of", - 1 - ], - [ - "time?", - 1 - ], - [ - "Don't", - 1 - ], - [ - "let", - 1 - ], - [ - "'em", - 1 - ], - [ - "tie", - 1 - ], - [ - "believe", - 1 - ], - [ - "that", - 1 - ] - ], - [ - [ - "you", - 22 - ], - [ - "to", - 11 - ], - [ - "me", - 11 - ], - [ - "Hey", - 8 - ], - [ - "hey", - 8 - ], - [ - "hey,", - 8 - ], - [ - "baby", - 7 - ], - [ - "love", - 7 - ], - [ - "it", - 6 - ], - [ - "Oh,", - 6 - ], - [ - "let", - 6 - ], - [ - "goodbye", - 6 - ], - [ - "if", - 5 - ], - [ - "be", - 5 - ], - [ - "oh", - 5 - ], - [ - "that", - 5 - ], - [ - "know", - 4 - ], - [ - "I", - 4 - ], - [ - "should", - 4 - ], - [ - "of", - 4 - ], - [ - "the", - 4 - ], - [ - "we", - 3 - ], - [ - "can", - 3 - ], - [ - "yeah", - 3 - ], - [ - "why", - 3 - ], - [ - "wearing", - 3 - ], - [ - "walk", - 3 - ], - [ - "out", - 3 - ], - [ - "my", - 3 - ], - [ - "life?", - 3 - ], - [ - "even", - 3 - ], - [ - "though", - 3 - ], - [ - "it's", - 3 - ], - [ - "over,", - 3 - ], - [ - "stay", - 3 - ], - [ - "tomorrow", - 3 - ], - [ - "won't", - 3 - ], - [ - "mine,", - 3 - ], - [ - "Won't", - 3 - ], - [ - "give", - 3 - ], - [ - "one", - 3 - ], - [ - "last", - 3 - ], - [ - "time?", - 3 - ], - [ - "It's", - 2 - ], - [ - "end", - 2 - ], - [ - "this", - 2 - ], - [ - "a", - 2 - ], - [ - "tonight", - 2 - ], - [ - "could", - 2 - ], - [ - "is", - 2 - ], - [ - "we've", - 2 - ], - [ - "inevitable", - 1 - ], - [ - "everything", - 1 - ], - [ - "that's", - 1 - ], - [ - "good", - 1 - ], - [ - "comes", - 1 - ], - [ - "an", - 1 - ], - [ - "impossible", - 1 - ], - [ - "after", - 1 - ], - [ - "still", - 1 - ], - [ - "friends,", - 1 - ], - [ - "you're", - 1 - ], - [ - "saying", - 1 - ], - [ - "don't", - 1 - ], - [ - "wanna", - 1 - ], - [ - "hurt", - 1 - ], - [ - "Well", - 1 - ], - [ - "maybe", - 1 - ], - [ - "show", - 1 - ], - [ - "little", - 1 - ], - [ - "mercy", - 1 - ], - [ - "The", - 1 - ], - [ - "way", - 1 - ], - [ - "look,", - 1 - ], - [ - "didn't", - 1 - ], - [ - "come", - 1 - ], - [ - "apologize", - 1 - ], - [ - "Unforgettable", - 1 - ], - [ - "together,", - 1 - ], - [ - "held", - 1 - ], - [ - "whole", - 1 - ], - [ - "world", - 1 - ], - [ - "in", - 1 - ], - [ - "our", - 1 - ], - [ - "hands", - 1 - ], - [ - "Unexplainable,", - 1 - ], - [ - "only", - 1 - ], - [ - "understand,", - 1 - ], - [ - "there's", - 1 - ], - [ - "nothing", - 1 - ], - [ - "do", - 1 - ], - [ - "change", - 1 - ], - [ - "But", - 1 - ], - [ - "there", - 1 - ], - [ - "something", - 1 - ], - [ - "negotiated?", - 1 - ], - [ - "My", - 1 - ], - [ - "heart's", - 1 - ], - [ - "already", - 1 - ], - [ - "breaking,", - 1 - ], - [ - "go", - 1 - ], - [ - "on", - 1 - ], - [ - "twist", - 1 - ], - [ - "knife", - 1 - ], - [ - "One", - 1 - ], - [ - "more", - 1 - ], - [ - "taste", - 1 - ], - [ - "your", - 1 - ], - [ - "lips", - 1 - ], - [ - "just", - 1 - ], - [ - "bring", - 1 - ], - [ - "back", - 1 - ], - [ - "To", - 1 - ], - [ - "places", - 1 - ], - [ - "been", - 1 - ], - [ - "and", - 1 - ], - [ - "nights", - 1 - ], - [ - "had", - 1 - ], - [ - "Because", - 1 - ], - [ - "then", - 1 - ], - [ - "at", - 1 - ], - [ - "least", - 1 - ], - [ - "right", - 1 - ], - [ - "Oh", - 1 - ], - [ - "tonight,", - 1 - ] - ], - [ - [ - "I", - 19 - ], - [ - "you", - 17 - ], - [ - "to", - 11 - ], - [ - "want", - 9 - ], - [ - "a", - 9 - ], - [ - "write", - 5 - ], - [ - "song", - 5 - ], - [ - "is", - 5 - ], - [ - "One", - 4 - ], - [ - "as", - 4 - ], - [ - "get", - 4 - ], - [ - "that's", - 3 - ], - [ - "are", - 3 - ], - [ - "my", - 3 - ], - [ - "your", - 3 - ], - [ - "So", - 3 - ], - [ - "Everything", - 3 - ], - [ - "need", - 3 - ], - [ - "from", - 3 - ], - [ - "Givin'", - 3 - ], - [ - "back", - 3 - ], - [ - "all", - 3 - ], - [ - "wanna", - 3 - ], - [ - "do", - 3 - ], - [ - "the", - 2 - ], - [ - "that", - 2 - ], - [ - "when", - 2 - ], - [ - "gone", - 2 - ], - [ - "lend", - 2 - ], - [ - "coat", - 2 - ], - [ - "can", - 2 - ], - [ - "build", - 2 - ], - [ - "boat", - 2 - ], - [ - "any", - 2 - ], - [ - "time", - 2 - ], - [ - "heart", - 2 - ], - [ - "You", - 2 - ], - [ - "beautiful", - 1 - ], - [ - "sweet", - 1 - ], - [ - "Just", - 1 - ], - [ - "hint", - 1 - ], - [ - "of", - 1 - ], - [ - "pain", - 1 - ], - [ - "For", - 1 - ], - [ - "feeling", - 1 - ], - [ - "soft", - 1 - ], - [ - "cheek", - 1 - ], - [ - "world", - 1 - ], - [ - "cold", - 1 - ], - [ - "You'll", - 1 - ], - [ - "have", - 1 - ], - [ - "hiding", - 1 - ], - [ - "place", - 1 - ], - [ - "go", - 1 - ], - [ - "strong", - 1 - ], - [ - "free", - 1 - ], - [ - "think", - 1 - ], - [ - "gonna", - 1 - ], - [ - "sink", - 1 - ], - [ - "know", - 1 - ], - [ - "it", - 1 - ], - [ - "won't", - 1 - ], - [ - "make", - 1 - ], - [ - "remember", - 1 - ], - [ - "me", - 1 - ], - [ - "I'm", - 1 - ], - [ - "listen", - 1 - ], - [ - "voice", - 1 - ], - [ - "and", - 1 - ], - [ - "sing", - 1 - ], - [ - "along", - 1 - ] - ], - [ - [ - "we", - 15 - ], - [ - "the", - 14 - ], - [ - "don't", - 11 - ], - [ - "and", - 11 - ], - [ - "can", - 11 - ], - [ - "a", - 10 - ], - [ - "of", - 10 - ], - [ - "You", - 9 - ], - [ - "me,", - 9 - ], - [ - "got", - 8 - ], - [ - "whole", - 8 - ], - [ - "lot", - 8 - ], - [ - "history", - 8 - ], - [ - "you", - 7 - ], - [ - "We", - 7 - ], - [ - "were", - 6 - ], - [ - "let", - 6 - ], - [ - "make", - 6 - ], - [ - "live", - 6 - ], - [ - "forever", - 6 - ], - [ - "Thought", - 5 - ], - [ - "So", - 5 - ], - [ - "it", - 5 - ], - [ - "go,", - 5 - ], - [ - "could", - 4 - ], - [ - "be", - 4 - ], - [ - "greatest", - 4 - ], - [ - "team", - 4 - ], - [ - "that", - 4 - ], - [ - "world", - 4 - ], - [ - "has", - 4 - ], - [ - "ever", - 4 - ], - [ - "seen", - 4 - ], - [ - "some", - 4 - ], - [ - "more,", - 4 - ], - [ - "is", - 4 - ], - [ - "this", - 3 - ], - [ - "going", - 3 - ], - [ - "strong", - 3 - ], - [ - "holding", - 3 - ], - [ - "on,", - 3 - ], - [ - "aren't", - 3 - ], - [ - "we?", - 3 - ], - [ - "know", - 3 - ], - [ - "my", - 2 - ], - [ - "all", - 2 - ], - [ - "I", - 2 - ], - [ - "they", - 2 - ], - [ - "to", - 2 - ], - [ - "But", - 2 - ], - [ - "not", - 2 - ], - [ - "it,", - 2 - ], - [ - "me", - 2 - ], - [ - "gotta", - 1 - ], - [ - "help", - 1 - ], - [ - "I'm", - 1 - ], - [ - "losing", - 1 - ], - [ - "mind", - 1 - ], - [ - "Keep", - 1 - ], - [ - "getting", - 1 - ], - [ - "feeling", - 1 - ], - [ - "wanna", - 1 - ], - [ - "leave", - 1 - ], - [ - "behind", - 1 - ], - [ - "thought", - 1 - ], - [ - "No,", - 1 - ], - [ - "teach", - 1 - ], - [ - "in", - 1 - ], - [ - "school", - 1 - ], - [ - "Now", - 1 - ], - [ - "heart's", - 1 - ], - [ - "breaking", - 1 - ], - [ - "what", - 1 - ], - [ - "do", - 1 - ], - [ - "All", - 1 - ], - [ - "rumours,", - 1 - ], - [ - "fights", - 1 - ], - [ - "always", - 1 - ], - [ - "find", - 1 - ], - [ - "way", - 1 - ], - [ - "out", - 1 - ], - [ - "alive", - 1 - ], - [ - "Minibars,", - 1 - ], - [ - "expensive", - 1 - ], - [ - "cars", - 1 - ], - [ - "Hotel", - 1 - ], - [ - "rooms", - 1 - ], - [ - "new", - 1 - ], - [ - "tattoos", - 1 - ], - [ - "The", - 1 - ], - [ - "good", - 1 - ], - [ - "champagne", - 1 - ], - [ - "private", - 1 - ], - [ - "planes", - 1 - ], - [ - "mean", - 1 - ], - [ - "anything", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "truth", - 1 - ], - [ - "out,", - 1 - ], - [ - "I've", - 1 - ], - [ - "realized", - 1 - ], - [ - "That", - 1 - ], - [ - "without", - 1 - ], - [ - "here,", - 1 - ], - [ - "life", - 1 - ], - [ - "just", - 1 - ], - [ - "lie", - 1 - ], - [ - "This", - 1 - ], - [ - "end,", - 1 - ], - [ - "end", - 1 - ], - [ - "know!", - 1 - ], - [ - "so", - 1 - ], - [ - "go", - 1 - ], - [ - "Baby", - 1 - ], - [ - "know,", - 1 - ], - [ - "baby", - 1 - ] - ], - [ - [ - "me", - 20 - ], - [ - "your", - 18 - ], - [ - "you", - 17 - ], - [ - "You", - 15 - ], - [ - "can", - 14 - ], - [ - "be", - 11 - ], - [ - "call", - 11 - ], - [ - "like", - 9 - ], - [ - "when", - 9 - ], - [ - "I", - 8 - ], - [ - "I'll", - 7 - ], - [ - "temporary", - 7 - ], - [ - "fix", - 7 - ], - [ - "you're", - 6 - ], - [ - "good", - 6 - ], - [ - "and", - 5 - ], - [ - "is", - 5 - ], - [ - "if", - 5 - ], - [ - "I'm", - 5 - ], - [ - "know", - 4 - ], - [ - "the", - 4 - ], - [ - "what", - 4 - ], - [ - "in", - 4 - ], - [ - "tonight", - 4 - ], - [ - "feel", - 4 - ], - [ - "Let", - 4 - ], - [ - "night", - 4 - ], - [ - "Harry:", - 4 - ], - [ - "my", - 3 - ], - [ - "All", - 3 - ], - [ - "on", - 3 - ], - [ - "to", - 3 - ], - [ - "All:", - 3 - ], - [ - "lonely,", - 3 - ], - [ - "can't", - 3 - ], - [ - "sleep", - 3 - ], - [ - "control", - 3 - ], - [ - "even", - 3 - ], - [ - "it's", - 3 - ], - [ - "just", - 3 - ], - [ - "Yeah,", - 3 - ], - [ - "yeah,", - 3 - ], - [ - "yeah!", - 3 - ], - [ - "time", - 3 - ], - [ - "own", - 3 - ], - [ - "we'll", - 3 - ], - [ - "this", - 3 - ], - [ - "Niall:", - 2 - ], - [ - "feeling", - 2 - ], - [ - "of", - 2 - ], - [ - "that", - 2 - ], - [ - "Liam:", - 2 - ], - [ - "need", - 2 - ], - [ - "a", - 2 - ], - [ - "don't", - 2 - ], - [ - "while", - 2 - ], - [ - "we're", - 2 - ], - [ - "taking", - 2 - ], - [ - "Saw", - 1 - ], - [ - "body", - 1 - ], - [ - "language", - 1 - ], - [ - "how", - 1 - ], - [ - "look", - 1 - ], - [ - "kind", - 1 - ], - [ - "girl", - 1 - ], - [ - "who's", - 1 - ], - [ - "tired", - 1 - ], - [ - "speaking", - 1 - ], - [ - "Standing", - 1 - ], - [ - "with", - 1 - ], - [ - "somebody", - 1 - ], - [ - "but", - 1 - ], - [ - "he", - 1 - ], - [ - "doesn't", - 1 - ], - [ - "caught", - 1 - ], - [ - "attention,", - 1 - ], - [ - "were", - 1 - ], - [ - "looking", - 1 - ], - [ - "at", - 1 - ], - [ - "first", - 1 - ], - [ - "see", - 1 - ], - [ - "waking", - 1 - ], - [ - "up", - 1 - ], - [ - "t-shirt", - 1 - ], - [ - "If", - 1 - ], - [ - "not", - 1 - ], - [ - "hooked", - 1 - ], - [ - "anything", - 1 - ], - [ - "right", - 1 - ], - [ - "now,", - 1 - ], - [ - "vice", - 1 - ], - [ - "The", - 1 - ], - [ - "lips", - 1 - ], - [ - "locked", - 1 - ], - [ - "There's", - 1 - ], - [ - "million", - 1 - ], - [ - "lights,", - 1 - ], - [ - "care", - 1 - ], - [ - "they're", - 1 - ], - [ - "watching", - 1 - ], - [ - "Your", - 1 - ], - [ - "body's", - 1 - ], - [ - "saying", - 1 - ], - [ - "everything,", - 1 - ], - [ - "have", - 1 - ], - [ - "read", - 1 - ], - [ - "mind", - 1 - ], - [ - "Feel", - 1 - ], - [ - "neck", - 1 - ], - [ - "calling", - 1 - ], - [ - "taxi", - 1 - ], - [ - "Climbing", - 1 - ], - [ - "over", - 1 - ], - [ - "climb", - 1 - ], - [ - "backseat", - 1 - ], - [ - "Now", - 1 - ], - [ - "off,", - 1 - ], - [ - "now", - 1 - ], - [ - "it", - 1 - ], - [ - "off", - 1 - ], - [ - "Louis:", - 1 - ], - [ - "We", - 1 - ], - [ - "roll", - 1 - ], - [ - "darkness,", - 1 - ], - [ - "touch", - 1 - ], - [ - "where", - 1 - ], - [ - "heart", - 1 - ], - [ - "And", - 1 - ], - [ - "weakness", - 1 - ], - [ - "Well,", - 1 - ], - [ - "told", - 1 - ], - [ - "you,", - 1 - ], - [ - "baby,", - 1 - ] - ], - [ - [ - "the", - 12 - ], - [ - "me", - 11 - ], - [ - "in", - 8 - ], - [ - "you", - 7 - ], - [ - "find", - 7 - ], - [ - "Walking", - 7 - ], - [ - "wind", - 7 - ], - [ - "will", - 6 - ], - [ - "I'll", - 5 - ], - [ - "we", - 5 - ], - [ - "your", - 5 - ], - [ - "never", - 4 - ], - [ - "that", - 4 - ], - [ - "we've", - 4 - ], - [ - "We", - 4 - ], - [ - "our", - 4 - ], - [ - "to", - 3 - ], - [ - "be", - 3 - ], - [ - "and", - 3 - ], - [ - "had", - 3 - ], - [ - "some", - 3 - ], - [ - "good", - 3 - ], - [ - "But", - 3 - ], - [ - "see", - 3 - ], - [ - "You", - 3 - ], - [ - "And", - 3 - ], - [ - "In", - 3 - ], - [ - "places", - 3 - ], - [ - "been", - 3 - ], - [ - "For", - 3 - ], - [ - "reasons", - 3 - ], - [ - "don't", - 3 - ], - [ - "understand", - 3 - ], - [ - "I", - 3 - ], - [ - "A", - 2 - ], - [ - "you're", - 2 - ], - [ - "for", - 2 - ], - [ - "of", - 2 - ], - [ - "times,", - 2 - ], - [ - "didn't", - 2 - ], - [ - "we?", - 2 - ], - [ - "up", - 2 - ], - [ - "sleeve", - 2 - ], - [ - "Goodbyes", - 2 - ], - [ - "are", - 2 - ], - [ - "bittersweet", - 2 - ], - [ - "it's", - 2 - ], - [ - "not", - 2 - ], - [ - "end", - 2 - ], - [ - "face", - 2 - ], - [ - "again", - 2 - ], - [ - "out", - 2 - ], - [ - "a", - 2 - ], - [ - "week", - 1 - ], - [ - "ago", - 1 - ], - [ - "said", - 1 - ], - [ - "\"Do", - 1 - ], - [ - "believe", - 1 - ], - [ - "too", - 1 - ], - [ - "far\"", - 1 - ], - [ - "If", - 1 - ], - [ - "lost,", - 1 - ], - [ - "just", - 1 - ], - [ - "look", - 1 - ], - [ - "You'll", - 1 - ], - [ - "region", - 1 - ], - [ - "summer", - 1 - ], - [ - "stars", - 1 - ], - [ - "Fact", - 1 - ], - [ - "can", - 1 - ], - [ - "sit", - 1 - ], - [ - "right", - 1 - ], - [ - "here", - 1 - ], - [ - "say", - 1 - ], - [ - "goodbye", - 1 - ], - [ - "Means", - 1 - ], - [ - "already", - 1 - ], - [ - "won", - 1 - ], - [ - "necessity", - 1 - ], - [ - "apologies", - 1 - ], - [ - "between", - 1 - ], - [ - "Baby,", - 1 - ], - [ - "there", - 1 - ], - [ - "is", - 1 - ], - [ - "none", - 1 - ], - [ - "tricks", - 1 - ], - [ - "Yesterday", - 1 - ], - [ - "went", - 1 - ], - [ - "celebrate", - 1 - ], - [ - "birthday", - 1 - ], - [ - "friend", - 1 - ], - [ - "as", - 1 - ], - [ - "raised", - 1 - ], - [ - "glasses", - 1 - ], - [ - "make", - 1 - ], - [ - "toast", - 1 - ], - [ - "realized", - 1 - ], - [ - "were", - 1 - ], - [ - "missing", - 1 - ], - [ - "wore", - 1 - ], - [ - "hearts", - 1 - ], - [ - "on", - 1 - ], - [ - "know", - 1 - ], - [ - "anchor", - 1 - ], - [ - "Just", - 1 - ], - [ - "close", - 1 - ], - [ - "eyes", - 1 - ], - [ - "by", - 1 - ], - [ - "side", - 1 - ], - [ - "Any", - 1 - ], - [ - "time", - 1 - ], - [ - "needing", - 1 - ] - ], - [ - [ - "I", - 30 - ], - [ - "the", - 28 - ], - [ - "for", - 27 - ], - [ - "them", - 17 - ], - [ - "you", - 16 - ], - [ - "hear", - 14 - ], - [ - "calling", - 14 - ], - [ - "your", - 10 - ], - [ - "heart", - 10 - ], - [ - "a", - 9 - ], - [ - "come", - 9 - ], - [ - "straight", - 9 - ], - [ - "in", - 8 - ], - [ - "of", - 8 - ], - [ - "In", - 7 - ], - [ - "out", - 7 - ], - [ - "middle", - 6 - ], - [ - "night", - 6 - ], - [ - "when", - 6 - ], - [ - "wolves", - 6 - ], - [ - "Headed", - 6 - ], - [ - "down", - 6 - ], - [ - "my", - 5 - ], - [ - "ain't", - 5 - ], - [ - "it", - 5 - ], - [ - "We", - 5 - ], - [ - "Your", - 4 - ], - [ - "know,", - 4 - ], - [ - "They", - 4 - ], - [ - "me", - 3 - ], - [ - "got", - 3 - ], - [ - "up", - 3 - ], - [ - "whole", - 3 - ], - [ - "bullet", - 3 - ], - [ - "dark", - 3 - ], - [ - "One", - 3 - ], - [ - "by", - 3 - ], - [ - "one,", - 3 - ], - [ - "gotta", - 3 - ], - [ - "take", - 3 - ], - [ - "can", - 3 - ], - [ - "run", - 3 - ], - [ - "and", - 3 - ], - [ - "hide,", - 3 - ], - [ - "without", - 3 - ], - [ - "fight", - 3 - ], - [ - "keep", - 2 - ], - [ - "know", - 2 - ], - [ - "all", - 2 - ], - [ - "soul,", - 2 - ], - [ - "debating", - 2 - ], - [ - "Ain't", - 2 - ], - [ - "taking", - 2 - ], - [ - "shaking", - 2 - ], - [ - "goin'", - 2 - ], - [ - "now", - 2 - ], - [ - "Like", - 2 - ], - [ - "make", - 2 - ], - [ - "feel", - 1 - ], - [ - "waves", - 1 - ], - [ - "getting", - 1 - ], - [ - "started", - 1 - ], - [ - "It's", - 1 - ], - [ - "rush", - 1 - ], - [ - "inside", - 1 - ], - [ - "can't", - 1 - ], - [ - "control", - 1 - ], - [ - "eyes", - 1 - ], - [ - "pulling", - 1 - ], - [ - "friends", - 1 - ], - [ - "talking", - 1 - ], - [ - "'bout", - 1 - ], - [ - "say", - 1 - ], - [ - "no", - 1 - ], - [ - "chance", - 1 - ], - [ - "at", - 1 - ], - [ - "fire", - 1 - ], - [ - "is", - 1 - ], - [ - "burning", - 1 - ], - [ - "deep", - 1 - ], - [ - "soul", - 1 - ], - [ - "You", - 1 - ], - [ - "like", - 1 - ], - [ - "on", - 1 - ], - [ - "holding", - 1 - ], - [ - "tight", - 1 - ], - [ - "'Cause", - 1 - ], - [ - "body's", - 1 - ], - [ - "telling", - 1 - ], - [ - "don't", - 1 - ], - [ - "let", - 1 - ], - [ - "go", - 1 - ], - [ - "are", - 1 - ], - [ - "gonna", - 1 - ], - [ - "be", - 1 - ], - [ - "starting", - 1 - ], - [ - "trouble", - 1 - ], - [ - "Just", - 1 - ], - [ - "bringing", - 1 - ], - [ - "demons", - 1 - ], - [ - "More", - 1 - ], - [ - "than", - 1 - ], - [ - "ever", - 1 - ], - [ - "beauty", - 1 - ], - [ - "could", - 1 - ], - [ - "start", - 1 - ], - [ - "war", - 1 - ], - [ - "As", - 1 - ], - [ - "walk", - 1 - ], - [ - "door", - 1 - ], - [ - "wish", - 1 - ], - [ - "wasn't", - 1 - ], - [ - "true", - 1 - ], - [ - "But", - 1 - ], - [ - "world's", - 1 - ], - [ - "tryna", - 1 - ], - [ - "get", - 1 - ], - [ - "piece", - 1 - ], - [ - "And", - 1 - ], - [ - "keeps", - 1 - ], - [ - "fighting", - 1 - ], - [ - "this", - 1 - ], - [ - "battle", - 1 - ], - [ - "fools", - 1 - ], - [ - "Gotta", - 1 - ], - [ - "through,", - 1 - ], - [ - "through", - 1 - ], - [ - "going", - 1 - ] - ], - [ - [ - "the", - 16 - ], - [ - "know", - 11 - ], - [ - "you", - 9 - ], - [ - "in", - 9 - ], - [ - "You", - 9 - ], - [ - "Won't", - 8 - ], - [ - "stay", - 8 - ], - [ - "'til", - 8 - ], - [ - "A.M.?", - 8 - ], - [ - "we're", - 7 - ], - [ - "we", - 6 - ], - [ - "our", - 6 - ], - [ - "of", - 5 - ], - [ - "to", - 5 - ], - [ - "just", - 5 - ], - [ - "gonna", - 5 - ], - [ - "All", - 4 - ], - [ - "my", - 4 - ], - [ - "favorite", - 4 - ], - [ - "conversations", - 4 - ], - [ - "Always", - 4 - ], - [ - "made", - 4 - ], - [ - "A.M", - 4 - ], - [ - "this", - 4 - ], - [ - "same", - 4 - ], - [ - "And", - 4 - ], - [ - "out", - 4 - ], - [ - "I'm", - 4 - ], - [ - "always", - 4 - ], - [ - "could", - 3 - ], - [ - "be", - 3 - ], - [ - "these", - 3 - ], - [ - "on", - 3 - ], - [ - "how", - 3 - ], - [ - "'Cause", - 3 - ], - [ - "don't", - 3 - ], - [ - "what", - 3 - ], - [ - "saying", - 3 - ], - [ - "We're", - 3 - ], - [ - "swimming", - 3 - ], - [ - "round", - 3 - ], - [ - "glasses", - 3 - ], - [ - "talking", - 3 - ], - [ - "asses", - 3 - ], - [ - "Like", - 3 - ], - [ - "all", - 3 - ], - [ - "make", - 3 - ], - [ - "it", - 3 - ], - [ - "(yeah", - 2 - ], - [ - "yeah)", - 2 - ], - [ - "Feels", - 2 - ], - [ - "like", - 2 - ], - [ - "forever", - 2 - ], - [ - "and", - 2 - ], - [ - "me", - 2 - ], - [ - "were", - 2 - ], - [ - "raised", - 2 - ], - [ - "part", - 2 - ], - [ - "town", - 2 - ], - [ - "Got", - 2 - ], - [ - "scars", - 2 - ], - [ - "ground", - 2 - ], - [ - "Remember", - 2 - ], - [ - "used", - 2 - ], - [ - "kick", - 2 - ], - [ - "around", - 2 - ], - [ - "wasting", - 2 - ], - [ - "time?", - 2 - ], - [ - "coming", - 2 - ], - [ - "back", - 2 - ], - [ - "place", - 2 - ], - [ - "look", - 2 - ], - [ - "for", - 2 - ], - [ - "your", - 2 - ], - [ - "face", - 2 - ], - [ - "tonight", - 1 - ], - [ - "Break", - 1 - ], - [ - "clocks,", - 1 - ], - [ - "forget", - 1 - ], - [ - "about", - 1 - ], - [ - "time", - 1 - ], - [ - "There", - 1 - ], - [ - "a", - 1 - ], - [ - "World", - 1 - ], - [ - "War", - 1 - ], - [ - "3", - 1 - ], - [ - "goin'", - 1 - ], - [ - "outside", - 1 - ], - [ - "right", - 1 - ], - [ - "now", - 1 - ], - [ - "Don't", - 1 - ], - [ - "wanna", - 1 - ], - [ - "sleep", - 1 - ], - [ - "'cause", - 1 - ], - [ - "dreaming", - 1 - ], - [ - "loud", - 1 - ], - [ - "Trying", - 1 - ], - [ - "behave", - 1 - ], - [ - "but", - 1 - ], - [ - "that", - 1 - ], - [ - "never", - 1 - ], - [ - "learned,", - 1 - ], - [ - "I'll", - 1 - ], - [ - "say", - 1 - ] - ], - [ - [ - "feel", - 10 - ], - [ - "I'll", - 10 - ], - [ - "be", - 8 - ], - [ - "I", - 7 - ], - [ - "like", - 7 - ], - [ - "you're", - 6 - ], - [ - "a", - 5 - ], - [ - "it", - 5 - ], - [ - "was", - 5 - ], - [ - "in", - 5 - ], - [ - "the", - 5 - ], - [ - "we", - 5 - ], - [ - "to", - 5 - ], - [ - "your", - 5 - ], - [ - "you", - 4 - ], - [ - "make", - 4 - ], - [ - "this", - 4 - ], - [ - "home", - 4 - ], - [ - "So", - 3 - ], - [ - "But", - 3 - ], - [ - "Baby", - 3 - ], - [ - "could", - 3 - ], - [ - "And", - 3 - ], - [ - "alright", - 3 - ], - [ - "Calling", - 3 - ], - [ - "out", - 3 - ], - [ - "for", - 3 - ], - [ - "somebody", - 3 - ], - [ - "hold", - 3 - ], - [ - "tonight", - 3 - ], - [ - "When", - 3 - ], - [ - "lost,", - 3 - ], - [ - "find", - 3 - ], - [ - "way", - 3 - ], - [ - "light", - 3 - ], - [ - "You'll", - 3 - ], - [ - "never", - 3 - ], - [ - "alone", - 3 - ], - [ - "little", - 2 - ], - [ - "of", - 2 - ], - [ - "myself", - 2 - ], - [ - "and", - 2 - ], - [ - "her", - 2 - ], - [ - "eyes", - 2 - ], - [ - "stumbling", - 2 - ], - [ - "Looking", - 2 - ], - [ - "dark", - 2 - ], - [ - "With", - 2 - ], - [ - "an", - 2 - ], - [ - "empty", - 2 - ], - [ - "heart", - 2 - ], - [ - "say", - 2 - ], - [ - "same", - 2 - ], - [ - "Could", - 2 - ], - [ - "ever", - 2 - ], - [ - "enough?", - 2 - ], - [ - "enough!", - 2 - ], - [ - "it's", - 2 - ], - [ - "see", - 2 - ], - [ - "Make", - 1 - ], - [ - "conversation", - 1 - ], - [ - "long", - 1 - ], - [ - "I've", - 1 - ], - [ - "been", - 1 - ], - [ - "waiting", - 1 - ], - [ - "To", - 1 - ], - [ - "let", - 1 - ], - [ - "go", - 1 - ], - [ - "alive", - 1 - ], - [ - "many", - 1 - ], - [ - "nights", - 1 - ], - [ - "thought", - 1 - ], - [ - "over", - 1 - ], - [ - "Told", - 1 - ], - [ - "kind", - 1 - ], - [ - "liked", - 1 - ], - [ - "there", - 1 - ], - [ - "something", - 1 - ], - [ - "missing", - 1 - ], - [ - "hot", - 1 - ], - [ - "that", - 1 - ], - [ - "couldn't", - 1 - ], - [ - "take", - 1 - ], - [ - "Want", - 1 - ], - [ - "wake", - 1 - ], - [ - "up", - 1 - ], - [ - "face", - 1 - ], - [ - "remember", - 1 - ], - [ - "how", - 1 - ], - [ - "good", - 1 - ], - [ - "being", - 1 - ], - [ - "here", - 1 - ], - [ - "last", - 1 - ], - [ - "night", - 1 - ], - [ - "Still", - 1 - ], - [ - "high", - 1 - ], - [ - "with", - 1 - ], - [ - "feeling", - 1 - ], - [ - "smile", - 1 - ], - [ - "as", - 1 - ], - [ - "starts", - 1 - ], - [ - "creep", - 1 - ], - [ - "It", - 1 - ], - [ - "there,", - 1 - ], - [ - "saw", - 1 - ], - [ - "enough", - 1 - ], - [ - "It's", - 1 - ] - ], - [ - [ - "of", - 10 - ], - [ - "it", - 9 - ], - [ - "you", - 9 - ], - [ - "that", - 8 - ], - [ - "she", - 6 - ], - [ - "never", - 6 - ], - [ - "ever", - 6 - ], - [ - "the", - 6 - ], - [ - "night", - 6 - ], - [ - "changes", - 6 - ], - [ - "when", - 6 - ], - [ - "fast", - 5 - ], - [ - "is", - 5 - ], - [ - "baby", - 5 - ], - [ - "It", - 5 - ], - [ - "will", - 5 - ], - [ - "doesn't", - 4 - ], - [ - "Everything", - 4 - ], - [ - "her", - 4 - ], - [ - "up", - 4 - ], - [ - "to", - 4 - ], - [ - "and", - 4 - ], - [ - "something", - 3 - ], - [ - "She's", - 3 - ], - [ - "We're", - 3 - ], - [ - "only", - 3 - ], - [ - "getting", - 3 - ], - [ - "older,", - 3 - ], - [ - "And", - 3 - ], - [ - "I", - 3 - ], - [ - "been", - 3 - ], - [ - "thinking", - 3 - ], - [ - "about", - 3 - ], - [ - "lately", - 3 - ], - [ - "Does", - 3 - ], - [ - "drive", - 3 - ], - [ - "crazy", - 3 - ], - [ - "Just", - 3 - ], - [ - "how", - 3 - ], - [ - "you've", - 3 - ], - [ - "dreamed", - 3 - ], - [ - "Disappearing", - 3 - ], - [ - "wake", - 3 - ], - [ - "But", - 3 - ], - [ - "there's", - 3 - ], - [ - "nothing", - 3 - ], - [ - "be", - 3 - ], - [ - "afraid", - 3 - ], - [ - "Even", - 3 - ], - [ - "change", - 3 - ], - [ - "Me", - 3 - ], - [ - "Going", - 2 - ], - [ - "out", - 2 - ], - [ - "tonight", - 2 - ], - [ - "Changes", - 2 - ], - [ - "into", - 2 - ], - [ - "red", - 2 - ], - [ - "Her", - 2 - ], - [ - "mother", - 2 - ], - [ - "like", - 2 - ], - [ - "kind", - 2 - ], - [ - "dress", - 2 - ], - [ - "too", - 2 - ], - [ - "Moon", - 2 - ], - [ - "Having", - 2 - ], - [ - "no", - 2 - ], - [ - "regrets", - 2 - ], - [ - "all", - 2 - ], - [ - "really", - 2 - ], - [ - "wants", - 2 - ], - [ - "a", - 2 - ], - [ - "change,", - 2 - ], - [ - "had", - 1 - ], - [ - "showing", - 1 - ], - [ - "off", - 1 - ], - [ - "Driving", - 1 - ], - [ - "breaking", - 1 - ], - [ - "through", - 1 - ], - [ - "hair", - 1 - ], - [ - "heading", - 1 - ], - [ - "for", - 1 - ], - [ - "won't", - 1 - ], - [ - "forget", - 1 - ], - [ - "Chasing", - 1 - ], - [ - "tonight,", - 1 - ], - [ - "doubts", - 1 - ], - [ - "are", - 1 - ], - [ - "running", - 1 - ], - [ - "'round", - 1 - ], - [ - "head", - 1 - ], - [ - "He's", - 1 - ], - [ - "waiting,", - 1 - ], - [ - "hides", - 1 - ], - [ - "behind", - 1 - ], - [ - "cigarette", - 1 - ], - [ - "Heart", - 1 - ], - [ - "beating", - 1 - ], - [ - "loud,", - 1 - ], - [ - "want", - 1 - ], - [ - "stop", - 1 - ], - [ - "Moving", - 1 - ], - [ - "lighting", - 1 - ], - [ - "skin", - 1 - ], - [ - "falling,", - 1 - ], - [ - "even", - 1 - ], - [ - "know", - 1 - ], - [ - "yet", - 1 - ], - [ - "Reminds", - 1 - ], - [ - "missing", - 1 - ], - [ - "piece", - 1 - ], - [ - "innocence", - 1 - ], - [ - "lost", - 1 - ] - ] - ] - } -] \ No newline at end of file diff --git a/src/musicbrainzapi/cli/test.json b/src/musicbrainzapi/cli/test.json deleted file mode 100644 index e51c796..0000000 --- a/src/musicbrainzapi/cli/test.json +++ /dev/null @@ -1,4025 +0,0 @@ -{ - "release-count": 19, - "release-list": [ - { - "asin": "B0024DIZDK", - "barcode": "7070637505165", - "country": "NO", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2008-09-29", - "id": "f4e34594-b238-423f-9745-a91767ef51b9", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "66a4fbde-fb08-3315-b991-afabb9f1c139", - "length": "63973", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "63973" - }, - { - "id": "46d5f262-8c06-3832-891d-ed3b1b8364b9", - "length": "207960", - "number": "2", - "position": "2", - "recording": { - "id": "fc86836e-7163-488f-866a-110aeab40626", - "length": "207960", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "207960" - }, - { - "id": "1a6614d2-d530-3810-a115-3a26cf9e6b69", - "length": "233066", - "number": "3", - "position": "3", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "233066" - }, - { - "id": "56c4e181-38bc-3dfa-95b6-3f17f24f53bc", - "length": "227093", - "number": "4", - "position": "4", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "227093" - }, - { - "id": "85b971c0-0b26-3435-9c42-31c8066347cd", - "length": "272373", - "number": "5", - "position": "5", - "recording": { - "id": "cf1cf3a4-1fd7-4c0c-b182-d64b7f388472", - "length": "272373", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "272373" - }, - { - "id": "116a8206-318d-3b1f-a2fd-7af8ac5a4a17", - "length": "140520", - "number": "6", - "position": "6", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "140520" - }, - { - "id": "c52dbbcc-1014-3f7c-be49-206b7b4e7bb7", - "length": "164053", - "number": "7", - "position": "7", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "164053" - }, - { - "id": "46bae977-90e0-3d53-9256-5fb56811a071", - "length": "242706", - "number": "8", - "position": "8", - "recording": { - "id": "7e6c65d0-4293-487f-8c12-78a923332259", - "length": "239000", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "242706" - }, - { - "id": "d18f2e44-f80d-3a97-b77a-5cac558ac712", - "length": "227080", - "number": "9", - "position": "9", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "track_or_recording_length": "227080" - }, - { - "id": "1215bda8-0dc9-332b-b25d-37400962f778", - "length": "147360", - "number": "10", - "position": "10", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "147360" - }, - { - "id": "45a21c6b-cbc1-3d9c-b18b-4b9893cd2107", - "length": "338413", - "number": "11", - "position": "11", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "338413" - }, - { - "id": "081db179-9e65-3313-a5fc-d9d111c7c993", - "length": "167120", - "number": "12", - "position": "12", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "167120" - } - ] - } - ], - "packaging": "Digipak", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "6743d351-6f37-3049-9724-5041161fff4d", - "iso-3166-1-code-list": [ - "NO" - ], - "name": "Norway", - "sort-name": "Norway" - }, - "date": "2008-09-29" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "barcode": "7070637505233", - "country": "NO", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2009-06-15", - "id": "e30296b2-8575-4b0d-b8be-62f3da1b01ef", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 13, - "track-list": [ - { - "id": "340af03d-051a-3438-aad4-8a5d0e59dd8c", - "length": "63973", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "63973" - }, - { - "id": "c1173acb-33c4-3e5e-a60f-72e2da4694fe", - "length": "178013", - "number": "2", - "position": "2", - "recording": { - "id": "90fd4365-6cea-45dc-9fae-fc954b3c7c4f", - "length": "178000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "178013" - }, - { - "id": "5879f168-182e-31e6-aaca-2c9dd49fb73d", - "length": "270480", - "number": "3", - "position": "3", - "recording": { - "id": "36d664c6-b38d-4b6f-a4e7-34361edac67f", - "length": "270480", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "270480" - }, - { - "id": "d6d96f8a-fc25-362d-9a2a-348719977f81", - "length": "232040", - "number": "4", - "position": "4", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "232040" - }, - { - "id": "0b43ff46-4008-359e-b3d8-e9825afe9235", - "length": "229906", - "number": "5", - "position": "5", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "229906" - }, - { - "id": "3a38c972-f38c-3ead-93bc-8c3c8dcb3444", - "length": "261426", - "number": "6", - "position": "6", - "recording": { - "id": "84d3b699-e317-4a45-b4bb-dfa2a513acee", - "length": "261426", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "261426" - }, - { - "id": "e25a3f61-fe2f-3fc2-8bda-3a21fa769fad", - "length": "140520", - "number": "7", - "position": "7", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "140520" - }, - { - "id": "a1049d29-c1af-3d1e-a989-5dd249a5d03b", - "length": "164960", - "number": "8", - "position": "8", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "164960" - }, - { - "id": "3fbbe3c4-42fc-3254-8a20-5801778cb1bc", - "length": "256880", - "number": "9", - "position": "9", - "recording": { - "id": "33ec2d59-1517-4eab-ace8-a1193507d3fd", - "length": "256880", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "256880" - }, - { - "id": "ab4fdeb2-ae35-3510-ac3b-3de58f5988ae", - "length": "226893", - "number": "10", - "position": "10", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "title": "Play My Darling Play", - "track_or_recording_length": "226893" - }, - { - "id": "3ea4c59e-896e-3165-8a7a-ac042eaa6523", - "length": "147360", - "number": "11", - "position": "11", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "147360" - }, - { - "id": "4154c6b5-d0bc-3a4b-8a86-e41f5c003442", - "length": "338413", - "number": "12", - "position": "12", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "338413" - }, - { - "id": "08a3cc59-766b-3a5f-8ad2-440e17130d88", - "length": "167160", - "number": "13", - "position": "13", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "167160" - } - ] - } - ], - "quality": "high", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "6743d351-6f37-3049-9724-5041161fff4d", - "iso-3166-1-code-list": [ - "NO" - ], - "name": "Norway", - "sort-name": "Norway" - }, - "date": "2009-06-15" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "asin": "B0048800ZU", - "barcode": "", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2009-08-25", - "id": "db386d97-5b92-46d5-90e7-24ef3d2e0403", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "91be48e2-f177-3d3b-91bf-d2fa4553ce2a", - "length": "64000", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "64000" - }, - { - "id": "fdb6f414-220a-3f9d-8ef2-1636ae0424e4", - "length": "178000", - "number": "2", - "position": "2", - "recording": { - "id": "90fd4365-6cea-45dc-9fae-fc954b3c7c4f", - "length": "178000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "178000" - }, - { - "id": "1d2b0bd9-f3a6-3f81-8884-cd6c6dd750d7", - "length": "262000", - "number": "3", - "position": "3", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "262000" - }, - { - "id": "745c892e-1217-3665-85e8-9a7825c2b33d", - "length": "230000", - "number": "4", - "position": "4", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "230000" - }, - { - "id": "42f39fde-42d9-39e2-9917-dc669d1a5e5a", - "length": "253000", - "number": "5", - "position": "5", - "recording": { - "id": "33ec2d59-1517-4eab-ace8-a1193507d3fd", - "length": "256880", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "253000" - }, - { - "id": "183efd42-44b2-3b51-9cf0-55f7de41b3b9", - "length": "162000", - "number": "6", - "position": "6", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "162000" - }, - { - "id": "6732160d-25b1-3f67-a29f-3942fa5394e0", - "length": "161000", - "number": "7", - "position": "7", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "161000" - }, - { - "id": "ed065646-9261-3a19-8d84-62f97ee24815", - "length": "239000", - "number": "8", - "position": "8", - "recording": { - "id": "7e6c65d0-4293-487f-8c12-78a923332259", - "length": "239000", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "239000" - }, - { - "id": "9ad456bf-b1be-30fd-92c7-9fc9670243c5", - "length": "226000", - "number": "9", - "position": "9", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "track_or_recording_length": "226000" - }, - { - "id": "b97579fb-a5a9-3dc0-a455-7b39ea11ef2b", - "length": "142000", - "number": "10", - "position": "10", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "142000" - }, - { - "id": "5611cc7f-887a-3814-b797-92b824276dee", - "length": "247000", - "number": "11", - "position": "11", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "247000" - }, - { - "id": "c9e71925-1fde-3ac1-b23f-5c1d711467e5", - "length": "263000", - "number": "12", - "position": "12", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "263000" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2009-08-25" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "asin": "B003616M20", - "barcode": "5037703088726", - "country": "DE", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2010-02-26", - "id": "afc15893-b497-3699-ba59-f82b22b9251f", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 13, - "track-list": [ - { - "id": "06b3937f-3aec-3c8e-9e81-218a18652c1a", - "length": "63973", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "63973" - }, - { - "id": "4c098c69-287c-30ff-bcb8-3350aaabeb4b", - "length": "178013", - "number": "2", - "position": "2", - "recording": { - "id": "90fd4365-6cea-45dc-9fae-fc954b3c7c4f", - "length": "178000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "178013" - }, - { - "id": "6258e1b6-0c84-3b97-b4a0-5e9ee31f9df9", - "length": "270480", - "number": "3", - "position": "3", - "recording": { - "id": "36d664c6-b38d-4b6f-a4e7-34361edac67f", - "length": "270480", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "270480" - }, - { - "id": "d38c5484-d531-39f6-b6c5-2304ace6cfe9", - "length": "232040", - "number": "4", - "position": "4", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "232040" - }, - { - "id": "980c4513-058b-32ce-9c52-3563a886d605", - "length": "229906", - "number": "5", - "position": "5", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "229906" - }, - { - "id": "6a70d997-c6ca-33ca-8420-92bb3da0869b", - "length": "261426", - "number": "6", - "position": "6", - "recording": { - "id": "84d3b699-e317-4a45-b4bb-dfa2a513acee", - "length": "261426", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "261426" - }, - { - "id": "90312304-a8fc-3de4-8d6b-ea6402604bef", - "length": "140520", - "number": "7", - "position": "7", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "140520" - }, - { - "id": "1c23bbde-fb7e-341b-9e29-ce4f1de469d4", - "length": "164960", - "number": "8", - "position": "8", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "164960" - }, - { - "id": "67524f7e-1a47-398d-9732-849f3c45fb30", - "length": "256880", - "number": "9", - "position": "9", - "recording": { - "id": "33ec2d59-1517-4eab-ace8-a1193507d3fd", - "length": "256880", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "256880" - }, - { - "id": "0c9c888e-868c-3c81-8afa-2f02adc09d4e", - "length": "226893", - "number": "10", - "position": "10", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "title": "Play My Darling Play", - "track_or_recording_length": "226893" - }, - { - "id": "4d3b24a2-4e76-3abe-8e93-72787e80a6b2", - "length": "147360", - "number": "11", - "position": "11", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "147360" - }, - { - "id": "9038a6a1-e386-385a-bd3e-1f01e534aa24", - "length": "338413", - "number": "12", - "position": "12", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "338413" - }, - { - "id": "15f62e98-db26-3aa2-8d6e-17c20a0fe6fd", - "length": "167160", - "number": "13", - "position": "13", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "167160" - } - ] - } - ], - "packaging": "Digipak", - "quality": "high", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2010-02-26" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "asin": "B004879O1C", - "barcode": "", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2010-06-29", - "id": "05b77116-1bd6-4551-b0b8-39926c71ba4f", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 13, - "track-list": [ - { - "id": "b92c9a60-d9eb-37fc-9580-0a9486ec4503", - "length": "64000", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "64000" - }, - { - "id": "75dec98b-bb1b-301c-888f-bba0ccf4caf2", - "length": "178000", - "number": "2", - "position": "2", - "recording": { - "id": "90fd4365-6cea-45dc-9fae-fc954b3c7c4f", - "length": "178000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "178000" - }, - { - "id": "753817ef-2768-34a3-8eca-6668b04f5e6b", - "length": "239000", - "number": "3", - "position": "3", - "recording": { - "id": "36d664c6-b38d-4b6f-a4e7-34361edac67f", - "length": "270480", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "239000" - }, - { - "id": "eeebbdeb-7d68-38e3-aedd-ea30abb53175", - "length": "262000", - "number": "4", - "position": "4", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "262000" - }, - { - "id": "7ab9e558-7b5c-3240-b9ca-406fa84a565f", - "length": "230000", - "number": "5", - "position": "5", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "230000" - }, - { - "id": "5de32cb8-bf52-3d38-a6e5-f5a307bcb128", - "length": "239000", - "number": "6", - "position": "6", - "recording": { - "id": "84d3b699-e317-4a45-b4bb-dfa2a513acee", - "length": "261426", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "239000" - }, - { - "id": "c7e7a823-f9dd-345e-a187-035d128ae5ea", - "length": "162000", - "number": "7", - "position": "7", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "162000" - }, - { - "id": "6724cea1-0230-3b4d-98e6-b46cc5ae4586", - "length": "161000", - "number": "8", - "position": "8", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "161000" - }, - { - "id": "e2b6103b-bedb-3de8-a355-7bc3dbbdcd70", - "length": "253000", - "number": "9", - "position": "9", - "recording": { - "id": "33ec2d59-1517-4eab-ace8-a1193507d3fd", - "length": "256880", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "253000" - }, - { - "id": "e99140bf-6cb6-3ac8-ae8a-da69b45243bb", - "length": "226000", - "number": "10", - "position": "10", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "title": "Play My Darling Play", - "track_or_recording_length": "226000" - }, - { - "id": "f0fe8450-bf09-3376-8746-67499c71ed55", - "length": "142000", - "number": "11", - "position": "11", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "142000" - }, - { - "id": "8ca8c41f-c19b-3f13-87af-9010e6daeecd", - "length": "247000", - "number": "12", - "position": "12", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "247000" - }, - { - "id": "c6acfde9-de07-3f07-aebd-86806cc631f0", - "length": "263000", - "number": "13", - "position": "13", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "263000" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2010-06-29" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "asin": "B003H8WSLG", - "barcode": "067003088725", - "country": "DE", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2010-07-29", - "id": "ea3ce23d-f130-4ef6-9cd4-2a735143522e", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 13, - "track-list": [ - { - "id": "30375607-aeab-410f-ad86-8409f3a0b6fe", - "length": "63973", - "number": "1", - "position": "1", - "recording": { - "id": "1a3a7b53-8c10-4ce2-bb64-ed49f80d584d", - "length": "63973", - "title": "Overture" - }, - "track_or_recording_length": "63973" - }, - { - "id": "17b8612e-2cbb-4dfb-8dab-4f1676ad3872", - "length": "178013", - "number": "2", - "position": "2", - "recording": { - "id": "90fd4365-6cea-45dc-9fae-fc954b3c7c4f", - "length": "178000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "178013" - }, - { - "id": "905b4e54-7735-4b84-84d6-7bc33ad99e7b", - "length": "270480", - "number": "3", - "position": "3", - "recording": { - "id": "36d664c6-b38d-4b6f-a4e7-34361edac67f", - "length": "270480", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "270480" - }, - { - "id": "167c82a8-c40f-4efe-ac37-84350c01d9c6", - "length": "232040", - "number": "4", - "position": "4", - "recording": { - "id": "69ab624a-9704-42be-b061-176721d31543", - "length": "233066", - "title": "Tea With Cinnamon" - }, - "track_or_recording_length": "232040" - }, - { - "id": "8f7f9c06-e31e-4f26-bb97-f7bf2bc460dd", - "length": "229906", - "number": "5", - "position": "5", - "recording": { - "id": "9f3fdda5-ccd3-470c-81a0-26d687f35980", - "length": "229906", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "229906" - }, - { - "id": "b78b3b76-e7ad-4120-9090-0b2fae8d22c6", - "length": "261426", - "number": "6", - "position": "6", - "recording": { - "id": "84d3b699-e317-4a45-b4bb-dfa2a513acee", - "length": "261426", - "title": "Wading in Deeper" - }, - "track_or_recording_length": "261426" - }, - { - "id": "94f558a8-adb2-4320-8e52-148c4a7bbd9b", - "length": "140520", - "number": "7", - "position": "7", - "recording": { - "id": "e9369400-e872-4992-ae68-79c88b63f56e", - "length": "140520", - "title": "Le Pop" - }, - "track_or_recording_length": "140520" - }, - { - "id": "593453f1-4c06-4e48-8f01-983a91cbdee5", - "length": "164960", - "number": "8", - "position": "8", - "recording": { - "id": "1c6165be-fc0e-4ee3-a33b-709372c5e3fc", - "length": "164053", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "164960" - }, - { - "id": "11c528ad-7574-4d4b-813c-cfff3693500c", - "length": "256880", - "number": "9", - "position": "9", - "recording": { - "id": "33ec2d59-1517-4eab-ace8-a1193507d3fd", - "length": "256880", - "title": "Virginia Clemm" - }, - "track_or_recording_length": "256880" - }, - { - "id": "01576534-dd36-46fc-a2ca-4484279857a5", - "length": "226893", - "number": "10", - "position": "10", - "recording": { - "id": "7bc9d78e-e379-477b-bc7a-5d39a72e42c0", - "length": "226893", - "title": "Play My Darling, Play" - }, - "title": "Play My Darling Play", - "track_or_recording_length": "226893" - }, - { - "id": "32586c9e-c710-4328-b5dd-95884a23b767", - "length": "147360", - "number": "11", - "position": "11", - "recording": { - "id": "19304157-8fc5-4b5b-bd43-2aec930c93b1", - "length": "147360", - "title": "To the Sea" - }, - "track_or_recording_length": "147360" - }, - { - "id": "8c1dbad2-b3b5-4fd6-8539-be146ed7f48a", - "length": "338413", - "number": "12", - "position": "12", - "recording": { - "id": "b97d1c8e-05c7-4890-abf8-0b22548e6127", - "length": "338413", - "title": "Mother Superior" - }, - "track_or_recording_length": "338413" - }, - { - "id": "06d229e7-caa2-47c2-8c75-cb893efbcb71", - "length": "167160", - "number": "13", - "position": "13", - "recording": { - "id": "cce75e13-5028-4aa4-9329-c51fdeeeeba4", - "length": "167160", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "167160" - } - ] - } - ], - "packaging": "Jewel Case", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2010-07-29" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Le Pop" - }, - { - "asin": "B005I9ITG0", - "barcode": "", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2011-09-09", - "id": "acf5734d-ee32-4fdb-9e4c-4863c02b3977", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "96ad45c4-4c48-3d83-beb3-edef8845b1c5", - "length": "76000", - "number": "1", - "position": "1", - "recording": { - "id": "c67f8ca0-1225-4bb8-a056-380164373788", - "length": "77000", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "76000" - }, - { - "id": "476652ba-4ee9-3f46-8543-9f426686a64a", - "length": "230000", - "number": "2", - "position": "2", - "recording": { - "id": "536805bd-72f3-4052-948f-3069d422750e", - "length": "231000", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "230000" - }, - { - "id": "e5f3e133-9040-3c44-b51e-2a8b52613db3", - "length": "181000", - "number": "3", - "position": "3", - "recording": { - "id": "50324011-c4c1-4704-9818-53c72f016a70", - "length": "181000", - "title": "Cherry Pie" - }, - "track_or_recording_length": "181000" - }, - { - "id": "bb4f3e5e-8666-3d7a-b4a2-9d0ddd97ff73", - "length": "215000", - "number": "4", - "position": "4", - "recording": { - "id": "5192a14c-c93f-492f-a161-1098893a27ac", - "length": "219000", - "title": "Land of Confusion" - }, - "track_or_recording_length": "215000" - }, - { - "id": "16c7d2c9-9829-3d8c-a3ca-93a717d94e3b", - "length": "275000", - "number": "5", - "position": "5", - "recording": { - "id": "e246a13c-39a1-4474-b9dc-a9f121d43b31", - "length": "275000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "275000" - }, - { - "id": "fdc103bc-785a-312c-9ccc-bdcb53673205", - "length": "208000", - "number": "6", - "position": "6", - "recording": { - "id": "d221f03b-9328-4284-a601-f10728570b50", - "length": "209000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "208000" - }, - { - "id": "49866271-31e3-3a9d-82b8-9b7c50087109", - "length": "239000", - "number": "7", - "position": "7", - "recording": { - "id": "a0241742-00f9-4908-a3e7-66377cc05646", - "length": "240000", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "239000" - }, - { - "id": "25b10c65-e8c6-3a1c-a807-f3a3ac99923a", - "length": "252000", - "number": "8", - "position": "8", - "recording": { - "id": "8129b535-1f1b-43ca-9bb5-63b636ce756c", - "length": "252000", - "title": "Soviet Trumpeter" - }, - "track_or_recording_length": "252000" - }, - { - "id": "948b3d85-1015-392b-acf0-d715c47c7670", - "length": "161000", - "number": "9", - "position": "9", - "recording": { - "id": "b7432cb2-7673-4565-93e6-8dc5e133fc7d", - "length": "162000", - "title": "Loathsome M" - }, - "track_or_recording_length": "161000" - }, - { - "id": "3fd9e819-15fb-33d7-b318-9a46ce21079f", - "length": "186000", - "number": "10", - "position": "10", - "recording": { - "id": "c3501a71-ac2f-4f5f-893d-5ed1367ef302", - "length": "189000", - "title": "Shepherd\u2019s Song" - }, - "track_or_recording_length": "186000" - }, - { - "id": "117b69e7-5f5c-37f7-acd2-7b50b80a61a3", - "length": "164000", - "number": "11", - "position": "11", - "recording": { - "id": "73764120-fd32-4f20-a660-fd3d791466f7", - "length": "174000", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "164000" - }, - { - "id": "3e982021-7f6e-3842-a29e-5406cff45c5e", - "length": "246000", - "number": "12", - "position": "12", - "recording": { - "id": "213878e7-5c83-482e-9245-bd648c74462c", - "length": "246000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "246000" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2011-09-09" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go" - }, - { - "asin": "B005B6423E", - "barcode": "0602527735436", - "country": "DE", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2011-09-09", - "id": "c6382511-088c-49d8-b13f-d5bef2c38e96", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "fc256f6e-fc87-375c-9ff2-a0bd677eb7b9", - "length": "77000", - "number": "1", - "position": "1", - "recording": { - "id": "c67f8ca0-1225-4bb8-a056-380164373788", - "length": "77000", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "77000" - }, - { - "id": "e94649e0-1674-3e5b-b9a1-c82279d5f44f", - "length": "231000", - "number": "2", - "position": "2", - "recording": { - "id": "536805bd-72f3-4052-948f-3069d422750e", - "length": "231000", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "231000" - }, - { - "id": "a03a90e6-48f3-3d68-bc8d-2d2375179f80", - "length": "181000", - "number": "3", - "position": "3", - "recording": { - "id": "50324011-c4c1-4704-9818-53c72f016a70", - "length": "181000", - "title": "Cherry Pie" - }, - "track_or_recording_length": "181000" - }, - { - "id": "a0fd4bb7-a235-344f-a58f-34afb7989972", - "length": "219000", - "number": "4", - "position": "4", - "recording": { - "id": "5192a14c-c93f-492f-a161-1098893a27ac", - "length": "219000", - "title": "Land of Confusion" - }, - "track_or_recording_length": "219000" - }, - { - "id": "59f418ec-0b10-325a-8137-f8c9f82f7f40", - "length": "275000", - "number": "5", - "position": "5", - "recording": { - "id": "e246a13c-39a1-4474-b9dc-a9f121d43b31", - "length": "275000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "275000" - }, - { - "id": "068a0b97-7f9f-3fdf-9e4b-b2f95698719c", - "length": "209000", - "number": "6", - "position": "6", - "recording": { - "id": "d221f03b-9328-4284-a601-f10728570b50", - "length": "209000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "209000" - }, - { - "id": "0b7a8bd0-9bbc-30bd-a253-0a2f86889fe0", - "length": "240000", - "number": "7", - "position": "7", - "recording": { - "id": "a0241742-00f9-4908-a3e7-66377cc05646", - "length": "240000", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "240000" - }, - { - "id": "5043dbe8-4cfd-3b4d-8332-9237ac72b900", - "length": "252000", - "number": "8", - "position": "8", - "recording": { - "id": "8129b535-1f1b-43ca-9bb5-63b636ce756c", - "length": "252000", - "title": "Soviet Trumpeter" - }, - "track_or_recording_length": "252000" - }, - { - "id": "23d5180a-8208-3f36-bf9c-8dff5b5348f5", - "length": "162000", - "number": "9", - "position": "9", - "recording": { - "id": "b7432cb2-7673-4565-93e6-8dc5e133fc7d", - "length": "162000", - "title": "Loathsome M" - }, - "track_or_recording_length": "162000" - }, - { - "id": "1762832e-620d-3632-815d-d3f1ddec0f53", - "length": "189000", - "number": "10", - "position": "10", - "recording": { - "id": "c3501a71-ac2f-4f5f-893d-5ed1367ef302", - "length": "189000", - "title": "Shepherd\u2019s Song" - }, - "track_or_recording_length": "189000" - }, - { - "id": "8256012a-04d7-3285-9b49-17a7ed10bb5d", - "length": "174000", - "number": "11", - "position": "11", - "recording": { - "id": "73764120-fd32-4f20-a660-fd3d791466f7", - "length": "174000", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "174000" - }, - { - "id": "ef959a04-c945-3309-9488-0118e454c7d1", - "length": "246000", - "number": "12", - "position": "12", - "recording": { - "id": "213878e7-5c83-482e-9245-bd648c74462c", - "length": "246000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "246000" - } - ] - } - ], - "packaging": "Jewel Case", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2011-09-09" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go" - }, - { - "asin": "B005J6Q86K", - "barcode": "0602527832104", - "country": "DE", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2011-09-20", - "id": "c4caa2ce-36f8-442c-92aa-71b621cdac70", - "medium-count": 2, - "medium-list": [ - { - "format": "12\" Vinyl", - "position": "1", - "track-count": 6, - "track-list": [ - { - "id": "1aff5530-3f2c-34f2-b5fe-9e5d4930a962", - "length": "77000", - "number": "A1", - "position": "1", - "recording": { - "id": "c67f8ca0-1225-4bb8-a056-380164373788", - "length": "77000", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "77000" - }, - { - "id": "3dae806d-07b8-3449-989b-6565995ad012", - "length": "231000", - "number": "A2", - "position": "2", - "recording": { - "id": "536805bd-72f3-4052-948f-3069d422750e", - "length": "231000", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "231000" - }, - { - "id": "53ccb264-5330-3948-8090-c22177524afe", - "length": "181000", - "number": "A3", - "position": "3", - "recording": { - "id": "50324011-c4c1-4704-9818-53c72f016a70", - "length": "181000", - "title": "Cherry Pie" - }, - "track_or_recording_length": "181000" - }, - { - "id": "76bc8007-70c3-370a-be18-384fce2417dc", - "length": "219000", - "number": "B1", - "position": "4", - "recording": { - "id": "5192a14c-c93f-492f-a161-1098893a27ac", - "length": "219000", - "title": "Land of Confusion" - }, - "track_or_recording_length": "219000" - }, - { - "id": "2c9b464a-a526-32d4-a42d-9216b625421b", - "length": "275000", - "number": "B2", - "position": "5", - "recording": { - "id": "e246a13c-39a1-4474-b9dc-a9f121d43b31", - "length": "275000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "275000" - }, - { - "id": "1a4466da-575b-3378-99af-d561370296ff", - "length": "209000", - "number": "B3", - "position": "6", - "recording": { - "id": "d221f03b-9328-4284-a601-f10728570b50", - "length": "209000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "209000" - } - ] - }, - { - "format": "12\" Vinyl", - "position": "2", - "track-count": 6, - "track-list": [ - { - "id": "d51e3cb1-c546-3554-a45e-739e17716b3d", - "length": "240000", - "number": "C1", - "position": "1", - "recording": { - "id": "a0241742-00f9-4908-a3e7-66377cc05646", - "length": "240000", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "240000" - }, - { - "id": "e94a3102-7e8b-328e-9143-bdd1e5c85ea2", - "length": "252000", - "number": "C2", - "position": "2", - "recording": { - "id": "8129b535-1f1b-43ca-9bb5-63b636ce756c", - "length": "252000", - "title": "Soviet Trumpeter" - }, - "track_or_recording_length": "252000" - }, - { - "id": "f35335a6-51a3-3397-8528-342d33b2838d", - "length": "162000", - "number": "C3", - "position": "3", - "recording": { - "id": "b7432cb2-7673-4565-93e6-8dc5e133fc7d", - "length": "162000", - "title": "Loathsome M" - }, - "track_or_recording_length": "162000" - }, - { - "id": "e075fc2c-963f-3c2f-9d20-fc0c46259954", - "length": "189000", - "number": "D1", - "position": "4", - "recording": { - "id": "c3501a71-ac2f-4f5f-893d-5ed1367ef302", - "length": "189000", - "title": "Shepherd\u2019s Song" - }, - "track_or_recording_length": "189000" - }, - { - "id": "f1a82567-a89e-321d-a109-c52c021470f6", - "length": "174000", - "number": "D2", - "position": "5", - "recording": { - "id": "73764120-fd32-4f20-a660-fd3d791466f7", - "length": "174000", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "174000" - }, - { - "id": "2b480f0f-ec0d-3847-8a9a-f4d0accfdaaf", - "length": "246000", - "number": "D3", - "position": "6", - "recording": { - "id": "213878e7-5c83-482e-9245-bd648c74462c", - "length": "246000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "246000" - } - ] - } - ], - "packaging": "Cardboard/Paper Sleeve", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2011-09-20" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go" - }, - { - "barcode": "7070637505363", - "country": "NO", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2011-10-07", - "id": "b92ef907-7723-44d1-8bcf-0e95a003e08e", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "9b0b9a50-2eb8-3290-86c9-dd1f83f7a717", - "length": "77000", - "number": "1", - "position": "1", - "recording": { - "id": "c67f8ca0-1225-4bb8-a056-380164373788", - "length": "77000", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "77000" - }, - { - "id": "205e9c72-8233-3412-9909-ffbaa52717c2", - "length": "231000", - "number": "2", - "position": "2", - "recording": { - "id": "696a15b7-418d-4c87-8051-e277cb2b6eaa", - "length": "231000", - "title": "When the Laughter's Gone" - }, - "track_or_recording_length": "231000" - }, - { - "id": "403b757a-e014-3cb1-b0b2-14e7d35a95e2", - "length": "181000", - "number": "3", - "position": "3", - "recording": { - "id": "50324011-c4c1-4704-9818-53c72f016a70", - "length": "181000", - "title": "Cherry Pie" - }, - "track_or_recording_length": "181000" - }, - { - "id": "6da99baa-2e03-3f24-b5e9-a57528befb4b", - "length": "219000", - "number": "4", - "position": "4", - "recording": { - "id": "5192a14c-c93f-492f-a161-1098893a27ac", - "length": "219000", - "title": "Land of Confusion" - }, - "track_or_recording_length": "219000" - }, - { - "id": "209173f9-525c-3209-b73b-29d87c062241", - "length": "275000", - "number": "5", - "position": "5", - "recording": { - "id": "e246a13c-39a1-4474-b9dc-a9f121d43b31", - "length": "275000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "275000" - }, - { - "id": "73c7c48e-3630-39c7-b484-828adfa8bb60", - "length": "209000", - "number": "6", - "position": "6", - "recording": { - "id": "d221f03b-9328-4284-a601-f10728570b50", - "length": "209000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "209000" - }, - { - "id": "7a94eb4c-1d63-3221-893e-206dcdc7feba", - "length": "240000", - "number": "7", - "position": "7", - "recording": { - "id": "a0241742-00f9-4908-a3e7-66377cc05646", - "length": "240000", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "240000" - }, - { - "id": "e158dac2-e626-3129-9696-c8cb51f80514", - "length": "252000", - "number": "8", - "position": "8", - "recording": { - "id": "8129b535-1f1b-43ca-9bb5-63b636ce756c", - "length": "252000", - "title": "Soviet Trumpeter" - }, - "track_or_recording_length": "252000" - }, - { - "id": "4f79b98f-5309-31d8-9ddf-742c24774c82", - "length": "162000", - "number": "9", - "position": "9", - "recording": { - "id": "b7432cb2-7673-4565-93e6-8dc5e133fc7d", - "length": "162000", - "title": "Loathsome M" - }, - "track_or_recording_length": "162000" - }, - { - "id": "116482b0-6e71-32de-945b-e55439d88484", - "length": "189000", - "number": "10", - "position": "10", - "recording": { - "id": "c3501a71-ac2f-4f5f-893d-5ed1367ef302", - "length": "189000", - "title": "Shepherd\u2019s Song" - }, - "track_or_recording_length": "189000" - }, - { - "id": "47788961-2a2b-318a-acbb-381fef5fe320", - "length": "174000", - "number": "11", - "position": "11", - "recording": { - "id": "73764120-fd32-4f20-a660-fd3d791466f7", - "length": "174000", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "174000" - }, - { - "id": "bb0fba23-902a-393d-8e4e-e7c39faa6376", - "length": "246000", - "number": "12", - "position": "12", - "recording": { - "id": "213878e7-5c83-482e-9245-bd648c74462c", - "length": "246000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "246000" - } - ] - } - ], - "packaging": "Digipak", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "6743d351-6f37-3049-9724-5041161fff4d", - "iso-3166-1-code-list": [ - "NO" - ], - "name": "Norway", - "sort-name": "Norway" - }, - "date": "2011-10-07" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go" - }, - { - "asin": "B007RMRI86", - "barcode": "7070637505417", - "country": "GB", - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2012-05-07", - "id": "1cd96656-6661-42e6-9b75-6f9c71aa40a6", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 12, - "track-list": [ - { - "id": "2de0b8f7-d62f-39d1-a32b-87f288ab6d1e", - "length": "77000", - "number": "1", - "position": "1", - "recording": { - "id": "c67f8ca0-1225-4bb8-a056-380164373788", - "length": "77000", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "77000" - }, - { - "id": "d5070455-d3d8-3fd8-8138-0234ba418c0e", - "length": "231000", - "number": "2", - "position": "2", - "recording": { - "id": "536805bd-72f3-4052-948f-3069d422750e", - "length": "231000", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "231000" - }, - { - "id": "76c2ebc4-688d-31f3-9656-882d83b5cbe2", - "length": "181000", - "number": "3", - "position": "3", - "recording": { - "id": "50324011-c4c1-4704-9818-53c72f016a70", - "length": "181000", - "title": "Cherry Pie" - }, - "track_or_recording_length": "181000" - }, - { - "id": "87798b9f-a1fb-33c5-948b-43a3a3f00d03", - "length": "219000", - "number": "4", - "position": "4", - "recording": { - "id": "5192a14c-c93f-492f-a161-1098893a27ac", - "length": "219000", - "title": "Land of Confusion" - }, - "track_or_recording_length": "219000" - }, - { - "id": "7204952e-5ef2-3ca8-adf8-e002c7e273e8", - "length": "275000", - "number": "5", - "position": "5", - "recording": { - "id": "e246a13c-39a1-4474-b9dc-a9f121d43b31", - "length": "275000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "275000" - }, - { - "id": "263b1e1b-0ce5-35b9-a010-4bf941735c66", - "length": "209000", - "number": "6", - "position": "6", - "recording": { - "id": "d221f03b-9328-4284-a601-f10728570b50", - "length": "209000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "209000" - }, - { - "id": "bef9fae5-22bf-36ff-a7fb-abdfd68580a2", - "length": "240000", - "number": "7", - "position": "7", - "recording": { - "id": "a0241742-00f9-4908-a3e7-66377cc05646", - "length": "240000", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "240000" - }, - { - "id": "17681394-5e71-3cdd-bccc-2761c287e2ea", - "length": "252000", - "number": "8", - "position": "8", - "recording": { - "id": "8129b535-1f1b-43ca-9bb5-63b636ce756c", - "length": "252000", - "title": "Soviet Trumpeter" - }, - "track_or_recording_length": "252000" - }, - { - "id": "7fc0950d-6ef0-396a-b62d-4ea4fa3c5ebe", - "length": "162000", - "number": "9", - "position": "9", - "recording": { - "id": "b7432cb2-7673-4565-93e6-8dc5e133fc7d", - "length": "162000", - "title": "Loathsome M" - }, - "track_or_recording_length": "162000" - }, - { - "id": "5b16fc6b-278a-3315-ba14-4eae457ee972", - "length": "189000", - "number": "10", - "position": "10", - "recording": { - "id": "c3501a71-ac2f-4f5f-893d-5ed1367ef302", - "length": "189000", - "title": "Shepherd\u2019s Song" - }, - "track_or_recording_length": "189000" - }, - { - "id": "fb382564-697c-341f-852b-0ca4f93d48da", - "length": "174000", - "number": "11", - "position": "11", - "recording": { - "id": "73764120-fd32-4f20-a660-fd3d791466f7", - "length": "174000", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "174000" - }, - { - "id": "97513157-bad2-365a-a140-38982f222e88", - "length": "246000", - "number": "12", - "position": "12", - "recording": { - "id": "213878e7-5c83-482e-9245-bd648c74462c", - "length": "246000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "246000" - } - ] - } - ], - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "iso-3166-1-code-list": [ - "GB" - ], - "name": "United Kingdom", - "sort-name": "United Kingdom" - }, - "date": "2012-05-07" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go" - }, - { - "asin": "B007VA9M6A", - "barcode": "0602537034291", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "true", - "count": "6", - "front": "true" - }, - "date": "2012-05-25", - "id": "8446ddc0-c876-4dc3-96e3-bd0727be6b1c", - "medium-count": 2, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 19, - "track-list": [ - { - "id": "c8557ad0-4e6c-37ad-8026-40feb842d4e6", - "length": "92586", - "number": "1", - "position": "1", - "recording": { - "id": "5c8f2559-2509-44fb-a235-4a685a8c0970", - "length": "92586", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "92586" - }, - { - "id": "6ec3818f-95a1-317e-a6f1-39092d9ebc93", - "length": "180333", - "number": "2", - "position": "2", - "recording": { - "id": "232b3cf8-335b-45e2-bd0e-a9112defda91", - "length": "180333", - "title": "Ouch!" - }, - "track_or_recording_length": "180333" - }, - { - "id": "9774b5ff-d8e4-333b-b82f-8d6a34c6ffbd", - "length": "309973", - "number": "3", - "position": "3", - "recording": { - "id": "f8f0e0b9-953c-4cc8-8006-39f1d6f9b762", - "length": "309973", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "309973" - }, - { - "id": "5f841ad8-c9cc-3aaa-8af6-f97db9e01270", - "length": "256453", - "number": "4", - "position": "4", - "recording": { - "id": "9ca84ffb-bbcb-4ab1-a3c3-054ca81283be", - "length": "256453", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "256453" - }, - { - "id": "bffa4006-e1cd-3edb-b5bc-9a9938f5d04c", - "length": "213280", - "number": "5", - "position": "5", - "recording": { - "id": "21336b48-5969-46dc-ac07-a6d845f0abaa", - "length": "213280", - "title": "To the Sea" - }, - "track_or_recording_length": "213280" - }, - { - "id": "dd9adf30-e964-3b24-9b00-3dd06453b1fe", - "length": "243306", - "number": "6", - "position": "6", - "recording": { - "id": "66bf03e5-4ab4-4b42-893b-bdf6bbee896e", - "length": "243306", - "title": "Rock\u2010Paper\u2010Scissors" - }, - "track_or_recording_length": "243306" - }, - { - "id": "e318b743-d164-3073-9679-42c21b896213", - "length": "310613", - "number": "7", - "position": "7", - "recording": { - "id": "daa70f46-beac-4382-9edf-3ba703be45cc", - "length": "310613", - "title": "Lady Marlene" - }, - "track_or_recording_length": "310613" - }, - { - "id": "f62a48f6-b1f1-3b2c-881c-6d74d63d6055", - "length": "190893", - "number": "8", - "position": "8", - "recording": { - "id": "abf4079f-9586-43c1-b116-0c626a03661d", - "length": "190893", - "title": "Cherry Pie" - }, - "track_or_recording_length": "190893" - }, - { - "id": "e50cec75-d41c-3fc8-b61a-57be437a06e2", - "length": "312813", - "number": "9", - "position": "9", - "recording": { - "id": "aa1726d3-6141-42fc-8407-771c3c686fe7", - "length": "312813", - "title": "Mother Superior" - }, - "track_or_recording_length": "312813" - }, - { - "id": "f1db81a9-6581-341d-bb38-d63adf95beeb", - "length": "332333", - "number": "10", - "position": "10", - "recording": { - "id": "a95ed652-37f2-48af-b796-b5fecf391c0a", - "length": "332333", - "title": "Land of Confusion" - }, - "track_or_recording_length": "332333" - }, - { - "id": "bf951947-2f74-3d3f-9f44-a39d7915b77d", - "length": "158773", - "number": "11", - "position": "11", - "recording": { - "id": "66e3216b-efc9-460a-98e0-fe20e72e541e", - "length": "158773", - "title": "Loathsome M" - }, - "track_or_recording_length": "158773" - }, - { - "id": "87bd9640-5e3f-35a1-9b9d-d07e6bede119", - "length": "258120", - "number": "12", - "position": "12", - "recording": { - "id": "a18626ec-259e-4cb8-b6dd-d2ce69189632", - "length": "258120", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "258120" - }, - { - "id": "65096304-bd14-3ad8-9e81-dd9fdf1b4e3d", - "length": "290466", - "number": "13", - "position": "13", - "recording": { - "id": "b8e12ad5-3b66-4ba9-acb9-5f998fc5080f", - "length": "290466", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "290466" - }, - { - "id": "0a2aa7e5-51d4-32dc-b252-681010c7aae8", - "length": "318400", - "number": "14", - "position": "14", - "recording": { - "id": "3cc0d4cb-28af-49a0-8fcd-516b395ba269", - "length": "318400", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "318400" - }, - { - "id": "44ae3437-e4b9-337e-8e65-44e3aa5bb96a", - "length": "136493", - "number": "15", - "position": "15", - "recording": { - "id": "716942b1-e62f-4eb0-afbd-3a36514c3061", - "length": "136493", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "136493" - }, - { - "id": "c1ec10e4-6375-3d76-9812-dcc3c5471e45", - "length": "197453", - "number": "16", - "position": "16", - "recording": { - "id": "0bb35b6f-67ad-4989-82c5-ba9c04197c39", - "length": "197453", - "title": "Le Pop" - }, - "track_or_recording_length": "197453" - }, - { - "id": "de4da2ad-1bb4-34df-b9f4-70550f12f2a6", - "length": "293426", - "number": "17", - "position": "17", - "recording": { - "id": "29ef6be9-bf92-45fc-bd36-677589321285", - "length": "293426", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "293426" - }, - { - "id": "16522588-3256-359e-aec2-4908d9aa0e46", - "length": "361586", - "number": "18", - "position": "18", - "recording": { - "id": "933683c6-c450-4d87-b507-512f2e387e5d", - "length": "361586", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "361586" - }, - { - "id": "46a60c33-70e3-3d18-aaf3-7d5bf89e37ac", - "length": "398533", - "number": "19", - "position": "19", - "recording": { - "id": "45bdab2e-1056-4fcf-9398-b6b632cb14e4", - "length": "398533", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "398533" - } - ] - }, - { - "format": "DVD-Video", - "position": "2", - "track-count": 19, - "track-list": [ - { - "id": "b9dd60e5-9ba6-3ea8-94a9-6b05913872dd", - "length": "107000", - "number": "1", - "position": "1", - "recording": { - "id": "fffe5d50-b1fa-47a1-828f-55d4955fea01", - "length": "107000", - "title": "A Kiss Before You Go", - "video": "true" - }, - "track_or_recording_length": "107000" - }, - { - "id": "e48d4bfd-fdcb-3286-8156-107b8f2a006c", - "length": "189000", - "number": "2", - "position": "2", - "recording": { - "id": "574b27d1-044b-4626-b148-6590ca46acd5", - "length": "189000", - "title": "Ouch!", - "video": "true" - }, - "track_or_recording_length": "189000" - }, - { - "id": "ba425050-9526-3937-9828-3748bbf4b53c", - "length": "326000", - "number": "3", - "position": "3", - "recording": { - "id": "ca759b77-a422-4cd9-be22-abcaf142f672", - "length": "326000", - "title": "Demon Kitty Rag", - "video": "true" - }, - "track_or_recording_length": "326000" - }, - { - "id": "aec12248-3cfc-3950-9039-c8a58825a462", - "length": "285000", - "number": "4", - "position": "4", - "recording": { - "id": "41801d0a-677e-4456-8c11-5a9be9b2eb26", - "length": "285000", - "title": "I Will Dance (When I Walk Away)", - "video": "true" - }, - "track_or_recording_length": "285000" - }, - { - "id": "048d06b6-84a5-35f3-95f3-b76bfb011c9a", - "length": "214000", - "number": "5", - "position": "5", - "recording": { - "id": "6b6de350-9420-4295-9ba5-fd3933ca37e5", - "length": "214000", - "title": "To the Sea", - "video": "true" - }, - "track_or_recording_length": "214000" - }, - { - "id": "64a6916d-cc02-3898-afeb-07b97ecf75ff", - "length": "246000", - "number": "6", - "position": "6", - "recording": { - "id": "aaefad8c-6a65-4edc-9d84-84914858ad77", - "length": "246000", - "title": "Rock\u2010Paper\u2010Scissors", - "video": "true" - }, - "track_or_recording_length": "246000" - }, - { - "id": "72ace4aa-5723-31fc-9329-0c3d9e01b6a5", - "length": "330000", - "number": "7", - "position": "7", - "recording": { - "id": "5dd85f48-d46a-44db-8822-05cb171dfb48", - "length": "330000", - "title": "Lady Marlene", - "video": "true" - }, - "track_or_recording_length": "330000" - }, - { - "id": "44596c81-cbad-344f-a0eb-6e69b3093822", - "length": "209000", - "number": "8", - "position": "8", - "recording": { - "id": "95aedc43-2316-4666-8000-db5532d69b28", - "length": "209000", - "title": "Cherry Pie", - "video": "true" - }, - "track_or_recording_length": "209000" - }, - { - "id": "979ae487-a2b2-31e3-b75a-4cba886d79c1", - "length": "355000", - "number": "9", - "position": "9", - "recording": { - "id": "750ea02a-9a3f-4711-bc49-3b83231c4406", - "length": "355000", - "title": "Mother Superior", - "video": "true" - }, - "track_or_recording_length": "355000" - }, - { - "id": "0d9ff342-d882-3250-a4ad-6036ab08f6cc", - "length": "346000", - "number": "10", - "position": "10", - "recording": { - "id": "1bbbef24-f028-4146-9fc3-0cd5179f6bcb", - "length": "346000", - "title": "Land of Confusion", - "video": "true" - }, - "track_or_recording_length": "346000" - }, - { - "id": "6159ed5d-3eb9-3417-a6d0-2a2c01b8920d", - "length": "166000", - "number": "11", - "position": "11", - "recording": { - "id": "86714e82-a4d0-4efd-96b5-86645afee74a", - "length": "166000", - "title": "Loathsome M", - "video": "true" - }, - "track_or_recording_length": "166000" - }, - { - "id": "dd60aa6a-e74e-3df3-a852-1ee6125c8563", - "length": "264000", - "number": "12", - "position": "12", - "recording": { - "id": "3fa9511a-964e-4ed5-baf4-4fdbef8b25f3", - "length": "264000", - "title": "Cocktails and Ruby Slippers", - "video": "true" - }, - "track_or_recording_length": "264000" - }, - { - "id": "ee3e1d00-8c33-3fcf-9226-5db537de5948", - "length": "298000", - "number": "13", - "position": "13", - "recording": { - "id": "365f0753-9b44-48ca-9855-797c834391c3", - "length": "298000", - "title": "A Bar in Amsterdam", - "video": "true" - }, - "track_or_recording_length": "298000" - }, - { - "id": "40c1f8d4-fa20-3720-beb0-9719ccd13f7c", - "length": "327000", - "number": "14", - "position": "14", - "recording": { - "id": "b9b3b1e8-c875-402e-8470-b25c3f54c3e6", - "length": "327000", - "title": "Hey Ho on the Devil\u2019s Back", - "video": "true" - }, - "track_or_recording_length": "327000" - }, - { - "id": "7f685915-ff66-31df-8236-6e07b5342f7f", - "length": "131000", - "number": "15", - "position": "15", - "recording": { - "id": "724f8277-249c-403a-816d-ad4888264c6d", - "length": "131000", - "title": "Der Kapit\u00e4n", - "video": "true" - }, - "track_or_recording_length": "131000" - }, - { - "id": "21336faa-0def-386c-b246-adf21412f3c5", - "length": "233000", - "number": "16", - "position": "16", - "recording": { - "id": "38b0fca6-d07b-40f0-9247-4d775ac729be", - "length": "233000", - "title": "Le Pop", - "video": "true" - }, - "track_or_recording_length": "233000" - }, - { - "id": "3e14874c-355d-3273-841d-92f7f716991d", - "length": "272000", - "number": "17", - "position": "17", - "recording": { - "id": "d947352d-fcba-4dbb-9cfe-c6c887c772b9", - "length": "272000", - "title": "God\u2019s Great Dust Storm", - "video": "true" - }, - "track_or_recording_length": "272000" - }, - { - "id": "fb1220c4-d581-3a3c-beb4-6604de4237c8", - "length": "413000", - "number": "18", - "position": "18", - "recording": { - "id": "30a82643-5599-4dec-9374-2df9be58f573", - "length": "413000", - "title": "Ain\u2019t No Thang", - "video": "true" - }, - "track_or_recording_length": "413000" - }, - { - "id": "8bfd2ac8-82f7-3020-89bc-801b7899afd0", - "length": "429000", - "number": "19", - "position": "19", - "recording": { - "id": "e16c3a93-150d-4095-90a7-3f6a5ef278b5", - "length": "429000", - "title": "Gypsy Flee", - "video": "true" - }, - "track_or_recording_length": "429000" - } - ] - } - ], - "packaging": "Jewel Case", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2012-05-25" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go: Live in Hamburg" - }, - { - "cover-art-archive": { - "artwork": "false", - "back": "false", - "count": "0", - "front": "false" - }, - "date": "2012-05-25", - "id": "86e751b8-1fdb-4747-be54-f8edc3f40c0e", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 19, - "track-list": [ - { - "id": "c581dcfe-f957-4171-be10-edb557effdac", - "length": "92586", - "number": "1", - "position": "1", - "recording": { - "id": "5c8f2559-2509-44fb-a235-4a685a8c0970", - "length": "92586", - "title": "A Kiss Before You Go" - }, - "track_or_recording_length": "92586" - }, - { - "id": "eac18c93-d3f3-4bc0-bff0-b724e1bc1e15", - "length": "180333", - "number": "2", - "position": "2", - "recording": { - "id": "232b3cf8-335b-45e2-bd0e-a9112defda91", - "length": "180333", - "title": "Ouch!" - }, - "track_or_recording_length": "180333" - }, - { - "id": "66fc39ac-3900-4409-866c-13c2541c8462", - "length": "309973", - "number": "3", - "position": "3", - "recording": { - "id": "f8f0e0b9-953c-4cc8-8006-39f1d6f9b762", - "length": "309973", - "title": "Demon Kitty Rag" - }, - "track_or_recording_length": "309973" - }, - { - "id": "56c782a5-f32c-4784-ad6a-ea1f9fc7017f", - "length": "256453", - "number": "4", - "position": "4", - "recording": { - "id": "9ca84ffb-bbcb-4ab1-a3c3-054ca81283be", - "length": "256453", - "title": "I Will Dance (When I Walk Away)" - }, - "track_or_recording_length": "256453" - }, - { - "id": "d9bc0d96-c0cc-48db-93d0-c606c2ecac89", - "length": "213280", - "number": "5", - "position": "5", - "recording": { - "id": "21336b48-5969-46dc-ac07-a6d845f0abaa", - "length": "213280", - "title": "To the Sea" - }, - "track_or_recording_length": "213280" - }, - { - "id": "fa07166d-626c-4d64-befe-6e7c16d2e947", - "length": "243306", - "number": "6", - "position": "6", - "recording": { - "id": "66bf03e5-4ab4-4b42-893b-bdf6bbee896e", - "length": "243306", - "title": "Rock\u2010Paper\u2010Scissors" - }, - "track_or_recording_length": "243306" - }, - { - "id": "eebacfb9-e752-4a6a-8c5f-5aa1909ee2ca", - "length": "310613", - "number": "7", - "position": "7", - "recording": { - "id": "daa70f46-beac-4382-9edf-3ba703be45cc", - "length": "310613", - "title": "Lady Marlene" - }, - "track_or_recording_length": "310613" - }, - { - "id": "7bdc175e-05cc-470a-b001-49eb235e6d54", - "length": "190893", - "number": "8", - "position": "8", - "recording": { - "id": "abf4079f-9586-43c1-b116-0c626a03661d", - "length": "190893", - "title": "Cherry Pie" - }, - "track_or_recording_length": "190893" - }, - { - "id": "fb76e925-aeb3-4162-bf26-dc0a8e11d8de", - "length": "312813", - "number": "9", - "position": "9", - "recording": { - "id": "aa1726d3-6141-42fc-8407-771c3c686fe7", - "length": "312813", - "title": "Mother Superior" - }, - "track_or_recording_length": "312813" - }, - { - "id": "cf79fd25-2b01-4f78-bd0f-077808944b3a", - "length": "332333", - "number": "10", - "position": "10", - "recording": { - "id": "a95ed652-37f2-48af-b796-b5fecf391c0a", - "length": "332333", - "title": "Land of Confusion" - }, - "track_or_recording_length": "332333" - }, - { - "id": "5c3338a4-ccb6-4e16-b5f3-753e786c0b6f", - "length": "158773", - "number": "11", - "position": "11", - "recording": { - "id": "66e3216b-efc9-460a-98e0-fe20e72e541e", - "length": "158773", - "title": "Loathsome M" - }, - "track_or_recording_length": "158773" - }, - { - "id": "7bb826fb-6bba-432b-8aac-37953c1bb83e", - "length": "258120", - "number": "12", - "position": "12", - "recording": { - "id": "a18626ec-259e-4cb8-b6dd-d2ce69189632", - "length": "258120", - "title": "Cocktails and Ruby Slippers" - }, - "track_or_recording_length": "258120" - }, - { - "id": "f9ec0a13-5b4d-4f73-bc2a-2093a74044a7", - "length": "290466", - "number": "13", - "position": "13", - "recording": { - "id": "b8e12ad5-3b66-4ba9-acb9-5f998fc5080f", - "length": "290466", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "290466" - }, - { - "id": "ca49b149-5803-4f92-9de2-ab19e31d9c2f", - "length": "318400", - "number": "14", - "position": "14", - "recording": { - "id": "3cc0d4cb-28af-49a0-8fcd-516b395ba269", - "length": "318400", - "title": "Hey Ho on the Devil\u2019s Back" - }, - "track_or_recording_length": "318400" - }, - { - "id": "3d68777a-e387-4458-9479-bec4e40bb866", - "length": "136493", - "number": "15", - "position": "15", - "recording": { - "id": "716942b1-e62f-4eb0-afbd-3a36514c3061", - "length": "136493", - "title": "Der Kapit\u00e4n" - }, - "track_or_recording_length": "136493" - }, - { - "id": "652e579f-22ad-4180-bad8-473d013db07c", - "length": "197453", - "number": "16", - "position": "16", - "recording": { - "id": "0bb35b6f-67ad-4989-82c5-ba9c04197c39", - "length": "197453", - "title": "Le Pop" - }, - "track_or_recording_length": "197453" - }, - { - "id": "5f78fb9e-9529-432e-9c97-1a38742dbafc", - "length": "293426", - "number": "17", - "position": "17", - "recording": { - "id": "29ef6be9-bf92-45fc-bd36-677589321285", - "length": "293426", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "293426" - }, - { - "id": "8c0c012b-da41-4c75-a198-a1ed318173dd", - "length": "361586", - "number": "18", - "position": "18", - "recording": { - "id": "933683c6-c450-4d87-b507-512f2e387e5d", - "length": "361586", - "title": "Ain\u2019t No Thang" - }, - "track_or_recording_length": "361586" - }, - { - "id": "7a8d08f2-6ef8-4b7f-981b-82d6b12fcb71", - "length": "398533", - "number": "19", - "position": "19", - "recording": { - "id": "45bdab2e-1056-4fcf-9398-b6b632cb14e4", - "length": "398533", - "title": "Gypsy Flee" - }, - "track_or_recording_length": "398533" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "date": "2012-05-25" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "A Kiss Before You Go: Live in Hamburg" - }, - { - "asin": "B00PRC2ELY", - "barcode": "602547137821", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2015-01-16", - "id": "009ee5a6-ea5f-4534-94d1-01dee7f12383", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 11, - "track-list": [ - { - "id": "b7510eaf-658c-47c7-a414-2b784fb9fe67", - "length": "279507", - "number": "1", - "position": "1", - "recording": { - "id": "c2eca6e7-1ad5-4aa3-ad4b-8ff9d008ef8e", - "length": "279507", - "title": "Old de Spain" - }, - "track_or_recording_length": "279507" - }, - { - "id": "ea1202e4-d570-4858-9e4e-dcd29fec4819", - "length": "207000", - "number": "2", - "position": "2", - "recording": { - "id": "8086d6a8-88bb-45c2-9e71-178ace3fa426", - "length": "207000", - "title": "Curvaceous Needs" - }, - "track_or_recording_length": "207000" - }, - { - "id": "a9b78892-da5b-4cd0-835d-b7be24948ed7", - "length": "204880", - "number": "3", - "position": "3", - "recording": { - "id": "3a65f8f5-2b2e-4f6f-9429-3bdb7ed42faf", - "length": "204880", - "title": "Oh My God" - }, - "track_or_recording_length": "204880" - }, - { - "id": "65c02c91-6621-4181-b01f-a675efac26cd", - "length": "198267", - "number": "4", - "position": "4", - "recording": { - "id": "7241eaf4-f1c7-4b17-8bc8-b7f19c46e0f6", - "length": "198267", - "title": "Lady Grey" - }, - "track_or_recording_length": "198267" - }, - { - "id": "ddff77e2-54c8-4c58-aa82-e0b6d2fca3ca", - "length": "166667", - "number": "5", - "position": "5", - "recording": { - "id": "f75c2ece-91a6-491f-8681-23468c53d228", - "length": "166667", - "title": "My Own Tune" - }, - "track_or_recording_length": "166667" - }, - { - "id": "36d95d63-39eb-4add-a87f-f60a388ab44f", - "length": "293947", - "number": "6", - "position": "6", - "recording": { - "id": "108c9241-1a82-46ff-b820-eac3e5ea0f16", - "length": "293947", - "title": "Shine Like Neon Rays" - }, - "track_or_recording_length": "293947" - }, - { - "id": "8321f4bd-3476-40db-a3e0-8e4f0778f477", - "length": "234320", - "number": "7", - "position": "7", - "recording": { - "id": "6d56014d-1b2f-41e2-988f-4deb31fd6185", - "length": "234320", - "title": "Driving After You" - }, - "track_or_recording_length": "234320" - }, - { - "id": "6ff6aa9a-1e40-4f6b-aa0d-4ae7b5da68ab", - "length": "239000", - "number": "8", - "position": "8", - "recording": { - "id": "5e5b120d-376d-42c4-9c38-06a497ac6d32", - "length": "239000", - "title": "Flash in the Dark" - }, - "track_or_recording_length": "239000" - }, - { - "id": "7d141f54-0342-4b52-93d7-3c914a7f94e3", - "length": "184987", - "number": "9", - "position": "9", - "recording": { - "id": "b7d4ed5e-f3bf-4340-b010-9e200e5cab44", - "length": "184987", - "title": "My Dear" - }, - "track_or_recording_length": "184987" - }, - { - "id": "e04a4826-2c08-48bb-8a81-9169d6a7aaa0", - "length": "237000", - "number": "10", - "position": "10", - "recording": { - "id": "6c4e2cf6-a0ba-4d4d-a60e-2d0034d4487b", - "length": "237000", - "title": "Bad Girl" - }, - "track_or_recording_length": "237000" - }, - { - "id": "e62a7c25-8551-4e27-ac3c-daf498111def", - "length": "299000", - "number": "11", - "position": "11", - "recording": { - "id": "8cf18f6d-530e-4925-a6ba-2c87c6855b18", - "length": "301000", - "title": "Rockland" - }, - "track_or_recording_length": "299000" - } - ] - } - ], - "packaging": "Jewel Case", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2015-01-16" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Rockland" - }, - { - "asin": "B00PRC2B12", - "barcode": "602547137845", - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "true", - "count": "3", - "front": "true" - }, - "date": "2015-01-16", - "disambiguation": "Limited edition", - "id": "0f90b78b-db7f-4952-81b0-4ee2e69ff7a6", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 14, - "track-list": [ - { - "id": "39c3bea8-98c6-48ff-b624-a34e4a05e1c4", - "length": "279507", - "number": "1", - "position": "1", - "recording": { - "id": "c2eca6e7-1ad5-4aa3-ad4b-8ff9d008ef8e", - "length": "279507", - "title": "Old de Spain" - }, - "track_or_recording_length": "279507" - }, - { - "id": "70ae0a34-a873-4258-a5ef-9ebebbffd948", - "length": "207000", - "number": "2", - "position": "2", - "recording": { - "id": "8086d6a8-88bb-45c2-9e71-178ace3fa426", - "length": "207000", - "title": "Curvaceous Needs" - }, - "track_or_recording_length": "207000" - }, - { - "id": "b223c47d-254a-464d-a8ba-2b8c5a12e68d", - "length": "204880", - "number": "3", - "position": "3", - "recording": { - "id": "3a65f8f5-2b2e-4f6f-9429-3bdb7ed42faf", - "length": "204880", - "title": "Oh My God" - }, - "track_or_recording_length": "204880" - }, - { - "id": "0b2dfa88-ec0f-4a7d-a4b5-557058536873", - "length": "198267", - "number": "4", - "position": "4", - "recording": { - "id": "7241eaf4-f1c7-4b17-8bc8-b7f19c46e0f6", - "length": "198267", - "title": "Lady Grey" - }, - "track_or_recording_length": "198267" - }, - { - "id": "50383068-9e38-443d-a5a2-fadb64120cf9", - "length": "166667", - "number": "5", - "position": "5", - "recording": { - "id": "f75c2ece-91a6-491f-8681-23468c53d228", - "length": "166667", - "title": "My Own Tune" - }, - "track_or_recording_length": "166667" - }, - { - "id": "fcd56faf-4edf-4291-ba33-51300c4da332", - "length": "293947", - "number": "6", - "position": "6", - "recording": { - "id": "108c9241-1a82-46ff-b820-eac3e5ea0f16", - "length": "293947", - "title": "Shine Like Neon Rays" - }, - "track_or_recording_length": "293947" - }, - { - "id": "86e3544f-ce99-42ca-a90e-dd8acc6cd91c", - "length": "234320", - "number": "7", - "position": "7", - "recording": { - "id": "6d56014d-1b2f-41e2-988f-4deb31fd6185", - "length": "234320", - "title": "Driving After You" - }, - "track_or_recording_length": "234320" - }, - { - "id": "1b0c0953-4cf0-4f69-ae34-9485f5280b74", - "length": "239000", - "number": "8", - "position": "8", - "recording": { - "id": "5e5b120d-376d-42c4-9c38-06a497ac6d32", - "length": "239000", - "title": "Flash in the Dark" - }, - "track_or_recording_length": "239000" - }, - { - "id": "94a8cfaa-a024-42cc-b88e-8f1bd8d31b0b", - "length": "184987", - "number": "9", - "position": "9", - "recording": { - "id": "b7d4ed5e-f3bf-4340-b010-9e200e5cab44", - "length": "184987", - "title": "My Dear" - }, - "track_or_recording_length": "184987" - }, - { - "id": "31562731-ea68-4688-8f33-33290fc0643e", - "length": "237000", - "number": "10", - "position": "10", - "recording": { - "id": "6c4e2cf6-a0ba-4d4d-a60e-2d0034d4487b", - "length": "237000", - "title": "Bad Girl" - }, - "track_or_recording_length": "237000" - }, - { - "id": "e413777b-987f-475c-b0e5-085ce4b8c1a1", - "length": "301000", - "number": "11", - "position": "11", - "recording": { - "id": "8cf18f6d-530e-4925-a6ba-2c87c6855b18", - "length": "301000", - "title": "Rockland" - }, - "track_or_recording_length": "301000" - }, - { - "id": "cd47d27c-9f86-4627-afed-acc69a9c44e9", - "length": "261027", - "number": "12", - "position": "12", - "recording": { - "id": "e5e05ccf-00cf-4283-ba72-5414998fdad5", - "length": "261027", - "title": "Hurricane" - }, - "track_or_recording_length": "261027" - }, - { - "id": "9861cab4-d7a4-4ada-a056-73fecc625e8a", - "length": "225747", - "number": "13", - "position": "13", - "recording": { - "id": "828fa5ba-357b-4280-98aa-6018b37ecd45", - "length": "225747", - "title": "Marching and Drumming" - }, - "track_or_recording_length": "225747" - }, - { - "id": "be4cdd58-5507-4db5-926d-fd7b5a4c3039", - "length": "160253", - "number": "14", - "position": "14", - "recording": { - "id": "9097642d-7d90-4290-ae28-b4bb6a6fb60a", - "length": "160253", - "title": "Ouch" - }, - "track_or_recording_length": "160253" - } - ] - } - ], - "packaging": "Digipak", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2015-01-16" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Rockland" - }, - { - "country": "DE", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2015-01-16", - "disambiguation": "deluxe edition", - "id": "7df0d0dd-f9ea-482e-9a0e-c526a517b4d7", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 14, - "track-list": [ - { - "id": "a3d5a447-f8be-4a65-8278-e026f215f879", - "length": "279507", - "number": "1", - "position": "1", - "recording": { - "id": "c2eca6e7-1ad5-4aa3-ad4b-8ff9d008ef8e", - "length": "279507", - "title": "Old de Spain" - }, - "track_or_recording_length": "279507" - }, - { - "id": "e65e7dfa-6493-46ab-aa86-1a19ee831270", - "length": "205880", - "number": "2", - "position": "2", - "recording": { - "id": "8086d6a8-88bb-45c2-9e71-178ace3fa426", - "length": "207000", - "title": "Curvaceous Needs" - }, - "track_or_recording_length": "205880" - }, - { - "id": "2eade9c7-5141-4af8-9245-1f72353f0e5c", - "length": "204880", - "number": "3", - "position": "3", - "recording": { - "id": "3a65f8f5-2b2e-4f6f-9429-3bdb7ed42faf", - "length": "204880", - "title": "Oh My God" - }, - "track_or_recording_length": "204880" - }, - { - "id": "fac24f2a-6612-4404-ae9c-1fac8e73a181", - "length": "198267", - "number": "4", - "position": "4", - "recording": { - "id": "7241eaf4-f1c7-4b17-8bc8-b7f19c46e0f6", - "length": "198267", - "title": "Lady Grey" - }, - "track_or_recording_length": "198267" - }, - { - "id": "aff48176-e967-4750-a25a-d08b84ba5f3b", - "length": "166667", - "number": "5", - "position": "5", - "recording": { - "id": "f75c2ece-91a6-491f-8681-23468c53d228", - "length": "166667", - "title": "My Own Tune" - }, - "track_or_recording_length": "166667" - }, - { - "id": "db2b52df-efbb-4d00-881b-de254413fa46", - "length": "293947", - "number": "6", - "position": "6", - "recording": { - "id": "108c9241-1a82-46ff-b820-eac3e5ea0f16", - "length": "293947", - "title": "Shine Like Neon Rays" - }, - "track_or_recording_length": "293947" - }, - { - "id": "b0c959e9-a912-4cd0-8f48-1f80e824242b", - "length": "234320", - "number": "7", - "position": "7", - "recording": { - "id": "6d56014d-1b2f-41e2-988f-4deb31fd6185", - "length": "234320", - "title": "Driving After You" - }, - "track_or_recording_length": "234320" - }, - { - "id": "1988ae98-f561-421a-9401-0b8a9b139932", - "length": "238013", - "number": "8", - "position": "8", - "recording": { - "id": "5e5b120d-376d-42c4-9c38-06a497ac6d32", - "length": "239000", - "title": "Flash in the Dark" - }, - "track_or_recording_length": "238013" - }, - { - "id": "31458129-3529-4986-b166-ce2c1a62d03e", - "length": "184987", - "number": "9", - "position": "9", - "recording": { - "id": "b7d4ed5e-f3bf-4340-b010-9e200e5cab44", - "length": "184987", - "title": "My Dear" - }, - "track_or_recording_length": "184987" - }, - { - "id": "01d4e821-c199-4c19-a165-9a234b6ad255", - "length": "233653", - "number": "10", - "position": "10", - "recording": { - "id": "6c4e2cf6-a0ba-4d4d-a60e-2d0034d4487b", - "length": "237000", - "title": "Bad Girl" - }, - "track_or_recording_length": "233653" - }, - { - "id": "5e2a6cbe-308a-4263-8787-33f933e5235f", - "length": "299360", - "number": "11", - "position": "11", - "recording": { - "id": "8cf18f6d-530e-4925-a6ba-2c87c6855b18", - "length": "301000", - "title": "Rockland" - }, - "track_or_recording_length": "299360" - }, - { - "id": "c1f51ff9-c8fc-4b07-9bca-f1611a027603", - "length": "261027", - "number": "12", - "position": "12", - "recording": { - "id": "e5e05ccf-00cf-4283-ba72-5414998fdad5", - "length": "261027", - "title": "Hurricane" - }, - "track_or_recording_length": "261027" - }, - { - "id": "b50d24bc-ee8a-4ca6-aca5-23923260c179", - "length": "225747", - "number": "13", - "position": "13", - "recording": { - "id": "828fa5ba-357b-4280-98aa-6018b37ecd45", - "length": "225747", - "title": "Marching and Drumming" - }, - "track_or_recording_length": "225747" - }, - { - "id": "3c45d3db-c63b-4755-928c-22a25ddd6280", - "length": "160253", - "number": "14", - "position": "14", - "recording": { - "id": "9097642d-7d90-4290-ae28-b4bb6a6fb60a", - "length": "160253", - "title": "Ouch" - }, - "track_or_recording_length": "160253" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-code-list": [ - "DE" - ], - "name": "Germany", - "sort-name": "Germany" - }, - "date": "2015-01-16" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Rockland" - }, - { - "country": "FR", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2015-03-02", - "id": "c3cecfaf-43f9-4ee6-abdf-d919ddc28df5", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 11, - "track-list": [ - { - "id": "5af749f1-c551-4ff6-95aa-8ffa534b6d04", - "length": "279507", - "number": "1", - "position": "1", - "recording": { - "id": "c2eca6e7-1ad5-4aa3-ad4b-8ff9d008ef8e", - "length": "279507", - "title": "Old de Spain" - }, - "track_or_recording_length": "279507" - }, - { - "id": "351d8839-47cc-4fe3-877e-973cf8f85b06", - "length": "206867", - "number": "2", - "position": "2", - "recording": { - "id": "8086d6a8-88bb-45c2-9e71-178ace3fa426", - "length": "207000", - "title": "Curvaceous Needs" - }, - "track_or_recording_length": "206867" - }, - { - "id": "00eb011f-048c-4f7e-8faa-2844be64670c", - "length": "204880", - "number": "3", - "position": "3", - "recording": { - "id": "3a65f8f5-2b2e-4f6f-9429-3bdb7ed42faf", - "length": "204880", - "title": "Oh My God" - }, - "track_or_recording_length": "204880" - }, - { - "id": "3dc82d4d-db4c-408d-82fd-6fc7fbb86382", - "length": "198267", - "number": "4", - "position": "4", - "recording": { - "id": "7241eaf4-f1c7-4b17-8bc8-b7f19c46e0f6", - "length": "198267", - "title": "Lady Grey" - }, - "track_or_recording_length": "198267" - }, - { - "id": "3f8d9c88-fc51-429a-a107-705fad22c769", - "length": "166667", - "number": "5", - "position": "5", - "recording": { - "id": "f75c2ece-91a6-491f-8681-23468c53d228", - "length": "166667", - "title": "My Own Tune" - }, - "track_or_recording_length": "166667" - }, - { - "id": "6cfb3de1-3d05-4d77-bf8c-4c0be58fa34f", - "length": "293947", - "number": "6", - "position": "6", - "recording": { - "id": "108c9241-1a82-46ff-b820-eac3e5ea0f16", - "length": "293947", - "title": "Shine Like Neon Rays" - }, - "track_or_recording_length": "293947" - }, - { - "id": "c49be699-336c-4f1a-b212-d3008725e7a5", - "length": "234320", - "number": "7", - "position": "7", - "recording": { - "id": "6d56014d-1b2f-41e2-988f-4deb31fd6185", - "length": "234320", - "title": "Driving After You" - }, - "track_or_recording_length": "234320" - }, - { - "id": "66e132e9-01b4-4249-94ed-3f67ecd8a991", - "length": "238907", - "number": "8", - "position": "8", - "recording": { - "id": "5e5b120d-376d-42c4-9c38-06a497ac6d32", - "length": "239000", - "title": "Flash in the Dark" - }, - "track_or_recording_length": "238907" - }, - { - "id": "8217505b-e15d-48a2-8f4e-abfb119f6dc2", - "length": "184987", - "number": "9", - "position": "9", - "recording": { - "id": "b7d4ed5e-f3bf-4340-b010-9e200e5cab44", - "length": "184987", - "title": "My Dear" - }, - "track_or_recording_length": "184987" - }, - { - "id": "2b0e17b0-451c-4555-9e26-6ccb29265a8a", - "length": "236653", - "number": "10", - "position": "10", - "recording": { - "id": "6c4e2cf6-a0ba-4d4d-a60e-2d0034d4487b", - "length": "237000", - "title": "Bad Girl" - }, - "track_or_recording_length": "236653" - }, - { - "id": "a75867da-6c09-48fe-9d47-a5994a152e9d", - "length": "301293", - "number": "11", - "position": "11", - "recording": { - "id": "8cf18f6d-530e-4925-a6ba-2c87c6855b18", - "length": "301000", - "title": "Rockland" - }, - "track_or_recording_length": "301293" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "08310658-51eb-3801-80de-5a0739207115", - "iso-3166-1-code-list": [ - "FR" - ], - "name": "France", - "sort-name": "France" - }, - "date": "2015-03-02" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "Rockland" - }, - { - "barcode": "7070637506193", - "country": "NO", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2015", - "id": "6f182cec-ead9-40a2-8722-4474fd19083f", - "medium-count": 1, - "medium-list": [ - { - "format": "CD", - "position": "1", - "track-count": 11, - "track-list": [ - { - "id": "f2825ee7-38a2-4f01-807c-d0a08d5474d0", - "length": "279507", - "number": "1", - "position": "1", - "recording": { - "id": "c2eca6e7-1ad5-4aa3-ad4b-8ff9d008ef8e", - "length": "279507", - "title": "Old de Spain" - }, - "track_or_recording_length": "279507" - }, - { - "id": "63e5a34c-4dde-429d-a482-c0d7ee3b8d63", - "length": "207000", - "number": "2", - "position": "2", - "recording": { - "id": "8086d6a8-88bb-45c2-9e71-178ace3fa426", - "length": "207000", - "title": "Curvaceous Needs" - }, - "track_or_recording_length": "207000" - }, - { - "id": "b83ff746-9045-4d05-8723-c75c9d044e7d", - "length": "204880", - "number": "3", - "position": "3", - "recording": { - "id": "3a65f8f5-2b2e-4f6f-9429-3bdb7ed42faf", - "length": "204880", - "title": "Oh My God" - }, - "track_or_recording_length": "204880" - }, - { - "id": "4eb61554-a680-45fc-9dda-a5654ac7d265", - "length": "198267", - "number": "4", - "position": "4", - "recording": { - "id": "7241eaf4-f1c7-4b17-8bc8-b7f19c46e0f6", - "length": "198267", - "title": "Lady Grey" - }, - "track_or_recording_length": "198267" - }, - { - "id": "1c4d31b9-519d-4a9a-9c62-454d38dc15b9", - "length": "166667", - "number": "5", - "position": "5", - "recording": { - "id": "f75c2ece-91a6-491f-8681-23468c53d228", - "length": "166667", - "title": "My Own Tune" - }, - "track_or_recording_length": "166667" - }, - { - "id": "80466309-209b-4ee3-a138-87199150e86e", - "length": "293947", - "number": "6", - "position": "6", - "recording": { - "id": "108c9241-1a82-46ff-b820-eac3e5ea0f16", - "length": "293947", - "title": "Shine Like Neon Rays" - }, - "track_or_recording_length": "293947" - }, - { - "id": "f3e0cb87-eb4e-48a5-afb4-16d4a4ff5868", - "length": "234320", - "number": "7", - "position": "7", - "recording": { - "id": "6d56014d-1b2f-41e2-988f-4deb31fd6185", - "length": "234320", - "title": "Driving After You" - }, - "track_or_recording_length": "234320" - }, - { - "id": "fdbfe5ff-fdd2-441a-a465-3de8450ce91d", - "length": "239000", - "number": "8", - "position": "8", - "recording": { - "id": "5e5b120d-376d-42c4-9c38-06a497ac6d32", - "length": "239000", - "title": "Flash in the Dark" - }, - "track_or_recording_length": "239000" - }, - { - "id": "304bc892-f7d2-4d50-9e43-573abd50481a", - "length": "184987", - "number": "9", - "position": "9", - "recording": { - "id": "b7d4ed5e-f3bf-4340-b010-9e200e5cab44", - "length": "184987", - "title": "My Dear" - }, - "track_or_recording_length": "184987" - }, - { - "id": "6f741f9b-9ede-4ab3-ac10-f8c8c6826651", - "length": "237000", - "number": "10", - "position": "10", - "recording": { - "id": "6c4e2cf6-a0ba-4d4d-a60e-2d0034d4487b", - "length": "237000", - "title": "Bad Girl" - }, - "track_or_recording_length": "237000" - }, - { - "id": "878a3de3-45a6-4a42-aa1e-075550795be4", - "length": "301000", - "number": "11", - "position": "11", - "recording": { - "id": "8cf18f6d-530e-4925-a6ba-2c87c6855b18", - "length": "301000", - "title": "Rockland" - }, - "track_or_recording_length": "301000" - } - ] - } - ], - "packaging": "Book", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "6743d351-6f37-3049-9724-5041161fff4d", - "iso-3166-1-code-list": [ - "NO" - ], - "name": "Norway", - "sort-name": "Norway" - }, - "date": "2015" - } - ], - "status": "Official", - "title": "Rockland" - }, - { - "country": "XW", - "cover-art-archive": { - "artwork": "true", - "back": "false", - "count": "1", - "front": "true" - }, - "date": "2016-04-14", - "id": "ba5d3d14-32e7-4071-9b8d-bc160054b5c1", - "medium-count": 1, - "medium-list": [ - { - "format": "Digital Media", - "position": "1", - "track-count": 8, - "track-list": [ - { - "id": "4cf0b2a3-4259-43eb-afe0-83feef842f6c", - "length": "204000", - "number": "1", - "position": "1", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "7f716eec-a835-4649-9914-7eae40e8f6be", - "length": "204000", - "title": "A Bar in Amsterdam" - }, - "track_or_recording_length": "204000" - }, - { - "id": "e3245f0a-0ff4-47b8-bc5a-3ea0d8884828", - "length": "232000", - "number": "2", - "position": "2", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "2db07888-4e59-4d32-9180-93311d26386c", - "length": "232000", - "title": "London Calling" - }, - "track_or_recording_length": "232000" - }, - { - "id": "554e0545-9ed7-41ad-872f-b36d9bd619dd", - "length": "222000", - "number": "3", - "position": "3", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "c31c0cad-d568-454e-85db-e899bde0398f", - "length": "222000", - "title": "Rock-Paper-Scissors" - }, - "track_or_recording_length": "222000" - }, - { - "id": "9b5388b1-91cf-47bf-adfb-74ce7a5b11d9", - "length": "284000", - "number": "4", - "position": "4", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "0d7196f3-e17f-45d9-81e9-a124054e687d", - "length": "284000", - "title": "God\u2019s Great Dust Storm" - }, - "track_or_recording_length": "284000" - }, - { - "id": "1dc8ff55-9c3e-4634-a65d-0a26f442b6d5", - "length": "275000", - "number": "5", - "position": "5", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "5d463d46-7cfb-4c74-9063-e639d422ffc1", - "length": "275000", - "title": "Old de Spain" - }, - "track_or_recording_length": "275000" - }, - { - "id": "982d869c-8203-4e4c-a0ff-f4233c35a724", - "length": "194000", - "number": "6", - "position": "6", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "5018bb67-bcb3-4879-94ff-34c0dbe7dd3e", - "length": "194000", - "title": "My Own Tune" - }, - "track_or_recording_length": "194000" - }, - { - "id": "5ee62fc7-8108-49d8-886d-97e2ad59cabb", - "length": "257000", - "number": "7", - "position": "7", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "31ec3906-b330-4cc8-b40f-b48f7074b082", - "length": "257000", - "title": "Driving After You" - }, - "track_or_recording_length": "257000" - }, - { - "id": "f415879a-1fdf-4f75-b3a1-c11cb1485b42", - "length": "298000", - "number": "8", - "position": "8", - "recording": { - "disambiguation": "live, 2016-02-15: Gearbox Studio, London, United Kingdom", - "id": "18cc0c3b-d590-40fd-af12-6d2bafcaeddf", - "length": "298000", - "title": "Lady Marlene" - }, - "track_or_recording_length": "298000" - } - ] - } - ], - "packaging": "None", - "quality": "normal", - "release-event-count": 1, - "release-event-list": [ - { - "area": { - "id": "525d4e18-3d00-31b9-a58b-a146a916de8f", - "iso-3166-1-code-list": [ - "XW" - ], - "name": "[Worldwide]", - "sort-name": "[Worldwide]" - }, - "date": "2016-04-14" - } - ], - "status": "Official", - "text-representation": { - "language": "eng", - "script": "Latn" - }, - "title": "The Gearbox Sessions" - } - ] -} \ No newline at end of file From 0d64bf7b831dd1b135c30cef38aee4b806571797 Mon Sep 17 00:00:00 2001 From: dtomlinson Date: Sun, 8 Mar 2020 02:03:21 +0000 Subject: [PATCH 11/11] updating docstrings --- src/musicbrainzapi/api/.DS_Store | Bin 6148 -> 6148 bytes src/musicbrainzapi/api/lyrics/__init__.py | 8 -------- src/musicbrainzapi/cli/commands/cmd_lyrics.py | 17 ----------------- 3 files changed, 25 deletions(-) diff --git a/src/musicbrainzapi/api/.DS_Store b/src/musicbrainzapi/api/.DS_Store index 2d5534a28245292253da4c48a618a71fc1482110..b209e29d24959021d472a0b7e534fe95f1732fc3 100644 GIT binary patch delta 67 zcmZoMXfc=|#>B)qu~2NHo+2ar#(>?7jO?3vSYjDBi*X3DOl;`g%+A5j0aUVCkmEb^ VWPTAx4hA4#WME*~93irX82~T@4+H=J literal 6148 zcmeHKF>ljA6n>YcZ9)ajfYdHXUXU1Clym?jgcL#;I)P*a1EAE7qsEfsvl53WgrF?! ztVL{y0e%Dn8-D=)ME?L2eDCf8Nkd696al(t-F?sJ_r3FdI^X$-NL0E(iKswCITXh1 z8C1V8e$HjaGN$DmP^cUsrBuUpnUa}k+h7&23jA#f@VC3BzS)psn*4tIyOFH>k@OM4 z%foe)OW%~i8?zGXQ=L4NCN((E5!Sntv7-HwTbC`fYGghipT8xmRr6N4J8ur(zFz%! z^LNp~0?|ox@+};srFD$0i&c$B7Xw2z+7x%Z#vRc}Y=AMTQ327CTDUy01L)%;TSyW7 z2DPa(t(JJPDBtgO5~Ic^KZ(LlS}cAMnWgOV%4#kTJDY#(Hf7IEy|mk@cU_GR4Z%_2HV9g zXS+Duat5U<*Wj0mJ6DIpd~V}n>BjC}tN(QHZ20_ub;XW>EkoJ5!7;poGgr8&3A22# za}v(v)cJbh{fEQ6nmTj)YRR9IXc6AjbXs}I#DLb*mK&$?UB&gX6u{LD@rLjf$wKz?Qj49 diff --git a/src/musicbrainzapi/api/lyrics/__init__.py b/src/musicbrainzapi/api/lyrics/__init__.py index ddb4285..253b630 100644 --- a/src/musicbrainzapi/api/lyrics/__init__.py +++ b/src/musicbrainzapi/api/lyrics/__init__.py @@ -37,10 +37,6 @@ class Lyrics: def show_summary(self) -> None: """Show the average word count for all lyrics - - Returns - ------- - None """ all_averages = [] @@ -77,10 +73,6 @@ class Lyrics: ---------- group_by : str Parameter to group statistics by. Valid options are album or year - - Returns - ------- - None """ stats_obj = getattr(self, f'{group_by}_statistics') stats = [ diff --git a/src/musicbrainzapi/cli/commands/cmd_lyrics.py b/src/musicbrainzapi/cli/commands/cmd_lyrics.py index 8da5062..6914b91 100644 --- a/src/musicbrainzapi/cli/commands/cmd_lyrics.py +++ b/src/musicbrainzapi/cli/commands/cmd_lyrics.py @@ -64,23 +64,6 @@ def lyrics( save_output: bool, ) -> None: """Search for lyrics statistics of an Artist/Group. - - Parameters - ---------- - ctx : musicbrainzapi.cli.cli.Environment - click environment class - artist : str - artist - country : Union[str, None] - country - dev : bool - dev flag - not to be used - show_summary : str - summary flag - used to display descriptive statistics - wordcloud : bool - wordcloud flag - used to create a wordcloud from lyrics - save_output : bool - save output flag - used to save output locally to disk """ director = LyricsClickDirector() builder = LyricsBuilder()