diff --git a/.gitignore b/.gitignore
index 1806038..ecf1d17 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,103 +1,103 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-linker.py
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-env/
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-.hypothesis/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# pyenv
-.python-version
-
-# celery beat schedule file
-celerybeat-schedule
-
-# SageMath parsed files
-*.sage.py
-
-# dotenv
-.env
-
-# virtualenv
-.venv
-venv/
-ENV/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+linker.py
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+env/
+build/
+develop-eggs/
+dist/
+downloads/
+eggs/
+.eggs/
+lib/
+lib64/
+parts/
+sdist/
+var/
+wheels/
+*.egg-info/
+.installed.cfg
+*.egg
+
+# PyInstaller
+# Usually these files are written by a python script from a template
+# before PyInstaller builds the exe, so as to inject date/other infos into it.
+*.manifest
+*.spec
+
+# Installer logs
+pip-log.txt
+pip-delete-this-directory.txt
+
+# Unit test / coverage reports
+htmlcov/
+.tox/
+.coverage
+.coverage.*
+.cache
+nosetests.xml
+coverage.xml
+*.cover
+.hypothesis/
+
+# Translations
+*.mo
+*.pot
+
+# Django stuff:
+*.log
+local_settings.py
+
+# Flask stuff:
+instance/
+.webassets-cache
+
+# Scrapy stuff:
+.scrapy
+
+# Sphinx documentation
+docs/_build/
+
+# PyBuilder
+target/
+
+# Jupyter Notebook
+.ipynb_checkpoints
+
+# pyenv
+.python-version
+
+# celery beat schedule file
+celerybeat-schedule
+
+# SageMath parsed files
+*.sage.py
+
+# dotenv
+.env
+
+# virtualenv
+.venv
+venv/
+ENV/
+
+# Spyder project settings
+.spyderproject
+.spyproject
+
+# Rope project settings
+.ropeproject
+
+# mkdocs documentation
+/site
+
+# mypy
+.mypy_cache/
diff --git a/LICENSE.txt b/LICENSE.txt
index 6f14b9d..eb32bea 100755
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,674 +1,674 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. [http://fsf.org/]
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
- {one line to give the program's name and a brief idea of what it does.}
- Copyright (C) {year} {name of author}
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see [http://www.gnu.org/licenses/].
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- {project} Copyright (C) {year} {fullname}
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-[http://www.gnu.org/licenses/].
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-[http://www.gnu.org/philosophy/why-not-lgpl.html].
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc. [http://fsf.org/]
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+ {one line to give the program's name and a brief idea of what it does.}
+ Copyright (C) {year} {name of author}
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see [http://www.gnu.org/licenses/].
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ {project} Copyright (C) {year} {fullname}
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+[http://www.gnu.org/licenses/].
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+[http://www.gnu.org/philosophy/why-not-lgpl.html].
diff --git a/README.rst b/README.rst
index 39dd1e4..68b049f 100755
--- a/README.rst
+++ b/README.rst
@@ -1,233 +1,233 @@
-.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
- :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QA2T7WG47UTCL
-
-.. image:: http://i.imgur.com/KxRENJr.png
-
-.. contents::
-
-About
-=====
-
-Subs import is an addon for Blender_ that allows users to create and
-edit subtitles for movies or music. The keyboard shortcuts and automatic
-syllable separation tools make it a very fast tool.
-
-.. image:: http://i.imgur.com/CLDXWRd.gif
-
-.. _Blender: https://www.blender.org/
-
-Installation
-============
-
-1. Download the repository.
-2. Open Blender.
-3. Go to File > User Preferences > Addons
-4. Click "Install From File" and navigate to the downloaded zip file and
- install.
-5. Check the box next to "Subsimport"
-
-Usage
-=====
-
-A `video tutorial`_ is available.
-
-The user interface is located to the right side of the video sequencer.
-
-.. image:: http://i.imgur.com/nNchW3Z.png
-
-.. _video tutorial: https://www.youtube.com/watch?v=R-jis3S6dxU
-
-Subtitle Edit Channel
----------------------
-
-.. image:: http://i.imgur.com/fgXDH1C.png
-
-The sequencer channel where The addon will have effect. Keyboard
-shortcuts, duration changing, exporting, syllabifying, splitting, and
-combining subtitles all depends on this value.
-
-Importing, splitting, and combining subtitles will automatically adjust
-the subtitle edit channel.
-
-Subtitle Font Size
-------------------
-
-.. image:: http://i.imgur.com/PNFAW5x.png
-
-The font size that will be applied to imported strips. You may change
-this value and refresh using the button to the right. (Changes only
-applied to the Subtitle Edit Channel)
-
-.. image:: http://i.imgur.com/sC6xx0n.gif
-
-Importing
----------
-
-.. image:: http://i.imgur.com/x93jx4s.png
-
-.. image:: http://i.imgur.com/8MM08X5.gif
-
-3 filetypes may be imported with this addon: .txt, .lrc, and .srt files.
-
-.txt files do not contain any timing info. The text is imported so that
-each line of the text file becomes a strip in the sequencer. It is
-recommended that each line of text be no longer than **62** characters
-long.
-
-.lrc files are used with programs like MiniLyrics_ for displaying
-subtitles with music.
-
-.. _MiniLyrics: http://www.crintsoft.com/
-
-.srt files are the standard subtitle filetype for movies. They work well
-with the VLC_ media player.
-
-.. _VLC: https://www.videolan.org/vlc/index.html
-
-Subsimport also supports "Enhanced" .srt and .lrc files. These are
-special subtitles that highlight parts of the subtitles at a time.
-
-On import, AV sync, scrubbing, and frame drop will be enabled.
-
-It is recommended that if you're making lyrics for songs that you
-increase the scene FPS to 100 or even 1000 frames per second before
-importing. The reason is that .srt files support time data down to the
-millisecond, but strips must conform to the scene's FPS value. If a low
-FPS is used, then the minimum timing difference will be limited by the
-scene FPS.
-
-Furthermore, if you attempt to import strips and one or more strips has
-a duration that is less than 1 / the scene fps, you will create an
-error.
-
-Subimport does not allow any subtitles to overlap times and will
-automatically remove overlaps on import.
-
-.. _Bligify's: https://github.com/doakey3/Bligify
-
-Dur x 2 and Dur / 2
--------------------
-
-.. image:: http://i.imgur.com/BmEDQiH.png
-
-.. image:: http://i.imgur.com/ZywhLfB.gif
-
-Doubles or halfs the duration of the strips in the
-"Subtitle Edit Channel".
-
-These buttons allow you to edit subtitles with a song playing at 50%
-speed, then convert the subtitles to normal speed.
-
-When making subtitles for music, I like to use Audacity_ to slow the
-music down by 50% and export it as a .wav file. I then use this in
-Blender for matching the lyrics to the song.
-
-.. _Audacity: http://www.audacityteam.org/
-
-Exporting
----------
-
-.. image:: http://i.imgur.com/MzNk9S6.png
-
-Export the subtitles from the "Subtitle Edit Channel" as either .lrc
-or .srt file.
-
-Syllabify
----------
-
-.. image:: http://i.imgur.com/sjKYWt8.png
-
-After subtitles have been imported, you can separate words by syllables.
-Before splitting the syllables, you should create a syllabification
-dictionary for your subtitles that defines how each word should be
-broken up.
-
-Subsimport has a dictionary of words and an algorithm for splitting
-words. Both are enabled by default. The algorithm's accuracy depends
-on which language is set.
-
-After clicking the "Syllabify" button, you'll create a .txt file
-containing all of the words of the song. Subsimport will try to split
-them up into separate syllables. You should read through the .txt file
-and make any corrections as necessary before you split your words.
-
-After syllabifying words, you may save your dictionary to the default
-dictionary that Subsimport uses. This way, any words you may have needed
-to edit will be correctly syllabified the next time Subsimport
-encounters them.
-
-Split
------
-
-.. image:: http://i.imgur.com/XKJfMb3.png
-
-.. image:: http://i.imgur.com/9gAon9U.gif
-
-After defining how words should be separated, you can split them apart
-and create individually colored text strips that will highlight
-sequentially as your audio plays. You can set the timing of each
-syllable in the song.
-
-Text strip color can be changed with the highlight property and the
-refresh button to the right.
-
-Combine
--------
-
-.. image:: http://i.imgur.com/4LJ3fQe.png
-
-.. image:: http://i.imgur.com/5lUFAt8.gif
-
-After synchronizing the syllables to the music, you can recombine
-the strips into enhanced strips prior to exporting the subtitles.
-
-The method used for combining the strips (ESRT or ELRC) depends on
-what kind of subtitles you would like to export.
-
-Keyboard Shortcuts
-------------------
-
-Make sure the "Subtitle Edit Channel" property is set to the channel
-where your subtitle strips have been imported.
-
-Note that splitted strips are set to not respond to these 4 shortcuts
-if it means going outside the bounds of their base strips.
-
-:D:
- Set the start of a text strip.
-
-:F:
- Set the end of a text strip.
-
-:S:
- (like pressing F, then D rapidly)
-
-:W:
- (like pressing D, then F rapidly)
-
-.. image:: http://i.imgur.com/D38fvvU.gif
-
-:Z:
- Send top strips to the end of the base strip. Useful for resetting
- the position of syllabified lyrics.
-
- You must be within the start and end points of a base strip and the
- "Subtitle Edit Channel" must be set to the top strips channel for
- this to work.
-
-.. image:: http://i.imgur.com/XoxELtD.gif
-
-:Ctrl + Shift + Right:
- Select all strips in the Subtitle Edit Channel to the right of the
- current time indicator.
-
-:Ctrl + Shift + Left:
- Select all strips in the Subtitle Edit Channel to the left of the
- current time indicator
-
-Contributing
-============
-
-Pull requests, feature requests, donations, and example song .srt files
-are welcome! Also, adding syllabified words to the default dictionary is
-encouraged.
+.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
+ :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QA2T7WG47UTCL
+
+.. image:: http://i.imgur.com/KxRENJr.png
+
+.. contents::
+
+About
+=====
+
+Subs import is an addon for Blender_ that allows users to create and
+edit subtitles for movies or music. The keyboard shortcuts and automatic
+syllable separation tools make it a very fast tool.
+
+.. image:: http://i.imgur.com/CLDXWRd.gif
+
+.. _Blender: https://www.blender.org/
+
+Installation
+============
+
+1. Download the repository.
+2. Open Blender.
+3. Go to File > User Preferences > Addons
+4. Click "Install From File" and navigate to the downloaded zip file and
+ install.
+5. Check the box next to "Subsimport"
+
+Usage
+=====
+
+A `video tutorial`_ is available.
+
+The user interface is located to the right side of the video sequencer.
+
+.. image:: http://i.imgur.com/nNchW3Z.png
+
+.. _video tutorial: https://www.youtube.com/watch?v=R-jis3S6dxU
+
+Subtitle Edit Channel
+---------------------
+
+.. image:: http://i.imgur.com/fgXDH1C.png
+
+The sequencer channel where The addon will have effect. Keyboard
+shortcuts, duration changing, exporting, syllabifying, splitting, and
+combining subtitles all depends on this value.
+
+Importing, splitting, and combining subtitles will automatically adjust
+the subtitle edit channel.
+
+Subtitle Font Size
+------------------
+
+.. image:: http://i.imgur.com/PNFAW5x.png
+
+The font size that will be applied to imported strips. You may change
+this value and refresh using the button to the right. (Changes only
+applied to the Subtitle Edit Channel)
+
+.. image:: http://i.imgur.com/sC6xx0n.gif
+
+Importing
+---------
+
+.. image:: http://i.imgur.com/x93jx4s.png
+
+.. image:: http://i.imgur.com/8MM08X5.gif
+
+3 filetypes may be imported with this addon: .txt, .lrc, and .srt files.
+
+.txt files do not contain any timing info. The text is imported so that
+each line of the text file becomes a strip in the sequencer. It is
+recommended that each line of text be no longer than **62** characters
+long.
+
+.lrc files are used with programs like MiniLyrics_ for displaying
+subtitles with music.
+
+.. _MiniLyrics: http://www.crintsoft.com/
+
+.srt files are the standard subtitle filetype for movies. They work well
+with the VLC_ media player.
+
+.. _VLC: https://www.videolan.org/vlc/index.html
+
+Subsimport also supports "Enhanced" .srt and .lrc files. These are
+special subtitles that highlight parts of the subtitles at a time.
+
+On import, AV sync, scrubbing, and frame drop will be enabled.
+
+It is recommended that if you're making lyrics for songs that you
+increase the scene FPS to 100 or even 1000 frames per second before
+importing. The reason is that .srt files support time data down to the
+millisecond, but strips must conform to the scene's FPS value. If a low
+FPS is used, then the minimum timing difference will be limited by the
+scene FPS.
+
+Furthermore, if you attempt to import strips and one or more strips has
+a duration that is less than 1 / the scene fps, you will create an
+error.
+
+Subimport does not allow any subtitles to overlap times and will
+automatically remove overlaps on import.
+
+.. _Bligify's: https://github.com/doakey3/Bligify
+
+Dur x 2 and Dur / 2
+-------------------
+
+.. image:: http://i.imgur.com/BmEDQiH.png
+
+.. image:: http://i.imgur.com/ZywhLfB.gif
+
+Doubles or halfs the duration of the strips in the
+"Subtitle Edit Channel".
+
+These buttons allow you to edit subtitles with a song playing at 50%
+speed, then convert the subtitles to normal speed.
+
+When making subtitles for music, I like to use Audacity_ to slow the
+music down by 50% and export it as a .wav file. I then use this in
+Blender for matching the lyrics to the song.
+
+.. _Audacity: http://www.audacityteam.org/
+
+Exporting
+---------
+
+.. image:: http://i.imgur.com/MzNk9S6.png
+
+Export the subtitles from the "Subtitle Edit Channel" as either .lrc
+or .srt file.
+
+Syllabify
+---------
+
+.. image:: http://i.imgur.com/sjKYWt8.png
+
+After subtitles have been imported, you can separate words by syllables.
+Before splitting the syllables, you should create a syllabification
+dictionary for your subtitles that defines how each word should be
+broken up.
+
+Subsimport has a dictionary of words and an algorithm for splitting
+words. Both are enabled by default. The algorithm's accuracy depends
+on which language is set.
+
+After clicking the "Syllabify" button, you'll create a .txt file
+containing all of the words of the song. Subsimport will try to split
+them up into separate syllables. You should read through the .txt file
+and make any corrections as necessary before you split your words.
+
+After syllabifying words, you may save your dictionary to the default
+dictionary that Subsimport uses. This way, any words you may have needed
+to edit will be correctly syllabified the next time Subsimport
+encounters them.
+
+Split
+-----
+
+.. image:: http://i.imgur.com/XKJfMb3.png
+
+.. image:: http://i.imgur.com/9gAon9U.gif
+
+After defining how words should be separated, you can split them apart
+and create individually colored text strips that will highlight
+sequentially as your audio plays. You can set the timing of each
+syllable in the song.
+
+Text strip color can be changed with the highlight property and the
+refresh button to the right.
+
+Combine
+-------
+
+.. image:: http://i.imgur.com/4LJ3fQe.png
+
+.. image:: http://i.imgur.com/5lUFAt8.gif
+
+After synchronizing the syllables to the music, you can recombine
+the strips into enhanced strips prior to exporting the subtitles.
+
+The method used for combining the strips (ESRT or ELRC) depends on
+what kind of subtitles you would like to export.
+
+Keyboard Shortcuts
+------------------
+
+Make sure the "Subtitle Edit Channel" property is set to the channel
+where your subtitle strips have been imported.
+
+Note that splitted strips are set to not respond to these 4 shortcuts
+if it means going outside the bounds of their base strips.
+
+:D:
+ Set the start of a text strip.
+
+:F:
+ Set the end of a text strip.
+
+:S:
+ (like pressing F, then D rapidly)
+
+:W:
+ (like pressing D, then F rapidly)
+
+.. image:: http://i.imgur.com/D38fvvU.gif
+
+:Z:
+ Send top strips to the end of the base strip. Useful for resetting
+ the position of syllabified lyrics.
+
+ You must be within the start and end points of a base strip and the
+ "Subtitle Edit Channel" must be set to the top strips channel for
+ this to work.
+
+.. image:: http://i.imgur.com/XoxELtD.gif
+
+:Ctrl + Shift + Right:
+ Select all strips in the Subtitle Edit Channel to the right of the
+ current time indicator.
+
+:Ctrl + Shift + Left:
+ Select all strips in the Subtitle Edit Channel to the left of the
+ current time indicator
+
+Contributing
+============
+
+Pull requests, feature requests, donations, and example song .srt files
+are welcome! Also, adding syllabified words to the default dictionary is
+encouraged.
diff --git a/__init__.py b/__init__.py
index 2978af9..40de76c 100755
--- a/__init__.py
+++ b/__init__.py
@@ -1,239 +1,229 @@
-import bpy
-
-from .operators.shortcuts import ShiftFrameStart
-from .operators.shortcuts import ShiftFrameEnd
-from .operators.shortcuts import ShiftFrameStartEnd
-from .operators.shortcuts import ShiftFrameEndStart
-from .operators.shortcuts import ResetChildren
-
-from .operators.duration_adjust import DurationXTwo
-from .operators.duration_adjust import DurationXHalf
-
-from .operators.refresh_font_size import RefreshFontSize
-from .operators.import_subtitles import ImportSubtitles
-from .operators.export_srt import ExportSRT
-from .operators.export_lrc import ExportLRC
-from .operators.refresh_highlight import RefreshHighlight
-from .operators.syllabify import Syllabify
-from .operators.save_syllables import SaveSyllables
-from .operators.split_words import SplitWords
-from .operators.combine_words import CombineWords
-
-from .operators.select import SelectChannelRight, SelectChannelLeft
-
-bl_info = {
- "name": "Subsimport",
- "description": "Import subtitles into blender",
- "author": "doakey3",
- "version": (1, 2, 9),
- "blender": (2, 7, 8),
- "wiki_url": "https://github.com/doakey3/subsimport",
- "tracker_url": "https://github.com/doakey3/subsimport/issues",
- "category": "Sequencer"
- }
-
-class subsimport_UI(bpy.types.Panel):
- bl_space_type = "SEQUENCE_EDITOR"
- bl_region_type = "UI"
- bl_label = "Subsimport"
- bl_category = "Tools"
- bl_options = {"DEFAULT_CLOSED"}
-
- @classmethod
- def poll(cls, context):
- return context.space_data.view_type == 'SEQUENCER'
-
- def draw(self, context):
- scene = context.scene
- layout = self.layout
-
- row = layout.row()
- row.prop(scene, 'subtitle_edit_channel',
- text="Subtitle Edit Channel")
-
- box = layout.box()
- row = box.row(align=False)
- row.prop(scene, 'subtitle_font_size',
- text='Subtitle Font Size')
- row.operator('sequencerextra.refresh_font_size',
- icon="FILE_REFRESH")
- row = box.row()
- row.operator('sequencerextra.import_subtitles', icon='ANIM')
- row = box.row()
- row.operator('sequencerextra.duration_x_two', icon='PREVIEW_RANGE')
- row.operator('sequencerextra.duration_x_half', icon='RECOVER_LAST')
- row = box.row()
- row.operator('sequencerextra.export_srt', icon='RENDER_ANIMATION')
- row.operator('sequencerextra.export_lrc', icon='FILE_SOUND')
- box = layout.box()
- row = box.row()
- row.prop(scene, 'use_dictionary_syllabification', text="Dictionary Syllabification")
- row = box.row()
- row.prop(scene, 'use_algorithmic_syllabification', text="Algorithm")
- row.prop(scene, 'syllabification_language', text='')
- row = box.row()
- row.operator('sequencerextra.syllabify', icon="ALIGN")
- row.operator('sequencerextra.save_syllables', icon="DISK_DRIVE")
- row = box.row()
- row.prop(scene, 'syllable_dictionary_path', icon='TEXT', text="Syll Dict")
-
- row = box.row()
- row.prop(scene, 'enhanced_subs_color',
- text='Highlight')
- row.operator('sequencerextra.refresh_highlight',
- icon='FILE_REFRESH')
- row = box.row()
- row.operator('sequencerextra.split_words', icon="MOD_EXPLODE")
- row = box.row()
- row.operator('sequencerextra.combine_words', icon="MOD_BUILD")
- row.prop(scene, 'subtitle_combine_mode', text='')
-
-def register():
- bpy.utils.register_module(__name__)
-
- bpy.types.Scene.subtitle_edit_channel = bpy.props.IntProperty(
- description="The channel where keyboard shortcuts will act on text strips",
- default=1,
- min=0)
-
- bpy.types.Scene.subtitle_font_size = bpy.props.IntProperty(
- description="The font size of the added text strips after import",
- default=70,
- min=1)
-
- bpy.types.Scene.syllable_dictionary_path = bpy.props.StringProperty(
- name="Syllable Dictionary Path",
- description="Path to the text file containing words separated by syllables.\nNeeded for accurate splitting of subtitles by syllable.",
- subtype="FILE_PATH",
- )
-
- bpy.types.Scene.enhanced_subs_color = bpy.props.FloatVectorProperty(
- subtype='COLOR_GAMMA',
- description="Highlight color of the subtitles in the edit channel",
- size=3,
- default=(1.0, 0.5, 0.0),
- min=0.0, max=1.0,)
-
- bpy.types.Scene.use_dictionary_syllabification = bpy.props.BoolProperty(
- description="Use (Less-Error-Prone) algorithm to syllabify words.",
- default=True
- )
-
- bpy.types.Scene.use_algorithmic_syllabification = bpy.props.BoolProperty(
- description="Use (imperfect) algorithm to syllabify words.\nIf dictionary method is enabled, the algorithm is used for words not found in the dictionary.",
- default=True
- )
-
- language_options = [
- # probably don't need this
- #('grc', 'Ancient Greek', ''),
- ('hy', 'Armenian', ''),
- ('be', 'Belarusian', ''),
- ('bn', 'Bengali', ''),
- ('ca', 'Catalan', ''),
- ('cs', 'Czech', ''),
- ('da', 'Danish', ''),
- ('nl', 'Dutch', ''),
- # Better off using en-us until I have a better dictionary
- #('en-gb', 'English-Great Britain', ''),
- ('en-us', 'English-U.S.', ''),
- ('eo', 'Esperanto', ''),
- ('et', 'Estonian', ''),
- ('fi', 'Finnish', ''),
- ('fr', 'French', ''),
- ('de', 'German', ''),
- ('gu', 'Gujarati', ''),
- ('hi', 'Hindi', ''),
- ('hu', 'Hungarian', ''),
- ('ga', 'Irish', ''),
- ('it', 'Italian', ''),
- ('lv', 'Latvian', ''),
- ('ml', 'Malayalam', ''),
- ('el-monoton', 'Monotonic Greek', ''),
- ('nb-no', 'Norwegian', ''),
- ('or', 'Oriya', ''),
- ('pl', 'Polish', ''),
- # Probably don't need this
- #('el-polyton', 'Polytonic Greek', ''),
- ('pt', 'Portuguese', ''),
- ('pa', 'Punjabi', ''),
- ('ro', 'Romanian', ''),
- ('ru', 'Russian', ''),
- ('sr-cyrl', 'Serbian Cyrillic', ''),
- ('sr-latn', 'Serbian Latin', ''),
- ('sk', 'Slovak', ''),
- ('sl', 'Slovene', ''),
- ('es', 'Spanish', ''),
- ('sv', 'Swedish', ''),
- ('ta', 'Tamil', ''),
- ('te', 'Telugu', ''),
- ('tr', 'Turkish', ''),
- ('uk', 'Ukrainian', ''),
- ]
-
- bpy.types.Scene.syllabification_language = bpy.props.EnumProperty(
- name="Syllabification Language",
- items=language_options,
- description="Set the language to use when syllabifying",
- default="en-us"
- )
-
- combine_modes = [
- ('esrt', 'ESRT', 'Combine subtitles as enhanced SRT strips'),
- ('elrc', 'ELRC', 'Combine subtitles as enhanced LRC strips')
- ]
-
- bpy.types.Scene.subtitle_combine_mode = bpy.props.EnumProperty(
- name="Subtitle Combine Mode",
- items=combine_modes,
- description="How to combine the subtitles",
- default="esrt"
- )
-
- kc = bpy.context.window_manager.keyconfigs.addon
- if not kc:
- kc = bpy.context.window_manager.keyconfigs.new("Blender Addon")
- km = kc.keymaps.new(name="Sequencer", space_type="SEQUENCE_EDITOR")
- kmi = km.keymap_items.new("sequencerextra.shift_frame_start",
- "D", 'PRESS')
- kmi = km.keymap_items.new("sequencerextra.shift_frame_end",
- "F", 'PRESS')
- kmi = km.keymap_items.new("sequencerextra.shift_frame_start_end", "W", "PRESS")
- kmi = km.keymap_items.new("sequencerextra.shift_frame_end_start", "S", 'PRESS')
-
- kmi = km.keymap_items.new("sequencerextra.reset_children", "Z", 'PRESS')
-
- kmi = km.keymap_items.new(
- "sequencerextra.select_channel_right", "RIGHT_ARROW", "PRESS", alt=False,
- ctrl=True, shift=True
- )
- kmi = km.keymap_items.new(
- "sequencerextra.select_channel_left", "LEFT_ARROW", "PRESS", alt=False,
- ctrl=True, shift=True
- )
-
-def unregister():
- del bpy.types.Scene.subtitle_edit_channel
- del bpy.types.Scene.subtitle_font_size
- del bpy.types.Scene.enhanced_subs_color
- del bpy.types.Scene.syllable_dictionary_path
- del bpy.types.Scene.use_dictionary_syllabification
- del bpy.types.Scene.use_algorithmic_syllabification
- del bpy.types.Scene.syllabification_language
- del bpy.types.Scene.subtitle_combine_mode
-
- kc = bpy.context.window_manager.keyconfigs.addon
- km = kc.keymaps["Sequencer"]
- for kmi in km.keymap_items:
- if kmi.idname in ["sequencerextra.shift_frame_start",
- "sequencerextra.shift_frame_end",
- "sequencerextra.shift_frame_start_end",
- "sequencerextra.shift_frame_end_start",
- "sequencerextra.select_channel_right",
- "sequencerextra.select_channel_left"]:
- km.keymap_items.remove(kmi)
-
- bpy.utils.unregister_module(__name__)
-
-if __name__ == "__main__":
- register()
+import bpy
+from .operators import *
+
+bl_info = {
+ "name": "Subsimport",
+ "description": "Import subtitles into blender",
+ "author": "doakey3",
+ "version": (1, 3, 0),
+ "blender": (2, 80, 0),
+ "wiki_url": "https://github.com/doakey3/subsimport",
+ "tracker_url": "https://github.com/doakey3/subsimport/issues",
+ "category": "Sequencer"
+ }
+
+
+class SEQUENCER_PT_ui(bpy.types.Panel):
+ bl_space_type = "SEQUENCE_EDITOR"
+ bl_region_type = "UI"
+ bl_label = "Subsimport"
+ bl_category = "Tools"
+ bl_options = {"DEFAULT_CLOSED"}
+
+ @classmethod
+ def poll(cls, context):
+ return context.space_data.view_type == 'SEQUENCER'
+
+ def draw(self, context):
+ scene = context.scene
+ layout = self.layout
+
+ row = layout.row()
+ row.prop(scene, 'subtitle_edit_channel',
+ text="Subtitle Edit Channel")
+
+ box = layout.box()
+ row = box.row(align=False)
+ row.prop(scene, 'subtitle_font_size',
+ text='Subtitle Font Size')
+ row.operator('sequencerextra.refresh_font_size',
+ icon="FILE_REFRESH")
+ row = box.row()
+ row.operator('sequencerextra.import_subtitles', icon='ANIM')
+ row = box.row()
+ row.operator('sequencerextra.duration_x_two', icon='PREVIEW_RANGE')
+ row.operator('sequencerextra.duration_x_half', icon='RECOVER_LAST')
+ row = box.row()
+ row.operator('sequencerextra.export_srt', icon='RENDER_ANIMATION')
+ row.operator('sequencerextra.export_lrc', icon='FILE_SOUND')
+ box = layout.box()
+ row = box.row()
+ row.prop(scene, 'use_dictionary_syllabification', text="Dictionary Syllabification")
+ row = box.row()
+ row.prop(scene, 'use_algorithmic_syllabification', text="Algorithm")
+ row.prop(scene, 'syllabification_language', text='')
+ row = box.row()
+ row.operator('sequencerextra.syllabify', icon="ALIGN_FLUSH")
+ row.operator('sequencerextra.save_syllables', icon="DISK_DRIVE")
+ row = box.row()
+ row.prop(scene, 'syllable_dictionary_path', icon='TEXT', text="Syll Dict")
+
+ row = box.row()
+ row.prop(scene, 'enhanced_subs_color',
+ text='Highlight')
+ row.operator('sequencerextra.refresh_highlight',
+ icon='FILE_REFRESH')
+ row = box.row()
+ row.operator('sequencerextra.split_words', icon="MOD_EXPLODE")
+ row = box.row()
+ row.operator('sequencerextra.combine_words', icon="MOD_BUILD")
+ row.prop(scene, 'subtitle_combine_mode', text='')
+
+
+def init_prop():
+ bpy.types.Scene.subtitle_edit_channel = bpy.props.IntProperty(
+ description="The channel where keyboard shortcuts will act on text strips",
+ default=1,
+ min=0)
+
+ bpy.types.Scene.subtitle_font_size = bpy.props.IntProperty(
+ description="The font size of the added text strips after import",
+ default=70,
+ min=1)
+
+ bpy.types.Scene.syllable_dictionary_path = bpy.props.StringProperty(
+ name="Syllable Dictionary Path",
+ description="Path to the text file containing words separated by syllables.\nNeeded for accurate splitting of subtitles by syllable.",
+ subtype="FILE_PATH",
+ )
+
+ bpy.types.Scene.enhanced_subs_color = bpy.props.FloatVectorProperty(
+ subtype='COLOR_GAMMA',
+ description="Highlight color of the subtitles in the edit channel",
+ size=3,
+ default=(1.0, 0.5, 0.0),
+ min=0.0, max=1.0,)
+
+ bpy.types.Scene.use_dictionary_syllabification = bpy.props.BoolProperty(
+ description="Use (Less-Error-Prone) algorithm to syllabify words.",
+ default=True
+ )
+
+ bpy.types.Scene.use_algorithmic_syllabification = bpy.props.BoolProperty(
+ description="Use (imperfect) algorithm to syllabify words.\nIf dictionary method is enabled, the algorithm is used for words not found in the dictionary.",
+ default=True
+ )
+
+ language_options = [
+ # probably don't need this
+ #('grc', 'Ancient Greek', ''),
+ ('hy', 'Armenian', ''),
+ ('be', 'Belarusian', ''),
+ ('bn', 'Bengali', ''),
+ ('ca', 'Catalan', ''),
+ ('cs', 'Czech', ''),
+ ('da', 'Danish', ''),
+ ('nl', 'Dutch', ''),
+ # Better off using en-us until I have a better dictionary
+ #('en-gb', 'English-Great Britain', ''),
+ ('en-us', 'English-U.S.', ''),
+ ('eo', 'Esperanto', ''),
+ ('et', 'Estonian', ''),
+ ('fi', 'Finnish', ''),
+ ('fr', 'French', ''),
+ ('de', 'German', ''),
+ ('gu', 'Gujarati', ''),
+ ('hi', 'Hindi', ''),
+ ('hu', 'Hungarian', ''),
+ ('ga', 'Irish', ''),
+ ('it', 'Italian', ''),
+ ('lv', 'Latvian', ''),
+ ('ml', 'Malayalam', ''),
+ ('el-monoton', 'Monotonic Greek', ''),
+ ('nb-no', 'Norwegian', ''),
+ ('or', 'Oriya', ''),
+ ('pl', 'Polish', ''),
+ # Probably don't need this
+ #('el-polyton', 'Polytonic Greek', ''),
+ ('pt', 'Portuguese', ''),
+ ('pa', 'Punjabi', ''),
+ ('ro', 'Romanian', ''),
+ ('ru', 'Russian', ''),
+ ('sr-cyrl', 'Serbian Cyrillic', ''),
+ ('sr-latn', 'Serbian Latin', ''),
+ ('sk', 'Slovak', ''),
+ ('sl', 'Slovene', ''),
+ ('es', 'Spanish', ''),
+ ('sv', 'Swedish', ''),
+ ('ta', 'Tamil', ''),
+ ('te', 'Telugu', ''),
+ ('tr', 'Turkish', ''),
+ ('uk', 'Ukrainian', ''),
+ ]
+
+ bpy.types.Scene.syllabification_language = bpy.props.EnumProperty(
+ name="Syllabification Language",
+ items=language_options,
+ description="Set the language to use when syllabifying",
+ default="en-us"
+ )
+
+ combine_modes = [
+ ('esrt', 'ESRT', 'Combine subtitles as enhanced SRT strips'),
+ ('elrc', 'ELRC', 'Combine subtitles as enhanced LRC strips')
+ ]
+
+ bpy.types.Scene.subtitle_combine_mode = bpy.props.EnumProperty(
+ name="Subtitle Combine Mode",
+ items=combine_modes,
+ description="How to combine the subtitles",
+ default="esrt"
+ )
+
+classes = [
+ SEQUENCER_PT_ui,
+ SEQUENCER_OT_combine_words,
+ SEQUENCER_OT_duration_x_2,
+ SEQUENCER_OT_duration_x_half,
+ SEQUENCER_OT_export_lrc,
+ SEQUENCER_OT_export_srt,
+ SEQUENCER_OT_import_subtitles,
+ SEQUENCER_OT_refresh_font_size,
+ SEQUENCER_OT_refresh_highlight,
+ SEQUENCER_OT_save_syllables,
+ SEQUENCER_OT_select_channel_right,
+ SEQUENCER_OT_select_channel_left,
+ SEQUENCER_OT_shift_frame_start,
+ SEQUENCER_OT_shift_frame_end,
+ SEQUENCER_OT_shift_frame_start_end,
+ SEQUENCER_OT_shift_frame_end_start,
+ SEQUENCER_OT_reset_children,
+ SEQUENCER_OT_split_words,
+ SEQUENCER_OT_syllabify,
+]
+addon_keymaps = []
+
+def register():
+ init_prop()
+ from bpy.utils import register_class
+ for cls in classes:
+ register_class(cls)
+
+ wm = bpy.context.window_manager
+ km = wm.keyconfigs.addon.keymaps.new(name="Sequencer", space_type="SEQUENCE_EDITOR", region_type="WINDOW")
+
+ kmi = km.keymap_items.new("sequencerextra.shift_frame_start", "D", 'PRESS')
+ kmi = km.keymap_items.new("sequencerextra.shift_frame_end", "F", 'PRESS')
+ kmi = km.keymap_items.new("sequencerextra.shift_frame_start_end", "W", "PRESS")
+ kmi = km.keymap_items.new("sequencerextra.shift_frame_end_start", "S", 'PRESS')
+
+ kmi = km.keymap_items.new("sequencerextra.reset_children", "Z", 'PRESS')
+
+ kmi = km.keymap_items.new("sequencerextra.select_channel_right", "RIGHT_ARROW", "PRESS", alt=False, ctrl=True, shift=True)
+ kmi = km.keymap_items.new("sequencerextra.select_channel_left", "LEFT_ARROW", "PRESS", alt=False, ctrl=True, shift=True)
+
+ addon_keymaps.append(km)
+
+def unregister():
+ from bpy.utils import unregister_class
+ for cls in reversed(classes):
+ unregister_class(cls)
+
+ wm = bpy.context.window_manager
+ for km in addon_keymaps:
+ wm.keyconfigs.addon.keymaps.remove(km)
+ addon_keymaps.clear()
+
+
+if __name__ == "__main__":
+ register()
diff --git a/examples/ESRT/Billy Joel/The River of Dreams.srt b/examples/ESRT/Billy Joel/The River of Dreams.srt
index cb46aa3..be54f89 100755
--- a/examples/ESRT/Billy Joel/The River of Dreams.srt
+++ b/examples/ESRT/Billy Joel/The River of Dreams.srt
@@ -1,2309 +1,2309 @@
-1
-00:00:17,193 --> 00:00:17,234
-Woo ooh ooh ho ooh ooh hoo...
-
-2
-00:00:17,234 --> 00:00:17,525
-Woo ooh ooh ho ooh ooh hoo...
-
-3
-00:00:17,525 --> 00:00:17,839
-Woo ooh ooh ho ooh ooh hoo...
-
-4
-00:00:17,839 --> 00:00:17,990
-Woo ooh ooh ho ooh ooh hoo...
-
-5
-00:00:17,990 --> 00:00:18,130
-Woo ooh ooh ho ooh ooh hoo...
-
-6
-00:00:18,130 --> 00:00:18,501
-Woo ooh ooh ho ooh ooh hoo...
-
-7
-00:00:18,501 --> 00:00:18,722
-Woo ooh ooh ho ooh ooh hoo...
-
-8
-00:00:18,722 --> 00:00:20,084
-Woo ooh ooh ho ooh ooh hoo...
-
-9
-00:00:20,084 --> 00:00:20,592
-Woo ooh ooh ho ooh ooh hoo...
-
-10
-00:00:20,592 --> 00:00:20,846
-Ah ah ah haa haaa...
-
-11
-00:00:20,846 --> 00:00:21,147
-Ah ah ah haa haaa...
-
-12
-00:00:21,147 --> 00:00:21,481
-Ah ah ah haa haaa...
-
-13
-00:00:21,481 --> 00:00:22,408
-Ah ah ah haa haaa...
-
-14
-00:00:22,408 --> 00:00:23,387
-Ah ah ah haa haaa...
-
-15
-00:00:23,387 --> 00:00:24,122
-Ah ah ah haa haaa...
-
-16
-00:00:25,897 --> 00:00:26,193
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-17
-00:00:26,193 --> 00:00:26,526
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-18
-00:00:26,526 --> 00:00:26,873
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-19
-00:00:26,873 --> 00:00:27,887
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-20
-00:00:27,887 --> 00:00:28,082
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-21
-00:00:28,082 --> 00:00:28,780
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-22
-00:00:28,780 --> 00:00:29,577
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-23
-00:00:29,577 --> 00:00:31,775
-Woo ooh ooh hoo
-ooh ooh hoo ooh...
-
-24
-00:00:31,775 --> 00:00:32,085
-Ah haa...
-
-25
-00:00:32,085 --> 00:00:33,759
-Ah haa...
-
-26
-00:00:33,759 --> 00:00:34,071
-In the middle of the night
-
-27
-00:00:34,071 --> 00:00:34,210
-In the middle of the night
-
-28
-00:00:34,210 --> 00:00:34,420
-In the middle of the night
-
-29
-00:00:34,420 --> 00:00:34,594
-In the middle of the night
-
-30
-00:00:34,594 --> 00:00:34,792
-In the middle of the night
-
-31
-00:00:34,792 --> 00:00:34,920
-In the middle of the night
-
-32
-00:00:34,920 --> 00:00:35,903
-In the middle of the night
-
-33
-00:00:35,903 --> 00:00:36,447
-In the middle of the night
-
-34
-00:00:36,447 --> 00:00:36,723
-I go walking in my sleep
-
-35
-00:00:36,723 --> 00:00:36,874
-I go walking in my sleep
-
-36
-00:00:36,874 --> 00:00:37,118
-I go walking in my sleep
-
-37
-00:00:37,118 --> 00:00:37,211
-I go walking in my sleep
-
-38
-00:00:37,211 --> 00:00:37,397
-I go walking in my sleep
-
-39
-00:00:37,397 --> 00:00:37,688
-I go walking in my sleep
-
-40
-00:00:37,688 --> 00:00:38,553
-I go walking in my sleep
-
-41
-00:00:38,553 --> 00:00:39,216
-I go walking in my sleep
-
-42
-00:00:39,216 --> 00:00:39,452
-From the mountains of faith
-
-43
-00:00:39,452 --> 00:00:39,580
-From the mountains of faith
-
-44
-00:00:39,580 --> 00:00:39,743
-From the mountains of faith
-
-45
-00:00:39,743 --> 00:00:39,860
-From the mountains of faith
-
-46
-00:00:39,860 --> 00:00:40,011
-From the mountains of faith
-
-47
-00:00:40,011 --> 00:00:40,932
-From the mountains of faith
-
-48
-00:00:40,932 --> 00:00:41,896
-From the mountains of faith
-
-49
-00:00:41,896 --> 00:00:42,139
-To the river so deep
-
-50
-00:00:42,139 --> 00:00:42,231
-To the river so deep
-
-51
-00:00:42,231 --> 00:00:42,429
-To the river so deep
-
-52
-00:00:42,429 --> 00:00:42,569
-To the river so deep
-
-53
-00:00:42,569 --> 00:00:42,836
-To the river so deep
-
-54
-00:00:42,836 --> 00:00:43,955
-To the river so deep
-
-55
-00:00:43,955 --> 00:00:44,455
-To the river so deep
-
-56
-00:00:44,455 --> 00:00:44,494
-I must be looking
-for something
-
-57
-00:00:44,494 --> 00:00:44,622
-I must be looking
-for something
-
-58
-00:00:44,622 --> 00:00:44,808
-I must be looking
-for something
-
-59
-00:00:44,808 --> 00:00:44,936
-I must be looking
-for something
-
-60
-00:00:44,936 --> 00:00:45,099
-I must be looking
-for something
-
-61
-00:00:45,099 --> 00:00:45,215
-I must be looking
-for something
-
-62
-00:00:45,215 --> 00:00:45,442
-I must be looking
-for something
-
-63
-00:00:45,442 --> 00:00:45,709
-I must be looking
-for something
-
-64
-00:00:45,709 --> 00:00:46,336
-I must be looking
-for something
-
-65
-00:00:46,336 --> 00:00:47,197
-I must be looking
-for something
-
-66
-00:00:47,197 --> 00:00:47,459
-Something sacred I lost
-
-67
-00:00:47,459 --> 00:00:47,599
-Something sacred I lost
-
-68
-00:00:47,599 --> 00:00:47,785
-Something sacred I lost
-
-69
-00:00:47,785 --> 00:00:47,924
-Something sacred I lost
-
-70
-00:00:47,924 --> 00:00:48,087
-Something sacred I lost
-
-71
-00:00:48,087 --> 00:00:49,296
-Something sacred I lost
-
-72
-00:00:49,296 --> 00:00:49,920
-Something sacred I lost
-
-73
-00:00:49,920 --> 00:00:50,136
-But the river is wide
-
-74
-00:00:50,136 --> 00:00:50,229
-But the river is wide
-
-75
-00:00:50,229 --> 00:00:50,426
-But the river is wide
-
-76
-00:00:50,426 --> 00:00:50,578
-But the river is wide
-
-77
-00:00:50,578 --> 00:00:50,891
-But the river is wide
-
-78
-00:00:50,891 --> 00:00:52,193
-But the river is wide
-
-79
-00:00:52,193 --> 00:00:52,528
-But the river is wide
-
-80
-00:00:52,528 --> 00:00:52,655
-And it's too hard to cross
-
-81
-00:00:52,655 --> 00:00:52,830
-And it's too hard to cross
-
-82
-00:00:52,830 --> 00:00:53,097
-And it's too hard to cross
-
-83
-00:00:53,097 --> 00:00:53,423
-And it's too hard to cross
-
-84
-00:00:53,423 --> 00:00:53,608
-And it's too hard to cross
-
-85
-00:00:53,608 --> 00:00:55,015
-And it's too hard to cross
-
-86
-00:00:55,015 --> 00:00:56,620
-And it's too hard to cross
-
-87
-00:00:56,620 --> 00:00:56,835
-Even though I
-know the river is wide
-
-88
-00:00:56,835 --> 00:00:56,963
-Even though I
-know the river is wide
-
-89
-00:00:56,963 --> 00:00:57,172
-Even though I
-know the river is wide
-
-90
-00:00:57,172 --> 00:00:57,312
-Even though I
-know the river is wide
-
-91
-00:00:57,312 --> 00:00:57,521
-Even though I
-know the river is wide
-
-92
-00:00:57,521 --> 00:00:57,649
-Even though I
-know the river is wide
-
-93
-00:00:57,649 --> 00:00:57,800
-Even though I
-know the river is wide
-
-94
-00:00:57,800 --> 00:00:57,963
-Even though I
-know the river is wide
-
-95
-00:00:57,963 --> 00:00:58,126
-Even though I
-know the river is wide
-
-96
-00:00:58,126 --> 00:00:58,524
-Even though I
-know the river is wide
-
-97
-00:00:58,524 --> 00:00:58,571
-I walk down every evening
-and stand on the shore
-
-98
-00:00:58,571 --> 00:00:58,652
-I walk down every evening
-and stand on the shore
-
-99
-00:00:58,652 --> 00:00:58,954
-I walk down every evening
-and stand on the shore
-
-100
-00:00:58,954 --> 00:00:59,326
-I walk down every evening
-and stand on the shore
-
-101
-00:00:59,326 --> 00:00:59,524
-I walk down every evening
-and stand on the shore
-
-102
-00:00:59,524 --> 00:00:59,663
-I walk down every evening
-and stand on the shore
-
-103
-00:00:59,663 --> 00:00:59,798
-I walk down every evening
-and stand on the shore
-
-104
-00:00:59,798 --> 00:00:59,964
-I walk down every evening
-and stand on the shore
-
-105
-00:00:59,964 --> 00:01:00,319
-I walk down every evening
-and stand on the shore
-
-106
-00:01:00,319 --> 00:01:00,481
-I walk down every evening
-and stand on the shore
-
-107
-00:01:00,481 --> 00:01:00,609
-I walk down every evening
-and stand on the shore
-
-108
-00:01:00,609 --> 00:01:00,784
-I walk down every evening
-and stand on the shore
-
-109
-00:01:00,784 --> 00:01:01,523
-I walk down every evening
-and stand on the shore
-
-110
-00:01:01,523 --> 00:01:01,880
-I walk down every evening
-and stand on the shore
-
-111
-00:01:01,880 --> 00:01:01,979
-I try to cross to
-the opposite side
-
-112
-00:01:01,979 --> 00:01:02,222
-I try to cross to
-the opposite side
-
-113
-00:01:02,222 --> 00:01:02,350
-I try to cross to
-the opposite side
-
-114
-00:01:02,350 --> 00:01:02,629
-I try to cross to
-the opposite side
-
-115
-00:01:02,629 --> 00:01:02,827
-I try to cross to
-the opposite side
-
-116
-00:01:02,827 --> 00:01:02,966
-I try to cross to
-the opposite side
-
-117
-00:01:02,966 --> 00:01:03,106
-I try to cross to
-the opposite side
-
-118
-00:01:03,106 --> 00:01:03,234
-I try to cross to
-the opposite side
-
-119
-00:01:03,234 --> 00:01:03,443
-I try to cross to
-the opposite side
-
-120
-00:01:03,443 --> 00:01:03,789
-I try to cross to
-the opposite side
-
-121
-00:01:03,789 --> 00:01:03,949
-So I can finally find
-what I've been looking for
-
-122
-00:01:03,949 --> 00:01:04,170
-So I can finally find
-what I've been looking for
-
-123
-00:01:04,170 --> 00:01:04,298
-So I can finally find
-what I've been looking for
-
-124
-00:01:04,298 --> 00:01:04,507
-So I can finally find
-what I've been looking for
-
-125
-00:01:04,507 --> 00:01:04,647
-So I can finally find
-what I've been looking for
-
-126
-00:01:04,647 --> 00:01:04,786
-So I can finally find
-what I've been looking for
-
-127
-00:01:04,786 --> 00:01:05,100
-So I can finally find
-what I've been looking for
-
-128
-00:01:05,100 --> 00:01:05,286
-So I can finally find
-what I've been looking for
-
-129
-00:01:05,286 --> 00:01:05,495
-So I can finally find
-what I've been looking for
-
-130
-00:01:05,495 --> 00:01:05,670
-So I can finally find
-what I've been looking for
-
-131
-00:01:05,670 --> 00:01:05,809
-So I can finally find
-what I've been looking for
-
-132
-00:01:05,809 --> 00:01:06,100
-So I can finally find
-what I've been looking for
-
-133
-00:01:06,100 --> 00:01:06,986
-So I can finally find
-what I've been looking for
-
-134
-00:01:06,986 --> 00:01:07,184
-So I can finally find
-what I've been looking for
-
-135
-00:01:07,184 --> 00:01:07,474
-In the middle of the night
-
-136
-00:01:07,474 --> 00:01:07,590
-In the middle of the night
-
-137
-00:01:07,590 --> 00:01:07,869
-In the middle of the night
-
-138
-00:01:07,869 --> 00:01:07,997
-In the middle of the night
-
-139
-00:01:07,997 --> 00:01:08,183
-In the middle of the night
-
-140
-00:01:08,183 --> 00:01:08,299
-In the middle of the night
-
-141
-00:01:08,299 --> 00:01:09,411
-In the middle of the night
-
-142
-00:01:09,411 --> 00:01:09,886
-In the middle of the night
-
-143
-00:01:09,886 --> 00:01:10,181
-I go walking in my sleep
-
-144
-00:01:10,181 --> 00:01:10,344
-I go walking in my sleep
-
-145
-00:01:10,344 --> 00:01:10,576
-I go walking in my sleep
-
-146
-00:01:10,576 --> 00:01:10,704
-I go walking in my sleep
-
-147
-00:01:10,704 --> 00:01:10,856
-I go walking in my sleep
-
-148
-00:01:10,856 --> 00:01:11,169
-I go walking in my sleep
-
-149
-00:01:11,169 --> 00:01:12,001
-I go walking in my sleep
-
-150
-00:01:12,001 --> 00:01:12,688
-I go walking in my sleep
-
-151
-00:01:12,688 --> 00:01:12,923
-Through the valley of fear
-
-152
-00:01:12,923 --> 00:01:13,040
-Through the valley of fear
-
-153
-00:01:13,040 --> 00:01:13,225
-Through the valley of fear
-
-154
-00:01:13,225 --> 00:01:13,376
-Through the valley of fear
-
-155
-00:01:13,376 --> 00:01:13,550
-Through the valley of fear
-
-156
-00:01:13,550 --> 00:01:14,387
-Through the valley of fear
-
-157
-00:01:14,387 --> 00:01:15,219
-Through the valley of fear
-
-158
-00:01:15,219 --> 00:01:15,534
-To a river so deep
-
-159
-00:01:15,534 --> 00:01:15,673
-To a river so deep
-
-160
-00:01:15,673 --> 00:01:15,871
-To a river so deep
-
-161
-00:01:15,871 --> 00:01:15,987
-To a river so deep
-
-162
-00:01:15,987 --> 00:01:16,290
-To a river so deep
-
-163
-00:01:16,290 --> 00:01:17,626
-To a river so deep
-
-164
-00:01:17,626 --> 00:01:17,946
-To a river so deep
-
-165
-00:01:17,946 --> 00:01:18,270
-I've been searching
-for something
-
-166
-00:01:18,270 --> 00:01:18,387
-I've been searching
-for something
-
-167
-00:01:18,387 --> 00:01:18,549
-I've been searching
-for something
-
-168
-00:01:18,549 --> 00:01:18,689
-I've been searching
-for something
-
-169
-00:01:18,689 --> 00:01:18,887
-I've been searching
-for something
-
-170
-00:01:18,887 --> 00:01:19,189
-I've been searching
-for something
-
-171
-00:01:19,189 --> 00:01:19,947
-I've been searching
-for something
-
-172
-00:01:19,947 --> 00:01:20,664
-I've been searching
-for something
-
-173
-00:01:20,664 --> 00:01:20,887
-Taken out of my soul
-
-174
-00:01:20,887 --> 00:01:21,027
-Taken out of my soul
-
-175
-00:01:21,027 --> 00:01:21,213
-Taken out of my soul
-
-176
-00:01:21,213 --> 00:01:21,352
-Taken out of my soul
-
-177
-00:01:21,352 --> 00:01:21,550
-Taken out of my soul
-
-178
-00:01:21,550 --> 00:01:22,840
-Taken out of my soul
-
-179
-00:01:22,840 --> 00:01:23,174
-Taken out of my soul
-
-180
-00:01:23,174 --> 00:01:23,371
-Something I'd never lose
-
-181
-00:01:23,371 --> 00:01:23,580
-Something I'd never lose
-
-182
-00:01:23,580 --> 00:01:23,870
-Something I'd never lose
-
-183
-00:01:23,870 --> 00:01:24,138
-Something I'd never lose
-
-184
-00:01:24,138 --> 00:01:24,403
-Something I'd never lose
-
-185
-00:01:24,403 --> 00:01:25,220
-Something I'd never lose
-
-186
-00:01:25,220 --> 00:01:25,969
-Something I'd never lose
-
-187
-00:01:25,969 --> 00:01:26,166
-Something somebody stole
-
-188
-00:01:26,166 --> 00:01:26,410
-Something somebody stole
-
-189
-00:01:26,410 --> 00:01:26,713
-Something somebody stole
-
-190
-00:01:26,713 --> 00:01:26,911
-Something somebody stole
-
-191
-00:01:26,911 --> 00:01:27,073
-Something somebody stole
-
-192
-00:01:27,073 --> 00:01:29,491
-Something somebody stole
-
-193
-00:01:29,491 --> 00:01:29,970
-Something somebody stole
-
-194
-00:01:29,970 --> 00:01:30,082
-I don't know why I
-go walking at night
-
-195
-00:01:30,082 --> 00:01:30,303
-I don't know why I
-go walking at night
-
-196
-00:01:30,303 --> 00:01:30,431
-I don't know why I
-go walking at night
-
-197
-00:01:30,431 --> 00:01:30,605
-I don't know why I
-go walking at night
-
-198
-00:01:30,605 --> 00:01:30,756
-I don't know why I
-go walking at night
-
-199
-00:01:30,756 --> 00:01:30,930
-I don't know why I
-go walking at night
-
-200
-00:01:30,930 --> 00:01:31,186
-I don't know why I
-go walking at night
-
-201
-00:01:31,186 --> 00:01:31,372
-I don't know why I
-go walking at night
-
-202
-00:01:31,372 --> 00:01:31,558
-I don't know why I
-go walking at night
-
-203
-00:01:31,558 --> 00:01:31,937
-I don't know why I
-go walking at night
-
-204
-00:01:31,937 --> 00:01:32,033
-But now I'm tired and I
-don't want to walk anymore
-
-205
-00:01:32,033 --> 00:01:32,158
-But now I'm tired and I
-don't want to walk anymore
-
-206
-00:01:32,158 --> 00:01:32,363
-But now I'm tired and I
-don't want to walk anymore
-
-207
-00:01:32,363 --> 00:01:32,755
-But now I'm tired and I
-don't want to walk anymore
-
-208
-00:01:32,755 --> 00:01:32,894
-But now I'm tired and I
-don't want to walk anymore
-
-209
-00:01:32,894 --> 00:01:33,069
-But now I'm tired and I
-don't want to walk anymore
-
-210
-00:01:33,069 --> 00:01:33,243
-But now I'm tired and I
-don't want to walk anymore
-
-211
-00:01:33,243 --> 00:01:33,417
-But now I'm tired and I
-don't want to walk anymore
-
-212
-00:01:33,417 --> 00:01:33,592
-But now I'm tired and I
-don't want to walk anymore
-
-213
-00:01:33,592 --> 00:01:33,917
-But now I'm tired and I
-don't want to walk anymore
-
-214
-00:01:33,917 --> 00:01:34,080
-But now I'm tired and I
-don't want to walk anymore
-
-215
-00:01:34,080 --> 00:01:34,266
-But now I'm tired and I
-don't want to walk anymore
-
-216
-00:01:34,266 --> 00:01:35,372
-But now I'm tired and I
-don't want to walk anymore
-
-217
-00:01:35,372 --> 00:01:35,458
-I hope it doesn't take
-the rest of my life
-
-218
-00:01:35,458 --> 00:01:35,657
-I hope it doesn't take
-the rest of my life
-
-219
-00:01:35,657 --> 00:01:35,750
-I hope it doesn't take
-the rest of my life
-
-220
-00:01:35,750 --> 00:01:35,948
-I hope it doesn't take
-the rest of my life
-
-221
-00:01:35,948 --> 00:01:36,076
-I hope it doesn't take
-the rest of my life
-
-222
-00:01:36,076 --> 00:01:36,250
-I hope it doesn't take
-the rest of my life
-
-223
-00:01:36,250 --> 00:01:36,424
-I hope it doesn't take
-the rest of my life
-
-224
-00:01:36,424 --> 00:01:36,587
-I hope it doesn't take
-the rest of my life
-
-225
-00:01:36,587 --> 00:01:36,727
-I hope it doesn't take
-the rest of my life
-
-226
-00:01:36,727 --> 00:01:36,924
-I hope it doesn't take
-the rest of my life
-
-227
-00:01:36,924 --> 00:01:37,287
-I hope it doesn't take
-the rest of my life
-
-228
-00:01:37,287 --> 00:01:37,403
-Until I find what it is
-I've been looking for
-
-229
-00:01:37,403 --> 00:01:37,624
-Until I find what it is
-I've been looking for
-
-230
-00:01:37,624 --> 00:01:37,729
-Until I find what it is
-I've been looking for
-
-231
-00:01:37,729 --> 00:01:37,950
-Until I find what it is
-I've been looking for
-
-232
-00:01:37,950 --> 00:01:38,089
-Until I find what it is
-I've been looking for
-
-233
-00:01:38,089 --> 00:01:38,263
-Until I find what it is
-I've been looking for
-
-234
-00:01:38,263 --> 00:01:38,542
-Until I find what it is
-I've been looking for
-
-235
-00:01:38,542 --> 00:01:38,868
-Until I find what it is
-I've been looking for
-
-236
-00:01:38,868 --> 00:01:39,066
-Until I find what it is
-I've been looking for
-
-237
-00:01:39,066 --> 00:01:39,275
-Until I find what it is
-I've been looking for
-
-238
-00:01:39,275 --> 00:01:39,565
-Until I find what it is
-I've been looking for
-
-239
-00:01:39,565 --> 00:01:40,779
-Until I find what it is
-I've been looking for
-
-240
-00:01:40,779 --> 00:01:42,018
-Until I find what it is
-I've been looking for
-
-241
-00:01:42,018 --> 00:01:42,287
-In the middle of the night
-
-242
-00:01:42,287 --> 00:01:42,353
-In the middle of the night
-
-243
-00:01:42,353 --> 00:01:42,621
-In the middle of the night
-
-244
-00:01:42,621 --> 00:01:42,807
-In the middle of the night
-
-245
-00:01:42,807 --> 00:01:42,993
-In the middle of the night
-
-246
-00:01:42,993 --> 00:01:43,144
-In the middle of the night
-
-247
-00:01:43,144 --> 00:01:44,408
-In the middle of the night
-
-248
-00:01:44,408 --> 00:01:44,626
-In the middle of the night
-
-249
-00:01:44,626 --> 00:01:44,951
-I go walking in my sleep
-
-250
-00:01:44,951 --> 00:01:45,113
-I go walking in my sleep
-
-251
-00:01:45,113 --> 00:01:45,311
-I go walking in my sleep
-
-252
-00:01:45,311 --> 00:01:45,462
-I go walking in my sleep
-
-253
-00:01:45,462 --> 00:01:45,637
-I go walking in my sleep
-
-254
-00:01:45,637 --> 00:01:45,974
-I go walking in my sleep
-
-255
-00:01:45,974 --> 00:01:46,752
-I go walking in my sleep
-
-256
-00:01:46,752 --> 00:01:47,330
-I go walking in my sleep
-
-257
-00:01:47,330 --> 00:01:47,639
-Through the jungle of doubt
-
-258
-00:01:47,639 --> 00:01:47,732
-Through the jungle of doubt
-
-259
-00:01:47,732 --> 00:01:47,953
-Through the jungle of doubt
-
-260
-00:01:47,953 --> 00:01:48,081
-Through the jungle of doubt
-
-261
-00:01:48,081 --> 00:01:48,325
-Through the jungle of doubt
-
-262
-00:01:48,325 --> 00:01:49,604
-Through the jungle of doubt
-
-263
-00:01:49,604 --> 00:01:49,933
-Through the jungle of doubt
-
-264
-00:01:49,933 --> 00:01:50,255
-To the river so deep
-
-265
-00:01:50,255 --> 00:01:50,429
-To the river so deep
-
-266
-00:01:50,429 --> 00:01:50,638
-To the river so deep
-
-267
-00:01:50,638 --> 00:01:50,778
-To the river so deep
-
-268
-00:01:50,778 --> 00:01:51,103
-To the river so deep
-
-269
-00:01:51,103 --> 00:01:52,161
-To the river so deep
-
-270
-00:01:52,161 --> 00:01:52,655
-To the river so deep
-
-271
-00:01:52,655 --> 00:01:52,790
-I know I'm searching
-for something
-
-272
-00:01:52,790 --> 00:01:52,999
-I know I'm searching
-for something
-
-273
-00:01:52,999 --> 00:01:53,138
-I know I'm searching
-for something
-
-274
-00:01:53,138 --> 00:01:53,325
-I know I'm searching
-for something
-
-275
-00:01:53,325 --> 00:01:53,464
-I know I'm searching
-for something
-
-276
-00:01:53,464 --> 00:01:53,673
-I know I'm searching
-for something
-
-277
-00:01:53,673 --> 00:01:53,941
-I know I'm searching
-for something
-
-278
-00:01:53,941 --> 00:01:54,778
-I know I'm searching
-for something
-
-279
-00:01:54,778 --> 00:01:55,363
-I know I'm searching
-for something
-
-280
-00:01:55,363 --> 00:01:55,628
-Something so undefined
-
-281
-00:01:55,628 --> 00:01:55,778
-Something so undefined
-
-282
-00:01:55,778 --> 00:01:55,941
-Something so undefined
-
-283
-00:01:55,941 --> 00:01:56,104
-Something so undefined
-
-284
-00:01:56,104 --> 00:01:56,301
-Something so undefined
-
-285
-00:01:56,301 --> 00:01:57,832
-Something so undefined
-
-286
-00:01:57,832 --> 00:01:57,966
-Something so undefined
-
-287
-00:01:57,966 --> 00:01:58,107
-That it can only be seen
-
-288
-00:01:58,107 --> 00:01:58,327
-That it can only be seen
-
-289
-00:01:58,327 --> 00:01:58,479
-That it can only be seen
-
-290
-00:01:58,479 --> 00:01:58,676
-That it can only be seen
-
-291
-00:01:58,676 --> 00:01:58,816
-That it can only be seen
-
-292
-00:01:58,816 --> 00:01:59,130
-That it can only be seen
-
-293
-00:01:59,130 --> 00:02:00,373
-That it can only be seen
-
-294
-00:02:00,373 --> 00:02:00,660
-That it can only be seen
-
-295
-00:02:00,660 --> 00:02:00,938
-By the eyes of the blind
-
-296
-00:02:00,938 --> 00:02:01,089
-By the eyes of the blind
-
-297
-00:02:01,089 --> 00:02:01,425
-By the eyes of the blind
-
-298
-00:02:01,425 --> 00:02:01,646
-By the eyes of the blind
-
-299
-00:02:01,646 --> 00:02:01,809
-By the eyes of the blind
-
-300
-00:02:01,809 --> 00:02:03,094
-By the eyes of the blind
-
-301
-00:02:03,094 --> 00:02:03,346
-By the eyes of the blind
-
-302
-00:02:03,346 --> 00:02:03,634
-In the middle of the night
-
-303
-00:02:03,634 --> 00:02:03,786
-In the middle of the night
-
-304
-00:02:03,786 --> 00:02:03,995
-In the middle of the night
-
-305
-00:02:03,995 --> 00:02:04,123
-In the middle of the night
-
-306
-00:02:04,123 --> 00:02:04,309
-In the middle of the night
-
-307
-00:02:04,309 --> 00:02:04,472
-In the middle of the night
-
-308
-00:02:04,472 --> 00:02:06,689
-In the middle of the night
-
-309
-00:02:06,689 --> 00:02:07,122
-In the middle of the night
-
-310
-00:02:08,867 --> 00:02:09,234
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-311
-00:02:09,234 --> 00:02:09,559
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-312
-00:02:09,559 --> 00:02:09,873
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-313
-00:02:09,873 --> 00:02:10,431
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-314
-00:02:10,431 --> 00:02:11,781
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-315
-00:02:11,781 --> 00:02:11,908
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-316
-00:02:11,908 --> 00:02:12,204
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-317
-00:02:12,204 --> 00:02:12,541
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-318
-00:02:12,541 --> 00:02:13,797
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-319
-00:02:13,797 --> 00:02:14,766
-Wee eeh eeh eeh hee
-eh eeh eeh hee hee
-
-320
-00:02:14,766 --> 00:02:14,977
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-321
-00:02:14,977 --> 00:02:15,244
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-322
-00:02:15,244 --> 00:02:16,837
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-323
-00:02:16,837 --> 00:02:17,058
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-324
-00:02:17,058 --> 00:02:17,360
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-325
-00:02:17,360 --> 00:02:17,686
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-326
-00:02:17,686 --> 00:02:18,023
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-327
-00:02:18,023 --> 00:02:18,810
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-328
-00:02:18,810 --> 00:02:18,926
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-329
-00:02:18,926 --> 00:02:19,136
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-330
-00:02:19,136 --> 00:02:19,369
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-331
-00:02:19,369 --> 00:02:19,718
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-332
-00:02:19,718 --> 00:02:20,021
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-333
-00:02:20,021 --> 00:02:20,366
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-334
-00:02:20,366 --> 00:02:21,860
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-335
-00:02:21,860 --> 00:02:22,270
-Ya tha woo ooh ooh ooh ooh
-ooh eh eeh eeh eeh hee hee hoo
-
-336
-00:02:22,270 --> 00:02:22,604
-Oh wo ho ho ho...
-
-337
-00:02:22,604 --> 00:02:22,918
-Oh wo ho ho ho...
-
-338
-00:02:22,918 --> 00:02:23,255
-Oh wo ho ho ho...
-
-339
-00:02:23,255 --> 00:02:23,777
-Oh wo ho ho ho...
-
-340
-00:02:23,777 --> 00:02:24,805
-Oh wo ho ho ho...
-
-341
-00:02:24,805 --> 00:02:26,209
-Oh wo ho ho ho...
-
-342
-00:02:26,209 --> 00:02:26,260
-I'm not sure about a
-life after this
-
-343
-00:02:26,260 --> 00:02:26,562
-I'm not sure about a
-life after this
-
-344
-00:02:26,562 --> 00:02:26,806
-I'm not sure about a
-life after this
-
-345
-00:02:26,806 --> 00:02:26,934
-I'm not sure about a
-life after this
-
-346
-00:02:26,934 --> 00:02:27,097
-I'm not sure about a
-life after this
-
-347
-00:02:27,097 --> 00:02:27,268
-I'm not sure about a
-life after this
-
-348
-00:02:27,268 --> 00:02:27,443
-I'm not sure about a
-life after this
-
-349
-00:02:27,443 --> 00:02:27,722
-I'm not sure about a
-life after this
-
-350
-00:02:27,722 --> 00:02:27,884
-I'm not sure about a
-life after this
-
-351
-00:02:27,884 --> 00:02:28,164
-I'm not sure about a
-life after this
-
-352
-00:02:28,164 --> 00:02:28,438
-God knows I've never
-been a spiritual man
-
-353
-00:02:28,438 --> 00:02:28,716
-God knows I've never
-been a spiritual man
-
-354
-00:02:28,716 --> 00:02:29,065
-God knows I've never
-been a spiritual man
-
-355
-00:02:29,065 --> 00:02:29,262
-God knows I've never
-been a spiritual man
-
-356
-00:02:29,262 --> 00:02:29,413
-God knows I've never
-been a spiritual man
-
-357
-00:02:29,413 --> 00:02:29,576
-God knows I've never
-been a spiritual man
-
-358
-00:02:29,576 --> 00:02:29,751
-God knows I've never
-been a spiritual man
-
-359
-00:02:29,751 --> 00:02:30,006
-God knows I've never
-been a spiritual man
-
-360
-00:02:30,006 --> 00:02:30,181
-God knows I've never
-been a spiritual man
-
-361
-00:02:30,181 --> 00:02:30,263
-God knows I've never
-been a spiritual man
-
-362
-00:02:30,263 --> 00:02:30,448
-God knows I've never
-been a spiritual man
-
-363
-00:02:30,448 --> 00:02:31,497
-God knows I've never
-been a spiritual man
-
-364
-00:02:31,497 --> 00:02:31,785
-Baptized by the fire,
-I wade into the river
-
-365
-00:02:31,785 --> 00:02:32,134
-Baptized by the fire,
-I wade into the river
-
-366
-00:02:32,134 --> 00:02:32,274
-Baptized by the fire,
-I wade into the river
-
-367
-00:02:32,274 --> 00:02:32,459
-Baptized by the fire,
-I wade into the river
-
-368
-00:02:32,459 --> 00:02:32,738
-Baptized by the fire,
-I wade into the river
-
-369
-00:02:32,738 --> 00:02:33,075
-Baptized by the fire,
-I wade into the river
-
-370
-00:02:33,075 --> 00:02:33,401
-Baptized by the fire,
-I wade into the river
-
-371
-00:02:33,401 --> 00:02:33,587
-Baptized by the fire,
-I wade into the river
-
-372
-00:02:33,587 --> 00:02:33,750
-Baptized by the fire,
-I wade into the river
-
-373
-00:02:33,750 --> 00:02:33,995
-Baptized by the fire,
-I wade into the river
-
-374
-00:02:33,995 --> 00:02:34,109
-Baptized by the fire,
-I wade into the river
-
-375
-00:02:34,109 --> 00:02:34,184
-Baptized by the fire,
-I wade into the river
-
-376
-00:02:34,184 --> 00:02:34,378
-that is running through
-the promised land
-
-377
-00:02:34,378 --> 00:02:34,553
-that is running through
-the promised land
-
-378
-00:02:34,553 --> 00:02:34,762
-that is running through
-the promised land
-
-379
-00:02:34,762 --> 00:02:34,948
-that is running through
-the promised land
-
-380
-00:02:34,948 --> 00:02:35,122
-that is running through
-the promised land
-
-381
-00:02:35,122 --> 00:02:35,308
-that is running through
-the promised land
-
-382
-00:02:35,308 --> 00:02:35,471
-that is running through
-the promised land
-
-383
-00:02:35,471 --> 00:02:35,820
-that is running through
-the promised land
-
-384
-00:02:35,820 --> 00:02:37,147
-that is running through
-the promised land
-
-385
-00:02:37,147 --> 00:02:39,531
-that is running through
-the promised land
-
-386
-00:02:39,531 --> 00:02:39,756
-In the middle of the night
-
-387
-00:02:39,756 --> 00:02:39,884
-In the middle of the night
-
-388
-00:02:39,884 --> 00:02:40,163
-In the middle of the night
-
-389
-00:02:40,163 --> 00:02:40,325
-In the middle of the night
-
-390
-00:02:40,325 --> 00:02:40,500
-In the middle of the night
-
-391
-00:02:40,500 --> 00:02:40,651
-In the middle of the night
-
-392
-00:02:40,651 --> 00:02:41,842
-In the middle of the night
-
-393
-00:02:41,842 --> 00:02:42,204
-In the middle of the night
-
-394
-00:02:42,204 --> 00:02:42,469
-I go walking in my sleep
-
-395
-00:02:42,469 --> 00:02:42,644
-I go walking in my sleep
-
-396
-00:02:42,644 --> 00:02:42,865
-I go walking in my sleep
-
-397
-00:02:42,865 --> 00:02:43,004
-I go walking in my sleep
-
-398
-00:02:43,004 --> 00:02:43,167
-I go walking in my sleep
-
-399
-00:02:43,167 --> 00:02:43,469
-I go walking in my sleep
-
-400
-00:02:43,469 --> 00:02:44,593
-I go walking in my sleep
-
-401
-00:02:44,593 --> 00:02:44,840
-I go walking in my sleep
-
-402
-00:02:44,840 --> 00:02:45,138
-Though the desert of the truth
-
-403
-00:02:45,138 --> 00:02:45,290
-Though the desert of the truth
-
-404
-00:02:45,290 --> 00:02:45,510
-Though the desert of the truth
-
-405
-00:02:45,510 --> 00:02:45,650
-Though the desert of the truth
-
-406
-00:02:45,650 --> 00:02:45,824
-Though the desert of the truth
-
-407
-00:02:45,824 --> 00:02:46,027
-Though the desert of the truth
-
-408
-00:02:46,027 --> 00:02:47,078
-Though the desert of the truth
-
-409
-00:02:47,078 --> 00:02:47,484
-Though the desert of the truth
-
-410
-00:02:47,484 --> 00:02:47,785
-To the river so deep
-
-411
-00:02:47,785 --> 00:02:47,948
-To the river so deep
-
-412
-00:02:47,948 --> 00:02:48,157
-To the river so deep
-
-413
-00:02:48,157 --> 00:02:48,308
-To the river so deep
-
-414
-00:02:48,308 --> 00:02:48,645
-To the river so deep
-
-415
-00:02:48,645 --> 00:02:50,026
-To the river so deep
-
-416
-00:02:50,026 --> 00:02:50,187
-To the river so deep
-
-417
-00:02:50,187 --> 00:02:50,319
-We all end in the ocean
-
-418
-00:02:50,319 --> 00:02:50,645
-We all end in the ocean
-
-419
-00:02:50,645 --> 00:02:50,854
-We all end in the ocean
-
-420
-00:02:50,854 --> 00:02:50,970
-We all end in the ocean
-
-421
-00:02:50,970 --> 00:02:51,180
-We all end in the ocean
-
-422
-00:02:51,180 --> 00:02:51,447
-We all end in the ocean
-
-423
-00:02:51,447 --> 00:02:52,333
-We all end in the ocean
-
-424
-00:02:52,333 --> 00:02:52,862
-We all end in the ocean
-
-425
-00:02:52,862 --> 00:02:52,995
-We all start in the streams
-
-426
-00:02:52,995 --> 00:02:53,310
-We all start in the streams
-
-427
-00:02:53,310 --> 00:02:53,518
-We all start in the streams
-
-428
-00:02:53,518 --> 00:02:53,658
-We all start in the streams
-
-429
-00:02:53,658 --> 00:02:53,844
-We all start in the streams
-
-430
-00:02:53,844 --> 00:02:55,277
-We all start in the streams
-
-431
-00:02:55,277 --> 00:02:55,539
-We all start in the streams
-
-432
-00:02:55,539 --> 00:02:55,665
-We're all carried along
-
-433
-00:02:55,665 --> 00:02:55,992
-We're all carried along
-
-434
-00:02:55,992 --> 00:02:56,189
-We're all carried along
-
-435
-00:02:56,189 --> 00:02:56,316
-We're all carried along
-
-436
-00:02:56,316 --> 00:02:56,549
-We're all carried along
-
-437
-00:02:56,549 --> 00:02:58,398
-We're all carried along
-
-438
-00:02:58,398 --> 00:02:58,564
-By the river of dreams
-
-439
-00:02:58,564 --> 00:02:58,665
-By the river of dreams
-
-440
-00:02:58,665 --> 00:02:58,897
-By the river of dreams
-
-441
-00:02:58,897 --> 00:02:59,048
-By the river of dreams
-
-442
-00:02:59,048 --> 00:02:59,234
-By the river of dreams
-
-443
-00:02:59,234 --> 00:03:00,657
-By the river of dreams
-
-444
-00:03:00,657 --> 00:03:00,893
-By the river of dreams
-
-445
-00:03:00,893 --> 00:03:01,194
-In the middle of the night
-
-446
-00:03:01,194 --> 00:03:01,357
-In the middle of the night
-
-447
-00:03:01,357 --> 00:03:01,554
-In the middle of the night
-
-448
-00:03:01,554 --> 00:03:01,717
-In the middle of the night
-
-449
-00:03:01,717 --> 00:03:01,880
-In the middle of the night
-
-450
-00:03:01,880 --> 00:03:02,066
-In the middle of the night
-
-451
-00:03:02,066 --> 00:03:04,948
-In the middle of the night
-
-452
-00:03:04,948 --> 00:03:05,747
-In the middle of the night
-
-453
-00:03:15,536 --> 00:03:15,916
-Ah ha...
-
-454
-00:03:15,916 --> 00:03:16,518
-Ah ha...
-
-455
-00:03:16,518 --> 00:03:17,404
-Ah ha...
-
-456
-00:03:17,404 --> 00:03:17,483
-Woo ooh ahh ah ah ah ah ah ah
-
-457
-00:03:17,483 --> 00:03:18,350
-Woo ooh ahh ah ah ah ah ah ah
-
-458
-00:03:18,350 --> 00:03:19,116
-Woo ooh ahh ah ah ah ah ah ah
-
-459
-00:03:19,116 --> 00:03:19,680
-Woo ooh ahh ah ah ah ah ah ah
-
-460
-00:03:19,680 --> 00:03:20,178
-Woo ooh ahh ah ah ah ah ah ah
-
-461
-00:03:20,178 --> 00:03:20,514
-Woo ooh ahh ah ah ah ah ah ah
-
-462
-00:03:20,514 --> 00:03:20,723
-Woo ooh ahh ah ah ah ah ah ah
-
-463
-00:03:20,723 --> 00:03:20,955
-Woo ooh ahh ah ah ah ah ah ah
-
-464
-00:03:20,955 --> 00:03:21,269
-Woo ooh ahh ah ah ah ah ah ah
-
-465
-00:03:21,269 --> 00:03:22,327
-Woo ooh ahh ah ah ah ah ah ah
-
-466
-00:03:22,327 --> 00:03:22,664
-Woo ooh ahh ah ah ah ah ah ah
-
-467
-00:03:24,454 --> 00:03:24,588
-Oh wo oh ho ah yea...
-
-468
-00:03:24,588 --> 00:03:24,661
-Oh wo oh ho ah yea...
-
-469
-00:03:24,661 --> 00:03:24,972
-Oh wo oh ho ah yea...
-
-470
-00:03:24,972 --> 00:03:25,392
-Oh wo oh ho ah yea...
-
-471
-00:03:25,392 --> 00:03:25,716
-Oh wo oh ho ah yea...
-
-472
-00:03:25,716 --> 00:03:26,398
-Oh wo oh ho ah yea...
-
-473
-00:03:27,120 --> 00:03:27,182
-Oh oh oh oh ha ho ho...
-
-474
-00:03:27,182 --> 00:03:27,319
-Oh oh oh oh ha ho ho...
-
-475
-00:03:27,319 --> 00:03:27,628
-Oh oh oh oh ha ho ho...
-
-476
-00:03:27,628 --> 00:03:28,094
-Oh oh oh oh ha ho ho...
-
-477
-00:03:28,094 --> 00:03:28,679
-Oh oh oh oh ha ho ho...
-
-478
-00:03:28,679 --> 00:03:28,904
-Oh oh oh oh ha ho ho...
-
-479
-00:03:28,904 --> 00:03:29,919
-Oh oh oh oh ha ho ho...
-
-480
-00:03:29,919 --> 00:03:30,328
-Oh oh oh oh ha ho ho...
-
-481
-00:03:30,328 --> 00:03:30,601
-Na na na na
-
-482
-00:03:30,601 --> 00:03:30,937
-Na na na na
-
-483
-00:03:30,937 --> 00:03:31,251
-Na na na na
-
-484
-00:03:31,251 --> 00:03:31,931
-Na na na na
-
-485
-00:03:31,931 --> 00:03:32,311
-Na na na na
-
-486
-00:03:32,311 --> 00:03:32,835
-Ah yeah
-
-487
-00:03:32,835 --> 00:03:33,497
-Ah yeah
-
-488
-00:03:36,023 --> 00:03:36,907
-Ah...
-
-489
-00:03:36,907 --> 00:03:38,131
-Ah...
-
-490
-00:03:38,131 --> 00:03:38,637
-Eeeh eeh eeh hee...
-
-491
-00:03:38,637 --> 00:03:39,080
-Eeeh eeh eeh hee...
-
-492
-00:03:39,080 --> 00:03:39,476
-Eeeh eeh eeh hee...
-
-493
-00:03:39,476 --> 00:03:40,834
-Eeeh eeh eeh hee...
-
-494
-00:03:40,834 --> 00:03:41,710
-Eeeh eeh eeh hee...
-
-495
-00:03:41,710 --> 00:03:41,998
-Oh oh oh oh oh ho...
-
-496
-00:03:41,998 --> 00:03:42,161
-Oh oh oh oh oh ho...
-
-497
-00:03:42,161 --> 00:03:42,347
-Oh oh oh oh oh ho...
-
-498
-00:03:42,347 --> 00:03:42,498
-Oh oh oh oh oh ho...
-
-499
-00:03:42,498 --> 00:03:42,672
-Oh oh oh oh oh ho...
-
-500
-00:03:42,672 --> 00:03:43,806
-Oh oh oh oh oh ho...
-
-501
-00:03:43,806 --> 00:03:44,664
-Oh oh oh oh oh ho...
-
-502
-00:03:46,204 --> 00:03:46,971
-Gloria...
-
-503
-00:03:46,971 --> 00:03:47,685
-Gloria...
-
-504
-00:03:47,685 --> 00:03:48,915
-Gloria...
-
-505
-00:03:48,915 --> 00:03:49,872
-Gloria...
-
-506
-00:03:51,419 --> 00:03:52,072
-It's not Cherie...
-
-507
-00:03:52,072 --> 00:03:52,337
-It's not Cherie...
-
-508
-00:03:52,337 --> 00:03:52,797
-It's not Cherie...
-
-509
-00:03:52,797 --> 00:03:55,206
-It's not Cherie...
-
-510
-00:03:55,206 --> 00:03:55,622
-It's not Cherie...
-
-511
-00:03:57,482 --> 00:03:57,622
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-512
-00:03:57,622 --> 00:03:57,901
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-513
-00:03:57,901 --> 00:03:58,204
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-514
-00:03:58,204 --> 00:03:58,757
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-515
-00:03:58,757 --> 00:03:59,640
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-516
-00:03:59,640 --> 00:04:00,248
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-517
-00:04:00,248 --> 00:04:00,461
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-518
-00:04:00,461 --> 00:04:00,601
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-519
-00:04:00,601 --> 00:04:01,493
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-520
-00:04:01,493 --> 00:04:02,039
-Eeh eeh eeh eeh eeh
-ah ha ah ah...
-
-521
-00:04:02,039 --> 00:04:02,222
-Ah ah ha ha ha...
-
-522
-00:04:02,222 --> 00:04:02,821
-Ah ah ha ha ha...
-
-523
-00:04:02,821 --> 00:04:03,275
-Ah ah ha ha ha...
-
-524
-00:04:03,275 --> 00:04:04,542
-Ah ah ha ha ha...
-
-525
-00:04:04,542 --> 00:04:06,086
-Ah ah ha ha ha...
+1
+00:00:17,193 --> 00:00:17,234
+Woo ooh ooh ho ooh ooh hoo...
+
+2
+00:00:17,234 --> 00:00:17,525
+Woo ooh ooh ho ooh ooh hoo...
+
+3
+00:00:17,525 --> 00:00:17,839
+Woo ooh ooh ho ooh ooh hoo...
+
+4
+00:00:17,839 --> 00:00:17,990
+Woo ooh ooh ho ooh ooh hoo...
+
+5
+00:00:17,990 --> 00:00:18,130
+Woo ooh ooh ho ooh ooh hoo...
+
+6
+00:00:18,130 --> 00:00:18,501
+Woo ooh ooh ho ooh ooh hoo...
+
+7
+00:00:18,501 --> 00:00:18,722
+Woo ooh ooh ho ooh ooh hoo...
+
+8
+00:00:18,722 --> 00:00:20,084
+Woo ooh ooh ho ooh ooh hoo...
+
+9
+00:00:20,084 --> 00:00:20,592
+Woo ooh ooh ho ooh ooh hoo...
+
+10
+00:00:20,592 --> 00:00:20,846
+Ah ah ah haa haaa...
+
+11
+00:00:20,846 --> 00:00:21,147
+Ah ah ah haa haaa...
+
+12
+00:00:21,147 --> 00:00:21,481
+Ah ah ah haa haaa...
+
+13
+00:00:21,481 --> 00:00:22,408
+Ah ah ah haa haaa...
+
+14
+00:00:22,408 --> 00:00:23,387
+Ah ah ah haa haaa...
+
+15
+00:00:23,387 --> 00:00:24,122
+Ah ah ah haa haaa...
+
+16
+00:00:25,897 --> 00:00:26,193
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+17
+00:00:26,193 --> 00:00:26,526
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+18
+00:00:26,526 --> 00:00:26,873
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+19
+00:00:26,873 --> 00:00:27,887
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+20
+00:00:27,887 --> 00:00:28,082
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+21
+00:00:28,082 --> 00:00:28,780
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+22
+00:00:28,780 --> 00:00:29,577
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+23
+00:00:29,577 --> 00:00:31,775
+Woo ooh ooh hoo
+ooh ooh hoo ooh...
+
+24
+00:00:31,775 --> 00:00:32,085
+Ah haa...
+
+25
+00:00:32,085 --> 00:00:33,759
+Ah haa...
+
+26
+00:00:33,759 --> 00:00:34,071
+In the middle of the night
+
+27
+00:00:34,071 --> 00:00:34,210
+In the middle of the night
+
+28
+00:00:34,210 --> 00:00:34,420
+In the middle of the night
+
+29
+00:00:34,420 --> 00:00:34,594
+In the middle of the night
+
+30
+00:00:34,594 --> 00:00:34,792
+In the middle of the night
+
+31
+00:00:34,792 --> 00:00:34,920
+In the middle of the night
+
+32
+00:00:34,920 --> 00:00:35,903
+In the middle of the night
+
+33
+00:00:35,903 --> 00:00:36,447
+In the middle of the night
+
+34
+00:00:36,447 --> 00:00:36,723
+I go walking in my sleep
+
+35
+00:00:36,723 --> 00:00:36,874
+I go walking in my sleep
+
+36
+00:00:36,874 --> 00:00:37,118
+I go walking in my sleep
+
+37
+00:00:37,118 --> 00:00:37,211
+I go walking in my sleep
+
+38
+00:00:37,211 --> 00:00:37,397
+I go walking in my sleep
+
+39
+00:00:37,397 --> 00:00:37,688
+I go walking in my sleep
+
+40
+00:00:37,688 --> 00:00:38,553
+I go walking in my sleep
+
+41
+00:00:38,553 --> 00:00:39,216
+I go walking in my sleep
+
+42
+00:00:39,216 --> 00:00:39,452
+From the mountains of faith
+
+43
+00:00:39,452 --> 00:00:39,580
+From the mountains of faith
+
+44
+00:00:39,580 --> 00:00:39,743
+From the mountains of faith
+
+45
+00:00:39,743 --> 00:00:39,860
+From the mountains of faith
+
+46
+00:00:39,860 --> 00:00:40,011
+From the mountains of faith
+
+47
+00:00:40,011 --> 00:00:40,932
+From the mountains of faith
+
+48
+00:00:40,932 --> 00:00:41,896
+From the mountains of faith
+
+49
+00:00:41,896 --> 00:00:42,139
+To the river so deep
+
+50
+00:00:42,139 --> 00:00:42,231
+To the river so deep
+
+51
+00:00:42,231 --> 00:00:42,429
+To the river so deep
+
+52
+00:00:42,429 --> 00:00:42,569
+To the river so deep
+
+53
+00:00:42,569 --> 00:00:42,836
+To the river so deep
+
+54
+00:00:42,836 --> 00:00:43,955
+To the river so deep
+
+55
+00:00:43,955 --> 00:00:44,455
+To the river so deep
+
+56
+00:00:44,455 --> 00:00:44,494
+I must be looking
+for something
+
+57
+00:00:44,494 --> 00:00:44,622
+I must be looking
+for something
+
+58
+00:00:44,622 --> 00:00:44,808
+I must be looking
+for something
+
+59
+00:00:44,808 --> 00:00:44,936
+I must be looking
+for something
+
+60
+00:00:44,936 --> 00:00:45,099
+I must be looking
+for something
+
+61
+00:00:45,099 --> 00:00:45,215
+I must be looking
+for something
+
+62
+00:00:45,215 --> 00:00:45,442
+I must be looking
+for something
+
+63
+00:00:45,442 --> 00:00:45,709
+I must be looking
+for something
+
+64
+00:00:45,709 --> 00:00:46,336
+I must be looking
+for something
+
+65
+00:00:46,336 --> 00:00:47,197
+I must be looking
+for something
+
+66
+00:00:47,197 --> 00:00:47,459
+Something sacred I lost
+
+67
+00:00:47,459 --> 00:00:47,599
+Something sacred I lost
+
+68
+00:00:47,599 --> 00:00:47,785
+Something sacred I lost
+
+69
+00:00:47,785 --> 00:00:47,924
+Something sacred I lost
+
+70
+00:00:47,924 --> 00:00:48,087
+Something sacred I lost
+
+71
+00:00:48,087 --> 00:00:49,296
+Something sacred I lost
+
+72
+00:00:49,296 --> 00:00:49,920
+Something sacred I lost
+
+73
+00:00:49,920 --> 00:00:50,136
+But the river is wide
+
+74
+00:00:50,136 --> 00:00:50,229
+But the river is wide
+
+75
+00:00:50,229 --> 00:00:50,426
+But the river is wide
+
+76
+00:00:50,426 --> 00:00:50,578
+But the river is wide
+
+77
+00:00:50,578 --> 00:00:50,891
+But the river is wide
+
+78
+00:00:50,891 --> 00:00:52,193
+But the river is wide
+
+79
+00:00:52,193 --> 00:00:52,528
+But the river is wide
+
+80
+00:00:52,528 --> 00:00:52,655
+And it's too hard to cross
+
+81
+00:00:52,655 --> 00:00:52,830
+And it's too hard to cross
+
+82
+00:00:52,830 --> 00:00:53,097
+And it's too hard to cross
+
+83
+00:00:53,097 --> 00:00:53,423
+And it's too hard to cross
+
+84
+00:00:53,423 --> 00:00:53,608
+And it's too hard to cross
+
+85
+00:00:53,608 --> 00:00:55,015
+And it's too hard to cross
+
+86
+00:00:55,015 --> 00:00:56,620
+And it's too hard to cross
+
+87
+00:00:56,620 --> 00:00:56,835
+Even though I
+know the river is wide
+
+88
+00:00:56,835 --> 00:00:56,963
+Even though I
+know the river is wide
+
+89
+00:00:56,963 --> 00:00:57,172
+Even though I
+know the river is wide
+
+90
+00:00:57,172 --> 00:00:57,312
+Even though I
+know the river is wide
+
+91
+00:00:57,312 --> 00:00:57,521
+Even though I
+know the river is wide
+
+92
+00:00:57,521 --> 00:00:57,649
+Even though I
+know the river is wide
+
+93
+00:00:57,649 --> 00:00:57,800
+Even though I
+know the river is wide
+
+94
+00:00:57,800 --> 00:00:57,963
+Even though I
+know the river is wide
+
+95
+00:00:57,963 --> 00:00:58,126
+Even though I
+know the river is wide
+
+96
+00:00:58,126 --> 00:00:58,524
+Even though I
+know the river is wide
+
+97
+00:00:58,524 --> 00:00:58,571
+I walk down every evening
+and stand on the shore
+
+98
+00:00:58,571 --> 00:00:58,652
+I walk down every evening
+and stand on the shore
+
+99
+00:00:58,652 --> 00:00:58,954
+I walk down every evening
+and stand on the shore
+
+100
+00:00:58,954 --> 00:00:59,326
+I walk down every evening
+and stand on the shore
+
+101
+00:00:59,326 --> 00:00:59,524
+I walk down every evening
+and stand on the shore
+
+102
+00:00:59,524 --> 00:00:59,663
+I walk down every evening
+and stand on the shore
+
+103
+00:00:59,663 --> 00:00:59,798
+I walk down every evening
+and stand on the shore
+
+104
+00:00:59,798 --> 00:00:59,964
+I walk down every evening
+and stand on the shore
+
+105
+00:00:59,964 --> 00:01:00,319
+I walk down every evening
+and stand on the shore
+
+106
+00:01:00,319 --> 00:01:00,481
+I walk down every evening
+and stand on the shore
+
+107
+00:01:00,481 --> 00:01:00,609
+I walk down every evening
+and stand on the shore
+
+108
+00:01:00,609 --> 00:01:00,784
+I walk down every evening
+and stand on the shore
+
+109
+00:01:00,784 --> 00:01:01,523
+I walk down every evening
+and stand on the shore
+
+110
+00:01:01,523 --> 00:01:01,880
+I walk down every evening
+and stand on the shore
+
+111
+00:01:01,880 --> 00:01:01,979
+I try to cross to
+the opposite side
+
+112
+00:01:01,979 --> 00:01:02,222
+I try to cross to
+the opposite side
+
+113
+00:01:02,222 --> 00:01:02,350
+I try to cross to
+the opposite side
+
+114
+00:01:02,350 --> 00:01:02,629
+I try to cross to
+the opposite side
+
+115
+00:01:02,629 --> 00:01:02,827
+I try to cross to
+the opposite side
+
+116
+00:01:02,827 --> 00:01:02,966
+I try to cross to
+the opposite side
+
+117
+00:01:02,966 --> 00:01:03,106
+I try to cross to
+the opposite side
+
+118
+00:01:03,106 --> 00:01:03,234
+I try to cross to
+the opposite side
+
+119
+00:01:03,234 --> 00:01:03,443
+I try to cross to
+the opposite side
+
+120
+00:01:03,443 --> 00:01:03,789
+I try to cross to
+the opposite side
+
+121
+00:01:03,789 --> 00:01:03,949
+So I can finally find
+what I've been looking for
+
+122
+00:01:03,949 --> 00:01:04,170
+So I can finally find
+what I've been looking for
+
+123
+00:01:04,170 --> 00:01:04,298
+So I can finally find
+what I've been looking for
+
+124
+00:01:04,298 --> 00:01:04,507
+So I can finally find
+what I've been looking for
+
+125
+00:01:04,507 --> 00:01:04,647
+So I can finally find
+what I've been looking for
+
+126
+00:01:04,647 --> 00:01:04,786
+So I can finally find
+what I've been looking for
+
+127
+00:01:04,786 --> 00:01:05,100
+So I can finally find
+what I've been looking for
+
+128
+00:01:05,100 --> 00:01:05,286
+So I can finally find
+what I've been looking for
+
+129
+00:01:05,286 --> 00:01:05,495
+So I can finally find
+what I've been looking for
+
+130
+00:01:05,495 --> 00:01:05,670
+So I can finally find
+what I've been looking for
+
+131
+00:01:05,670 --> 00:01:05,809
+So I can finally find
+what I've been looking for
+
+132
+00:01:05,809 --> 00:01:06,100
+So I can finally find
+what I've been looking for
+
+133
+00:01:06,100 --> 00:01:06,986
+So I can finally find
+what I've been looking for
+
+134
+00:01:06,986 --> 00:01:07,184
+So I can finally find
+what I've been looking for
+
+135
+00:01:07,184 --> 00:01:07,474
+In the middle of the night
+
+136
+00:01:07,474 --> 00:01:07,590
+In the middle of the night
+
+137
+00:01:07,590 --> 00:01:07,869
+In the middle of the night
+
+138
+00:01:07,869 --> 00:01:07,997
+In the middle of the night
+
+139
+00:01:07,997 --> 00:01:08,183
+In the middle of the night
+
+140
+00:01:08,183 --> 00:01:08,299
+In the middle of the night
+
+141
+00:01:08,299 --> 00:01:09,411
+In the middle of the night
+
+142
+00:01:09,411 --> 00:01:09,886
+In the middle of the night
+
+143
+00:01:09,886 --> 00:01:10,181
+I go walking in my sleep
+
+144
+00:01:10,181 --> 00:01:10,344
+I go walking in my sleep
+
+145
+00:01:10,344 --> 00:01:10,576
+I go walking in my sleep
+
+146
+00:01:10,576 --> 00:01:10,704
+I go walking in my sleep
+
+147
+00:01:10,704 --> 00:01:10,856
+I go walking in my sleep
+
+148
+00:01:10,856 --> 00:01:11,169
+I go walking in my sleep
+
+149
+00:01:11,169 --> 00:01:12,001
+I go walking in my sleep
+
+150
+00:01:12,001 --> 00:01:12,688
+I go walking in my sleep
+
+151
+00:01:12,688 --> 00:01:12,923
+Through the valley of fear
+
+152
+00:01:12,923 --> 00:01:13,040
+Through the valley of fear
+
+153
+00:01:13,040 --> 00:01:13,225
+Through the valley of fear
+
+154
+00:01:13,225 --> 00:01:13,376
+Through the valley of fear
+
+155
+00:01:13,376 --> 00:01:13,550
+Through the valley of fear
+
+156
+00:01:13,550 --> 00:01:14,387
+Through the valley of fear
+
+157
+00:01:14,387 --> 00:01:15,219
+Through the valley of fear
+
+158
+00:01:15,219 --> 00:01:15,534
+To a river so deep
+
+159
+00:01:15,534 --> 00:01:15,673
+To a river so deep
+
+160
+00:01:15,673 --> 00:01:15,871
+To a river so deep
+
+161
+00:01:15,871 --> 00:01:15,987
+To a river so deep
+
+162
+00:01:15,987 --> 00:01:16,290
+To a river so deep
+
+163
+00:01:16,290 --> 00:01:17,626
+To a river so deep
+
+164
+00:01:17,626 --> 00:01:17,946
+To a river so deep
+
+165
+00:01:17,946 --> 00:01:18,270
+I've been searching
+for something
+
+166
+00:01:18,270 --> 00:01:18,387
+I've been searching
+for something
+
+167
+00:01:18,387 --> 00:01:18,549
+I've been searching
+for something
+
+168
+00:01:18,549 --> 00:01:18,689
+I've been searching
+for something
+
+169
+00:01:18,689 --> 00:01:18,887
+I've been searching
+for something
+
+170
+00:01:18,887 --> 00:01:19,189
+I've been searching
+for something
+
+171
+00:01:19,189 --> 00:01:19,947
+I've been searching
+for something
+
+172
+00:01:19,947 --> 00:01:20,664
+I've been searching
+for something
+
+173
+00:01:20,664 --> 00:01:20,887
+Taken out of my soul
+
+174
+00:01:20,887 --> 00:01:21,027
+Taken out of my soul
+
+175
+00:01:21,027 --> 00:01:21,213
+Taken out of my soul
+
+176
+00:01:21,213 --> 00:01:21,352
+Taken out of my soul
+
+177
+00:01:21,352 --> 00:01:21,550
+Taken out of my soul
+
+178
+00:01:21,550 --> 00:01:22,840
+Taken out of my soul
+
+179
+00:01:22,840 --> 00:01:23,174
+Taken out of my soul
+
+180
+00:01:23,174 --> 00:01:23,371
+Something I'd never lose
+
+181
+00:01:23,371 --> 00:01:23,580
+Something I'd never lose
+
+182
+00:01:23,580 --> 00:01:23,870
+Something I'd never lose
+
+183
+00:01:23,870 --> 00:01:24,138
+Something I'd never lose
+
+184
+00:01:24,138 --> 00:01:24,403
+Something I'd never lose
+
+185
+00:01:24,403 --> 00:01:25,220
+Something I'd never lose
+
+186
+00:01:25,220 --> 00:01:25,969
+Something I'd never lose
+
+187
+00:01:25,969 --> 00:01:26,166
+Something somebody stole
+
+188
+00:01:26,166 --> 00:01:26,410
+Something somebody stole
+
+189
+00:01:26,410 --> 00:01:26,713
+Something somebody stole
+
+190
+00:01:26,713 --> 00:01:26,911
+Something somebody stole
+
+191
+00:01:26,911 --> 00:01:27,073
+Something somebody stole
+
+192
+00:01:27,073 --> 00:01:29,491
+Something somebody stole
+
+193
+00:01:29,491 --> 00:01:29,970
+Something somebody stole
+
+194
+00:01:29,970 --> 00:01:30,082
+I don't know why I
+go walking at night
+
+195
+00:01:30,082 --> 00:01:30,303
+I don't know why I
+go walking at night
+
+196
+00:01:30,303 --> 00:01:30,431
+I don't know why I
+go walking at night
+
+197
+00:01:30,431 --> 00:01:30,605
+I don't know why I
+go walking at night
+
+198
+00:01:30,605 --> 00:01:30,756
+I don't know why I
+go walking at night
+
+199
+00:01:30,756 --> 00:01:30,930
+I don't know why I
+go walking at night
+
+200
+00:01:30,930 --> 00:01:31,186
+I don't know why I
+go walking at night
+
+201
+00:01:31,186 --> 00:01:31,372
+I don't know why I
+go walking at night
+
+202
+00:01:31,372 --> 00:01:31,558
+I don't know why I
+go walking at night
+
+203
+00:01:31,558 --> 00:01:31,937
+I don't know why I
+go walking at night
+
+204
+00:01:31,937 --> 00:01:32,033
+But now I'm tired and I
+don't want to walk anymore
+
+205
+00:01:32,033 --> 00:01:32,158
+But now I'm tired and I
+don't want to walk anymore
+
+206
+00:01:32,158 --> 00:01:32,363
+But now I'm tired and I
+don't want to walk anymore
+
+207
+00:01:32,363 --> 00:01:32,755
+But now I'm tired and I
+don't want to walk anymore
+
+208
+00:01:32,755 --> 00:01:32,894
+But now I'm tired and I
+don't want to walk anymore
+
+209
+00:01:32,894 --> 00:01:33,069
+But now I'm tired and I
+don't want to walk anymore
+
+210
+00:01:33,069 --> 00:01:33,243
+But now I'm tired and I
+don't want to walk anymore
+
+211
+00:01:33,243 --> 00:01:33,417
+But now I'm tired and I
+don't want to walk anymore
+
+212
+00:01:33,417 --> 00:01:33,592
+But now I'm tired and I
+don't want to walk anymore
+
+213
+00:01:33,592 --> 00:01:33,917
+But now I'm tired and I
+don't want to walk anymore
+
+214
+00:01:33,917 --> 00:01:34,080
+But now I'm tired and I
+don't want to walk anymore
+
+215
+00:01:34,080 --> 00:01:34,266
+But now I'm tired and I
+don't want to walk anymore
+
+216
+00:01:34,266 --> 00:01:35,372
+But now I'm tired and I
+don't want to walk anymore
+
+217
+00:01:35,372 --> 00:01:35,458
+I hope it doesn't take
+the rest of my life
+
+218
+00:01:35,458 --> 00:01:35,657
+I hope it doesn't take
+the rest of my life
+
+219
+00:01:35,657 --> 00:01:35,750
+I hope it doesn't take
+the rest of my life
+
+220
+00:01:35,750 --> 00:01:35,948
+I hope it doesn't take
+the rest of my life
+
+221
+00:01:35,948 --> 00:01:36,076
+I hope it doesn't take
+the rest of my life
+
+222
+00:01:36,076 --> 00:01:36,250
+I hope it doesn't take
+the rest of my life
+
+223
+00:01:36,250 --> 00:01:36,424
+I hope it doesn't take
+the rest of my life
+
+224
+00:01:36,424 --> 00:01:36,587
+I hope it doesn't take
+the rest of my life
+
+225
+00:01:36,587 --> 00:01:36,727
+I hope it doesn't take
+the rest of my life
+
+226
+00:01:36,727 --> 00:01:36,924
+I hope it doesn't take
+the rest of my life
+
+227
+00:01:36,924 --> 00:01:37,287
+I hope it doesn't take
+the rest of my life
+
+228
+00:01:37,287 --> 00:01:37,403
+Until I find what it is
+I've been looking for
+
+229
+00:01:37,403 --> 00:01:37,624
+Until I find what it is
+I've been looking for
+
+230
+00:01:37,624 --> 00:01:37,729
+Until I find what it is
+I've been looking for
+
+231
+00:01:37,729 --> 00:01:37,950
+Until I find what it is
+I've been looking for
+
+232
+00:01:37,950 --> 00:01:38,089
+Until I find what it is
+I've been looking for
+
+233
+00:01:38,089 --> 00:01:38,263
+Until I find what it is
+I've been looking for
+
+234
+00:01:38,263 --> 00:01:38,542
+Until I find what it is
+I've been looking for
+
+235
+00:01:38,542 --> 00:01:38,868
+Until I find what it is
+I've been looking for
+
+236
+00:01:38,868 --> 00:01:39,066
+Until I find what it is
+I've been looking for
+
+237
+00:01:39,066 --> 00:01:39,275
+Until I find what it is
+I've been looking for
+
+238
+00:01:39,275 --> 00:01:39,565
+Until I find what it is
+I've been looking for
+
+239
+00:01:39,565 --> 00:01:40,779
+Until I find what it is
+I've been looking for
+
+240
+00:01:40,779 --> 00:01:42,018
+Until I find what it is
+I've been looking for
+
+241
+00:01:42,018 --> 00:01:42,287
+In the middle of the night
+
+242
+00:01:42,287 --> 00:01:42,353
+In the middle of the night
+
+243
+00:01:42,353 --> 00:01:42,621
+In the middle of the night
+
+244
+00:01:42,621 --> 00:01:42,807
+In the middle of the night
+
+245
+00:01:42,807 --> 00:01:42,993
+In the middle of the night
+
+246
+00:01:42,993 --> 00:01:43,144
+In the middle of the night
+
+247
+00:01:43,144 --> 00:01:44,408
+In the middle of the night
+
+248
+00:01:44,408 --> 00:01:44,626
+In the middle of the night
+
+249
+00:01:44,626 --> 00:01:44,951
+I go walking in my sleep
+
+250
+00:01:44,951 --> 00:01:45,113
+I go walking in my sleep
+
+251
+00:01:45,113 --> 00:01:45,311
+I go walking in my sleep
+
+252
+00:01:45,311 --> 00:01:45,462
+I go walking in my sleep
+
+253
+00:01:45,462 --> 00:01:45,637
+I go walking in my sleep
+
+254
+00:01:45,637 --> 00:01:45,974
+I go walking in my sleep
+
+255
+00:01:45,974 --> 00:01:46,752
+I go walking in my sleep
+
+256
+00:01:46,752 --> 00:01:47,330
+I go walking in my sleep
+
+257
+00:01:47,330 --> 00:01:47,639
+Through the jungle of doubt
+
+258
+00:01:47,639 --> 00:01:47,732
+Through the jungle of doubt
+
+259
+00:01:47,732 --> 00:01:47,953
+Through the jungle of doubt
+
+260
+00:01:47,953 --> 00:01:48,081
+Through the jungle of doubt
+
+261
+00:01:48,081 --> 00:01:48,325
+Through the jungle of doubt
+
+262
+00:01:48,325 --> 00:01:49,604
+Through the jungle of doubt
+
+263
+00:01:49,604 --> 00:01:49,933
+Through the jungle of doubt
+
+264
+00:01:49,933 --> 00:01:50,255
+To the river so deep
+
+265
+00:01:50,255 --> 00:01:50,429
+To the river so deep
+
+266
+00:01:50,429 --> 00:01:50,638
+To the river so deep
+
+267
+00:01:50,638 --> 00:01:50,778
+To the river so deep
+
+268
+00:01:50,778 --> 00:01:51,103
+To the river so deep
+
+269
+00:01:51,103 --> 00:01:52,161
+To the river so deep
+
+270
+00:01:52,161 --> 00:01:52,655
+To the river so deep
+
+271
+00:01:52,655 --> 00:01:52,790
+I know I'm searching
+for something
+
+272
+00:01:52,790 --> 00:01:52,999
+I know I'm searching
+for something
+
+273
+00:01:52,999 --> 00:01:53,138
+I know I'm searching
+for something
+
+274
+00:01:53,138 --> 00:01:53,325
+I know I'm searching
+for something
+
+275
+00:01:53,325 --> 00:01:53,464
+I know I'm searching
+for something
+
+276
+00:01:53,464 --> 00:01:53,673
+I know I'm searching
+for something
+
+277
+00:01:53,673 --> 00:01:53,941
+I know I'm searching
+for something
+
+278
+00:01:53,941 --> 00:01:54,778
+I know I'm searching
+for something
+
+279
+00:01:54,778 --> 00:01:55,363
+I know I'm searching
+for something
+
+280
+00:01:55,363 --> 00:01:55,628
+Something so undefined
+
+281
+00:01:55,628 --> 00:01:55,778
+Something so undefined
+
+282
+00:01:55,778 --> 00:01:55,941
+Something so undefined
+
+283
+00:01:55,941 --> 00:01:56,104
+Something so undefined
+
+284
+00:01:56,104 --> 00:01:56,301
+Something so undefined
+
+285
+00:01:56,301 --> 00:01:57,832
+Something so undefined
+
+286
+00:01:57,832 --> 00:01:57,966
+Something so undefined
+
+287
+00:01:57,966 --> 00:01:58,107
+That it can only be seen
+
+288
+00:01:58,107 --> 00:01:58,327
+That it can only be seen
+
+289
+00:01:58,327 --> 00:01:58,479
+That it can only be seen
+
+290
+00:01:58,479 --> 00:01:58,676
+That it can only be seen
+
+291
+00:01:58,676 --> 00:01:58,816
+That it can only be seen
+
+292
+00:01:58,816 --> 00:01:59,130
+That it can only be seen
+
+293
+00:01:59,130 --> 00:02:00,373
+That it can only be seen
+
+294
+00:02:00,373 --> 00:02:00,660
+That it can only be seen
+
+295
+00:02:00,660 --> 00:02:00,938
+By the eyes of the blind
+
+296
+00:02:00,938 --> 00:02:01,089
+By the eyes of the blind
+
+297
+00:02:01,089 --> 00:02:01,425
+By the eyes of the blind
+
+298
+00:02:01,425 --> 00:02:01,646
+By the eyes of the blind
+
+299
+00:02:01,646 --> 00:02:01,809
+By the eyes of the blind
+
+300
+00:02:01,809 --> 00:02:03,094
+By the eyes of the blind
+
+301
+00:02:03,094 --> 00:02:03,346
+By the eyes of the blind
+
+302
+00:02:03,346 --> 00:02:03,634
+In the middle of the night
+
+303
+00:02:03,634 --> 00:02:03,786
+In the middle of the night
+
+304
+00:02:03,786 --> 00:02:03,995
+In the middle of the night
+
+305
+00:02:03,995 --> 00:02:04,123
+In the middle of the night
+
+306
+00:02:04,123 --> 00:02:04,309
+In the middle of the night
+
+307
+00:02:04,309 --> 00:02:04,472
+In the middle of the night
+
+308
+00:02:04,472 --> 00:02:06,689
+In the middle of the night
+
+309
+00:02:06,689 --> 00:02:07,122
+In the middle of the night
+
+310
+00:02:08,867 --> 00:02:09,234
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+311
+00:02:09,234 --> 00:02:09,559
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+312
+00:02:09,559 --> 00:02:09,873
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+313
+00:02:09,873 --> 00:02:10,431
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+314
+00:02:10,431 --> 00:02:11,781
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+315
+00:02:11,781 --> 00:02:11,908
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+316
+00:02:11,908 --> 00:02:12,204
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+317
+00:02:12,204 --> 00:02:12,541
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+318
+00:02:12,541 --> 00:02:13,797
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+319
+00:02:13,797 --> 00:02:14,766
+Wee eeh eeh eeh hee
+eh eeh eeh hee hee
+
+320
+00:02:14,766 --> 00:02:14,977
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+321
+00:02:14,977 --> 00:02:15,244
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+322
+00:02:15,244 --> 00:02:16,837
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+323
+00:02:16,837 --> 00:02:17,058
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+324
+00:02:17,058 --> 00:02:17,360
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+325
+00:02:17,360 --> 00:02:17,686
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+326
+00:02:17,686 --> 00:02:18,023
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+327
+00:02:18,023 --> 00:02:18,810
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+328
+00:02:18,810 --> 00:02:18,926
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+329
+00:02:18,926 --> 00:02:19,136
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+330
+00:02:19,136 --> 00:02:19,369
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+331
+00:02:19,369 --> 00:02:19,718
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+332
+00:02:19,718 --> 00:02:20,021
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+333
+00:02:20,021 --> 00:02:20,366
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+334
+00:02:20,366 --> 00:02:21,860
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+335
+00:02:21,860 --> 00:02:22,270
+Ya tha woo ooh ooh ooh ooh
+ooh eh eeh eeh eeh hee hee hoo
+
+336
+00:02:22,270 --> 00:02:22,604
+Oh wo ho ho ho...
+
+337
+00:02:22,604 --> 00:02:22,918
+Oh wo ho ho ho...
+
+338
+00:02:22,918 --> 00:02:23,255
+Oh wo ho ho ho...
+
+339
+00:02:23,255 --> 00:02:23,777
+Oh wo ho ho ho...
+
+340
+00:02:23,777 --> 00:02:24,805
+Oh wo ho ho ho...
+
+341
+00:02:24,805 --> 00:02:26,209
+Oh wo ho ho ho...
+
+342
+00:02:26,209 --> 00:02:26,260
+I'm not sure about a
+life after this
+
+343
+00:02:26,260 --> 00:02:26,562
+I'm not sure about a
+life after this
+
+344
+00:02:26,562 --> 00:02:26,806
+I'm not sure about a
+life after this
+
+345
+00:02:26,806 --> 00:02:26,934
+I'm not sure about a
+life after this
+
+346
+00:02:26,934 --> 00:02:27,097
+I'm not sure about a
+life after this
+
+347
+00:02:27,097 --> 00:02:27,268
+I'm not sure about a
+life after this
+
+348
+00:02:27,268 --> 00:02:27,443
+I'm not sure about a
+life after this
+
+349
+00:02:27,443 --> 00:02:27,722
+I'm not sure about a
+life after this
+
+350
+00:02:27,722 --> 00:02:27,884
+I'm not sure about a
+life after this
+
+351
+00:02:27,884 --> 00:02:28,164
+I'm not sure about a
+life after this
+
+352
+00:02:28,164 --> 00:02:28,438
+God knows I've never
+been a spiritual man
+
+353
+00:02:28,438 --> 00:02:28,716
+God knows I've never
+been a spiritual man
+
+354
+00:02:28,716 --> 00:02:29,065
+God knows I've never
+been a spiritual man
+
+355
+00:02:29,065 --> 00:02:29,262
+God knows I've never
+been a spiritual man
+
+356
+00:02:29,262 --> 00:02:29,413
+God knows I've never
+been a spiritual man
+
+357
+00:02:29,413 --> 00:02:29,576
+God knows I've never
+been a spiritual man
+
+358
+00:02:29,576 --> 00:02:29,751
+God knows I've never
+been a spiritual man
+
+359
+00:02:29,751 --> 00:02:30,006
+God knows I've never
+been a spiritual man
+
+360
+00:02:30,006 --> 00:02:30,181
+God knows I've never
+been a spiritual man
+
+361
+00:02:30,181 --> 00:02:30,263
+God knows I've never
+been a spiritual man
+
+362
+00:02:30,263 --> 00:02:30,448
+God knows I've never
+been a spiritual man
+
+363
+00:02:30,448 --> 00:02:31,497
+God knows I've never
+been a spiritual man
+
+364
+00:02:31,497 --> 00:02:31,785
+Baptized by the fire,
+I wade into the river
+
+365
+00:02:31,785 --> 00:02:32,134
+Baptized by the fire,
+I wade into the river
+
+366
+00:02:32,134 --> 00:02:32,274
+Baptized by the fire,
+I wade into the river
+
+367
+00:02:32,274 --> 00:02:32,459
+Baptized by the fire,
+I wade into the river
+
+368
+00:02:32,459 --> 00:02:32,738
+Baptized by the fire,
+I wade into the river
+
+369
+00:02:32,738 --> 00:02:33,075
+Baptized by the fire,
+I wade into the river
+
+370
+00:02:33,075 --> 00:02:33,401
+Baptized by the fire,
+I wade into the river
+
+371
+00:02:33,401 --> 00:02:33,587
+Baptized by the fire,
+I wade into the river
+
+372
+00:02:33,587 --> 00:02:33,750
+Baptized by the fire,
+I wade into the river
+
+373
+00:02:33,750 --> 00:02:33,995
+Baptized by the fire,
+I wade into the river
+
+374
+00:02:33,995 --> 00:02:34,109
+Baptized by the fire,
+I wade into the river
+
+375
+00:02:34,109 --> 00:02:34,184
+Baptized by the fire,
+I wade into the river
+
+376
+00:02:34,184 --> 00:02:34,378
+that is running through
+the promised land
+
+377
+00:02:34,378 --> 00:02:34,553
+that is running through
+the promised land
+
+378
+00:02:34,553 --> 00:02:34,762
+that is running through
+the promised land
+
+379
+00:02:34,762 --> 00:02:34,948
+that is running through
+the promised land
+
+380
+00:02:34,948 --> 00:02:35,122
+that is running through
+the promised land
+
+381
+00:02:35,122 --> 00:02:35,308
+that is running through
+the promised land
+
+382
+00:02:35,308 --> 00:02:35,471
+that is running through
+the promised land
+
+383
+00:02:35,471 --> 00:02:35,820
+that is running through
+the promised land
+
+384
+00:02:35,820 --> 00:02:37,147
+that is running through
+the promised land
+
+385
+00:02:37,147 --> 00:02:39,531
+that is running through
+the promised land
+
+386
+00:02:39,531 --> 00:02:39,756
+In the middle of the night
+
+387
+00:02:39,756 --> 00:02:39,884
+In the middle of the night
+
+388
+00:02:39,884 --> 00:02:40,163
+In the middle of the night
+
+389
+00:02:40,163 --> 00:02:40,325
+In the middle of the night
+
+390
+00:02:40,325 --> 00:02:40,500
+In the middle of the night
+
+391
+00:02:40,500 --> 00:02:40,651
+In the middle of the night
+
+392
+00:02:40,651 --> 00:02:41,842
+In the middle of the night
+
+393
+00:02:41,842 --> 00:02:42,204
+In the middle of the night
+
+394
+00:02:42,204 --> 00:02:42,469
+I go walking in my sleep
+
+395
+00:02:42,469 --> 00:02:42,644
+I go walking in my sleep
+
+396
+00:02:42,644 --> 00:02:42,865
+I go walking in my sleep
+
+397
+00:02:42,865 --> 00:02:43,004
+I go walking in my sleep
+
+398
+00:02:43,004 --> 00:02:43,167
+I go walking in my sleep
+
+399
+00:02:43,167 --> 00:02:43,469
+I go walking in my sleep
+
+400
+00:02:43,469 --> 00:02:44,593
+I go walking in my sleep
+
+401
+00:02:44,593 --> 00:02:44,840
+I go walking in my sleep
+
+402
+00:02:44,840 --> 00:02:45,138
+Though the desert of the truth
+
+403
+00:02:45,138 --> 00:02:45,290
+Though the desert of the truth
+
+404
+00:02:45,290 --> 00:02:45,510
+Though the desert of the truth
+
+405
+00:02:45,510 --> 00:02:45,650
+Though the desert of the truth
+
+406
+00:02:45,650 --> 00:02:45,824
+Though the desert of the truth
+
+407
+00:02:45,824 --> 00:02:46,027
+Though the desert of the truth
+
+408
+00:02:46,027 --> 00:02:47,078
+Though the desert of the truth
+
+409
+00:02:47,078 --> 00:02:47,484
+Though the desert of the truth
+
+410
+00:02:47,484 --> 00:02:47,785
+To the river so deep
+
+411
+00:02:47,785 --> 00:02:47,948
+To the river so deep
+
+412
+00:02:47,948 --> 00:02:48,157
+To the river so deep
+
+413
+00:02:48,157 --> 00:02:48,308
+To the river so deep
+
+414
+00:02:48,308 --> 00:02:48,645
+To the river so deep
+
+415
+00:02:48,645 --> 00:02:50,026
+To the river so deep
+
+416
+00:02:50,026 --> 00:02:50,187
+To the river so deep
+
+417
+00:02:50,187 --> 00:02:50,319
+We all end in the ocean
+
+418
+00:02:50,319 --> 00:02:50,645
+We all end in the ocean
+
+419
+00:02:50,645 --> 00:02:50,854
+We all end in the ocean
+
+420
+00:02:50,854 --> 00:02:50,970
+We all end in the ocean
+
+421
+00:02:50,970 --> 00:02:51,180
+We all end in the ocean
+
+422
+00:02:51,180 --> 00:02:51,447
+We all end in the ocean
+
+423
+00:02:51,447 --> 00:02:52,333
+We all end in the ocean
+
+424
+00:02:52,333 --> 00:02:52,862
+We all end in the ocean
+
+425
+00:02:52,862 --> 00:02:52,995
+We all start in the streams
+
+426
+00:02:52,995 --> 00:02:53,310
+We all start in the streams
+
+427
+00:02:53,310 --> 00:02:53,518
+We all start in the streams
+
+428
+00:02:53,518 --> 00:02:53,658
+We all start in the streams
+
+429
+00:02:53,658 --> 00:02:53,844
+We all start in the streams
+
+430
+00:02:53,844 --> 00:02:55,277
+We all start in the streams
+
+431
+00:02:55,277 --> 00:02:55,539
+We all start in the streams
+
+432
+00:02:55,539 --> 00:02:55,665
+We're all carried along
+
+433
+00:02:55,665 --> 00:02:55,992
+We're all carried along
+
+434
+00:02:55,992 --> 00:02:56,189
+We're all carried along
+
+435
+00:02:56,189 --> 00:02:56,316
+We're all carried along
+
+436
+00:02:56,316 --> 00:02:56,549
+We're all carried along
+
+437
+00:02:56,549 --> 00:02:58,398
+We're all carried along
+
+438
+00:02:58,398 --> 00:02:58,564
+By the river of dreams
+
+439
+00:02:58,564 --> 00:02:58,665
+By the river of dreams
+
+440
+00:02:58,665 --> 00:02:58,897
+By the river of dreams
+
+441
+00:02:58,897 --> 00:02:59,048
+By the river of dreams
+
+442
+00:02:59,048 --> 00:02:59,234
+By the river of dreams
+
+443
+00:02:59,234 --> 00:03:00,657
+By the river of dreams
+
+444
+00:03:00,657 --> 00:03:00,893
+By the river of dreams
+
+445
+00:03:00,893 --> 00:03:01,194
+In the middle of the night
+
+446
+00:03:01,194 --> 00:03:01,357
+In the middle of the night
+
+447
+00:03:01,357 --> 00:03:01,554
+In the middle of the night
+
+448
+00:03:01,554 --> 00:03:01,717
+In the middle of the night
+
+449
+00:03:01,717 --> 00:03:01,880
+In the middle of the night
+
+450
+00:03:01,880 --> 00:03:02,066
+In the middle of the night
+
+451
+00:03:02,066 --> 00:03:04,948
+In the middle of the night
+
+452
+00:03:04,948 --> 00:03:05,747
+In the middle of the night
+
+453
+00:03:15,536 --> 00:03:15,916
+Ah ha...
+
+454
+00:03:15,916 --> 00:03:16,518
+Ah ha...
+
+455
+00:03:16,518 --> 00:03:17,404
+Ah ha...
+
+456
+00:03:17,404 --> 00:03:17,483
+Woo ooh ahh ah ah ah ah ah ah
+
+457
+00:03:17,483 --> 00:03:18,350
+Woo ooh ahh ah ah ah ah ah ah
+
+458
+00:03:18,350 --> 00:03:19,116
+Woo ooh ahh ah ah ah ah ah ah
+
+459
+00:03:19,116 --> 00:03:19,680
+Woo ooh ahh ah ah ah ah ah ah
+
+460
+00:03:19,680 --> 00:03:20,178
+Woo ooh ahh ah ah ah ah ah ah
+
+461
+00:03:20,178 --> 00:03:20,514
+Woo ooh ahh ah ah ah ah ah ah
+
+462
+00:03:20,514 --> 00:03:20,723
+Woo ooh ahh ah ah ah ah ah ah
+
+463
+00:03:20,723 --> 00:03:20,955
+Woo ooh ahh ah ah ah ah ah ah
+
+464
+00:03:20,955 --> 00:03:21,269
+Woo ooh ahh ah ah ah ah ah ah
+
+465
+00:03:21,269 --> 00:03:22,327
+Woo ooh ahh ah ah ah ah ah ah
+
+466
+00:03:22,327 --> 00:03:22,664
+Woo ooh ahh ah ah ah ah ah ah
+
+467
+00:03:24,454 --> 00:03:24,588
+Oh wo oh ho ah yea...
+
+468
+00:03:24,588 --> 00:03:24,661
+Oh wo oh ho ah yea...
+
+469
+00:03:24,661 --> 00:03:24,972
+Oh wo oh ho ah yea...
+
+470
+00:03:24,972 --> 00:03:25,392
+Oh wo oh ho ah yea...
+
+471
+00:03:25,392 --> 00:03:25,716
+Oh wo oh ho ah yea...
+
+472
+00:03:25,716 --> 00:03:26,398
+Oh wo oh ho ah yea...
+
+473
+00:03:27,120 --> 00:03:27,182
+Oh oh oh oh ha ho ho...
+
+474
+00:03:27,182 --> 00:03:27,319
+Oh oh oh oh ha ho ho...
+
+475
+00:03:27,319 --> 00:03:27,628
+Oh oh oh oh ha ho ho...
+
+476
+00:03:27,628 --> 00:03:28,094
+Oh oh oh oh ha ho ho...
+
+477
+00:03:28,094 --> 00:03:28,679
+Oh oh oh oh ha ho ho...
+
+478
+00:03:28,679 --> 00:03:28,904
+Oh oh oh oh ha ho ho...
+
+479
+00:03:28,904 --> 00:03:29,919
+Oh oh oh oh ha ho ho...
+
+480
+00:03:29,919 --> 00:03:30,328
+Oh oh oh oh ha ho ho...
+
+481
+00:03:30,328 --> 00:03:30,601
+Na na na na
+
+482
+00:03:30,601 --> 00:03:30,937
+Na na na na
+
+483
+00:03:30,937 --> 00:03:31,251
+Na na na na
+
+484
+00:03:31,251 --> 00:03:31,931
+Na na na na
+
+485
+00:03:31,931 --> 00:03:32,311
+Na na na na
+
+486
+00:03:32,311 --> 00:03:32,835
+Ah yeah
+
+487
+00:03:32,835 --> 00:03:33,497
+Ah yeah
+
+488
+00:03:36,023 --> 00:03:36,907
+Ah...
+
+489
+00:03:36,907 --> 00:03:38,131
+Ah...
+
+490
+00:03:38,131 --> 00:03:38,637
+Eeeh eeh eeh hee...
+
+491
+00:03:38,637 --> 00:03:39,080
+Eeeh eeh eeh hee...
+
+492
+00:03:39,080 --> 00:03:39,476
+Eeeh eeh eeh hee...
+
+493
+00:03:39,476 --> 00:03:40,834
+Eeeh eeh eeh hee...
+
+494
+00:03:40,834 --> 00:03:41,710
+Eeeh eeh eeh hee...
+
+495
+00:03:41,710 --> 00:03:41,998
+Oh oh oh oh oh ho...
+
+496
+00:03:41,998 --> 00:03:42,161
+Oh oh oh oh oh ho...
+
+497
+00:03:42,161 --> 00:03:42,347
+Oh oh oh oh oh ho...
+
+498
+00:03:42,347 --> 00:03:42,498
+Oh oh oh oh oh ho...
+
+499
+00:03:42,498 --> 00:03:42,672
+Oh oh oh oh oh ho...
+
+500
+00:03:42,672 --> 00:03:43,806
+Oh oh oh oh oh ho...
+
+501
+00:03:43,806 --> 00:03:44,664
+Oh oh oh oh oh ho...
+
+502
+00:03:46,204 --> 00:03:46,971
+Gloria...
+
+503
+00:03:46,971 --> 00:03:47,685
+Gloria...
+
+504
+00:03:47,685 --> 00:03:48,915
+Gloria...
+
+505
+00:03:48,915 --> 00:03:49,872
+Gloria...
+
+506
+00:03:51,419 --> 00:03:52,072
+It's not Cherie...
+
+507
+00:03:52,072 --> 00:03:52,337
+It's not Cherie...
+
+508
+00:03:52,337 --> 00:03:52,797
+It's not Cherie...
+
+509
+00:03:52,797 --> 00:03:55,206
+It's not Cherie...
+
+510
+00:03:55,206 --> 00:03:55,622
+It's not Cherie...
+
+511
+00:03:57,482 --> 00:03:57,622
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+512
+00:03:57,622 --> 00:03:57,901
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+513
+00:03:57,901 --> 00:03:58,204
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+514
+00:03:58,204 --> 00:03:58,757
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+515
+00:03:58,757 --> 00:03:59,640
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+516
+00:03:59,640 --> 00:04:00,248
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+517
+00:04:00,248 --> 00:04:00,461
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+518
+00:04:00,461 --> 00:04:00,601
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+519
+00:04:00,601 --> 00:04:01,493
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+520
+00:04:01,493 --> 00:04:02,039
+Eeh eeh eeh eeh eeh
+ah ha ah ah...
+
+521
+00:04:02,039 --> 00:04:02,222
+Ah ah ha ha ha...
+
+522
+00:04:02,222 --> 00:04:02,821
+Ah ah ha ha ha...
+
+523
+00:04:02,821 --> 00:04:03,275
+Ah ah ha ha ha...
+
+524
+00:04:03,275 --> 00:04:04,542
+Ah ah ha ha ha...
+
+525
+00:04:04,542 --> 00:04:06,086
+Ah ah ha ha ha...
diff --git a/examples/ESRT/Blue Swede/Hooked on a Feeling.srt b/examples/ESRT/Blue Swede/Hooked on a Feeling.srt
index 432585b..538286f 100755
--- a/examples/ESRT/Blue Swede/Hooked on a Feeling.srt
+++ b/examples/ESRT/Blue Swede/Hooked on a Feeling.srt
@@ -1,1151 +1,1151 @@
-1
-00:00:00,539 --> 00:00:00,753
-Ooga chaka, ooga ooga
-
-2
-00:00:00,753 --> 00:00:00,974
-Ooga chaka, ooga ooga
-
-3
-00:00:00,974 --> 00:00:01,218
-Ooga chaka, ooga ooga
-
-4
-00:00:01,218 --> 00:00:01,497
-Ooga chaka, ooga ooga
-
-5
-00:00:01,497 --> 00:00:01,741
-Ooga chaka, ooga ooga
-
-6
-00:00:01,741 --> 00:00:01,997
-Ooga chaka, ooga ooga
-
-7
-00:00:01,997 --> 00:00:02,264
-Ooga chaka, ooga ooga
-
-8
-00:00:02,264 --> 00:00:02,596
-Ooga chaka, ooga ooga
-
-9
-00:00:02,596 --> 00:00:02,884
-Ooga chaka, ooga ooga
-
-10
-00:00:02,884 --> 00:00:03,093
-Ooga chaka, ooga ooga
-
-11
-00:00:03,093 --> 00:00:03,349
-Ooga chaka, ooga ooga
-
-12
-00:00:03,349 --> 00:00:03,616
-Ooga chaka, ooga ooga
-
-13
-00:00:03,616 --> 00:00:03,872
-Ooga chaka, ooga ooga
-
-14
-00:00:03,872 --> 00:00:04,116
-Ooga chaka, ooga ooga
-
-15
-00:00:04,116 --> 00:00:04,360
-Ooga chaka, ooga ooga
-
-16
-00:00:04,360 --> 00:00:04,665
-Ooga chaka, ooga ooga
-
-17
-00:00:04,665 --> 00:00:04,924
-Ooga chaka, ooga ooga
-
-18
-00:00:04,924 --> 00:00:05,215
-Ooga chaka, ooga ooga
-
-19
-00:00:05,215 --> 00:00:05,447
-Ooga chaka, ooga ooga
-
-20
-00:00:05,447 --> 00:00:05,726
-Ooga chaka, ooga ooga
-
-21
-00:00:05,726 --> 00:00:05,959
-Ooga chaka, ooga ooga
-
-22
-00:00:05,959 --> 00:00:06,214
-Ooga chaka, ooga ooga
-
-23
-00:00:06,214 --> 00:00:06,470
-Ooga chaka, ooga ooga
-
-24
-00:00:06,470 --> 00:00:06,781
-Ooga chaka, ooga ooga
-
-25
-00:00:06,781 --> 00:00:07,005
-Ooga chaka, ooga ooga
-
-26
-00:00:07,005 --> 00:00:07,249
-Ooga chaka, ooga ooga
-
-27
-00:00:07,249 --> 00:00:07,528
-Ooga chaka, ooga ooga
-
-28
-00:00:07,528 --> 00:00:07,784
-Ooga chaka, ooga ooga
-
-29
-00:00:07,784 --> 00:00:08,040
-Ooga chaka, ooga ooga
-
-30
-00:00:08,040 --> 00:00:08,295
-Ooga chaka, ooga ooga
-
-31
-00:00:08,295 --> 00:00:08,539
-Ooga chaka, ooga ooga
-
-32
-00:00:08,539 --> 00:00:08,850
-Ooga chaka, ooga ooga
-
-33
-00:00:08,850 --> 00:00:09,086
-I can't stop this feeling
-
-34
-00:00:09,086 --> 00:00:09,586
-I can't stop this feeling
-
-35
-00:00:09,586 --> 00:00:10,074
-I can't stop this feeling
-
-36
-00:00:10,074 --> 00:00:10,644
-I can't stop this feeling
-
-37
-00:00:10,644 --> 00:00:11,144
-I can't stop this feeling
-
-38
-00:00:11,144 --> 00:00:11,750
-I can't stop this feeling
-
-39
-00:00:11,750 --> 00:00:13,044
-I can't stop this feeling
-
-40
-00:00:13,044 --> 00:00:13,264
-Deep inside of me
-
-41
-00:00:13,264 --> 00:00:13,787
-Deep inside of me
-
-42
-00:00:13,787 --> 00:00:14,329
-Deep inside of me
-
-43
-00:00:14,329 --> 00:00:14,785
-Deep inside of me
-
-44
-00:00:14,785 --> 00:00:15,680
-Deep inside of me
-
-45
-00:00:15,680 --> 00:00:17,217
-Deep inside of me
-
-46
-00:00:17,217 --> 00:00:17,669
-Girl, you just don't realize
-
-47
-00:00:17,669 --> 00:00:17,972
-Girl, you just don't realize
-
-48
-00:00:17,972 --> 00:00:18,448
-Girl, you just don't realize
-
-49
-00:00:18,448 --> 00:00:19,076
-Girl, you just don't realize
-
-50
-00:00:19,076 --> 00:00:19,488
-Girl, you just don't realize
-
-51
-00:00:19,488 --> 00:00:20,156
-Girl, you just don't realize
-
-52
-00:00:20,156 --> 00:00:21,037
-Girl, you just don't realize
-
-53
-00:00:21,037 --> 00:00:21,319
-What you do to me
-
-54
-00:00:21,319 --> 00:00:21,563
-What you do to me
-
-55
-00:00:21,563 --> 00:00:21,749
-What you do to me
-
-56
-00:00:21,749 --> 00:00:21,923
-What you do to me
-
-57
-00:00:21,923 --> 00:00:22,656
-What you do to me
-
-58
-00:00:22,656 --> 00:00:22,794
-What you do to me
-
-59
-00:00:24,805 --> 00:00:24,996
-When you hold me
-
-60
-00:00:24,996 --> 00:00:25,298
-When you hold me
-
-61
-00:00:25,298 --> 00:00:25,751
-When you hold me
-
-62
-00:00:25,751 --> 00:00:26,426
-When you hold me
-
-63
-00:00:26,426 --> 00:00:26,925
-When you hold me
-
-64
-00:00:26,925 --> 00:00:27,123
-In your arms so tight
-
-65
-00:00:27,123 --> 00:00:27,425
-In your arms so tight
-
-66
-00:00:27,425 --> 00:00:27,937
-In your arms so tight
-
-67
-00:00:27,937 --> 00:00:28,380
-In your arms so tight
-
-68
-00:00:28,380 --> 00:00:28,992
-In your arms so tight
-
-69
-00:00:28,992 --> 00:00:29,241
-You let me know
-
-70
-00:00:29,241 --> 00:00:29,485
-You let me know
-
-71
-00:00:29,485 --> 00:00:29,718
-You let me know
-
-72
-00:00:29,718 --> 00:00:30,596
-You let me know
-
-73
-00:00:30,596 --> 00:00:31,121
-You let me know
-
-74
-00:00:31,121 --> 00:00:31,348
-Everything's all right
-
-75
-00:00:31,348 --> 00:00:31,592
-Everything's all right
-
-76
-00:00:31,592 --> 00:00:32,138
-Everything's all right
-
-77
-00:00:32,138 --> 00:00:32,638
-Everything's all right
-
-78
-00:00:32,638 --> 00:00:33,545
-Everything's all right
-
-79
-00:00:33,545 --> 00:00:33,898
-Everything's all right
-
-80
-00:00:33,898 --> 00:00:36,484
-I'm
-
-81
-00:00:36,484 --> 00:00:36,998
-I'm
-
-82
-00:00:36,998 --> 00:00:37,228
-hooked on a feeling
-
-83
-00:00:37,228 --> 00:00:37,507
-hooked on a feeling
-
-84
-00:00:37,507 --> 00:00:37,751
-hooked on a feeling
-
-85
-00:00:37,751 --> 00:00:38,344
-hooked on a feeling
-
-86
-00:00:38,344 --> 00:00:39,040
-hooked on a feeling
-
-87
-00:00:40,807 --> 00:00:41,082
-I'm high on believing
-
-88
-00:00:41,082 --> 00:00:41,315
-I'm high on believing
-
-89
-00:00:41,315 --> 00:00:41,524
-I'm high on believing
-
-90
-00:00:41,524 --> 00:00:41,815
-I'm high on believing
-
-91
-00:00:41,815 --> 00:00:42,349
-I'm high on believing
-
-92
-00:00:42,349 --> 00:00:43,283
-I'm high on believing
-
-93
-00:00:44,560 --> 00:00:44,774
-That you're in love with me
-
-94
-00:00:44,774 --> 00:00:45,286
-That you're in love with me
-
-95
-00:00:45,286 --> 00:00:45,785
-That you're in love with me
-
-96
-00:00:45,785 --> 00:00:46,250
-That you're in love with me
-
-97
-00:00:46,250 --> 00:00:46,738
-That you're in love with me
-
-98
-00:00:46,738 --> 00:00:48,703
-That you're in love with me
-
-99
-00:00:48,703 --> 00:00:49,245
-That you're in love with me
-
-100
-00:00:50,930 --> 00:00:51,191
-Lips as sweet as candy
-
-101
-00:00:51,191 --> 00:00:51,644
-Lips as sweet as candy
-
-102
-00:00:51,644 --> 00:00:52,132
-Lips as sweet as candy
-
-103
-00:00:52,132 --> 00:00:52,620
-Lips as sweet as candy
-
-104
-00:00:52,620 --> 00:00:53,109
-Lips as sweet as candy
-
-105
-00:00:53,109 --> 00:00:53,613
-Lips as sweet as candy
-
-106
-00:00:53,613 --> 00:00:53,906
-Lips as sweet as candy
-
-107
-00:00:54,709 --> 00:00:54,933
-Its taste is on my mind
-
-108
-00:00:54,933 --> 00:00:55,549
-Its taste is on my mind
-
-109
-00:00:55,549 --> 00:00:55,723
-Its taste is on my mind
-
-110
-00:00:55,723 --> 00:00:56,270
-Its taste is on my mind
-
-111
-00:00:56,270 --> 00:00:56,700
-Its taste is on my mind
-
-112
-00:00:56,700 --> 00:00:57,665
-Its taste is on my mind
-
-113
-00:00:57,665 --> 00:00:58,078
-Its taste is on my mind
-
-114
-00:00:58,940 --> 00:00:59,432
-Girl, you got me thirsty
-
-115
-00:00:59,432 --> 00:00:59,676
-Girl, you got me thirsty
-
-116
-00:00:59,676 --> 00:01:00,176
-Girl, you got me thirsty
-
-117
-00:01:00,176 --> 00:01:00,653
-Girl, you got me thirsty
-
-118
-00:01:00,653 --> 00:01:01,176
-Girl, you got me thirsty
-
-119
-00:01:01,176 --> 00:01:01,675
-Girl, you got me thirsty
-
-120
-00:01:01,675 --> 00:01:02,182
-Girl, you got me thirsty
-
-121
-00:01:02,182 --> 00:01:02,476
-For another cup o' wine
-
-122
-00:01:02,476 --> 00:01:02,732
-For another cup o' wine
-
-123
-00:01:02,732 --> 00:01:02,999
-For another cup o' wine
-
-124
-00:01:02,999 --> 00:01:04,137
-For another cup o' wine
-
-125
-00:01:04,137 --> 00:01:04,428
-For another cup o' wine
-
-126
-00:01:04,428 --> 00:01:04,718
-For another cup o' wine
-
-127
-00:01:04,718 --> 00:01:05,928
-For another cup o' wine
-
-128
-00:01:05,928 --> 00:01:06,954
-For another cup o' wine
-
-129
-00:01:06,954 --> 00:01:07,195
-Got a bug from you girl
-
-130
-00:01:07,195 --> 00:01:07,695
-Got a bug from you girl
-
-131
-00:01:07,695 --> 00:01:08,160
-Got a bug from you girl
-
-132
-00:01:08,160 --> 00:01:08,625
-Got a bug from you girl
-
-133
-00:01:08,625 --> 00:01:09,125
-Got a bug from you girl
-
-134
-00:01:09,125 --> 00:01:09,718
-Got a bug from you girl
-
-135
-00:01:09,718 --> 00:01:10,681
-Got a bug from you girl
-
-136
-00:01:10,681 --> 00:01:10,962
-But I don't need no cure
-
-137
-00:01:10,962 --> 00:01:11,218
-But I don't need no cure
-
-138
-00:01:11,218 --> 00:01:11,729
-But I don't need no cure
-
-139
-00:01:11,729 --> 00:01:12,443
-But I don't need no cure
-
-140
-00:01:12,443 --> 00:01:12,659
-But I don't need no cure
-
-141
-00:01:12,659 --> 00:01:13,691
-But I don't need no cure
-
-142
-00:01:13,691 --> 00:01:14,936
-But I don't need no cure
-
-143
-00:01:14,936 --> 00:01:15,458
-I'll just stay a victim
-
-144
-00:01:15,458 --> 00:01:15,679
-I'll just stay a victim
-
-145
-00:01:15,679 --> 00:01:16,272
-I'll just stay a victim
-
-146
-00:01:16,272 --> 00:01:16,690
-I'll just stay a victim
-
-147
-00:01:16,690 --> 00:01:17,085
-I'll just stay a victim
-
-148
-00:01:17,085 --> 00:01:17,667
-I'll just stay a victim
-
-149
-00:01:17,667 --> 00:01:18,235
-I'll just stay a victim
-
-150
-00:01:18,235 --> 00:01:18,478
-If I can for sure
-
-151
-00:01:18,478 --> 00:01:18,733
-If I can for sure
-
-152
-00:01:18,733 --> 00:01:19,257
-If I can for sure
-
-153
-00:01:19,257 --> 00:01:19,454
-If I can for sure
-
-154
-00:01:19,454 --> 00:01:21,839
-If I can for sure
-
-155
-00:01:21,839 --> 00:01:22,171
-If I can for sure
-
-156
-00:01:22,171 --> 00:01:22,512
-All the good love
-
-157
-00:01:22,512 --> 00:01:22,733
-All the good love
-
-158
-00:01:22,733 --> 00:01:22,989
-All the good love
-
-159
-00:01:22,989 --> 00:01:23,687
-All the good love
-
-160
-00:01:23,687 --> 00:01:24,217
-All the good love
-
-161
-00:01:24,217 --> 00:01:24,477
-When we're all alone
-
-162
-00:01:24,477 --> 00:01:24,733
-When we're all alone
-
-163
-00:01:24,733 --> 00:01:24,965
-When we're all alone
-
-164
-00:01:24,965 --> 00:01:25,279
-When we're all alone
-
-165
-00:01:25,279 --> 00:01:25,997
-When we're all alone
-
-166
-00:01:25,997 --> 00:01:26,191
-When we're all alone
-
-167
-00:01:26,191 --> 00:01:26,470
-Keep it up girl
-
-168
-00:01:26,470 --> 00:01:26,679
-Keep it up girl
-
-169
-00:01:26,679 --> 00:01:26,935
-Keep it up girl
-
-170
-00:01:26,935 --> 00:01:27,760
-Keep it up girl
-
-171
-00:01:27,760 --> 00:01:28,202
-Keep it up girl
-
-172
-00:01:28,202 --> 00:01:28,434
-Yeah, you turn me on
-
-173
-00:01:28,434 --> 00:01:28,690
-Yeah, you turn me on
-
-174
-00:01:28,690 --> 00:01:29,190
-Yeah, you turn me on
-
-175
-00:01:29,190 --> 00:01:29,701
-Yeah, you turn me on
-
-176
-00:01:29,701 --> 00:01:30,445
-Yeah, you turn me on
-
-177
-00:01:30,445 --> 00:01:30,900
-Yeah, you turn me on
-
-178
-00:01:30,900 --> 00:01:33,907
-I'm
-
-179
-00:01:33,907 --> 00:01:33,916
-I'm
-
-180
-00:01:33,916 --> 00:01:34,208
-hooked on a feeling
-
-181
-00:01:34,208 --> 00:01:34,452
-hooked on a feeling
-
-182
-00:01:34,452 --> 00:01:34,708
-hooked on a feeling
-
-183
-00:01:34,708 --> 00:01:35,243
-hooked on a feeling
-
-184
-00:01:35,243 --> 00:01:36,273
-hooked on a feeling
-
-185
-00:01:36,273 --> 00:01:37,729
-hooked on a feeling
-
-186
-00:01:37,729 --> 00:01:37,959
-I'm high on believing
-
-187
-00:01:37,959 --> 00:01:38,191
-I'm high on believing
-
-188
-00:01:38,191 --> 00:01:38,447
-I'm high on believing
-
-189
-00:01:38,447 --> 00:01:38,715
-I'm high on believing
-
-190
-00:01:38,715 --> 00:01:39,284
-I'm high on believing
-
-191
-00:01:39,284 --> 00:01:39,958
-I'm high on believing
-
-192
-00:01:39,958 --> 00:01:41,540
-I'm high on believing
-
-193
-00:01:41,540 --> 00:01:41,784
-That you're in love with me
-
-194
-00:01:41,784 --> 00:01:42,249
-That you're in love with me
-
-195
-00:01:42,249 --> 00:01:42,748
-That you're in love with me
-
-196
-00:01:42,748 --> 00:01:43,225
-That you're in love with me
-
-197
-00:01:43,225 --> 00:01:43,737
-That you're in love with me
-
-198
-00:01:43,737 --> 00:01:46,533
-That you're in love with me
-
-199
-00:01:46,533 --> 00:01:47,004
-That you're in love with me
-
-200
-00:01:59,652 --> 00:01:59,893
-All the good love
-
-201
-00:01:59,893 --> 00:02:00,137
-All the good love
-
-202
-00:02:00,137 --> 00:02:00,498
-All the good love
-
-203
-00:02:00,498 --> 00:02:01,160
-All the good love
-
-204
-00:02:01,160 --> 00:02:01,710
-All the good love
-
-205
-00:02:01,710 --> 00:02:01,986
-When we're all alone
-
-206
-00:02:01,986 --> 00:02:02,218
-When we're all alone
-
-207
-00:02:02,218 --> 00:02:02,482
-When we're all alone
-
-208
-00:02:02,482 --> 00:02:02,691
-When we're all alone
-
-209
-00:02:02,691 --> 00:02:03,691
-When we're all alone
-
-210
-00:02:03,691 --> 00:02:04,314
-When we're all alone
-
-211
-00:02:04,314 --> 00:02:04,421
-Keep it up girl
-
-212
-00:02:04,421 --> 00:02:04,549
-Keep it up girl
-
-213
-00:02:04,549 --> 00:02:04,793
-Keep it up girl
-
-214
-00:02:04,793 --> 00:02:05,549
-Keep it up girl
-
-215
-00:02:05,549 --> 00:02:05,883
-Keep it up girl
-
-216
-00:02:05,883 --> 00:02:06,098
-Yeah, you turn me on
-
-217
-00:02:06,098 --> 00:02:06,354
-Yeah, you turn me on
-
-218
-00:02:06,354 --> 00:02:06,900
-Yeah, you turn me on
-
-219
-00:02:06,900 --> 00:02:07,360
-Yeah, you turn me on
-
-220
-00:02:07,360 --> 00:02:08,499
-Yeah, you turn me on
-
-221
-00:02:08,499 --> 00:02:08,679
-Yeah, you turn me on
-
-222
-00:02:08,679 --> 00:02:11,502
-I'm
-
-223
-00:02:11,502 --> 00:02:11,778
-I'm
-
-224
-00:02:11,778 --> 00:02:12,044
-hooked on a feeling
-
-225
-00:02:12,044 --> 00:02:12,311
-hooked on a feeling
-
-226
-00:02:12,311 --> 00:02:12,555
-hooked on a feeling
-
-227
-00:02:12,555 --> 00:02:13,113
-hooked on a feeling
-
-228
-00:02:13,113 --> 00:02:13,784
-hooked on a feeling
-
-229
-00:02:13,784 --> 00:02:15,615
-hooked on a feeling
-
-230
-00:02:15,615 --> 00:02:15,841
-I'm high on believing
-
-231
-00:02:15,841 --> 00:02:16,062
-I'm high on believing
-
-232
-00:02:16,062 --> 00:02:16,330
-I'm high on believing
-
-233
-00:02:16,330 --> 00:02:16,620
-I'm high on believing
-
-234
-00:02:16,620 --> 00:02:17,155
-I'm high on believing
-
-235
-00:02:17,155 --> 00:02:17,945
-I'm high on believing
-
-236
-00:02:17,945 --> 00:02:19,392
-I'm high on believing
-
-237
-00:02:19,392 --> 00:02:19,641
-That you're in love with me
-
-238
-00:02:19,641 --> 00:02:20,152
-That you're in love with me
-
-239
-00:02:20,152 --> 00:02:20,652
-That you're in love with me
-
-240
-00:02:20,652 --> 00:02:21,129
-That you're in love with me
-
-241
-00:02:21,129 --> 00:02:21,617
-That you're in love with me
-
-242
-00:02:21,617 --> 00:02:23,047
-That you're in love with me
-
-243
-00:02:23,047 --> 00:02:23,640
-That you're in love with me
-
-244
-00:02:23,640 --> 00:02:23,854
-I'm hooked on a feeling
-
-245
-00:02:23,854 --> 00:02:24,133
-I'm hooked on a feeling
-
-246
-00:02:24,133 --> 00:02:24,342
-I'm hooked on a feeling
-
-247
-00:02:24,342 --> 00:02:24,621
-I'm hooked on a feeling
-
-248
-00:02:24,621 --> 00:02:25,019
-I'm hooked on a feeling
-
-249
-00:02:25,019 --> 00:02:25,877
-I'm hooked on a feeling
-
-250
-00:02:25,877 --> 00:02:27,149
-I'm hooked on a feeling
-
-251
-00:02:27,149 --> 00:02:27,367
-And I'm high on believing
-
-252
-00:02:27,367 --> 00:02:27,612
-And I'm high on believing
-
-253
-00:02:27,612 --> 00:02:28,135
-And I'm high on believing
-
-254
-00:02:28,135 --> 00:02:28,367
-And I'm high on believing
-
-255
-00:02:28,367 --> 00:02:28,623
-And I'm high on believing
-
-256
-00:02:28,623 --> 00:02:29,042
-And I'm high on believing
-
-257
-00:02:29,042 --> 00:02:29,856
-And I'm high on believing
-
-258
-00:02:29,856 --> 00:02:31,405
-And I'm high on believing
-
-259
-00:02:31,405 --> 00:02:31,670
-That you're in love with me
-
-260
-00:02:31,670 --> 00:02:32,170
-That you're in love with me
-
-261
-00:02:32,170 --> 00:02:32,646
-That you're in love with me
-
-262
-00:02:32,646 --> 00:02:33,111
-That you're in love with me
-
-263
-00:02:33,111 --> 00:02:33,646
-That you're in love with me
-
-264
-00:02:33,646 --> 00:02:34,867
-That you're in love with me
-
-265
-00:02:34,867 --> 00:02:35,161
-That you're in love with me
-
-266
-00:02:35,161 --> 00:02:35,379
-I said I'm hooked on a feeling
-
-267
-00:02:35,379 --> 00:02:35,635
-I said I'm hooked on a feeling
-
-268
-00:02:35,635 --> 00:02:35,902
-I said I'm hooked on a feeling
-
-269
-00:02:35,902 --> 00:02:36,134
-I said I'm hooked on a feeling
-
-270
-00:02:36,134 --> 00:02:36,367
-I said I'm hooked on a feeling
-
-271
-00:02:36,367 --> 00:02:36,623
-I said I'm hooked on a feeling
-
-272
-00:02:36,623 --> 00:02:37,041
-I said I'm hooked on a feeling
-
-273
-00:02:37,041 --> 00:02:37,553
-I said I'm hooked on a feeling
-
-274
-00:02:37,553 --> 00:02:39,136
-I said I'm hooked on a feeling
-
-275
-00:02:39,136 --> 00:02:39,368
-And I'm high on believing
-
-276
-00:02:39,368 --> 00:02:39,600
-And I'm high on believing
-
-277
-00:02:39,600 --> 00:02:40,158
-And I'm high on believing
-
-278
-00:02:40,158 --> 00:02:40,379
-And I'm high on believing
-
-279
-00:02:40,379 --> 00:02:40,635
-And I'm high on believing
-
-280
-00:02:40,635 --> 00:02:41,054
-And I'm high on believing
-
-281
-00:02:41,054 --> 00:02:41,903
-And I'm high on believing
-
-282
-00:02:41,903 --> 00:02:43,379
-And I'm high on believing
-
-283
-00:02:43,379 --> 00:02:43,635
-That you're in love with me
-
-284
-00:02:43,635 --> 00:02:44,123
-That you're in love with me
-
-285
-00:02:44,123 --> 00:02:44,588
-That you're in love with me
-
-286
-00:02:44,588 --> 00:02:45,100
-That you're in love with me
-
-287
-00:02:45,100 --> 00:02:45,623
-That you're in love with me
-
-288
-00:02:45,623 --> 00:02:46,809
-That you're in love with me
+1
+00:00:00,539 --> 00:00:00,753
+Ooga chaka, ooga ooga
+
+2
+00:00:00,753 --> 00:00:00,974
+Ooga chaka, ooga ooga
+
+3
+00:00:00,974 --> 00:00:01,218
+Ooga chaka, ooga ooga
+
+4
+00:00:01,218 --> 00:00:01,497
+Ooga chaka, ooga ooga
+
+5
+00:00:01,497 --> 00:00:01,741
+Ooga chaka, ooga ooga
+
+6
+00:00:01,741 --> 00:00:01,997
+Ooga chaka, ooga ooga
+
+7
+00:00:01,997 --> 00:00:02,264
+Ooga chaka, ooga ooga
+
+8
+00:00:02,264 --> 00:00:02,596
+Ooga chaka, ooga ooga
+
+9
+00:00:02,596 --> 00:00:02,884
+Ooga chaka, ooga ooga
+
+10
+00:00:02,884 --> 00:00:03,093
+Ooga chaka, ooga ooga
+
+11
+00:00:03,093 --> 00:00:03,349
+Ooga chaka, ooga ooga
+
+12
+00:00:03,349 --> 00:00:03,616
+Ooga chaka, ooga ooga
+
+13
+00:00:03,616 --> 00:00:03,872
+Ooga chaka, ooga ooga
+
+14
+00:00:03,872 --> 00:00:04,116
+Ooga chaka, ooga ooga
+
+15
+00:00:04,116 --> 00:00:04,360
+Ooga chaka, ooga ooga
+
+16
+00:00:04,360 --> 00:00:04,665
+Ooga chaka, ooga ooga
+
+17
+00:00:04,665 --> 00:00:04,924
+Ooga chaka, ooga ooga
+
+18
+00:00:04,924 --> 00:00:05,215
+Ooga chaka, ooga ooga
+
+19
+00:00:05,215 --> 00:00:05,447
+Ooga chaka, ooga ooga
+
+20
+00:00:05,447 --> 00:00:05,726
+Ooga chaka, ooga ooga
+
+21
+00:00:05,726 --> 00:00:05,959
+Ooga chaka, ooga ooga
+
+22
+00:00:05,959 --> 00:00:06,214
+Ooga chaka, ooga ooga
+
+23
+00:00:06,214 --> 00:00:06,470
+Ooga chaka, ooga ooga
+
+24
+00:00:06,470 --> 00:00:06,781
+Ooga chaka, ooga ooga
+
+25
+00:00:06,781 --> 00:00:07,005
+Ooga chaka, ooga ooga
+
+26
+00:00:07,005 --> 00:00:07,249
+Ooga chaka, ooga ooga
+
+27
+00:00:07,249 --> 00:00:07,528
+Ooga chaka, ooga ooga
+
+28
+00:00:07,528 --> 00:00:07,784
+Ooga chaka, ooga ooga
+
+29
+00:00:07,784 --> 00:00:08,040
+Ooga chaka, ooga ooga
+
+30
+00:00:08,040 --> 00:00:08,295
+Ooga chaka, ooga ooga
+
+31
+00:00:08,295 --> 00:00:08,539
+Ooga chaka, ooga ooga
+
+32
+00:00:08,539 --> 00:00:08,850
+Ooga chaka, ooga ooga
+
+33
+00:00:08,850 --> 00:00:09,086
+I can't stop this feeling
+
+34
+00:00:09,086 --> 00:00:09,586
+I can't stop this feeling
+
+35
+00:00:09,586 --> 00:00:10,074
+I can't stop this feeling
+
+36
+00:00:10,074 --> 00:00:10,644
+I can't stop this feeling
+
+37
+00:00:10,644 --> 00:00:11,144
+I can't stop this feeling
+
+38
+00:00:11,144 --> 00:00:11,750
+I can't stop this feeling
+
+39
+00:00:11,750 --> 00:00:13,044
+I can't stop this feeling
+
+40
+00:00:13,044 --> 00:00:13,264
+Deep inside of me
+
+41
+00:00:13,264 --> 00:00:13,787
+Deep inside of me
+
+42
+00:00:13,787 --> 00:00:14,329
+Deep inside of me
+
+43
+00:00:14,329 --> 00:00:14,785
+Deep inside of me
+
+44
+00:00:14,785 --> 00:00:15,680
+Deep inside of me
+
+45
+00:00:15,680 --> 00:00:17,217
+Deep inside of me
+
+46
+00:00:17,217 --> 00:00:17,669
+Girl, you just don't realize
+
+47
+00:00:17,669 --> 00:00:17,972
+Girl, you just don't realize
+
+48
+00:00:17,972 --> 00:00:18,448
+Girl, you just don't realize
+
+49
+00:00:18,448 --> 00:00:19,076
+Girl, you just don't realize
+
+50
+00:00:19,076 --> 00:00:19,488
+Girl, you just don't realize
+
+51
+00:00:19,488 --> 00:00:20,156
+Girl, you just don't realize
+
+52
+00:00:20,156 --> 00:00:21,037
+Girl, you just don't realize
+
+53
+00:00:21,037 --> 00:00:21,319
+What you do to me
+
+54
+00:00:21,319 --> 00:00:21,563
+What you do to me
+
+55
+00:00:21,563 --> 00:00:21,749
+What you do to me
+
+56
+00:00:21,749 --> 00:00:21,923
+What you do to me
+
+57
+00:00:21,923 --> 00:00:22,656
+What you do to me
+
+58
+00:00:22,656 --> 00:00:22,794
+What you do to me
+
+59
+00:00:24,805 --> 00:00:24,996
+When you hold me
+
+60
+00:00:24,996 --> 00:00:25,298
+When you hold me
+
+61
+00:00:25,298 --> 00:00:25,751
+When you hold me
+
+62
+00:00:25,751 --> 00:00:26,426
+When you hold me
+
+63
+00:00:26,426 --> 00:00:26,925
+When you hold me
+
+64
+00:00:26,925 --> 00:00:27,123
+In your arms so tight
+
+65
+00:00:27,123 --> 00:00:27,425
+In your arms so tight
+
+66
+00:00:27,425 --> 00:00:27,937
+In your arms so tight
+
+67
+00:00:27,937 --> 00:00:28,380
+In your arms so tight
+
+68
+00:00:28,380 --> 00:00:28,992
+In your arms so tight
+
+69
+00:00:28,992 --> 00:00:29,241
+You let me know
+
+70
+00:00:29,241 --> 00:00:29,485
+You let me know
+
+71
+00:00:29,485 --> 00:00:29,718
+You let me know
+
+72
+00:00:29,718 --> 00:00:30,596
+You let me know
+
+73
+00:00:30,596 --> 00:00:31,121
+You let me know
+
+74
+00:00:31,121 --> 00:00:31,348
+Everything's all right
+
+75
+00:00:31,348 --> 00:00:31,592
+Everything's all right
+
+76
+00:00:31,592 --> 00:00:32,138
+Everything's all right
+
+77
+00:00:32,138 --> 00:00:32,638
+Everything's all right
+
+78
+00:00:32,638 --> 00:00:33,545
+Everything's all right
+
+79
+00:00:33,545 --> 00:00:33,898
+Everything's all right
+
+80
+00:00:33,898 --> 00:00:36,484
+I'm
+
+81
+00:00:36,484 --> 00:00:36,998
+I'm
+
+82
+00:00:36,998 --> 00:00:37,228
+hooked on a feeling
+
+83
+00:00:37,228 --> 00:00:37,507
+hooked on a feeling
+
+84
+00:00:37,507 --> 00:00:37,751
+hooked on a feeling
+
+85
+00:00:37,751 --> 00:00:38,344
+hooked on a feeling
+
+86
+00:00:38,344 --> 00:00:39,040
+hooked on a feeling
+
+87
+00:00:40,807 --> 00:00:41,082
+I'm high on believing
+
+88
+00:00:41,082 --> 00:00:41,315
+I'm high on believing
+
+89
+00:00:41,315 --> 00:00:41,524
+I'm high on believing
+
+90
+00:00:41,524 --> 00:00:41,815
+I'm high on believing
+
+91
+00:00:41,815 --> 00:00:42,349
+I'm high on believing
+
+92
+00:00:42,349 --> 00:00:43,283
+I'm high on believing
+
+93
+00:00:44,560 --> 00:00:44,774
+That you're in love with me
+
+94
+00:00:44,774 --> 00:00:45,286
+That you're in love with me
+
+95
+00:00:45,286 --> 00:00:45,785
+That you're in love with me
+
+96
+00:00:45,785 --> 00:00:46,250
+That you're in love with me
+
+97
+00:00:46,250 --> 00:00:46,738
+That you're in love with me
+
+98
+00:00:46,738 --> 00:00:48,703
+That you're in love with me
+
+99
+00:00:48,703 --> 00:00:49,245
+That you're in love with me
+
+100
+00:00:50,930 --> 00:00:51,191
+Lips as sweet as candy
+
+101
+00:00:51,191 --> 00:00:51,644
+Lips as sweet as candy
+
+102
+00:00:51,644 --> 00:00:52,132
+Lips as sweet as candy
+
+103
+00:00:52,132 --> 00:00:52,620
+Lips as sweet as candy
+
+104
+00:00:52,620 --> 00:00:53,109
+Lips as sweet as candy
+
+105
+00:00:53,109 --> 00:00:53,613
+Lips as sweet as candy
+
+106
+00:00:53,613 --> 00:00:53,906
+Lips as sweet as candy
+
+107
+00:00:54,709 --> 00:00:54,933
+Its taste is on my mind
+
+108
+00:00:54,933 --> 00:00:55,549
+Its taste is on my mind
+
+109
+00:00:55,549 --> 00:00:55,723
+Its taste is on my mind
+
+110
+00:00:55,723 --> 00:00:56,270
+Its taste is on my mind
+
+111
+00:00:56,270 --> 00:00:56,700
+Its taste is on my mind
+
+112
+00:00:56,700 --> 00:00:57,665
+Its taste is on my mind
+
+113
+00:00:57,665 --> 00:00:58,078
+Its taste is on my mind
+
+114
+00:00:58,940 --> 00:00:59,432
+Girl, you got me thirsty
+
+115
+00:00:59,432 --> 00:00:59,676
+Girl, you got me thirsty
+
+116
+00:00:59,676 --> 00:01:00,176
+Girl, you got me thirsty
+
+117
+00:01:00,176 --> 00:01:00,653
+Girl, you got me thirsty
+
+118
+00:01:00,653 --> 00:01:01,176
+Girl, you got me thirsty
+
+119
+00:01:01,176 --> 00:01:01,675
+Girl, you got me thirsty
+
+120
+00:01:01,675 --> 00:01:02,182
+Girl, you got me thirsty
+
+121
+00:01:02,182 --> 00:01:02,476
+For another cup o' wine
+
+122
+00:01:02,476 --> 00:01:02,732
+For another cup o' wine
+
+123
+00:01:02,732 --> 00:01:02,999
+For another cup o' wine
+
+124
+00:01:02,999 --> 00:01:04,137
+For another cup o' wine
+
+125
+00:01:04,137 --> 00:01:04,428
+For another cup o' wine
+
+126
+00:01:04,428 --> 00:01:04,718
+For another cup o' wine
+
+127
+00:01:04,718 --> 00:01:05,928
+For another cup o' wine
+
+128
+00:01:05,928 --> 00:01:06,954
+For another cup o' wine
+
+129
+00:01:06,954 --> 00:01:07,195
+Got a bug from you girl
+
+130
+00:01:07,195 --> 00:01:07,695
+Got a bug from you girl
+
+131
+00:01:07,695 --> 00:01:08,160
+Got a bug from you girl
+
+132
+00:01:08,160 --> 00:01:08,625
+Got a bug from you girl
+
+133
+00:01:08,625 --> 00:01:09,125
+Got a bug from you girl
+
+134
+00:01:09,125 --> 00:01:09,718
+Got a bug from you girl
+
+135
+00:01:09,718 --> 00:01:10,681
+Got a bug from you girl
+
+136
+00:01:10,681 --> 00:01:10,962
+But I don't need no cure
+
+137
+00:01:10,962 --> 00:01:11,218
+But I don't need no cure
+
+138
+00:01:11,218 --> 00:01:11,729
+But I don't need no cure
+
+139
+00:01:11,729 --> 00:01:12,443
+But I don't need no cure
+
+140
+00:01:12,443 --> 00:01:12,659
+But I don't need no cure
+
+141
+00:01:12,659 --> 00:01:13,691
+But I don't need no cure
+
+142
+00:01:13,691 --> 00:01:14,936
+But I don't need no cure
+
+143
+00:01:14,936 --> 00:01:15,458
+I'll just stay a victim
+
+144
+00:01:15,458 --> 00:01:15,679
+I'll just stay a victim
+
+145
+00:01:15,679 --> 00:01:16,272
+I'll just stay a victim
+
+146
+00:01:16,272 --> 00:01:16,690
+I'll just stay a victim
+
+147
+00:01:16,690 --> 00:01:17,085
+I'll just stay a victim
+
+148
+00:01:17,085 --> 00:01:17,667
+I'll just stay a victim
+
+149
+00:01:17,667 --> 00:01:18,235
+I'll just stay a victim
+
+150
+00:01:18,235 --> 00:01:18,478
+If I can for sure
+
+151
+00:01:18,478 --> 00:01:18,733
+If I can for sure
+
+152
+00:01:18,733 --> 00:01:19,257
+If I can for sure
+
+153
+00:01:19,257 --> 00:01:19,454
+If I can for sure
+
+154
+00:01:19,454 --> 00:01:21,839
+If I can for sure
+
+155
+00:01:21,839 --> 00:01:22,171
+If I can for sure
+
+156
+00:01:22,171 --> 00:01:22,512
+All the good love
+
+157
+00:01:22,512 --> 00:01:22,733
+All the good love
+
+158
+00:01:22,733 --> 00:01:22,989
+All the good love
+
+159
+00:01:22,989 --> 00:01:23,687
+All the good love
+
+160
+00:01:23,687 --> 00:01:24,217
+All the good love
+
+161
+00:01:24,217 --> 00:01:24,477
+When we're all alone
+
+162
+00:01:24,477 --> 00:01:24,733
+When we're all alone
+
+163
+00:01:24,733 --> 00:01:24,965
+When we're all alone
+
+164
+00:01:24,965 --> 00:01:25,279
+When we're all alone
+
+165
+00:01:25,279 --> 00:01:25,997
+When we're all alone
+
+166
+00:01:25,997 --> 00:01:26,191
+When we're all alone
+
+167
+00:01:26,191 --> 00:01:26,470
+Keep it up girl
+
+168
+00:01:26,470 --> 00:01:26,679
+Keep it up girl
+
+169
+00:01:26,679 --> 00:01:26,935
+Keep it up girl
+
+170
+00:01:26,935 --> 00:01:27,760
+Keep it up girl
+
+171
+00:01:27,760 --> 00:01:28,202
+Keep it up girl
+
+172
+00:01:28,202 --> 00:01:28,434
+Yeah, you turn me on
+
+173
+00:01:28,434 --> 00:01:28,690
+Yeah, you turn me on
+
+174
+00:01:28,690 --> 00:01:29,190
+Yeah, you turn me on
+
+175
+00:01:29,190 --> 00:01:29,701
+Yeah, you turn me on
+
+176
+00:01:29,701 --> 00:01:30,445
+Yeah, you turn me on
+
+177
+00:01:30,445 --> 00:01:30,900
+Yeah, you turn me on
+
+178
+00:01:30,900 --> 00:01:33,907
+I'm
+
+179
+00:01:33,907 --> 00:01:33,916
+I'm
+
+180
+00:01:33,916 --> 00:01:34,208
+hooked on a feeling
+
+181
+00:01:34,208 --> 00:01:34,452
+hooked on a feeling
+
+182
+00:01:34,452 --> 00:01:34,708
+hooked on a feeling
+
+183
+00:01:34,708 --> 00:01:35,243
+hooked on a feeling
+
+184
+00:01:35,243 --> 00:01:36,273
+hooked on a feeling
+
+185
+00:01:36,273 --> 00:01:37,729
+hooked on a feeling
+
+186
+00:01:37,729 --> 00:01:37,959
+I'm high on believing
+
+187
+00:01:37,959 --> 00:01:38,191
+I'm high on believing
+
+188
+00:01:38,191 --> 00:01:38,447
+I'm high on believing
+
+189
+00:01:38,447 --> 00:01:38,715
+I'm high on believing
+
+190
+00:01:38,715 --> 00:01:39,284
+I'm high on believing
+
+191
+00:01:39,284 --> 00:01:39,958
+I'm high on believing
+
+192
+00:01:39,958 --> 00:01:41,540
+I'm high on believing
+
+193
+00:01:41,540 --> 00:01:41,784
+That you're in love with me
+
+194
+00:01:41,784 --> 00:01:42,249
+That you're in love with me
+
+195
+00:01:42,249 --> 00:01:42,748
+That you're in love with me
+
+196
+00:01:42,748 --> 00:01:43,225
+That you're in love with me
+
+197
+00:01:43,225 --> 00:01:43,737
+That you're in love with me
+
+198
+00:01:43,737 --> 00:01:46,533
+That you're in love with me
+
+199
+00:01:46,533 --> 00:01:47,004
+That you're in love with me
+
+200
+00:01:59,652 --> 00:01:59,893
+All the good love
+
+201
+00:01:59,893 --> 00:02:00,137
+All the good love
+
+202
+00:02:00,137 --> 00:02:00,498
+All the good love
+
+203
+00:02:00,498 --> 00:02:01,160
+All the good love
+
+204
+00:02:01,160 --> 00:02:01,710
+All the good love
+
+205
+00:02:01,710 --> 00:02:01,986
+When we're all alone
+
+206
+00:02:01,986 --> 00:02:02,218
+When we're all alone
+
+207
+00:02:02,218 --> 00:02:02,482
+When we're all alone
+
+208
+00:02:02,482 --> 00:02:02,691
+When we're all alone
+
+209
+00:02:02,691 --> 00:02:03,691
+When we're all alone
+
+210
+00:02:03,691 --> 00:02:04,314
+When we're all alone
+
+211
+00:02:04,314 --> 00:02:04,421
+Keep it up girl
+
+212
+00:02:04,421 --> 00:02:04,549
+Keep it up girl
+
+213
+00:02:04,549 --> 00:02:04,793
+Keep it up girl
+
+214
+00:02:04,793 --> 00:02:05,549
+Keep it up girl
+
+215
+00:02:05,549 --> 00:02:05,883
+Keep it up girl
+
+216
+00:02:05,883 --> 00:02:06,098
+Yeah, you turn me on
+
+217
+00:02:06,098 --> 00:02:06,354
+Yeah, you turn me on
+
+218
+00:02:06,354 --> 00:02:06,900
+Yeah, you turn me on
+
+219
+00:02:06,900 --> 00:02:07,360
+Yeah, you turn me on
+
+220
+00:02:07,360 --> 00:02:08,499
+Yeah, you turn me on
+
+221
+00:02:08,499 --> 00:02:08,679
+Yeah, you turn me on
+
+222
+00:02:08,679 --> 00:02:11,502
+I'm
+
+223
+00:02:11,502 --> 00:02:11,778
+I'm
+
+224
+00:02:11,778 --> 00:02:12,044
+hooked on a feeling
+
+225
+00:02:12,044 --> 00:02:12,311
+hooked on a feeling
+
+226
+00:02:12,311 --> 00:02:12,555
+hooked on a feeling
+
+227
+00:02:12,555 --> 00:02:13,113
+hooked on a feeling
+
+228
+00:02:13,113 --> 00:02:13,784
+hooked on a feeling
+
+229
+00:02:13,784 --> 00:02:15,615
+hooked on a feeling
+
+230
+00:02:15,615 --> 00:02:15,841
+I'm high on believing
+
+231
+00:02:15,841 --> 00:02:16,062
+I'm high on believing
+
+232
+00:02:16,062 --> 00:02:16,330
+I'm high on believing
+
+233
+00:02:16,330 --> 00:02:16,620
+I'm high on believing
+
+234
+00:02:16,620 --> 00:02:17,155
+I'm high on believing
+
+235
+00:02:17,155 --> 00:02:17,945
+I'm high on believing
+
+236
+00:02:17,945 --> 00:02:19,392
+I'm high on believing
+
+237
+00:02:19,392 --> 00:02:19,641
+That you're in love with me
+
+238
+00:02:19,641 --> 00:02:20,152
+That you're in love with me
+
+239
+00:02:20,152 --> 00:02:20,652
+That you're in love with me
+
+240
+00:02:20,652 --> 00:02:21,129
+That you're in love with me
+
+241
+00:02:21,129 --> 00:02:21,617
+That you're in love with me
+
+242
+00:02:21,617 --> 00:02:23,047
+That you're in love with me
+
+243
+00:02:23,047 --> 00:02:23,640
+That you're in love with me
+
+244
+00:02:23,640 --> 00:02:23,854
+I'm hooked on a feeling
+
+245
+00:02:23,854 --> 00:02:24,133
+I'm hooked on a feeling
+
+246
+00:02:24,133 --> 00:02:24,342
+I'm hooked on a feeling
+
+247
+00:02:24,342 --> 00:02:24,621
+I'm hooked on a feeling
+
+248
+00:02:24,621 --> 00:02:25,019
+I'm hooked on a feeling
+
+249
+00:02:25,019 --> 00:02:25,877
+I'm hooked on a feeling
+
+250
+00:02:25,877 --> 00:02:27,149
+I'm hooked on a feeling
+
+251
+00:02:27,149 --> 00:02:27,367
+And I'm high on believing
+
+252
+00:02:27,367 --> 00:02:27,612
+And I'm high on believing
+
+253
+00:02:27,612 --> 00:02:28,135
+And I'm high on believing
+
+254
+00:02:28,135 --> 00:02:28,367
+And I'm high on believing
+
+255
+00:02:28,367 --> 00:02:28,623
+And I'm high on believing
+
+256
+00:02:28,623 --> 00:02:29,042
+And I'm high on believing
+
+257
+00:02:29,042 --> 00:02:29,856
+And I'm high on believing
+
+258
+00:02:29,856 --> 00:02:31,405
+And I'm high on believing
+
+259
+00:02:31,405 --> 00:02:31,670
+That you're in love with me
+
+260
+00:02:31,670 --> 00:02:32,170
+That you're in love with me
+
+261
+00:02:32,170 --> 00:02:32,646
+That you're in love with me
+
+262
+00:02:32,646 --> 00:02:33,111
+That you're in love with me
+
+263
+00:02:33,111 --> 00:02:33,646
+That you're in love with me
+
+264
+00:02:33,646 --> 00:02:34,867
+That you're in love with me
+
+265
+00:02:34,867 --> 00:02:35,161
+That you're in love with me
+
+266
+00:02:35,161 --> 00:02:35,379
+I said I'm hooked on a feeling
+
+267
+00:02:35,379 --> 00:02:35,635
+I said I'm hooked on a feeling
+
+268
+00:02:35,635 --> 00:02:35,902
+I said I'm hooked on a feeling
+
+269
+00:02:35,902 --> 00:02:36,134
+I said I'm hooked on a feeling
+
+270
+00:02:36,134 --> 00:02:36,367
+I said I'm hooked on a feeling
+
+271
+00:02:36,367 --> 00:02:36,623
+I said I'm hooked on a feeling
+
+272
+00:02:36,623 --> 00:02:37,041
+I said I'm hooked on a feeling
+
+273
+00:02:37,041 --> 00:02:37,553
+I said I'm hooked on a feeling
+
+274
+00:02:37,553 --> 00:02:39,136
+I said I'm hooked on a feeling
+
+275
+00:02:39,136 --> 00:02:39,368
+And I'm high on believing
+
+276
+00:02:39,368 --> 00:02:39,600
+And I'm high on believing
+
+277
+00:02:39,600 --> 00:02:40,158
+And I'm high on believing
+
+278
+00:02:40,158 --> 00:02:40,379
+And I'm high on believing
+
+279
+00:02:40,379 --> 00:02:40,635
+And I'm high on believing
+
+280
+00:02:40,635 --> 00:02:41,054
+And I'm high on believing
+
+281
+00:02:41,054 --> 00:02:41,903
+And I'm high on believing
+
+282
+00:02:41,903 --> 00:02:43,379
+And I'm high on believing
+
+283
+00:02:43,379 --> 00:02:43,635
+That you're in love with me
+
+284
+00:02:43,635 --> 00:02:44,123
+That you're in love with me
+
+285
+00:02:44,123 --> 00:02:44,588
+That you're in love with me
+
+286
+00:02:44,588 --> 00:02:45,100
+That you're in love with me
+
+287
+00:02:45,100 --> 00:02:45,623
+That you're in love with me
+
+288
+00:02:45,623 --> 00:02:46,809
+That you're in love with me
diff --git a/examples/ESRT/Bob Dylan/Blowin in the Wind.srt b/examples/ESRT/Bob Dylan/Blowin in the Wind.srt
index 61b2e6c..46b9ade 100755
--- a/examples/ESRT/Bob Dylan/Blowin in the Wind.srt
+++ b/examples/ESRT/Bob Dylan/Blowin in the Wind.srt
@@ -1,1025 +1,1025 @@
-1
-00:00:03,167 --> 00:00:03,867
-How many roads must a man walk down
-
-2
-00:00:03,867 --> 00:00:04,052
-How many roads must a man walk down
-
-3
-00:00:04,052 --> 00:00:04,436
-How many roads must a man walk down
-
-4
-00:00:04,436 --> 00:00:05,192
-How many roads must a man walk down
-
-5
-00:00:05,192 --> 00:00:05,541
-How many roads must a man walk down
-
-6
-00:00:05,541 --> 00:00:05,755
-How many roads must a man walk down
-
-7
-00:00:05,755 --> 00:00:06,483
-How many roads must a man walk down
-
-8
-00:00:06,483 --> 00:00:06,901
-How many roads must a man walk down
-
-9
-00:00:06,901 --> 00:00:08,251
-How many roads must a man walk down
-
-10
-00:00:08,251 --> 00:00:08,430
-Before you call him a man?
-
-11
-00:00:08,430 --> 00:00:09,551
-Before you call him a man?
-
-12
-00:00:09,551 --> 00:00:09,795
-Before you call him a man?
-
-13
-00:00:09,795 --> 00:00:10,597
-Before you call him a man?
-
-14
-00:00:10,597 --> 00:00:10,723
-Before you call him a man?
-
-15
-00:00:10,723 --> 00:00:11,050
-Before you call him a man?
-
-16
-00:00:11,050 --> 00:00:11,708
-Before you call him a man?
-
-17
-00:00:13,892 --> 00:00:14,599
-How many seas must the white dove sail
-
-18
-00:00:14,599 --> 00:00:14,689
-How many seas must the white dove sail
-
-19
-00:00:14,689 --> 00:00:15,041
-How many seas must the white dove sail
-
-20
-00:00:15,041 --> 00:00:15,785
-How many seas must the white dove sail
-
-21
-00:00:15,785 --> 00:00:16,099
-How many seas must the white dove sail
-
-22
-00:00:16,099 --> 00:00:16,291
-How many seas must the white dove sail
-
-23
-00:00:16,291 --> 00:00:16,971
-How many seas must the white dove sail
-
-24
-00:00:16,971 --> 00:00:17,413
-How many seas must the white dove sail
-
-25
-00:00:17,413 --> 00:00:18,755
-How many seas must the white dove sail
-
-26
-00:00:18,755 --> 00:00:19,005
-Before she sleeps in the sand?
-
-27
-00:00:19,005 --> 00:00:20,017
-Before she sleeps in the sand?
-
-28
-00:00:20,017 --> 00:00:20,365
-Before she sleeps in the sand?
-
-29
-00:00:20,365 --> 00:00:21,063
-Before she sleeps in the sand?
-
-30
-00:00:21,063 --> 00:00:21,226
-Before she sleeps in the sand?
-
-31
-00:00:21,226 --> 00:00:21,435
-Before she sleeps in the sand?
-
-32
-00:00:21,435 --> 00:00:22,417
-Before she sleeps in the sand?
-
-33
-00:00:23,837 --> 00:00:24,006
-Yes, and how many times
-must the cannon balls fly
-
-34
-00:00:24,006 --> 00:00:24,285
-Yes, and how many times
-must the cannon balls fly
-
-35
-00:00:24,285 --> 00:00:25,180
-Yes, and how many times
-must the cannon balls fly
-
-36
-00:00:25,180 --> 00:00:25,291
-Yes, and how many times
-must the cannon balls fly
-
-37
-00:00:25,291 --> 00:00:25,598
-Yes, and how many times
-must the cannon balls fly
-
-38
-00:00:25,598 --> 00:00:26,401
-Yes, and how many times
-must the cannon balls fly
-
-39
-00:00:26,401 --> 00:00:26,714
-Yes, and how many times
-must the cannon balls fly
-
-40
-00:00:26,714 --> 00:00:26,924
-Yes, and how many times
-must the cannon balls fly
-
-41
-00:00:26,924 --> 00:00:27,075
-Yes, and how many times
-must the cannon balls fly
-
-42
-00:00:27,075 --> 00:00:27,461
-Yes, and how many times
-must the cannon balls fly
-
-43
-00:00:27,461 --> 00:00:28,075
-Yes, and how many times
-must the cannon balls fly
-
-44
-00:00:28,075 --> 00:00:29,527
-Yes, and how many times
-must the cannon balls fly
-
-45
-00:00:29,527 --> 00:00:29,670
-Before they're forever banned?
-
-46
-00:00:29,670 --> 00:00:30,525
-Before they're forever banned?
-
-47
-00:00:30,525 --> 00:00:31,053
-Before they're forever banned?
-
-48
-00:00:31,053 --> 00:00:31,797
-Before they're forever banned?
-
-49
-00:00:31,797 --> 00:00:31,949
-Before they're forever banned?
-
-50
-00:00:31,949 --> 00:00:32,186
-Before they're forever banned?
-
-51
-00:00:32,186 --> 00:00:33,542
-Before they're forever banned?
-
-52
-00:00:34,833 --> 00:00:35,051
-The answer, my friend,
-is blowing in the wind
-
-53
-00:00:35,051 --> 00:00:35,807
-The answer, my friend,
-is blowing in the wind
-
-54
-00:00:35,807 --> 00:00:36,016
-The answer, my friend,
-is blowing in the wind
-
-55
-00:00:36,016 --> 00:00:36,341
-The answer, my friend,
-is blowing in the wind
-
-56
-00:00:36,341 --> 00:00:37,457
-The answer, my friend,
-is blowing in the wind
-
-57
-00:00:37,457 --> 00:00:37,853
-The answer, my friend,
-is blowing in the wind
-
-58
-00:00:37,853 --> 00:00:38,004
-The answer, my friend,
-is blowing in the wind
-
-59
-00:00:38,004 --> 00:00:38,333
-The answer, my friend,
-is blowing in the wind
-
-60
-00:00:38,333 --> 00:00:38,829
-The answer, my friend,
-is blowing in the wind
-
-61
-00:00:38,829 --> 00:00:39,015
-The answer, my friend,
-is blowing in the wind
-
-62
-00:00:39,015 --> 00:00:40,167
-The answer, my friend,
-is blowing in the wind
-
-63
-00:00:40,167 --> 00:00:40,424
-The answer is blowing in the wind
-
-64
-00:00:40,424 --> 00:00:41,226
-The answer is blowing in the wind
-
-65
-00:00:41,226 --> 00:00:41,390
-The answer is blowing in the wind
-
-66
-00:00:41,390 --> 00:00:41,808
-The answer is blowing in the wind
-
-67
-00:00:41,808 --> 00:00:41,967
-The answer is blowing in the wind
-
-68
-00:00:41,967 --> 00:00:42,462
-The answer is blowing in the wind
-
-69
-00:00:42,462 --> 00:00:42,691
-The answer is blowing in the wind
-
-70
-00:00:42,691 --> 00:00:42,865
-The answer is blowing in the wind
-
-71
-00:00:42,865 --> 00:00:44,208
-The answer is blowing in the wind
-
-72
-00:00:54,792 --> 00:00:54,935
-Yes, and how many years
-can a mountain exist
-
-73
-00:00:54,935 --> 00:00:55,297
-Yes, and how many years
-can a mountain exist
-
-74
-00:00:55,297 --> 00:00:56,192
-Yes, and how many years
-can a mountain exist
-
-75
-00:00:56,192 --> 00:00:56,254
-Yes, and how many years
-can a mountain exist
-
-76
-00:00:56,254 --> 00:00:56,622
-Yes, and how many years
-can a mountain exist
-
-77
-00:00:56,622 --> 00:00:57,525
-Yes, and how many years
-can a mountain exist
-
-78
-00:00:57,525 --> 00:00:57,635
-Yes, and how many years
-can a mountain exist
-
-79
-00:00:57,635 --> 00:00:57,832
-Yes, and how many years
-can a mountain exist
-
-80
-00:00:57,832 --> 00:00:58,496
-Yes, and how many years
-can a mountain exist
-
-81
-00:00:58,496 --> 00:00:58,637
-Yes, and how many years
-can a mountain exist
-
-82
-00:00:58,637 --> 00:00:58,955
-Yes, and how many years
-can a mountain exist
-
-83
-00:00:58,955 --> 00:01:00,500
-Yes, and how many years
-can a mountain exist
-
-84
-00:01:00,500 --> 00:01:00,676
-Before it is washed to the sea?
-
-85
-00:01:00,676 --> 00:01:01,594
-Before it is washed to the sea?
-
-86
-00:01:01,594 --> 00:01:01,721
-Before it is washed to the sea?
-
-87
-00:01:01,721 --> 00:01:02,117
-Before it is washed to the sea?
-
-88
-00:01:02,117 --> 00:01:02,873
-Before it is washed to the sea?
-
-89
-00:01:02,873 --> 00:01:03,012
-Before it is washed to the sea?
-
-90
-00:01:03,012 --> 00:01:03,210
-Before it is washed to the sea?
-
-91
-00:01:03,210 --> 00:01:04,833
-Before it is washed to the sea?
-
-92
-00:01:05,542 --> 00:01:05,733
-Yes, and how many years
-can some people exist
-
-93
-00:01:05,733 --> 00:01:06,163
-Yes, and how many years
-can some people exist
-
-94
-00:01:06,163 --> 00:01:06,953
-Yes, and how many years
-can some people exist
-
-95
-00:01:06,953 --> 00:01:07,104
-Yes, and how many years
-can some people exist
-
-96
-00:01:07,104 --> 00:01:07,418
-Yes, and how many years
-can some people exist
-
-97
-00:01:07,418 --> 00:01:08,302
-Yes, and how many years
-can some people exist
-
-98
-00:01:08,302 --> 00:01:08,546
-Yes, and how many years
-can some people exist
-
-99
-00:01:08,546 --> 00:01:08,883
-Yes, and how many years
-can some people exist
-
-100
-00:01:08,883 --> 00:01:09,522
-Yes, and how many years
-can some people exist
-
-101
-00:01:09,522 --> 00:01:09,673
-Yes, and how many years
-can some people exist
-
-102
-00:01:09,673 --> 00:01:09,895
-Yes, and how many years
-can some people exist
-
-103
-00:01:09,895 --> 00:01:11,167
-Yes, and how many years
-can some people exist
-
-104
-00:01:11,167 --> 00:01:11,440
-Before they're allowed to be free?
-
-105
-00:01:11,440 --> 00:01:12,285
-Before they're allowed to be free?
-
-106
-00:01:12,285 --> 00:01:12,593
-Before they're allowed to be free?
-
-107
-00:01:12,593 --> 00:01:12,766
-Before they're allowed to be free?
-
-108
-00:01:12,766 --> 00:01:13,475
-Before they're allowed to be free?
-
-109
-00:01:13,475 --> 00:01:13,684
-Before they're allowed to be free?
-
-110
-00:01:13,684 --> 00:01:13,928
-Before they're allowed to be free?
-
-111
-00:01:13,928 --> 00:01:15,125
-Before they're allowed to be free?
-
-112
-00:01:16,208 --> 00:01:16,457
-Yes, and how many times
-can a man turn his head
-
-113
-00:01:16,457 --> 00:01:16,736
-Yes, and how many times
-can a man turn his head
-
-114
-00:01:16,736 --> 00:01:17,620
-Yes, and how many times
-can a man turn his head
-
-115
-00:01:17,620 --> 00:01:17,737
-Yes, and how many times
-can a man turn his head
-
-116
-00:01:17,737 --> 00:01:17,969
-Yes, and how many times
-can a man turn his head
-
-117
-00:01:17,969 --> 00:01:18,838
-Yes, and how many times
-can a man turn his head
-
-118
-00:01:18,838 --> 00:01:18,978
-Yes, and how many times
-can a man turn his head
-
-119
-00:01:18,978 --> 00:01:19,164
-Yes, and how many times
-can a man turn his head
-
-120
-00:01:19,164 --> 00:01:20,082
-Yes, and how many times
-can a man turn his head
-
-121
-00:01:20,082 --> 00:01:20,268
-Yes, and how many times
-can a man turn his head
-
-122
-00:01:20,268 --> 00:01:20,605
-Yes, and how many times
-can a man turn his head
-
-123
-00:01:20,605 --> 00:01:21,458
-Yes, and how many times
-can a man turn his head
-
-124
-00:01:21,458 --> 00:01:21,823
-And pretend that he just doesn't see?
-
-125
-00:01:21,823 --> 00:01:21,974
-And pretend that he just doesn't see?
-
-126
-00:01:21,974 --> 00:01:22,834
-And pretend that he just doesn't see?
-
-127
-00:01:22,834 --> 00:01:22,997
-And pretend that he just doesn't see?
-
-128
-00:01:22,997 --> 00:01:23,276
-And pretend that he just doesn't see?
-
-129
-00:01:23,276 --> 00:01:24,090
-And pretend that he just doesn't see?
-
-130
-00:01:24,090 --> 00:01:24,264
-And pretend that he just doesn't see?
-
-131
-00:01:24,264 --> 00:01:24,636
-And pretend that he just doesn't see?
-
-132
-00:01:24,636 --> 00:01:26,167
-And pretend that he just doesn't see?
-
-133
-00:01:27,125 --> 00:01:27,344
-The answer, my friend,
-is blowing in the wind
-
-134
-00:01:27,344 --> 00:01:28,073
-The answer, my friend,
-is blowing in the wind
-
-135
-00:01:28,073 --> 00:01:28,354
-The answer, my friend,
-is blowing in the wind
-
-136
-00:01:28,354 --> 00:01:28,691
-The answer, my friend,
-is blowing in the wind
-
-137
-00:01:28,691 --> 00:01:29,854
-The answer, my friend,
-is blowing in the wind
-
-138
-00:01:29,854 --> 00:01:30,214
-The answer, my friend,
-is blowing in the wind
-
-139
-00:01:30,214 --> 00:01:30,400
-The answer, my friend,
-is blowing in the wind
-
-140
-00:01:30,400 --> 00:01:30,728
-The answer, my friend,
-is blowing in the wind
-
-141
-00:01:30,728 --> 00:01:31,156
-The answer, my friend,
-is blowing in the wind
-
-142
-00:01:31,156 --> 00:01:31,400
-The answer, my friend,
-is blowing in the wind
-
-143
-00:01:31,400 --> 00:01:32,619
-The answer, my friend,
-is blowing in the wind
-
-144
-00:01:32,619 --> 00:01:32,835
-The answer is blowing in the wind
-
-145
-00:01:32,835 --> 00:01:33,638
-The answer is blowing in the wind
-
-146
-00:01:33,638 --> 00:01:33,812
-The answer is blowing in the wind
-
-147
-00:01:33,812 --> 00:01:34,254
-The answer is blowing in the wind
-
-148
-00:01:34,254 --> 00:01:34,440
-The answer is blowing in the wind
-
-149
-00:01:34,440 --> 00:01:35,021
-The answer is blowing in the wind
-
-150
-00:01:35,021 --> 00:01:35,247
-The answer is blowing in the wind
-
-151
-00:01:35,247 --> 00:01:35,498
-The answer is blowing in the wind
-
-152
-00:01:35,498 --> 00:01:36,958
-The answer is blowing in the wind
-
-153
-00:01:47,167 --> 00:01:47,465
-Yes, and how many times
-must a man look up
-
-154
-00:01:47,465 --> 00:01:47,675
-Yes, and how many times
-must a man look up
-
-155
-00:01:47,675 --> 00:01:48,631
-Yes, and how many times
-must a man look up
-
-156
-00:01:48,631 --> 00:01:48,757
-Yes, and how many times
-must a man look up
-
-157
-00:01:48,757 --> 00:01:49,654
-Yes, and how many times
-must a man look up
-
-158
-00:01:49,654 --> 00:01:50,528
-Yes, and how many times
-must a man look up
-
-159
-00:01:50,528 --> 00:01:50,851
-Yes, and how many times
-must a man look up
-
-160
-00:01:50,851 --> 00:01:51,037
-Yes, and how many times
-must a man look up
-
-161
-00:01:51,037 --> 00:01:51,700
-Yes, and how many times
-must a man look up
-
-162
-00:01:51,700 --> 00:01:51,886
-Yes, and how many times
-must a man look up
-
-163
-00:01:51,886 --> 00:01:53,016
-Yes, and how many times
-must a man look up
-
-164
-00:01:53,016 --> 00:01:53,193
-Before he can see the sky?
-
-165
-00:01:53,193 --> 00:01:54,136
-Before he can see the sky?
-
-166
-00:01:54,136 --> 00:01:54,287
-Before he can see the sky?
-
-167
-00:01:54,287 --> 00:01:54,590
-Before he can see the sky?
-
-168
-00:01:54,590 --> 00:01:55,721
-Before he can see the sky?
-
-169
-00:01:55,721 --> 00:01:55,878
-Before he can see the sky?
-
-170
-00:01:55,878 --> 00:01:57,375
-Before he can see the sky?
-
-171
-00:01:58,179 --> 00:01:58,390
-Yes, and how many
-ears must one man have
-
-172
-00:01:58,390 --> 00:01:58,682
-Yes, and how many
-ears must one man have
-
-173
-00:01:58,682 --> 00:01:59,566
-Yes, and how many
-ears must one man have
-
-174
-00:01:59,566 --> 00:01:59,729
-Yes, and how many
-ears must one man have
-
-175
-00:01:59,729 --> 00:01:59,915
-Yes, and how many
-ears must one man have
-
-176
-00:01:59,915 --> 00:02:01,137
-Yes, and how many
-ears must one man have
-
-177
-00:02:01,137 --> 00:02:01,498
-Yes, and how many
-ears must one man have
-
-178
-00:02:01,498 --> 00:02:02,218
-Yes, and how many
-ears must one man have
-
-179
-00:02:02,218 --> 00:02:02,730
-Yes, and how many
-ears must one man have
-
-180
-00:02:02,730 --> 00:02:03,996
-Yes, and how many
-ears must one man have
-
-181
-00:02:03,996 --> 00:02:04,211
-Before he can hear people cry?
-
-182
-00:02:04,211 --> 00:02:05,080
-Before he can hear people cry?
-
-183
-00:02:05,080 --> 00:02:05,232
-Before he can hear people cry?
-
-184
-00:02:05,232 --> 00:02:05,395
-Before he can hear people cry?
-
-185
-00:02:05,395 --> 00:02:06,336
-Before he can hear people cry?
-
-186
-00:02:06,336 --> 00:02:06,522
-Before he can hear people cry?
-
-187
-00:02:06,522 --> 00:02:06,812
-Before he can hear people cry?
-
-188
-00:02:06,812 --> 00:02:09,000
-Before he can hear people cry?
-
-189
-00:02:09,000 --> 00:02:09,253
-Yes, and how many deaths
-will it take 'til he knows
-
-190
-00:02:09,253 --> 00:02:09,521
-Yes, and how many deaths
-will it take 'til he knows
-
-191
-00:02:09,521 --> 00:02:10,486
-Yes, and how many deaths
-will it take 'til he knows
-
-192
-00:02:10,486 --> 00:02:10,625
-Yes, and how many deaths
-will it take 'til he knows
-
-193
-00:02:10,625 --> 00:02:10,893
-Yes, and how many deaths
-will it take 'til he knows
-
-194
-00:02:10,893 --> 00:02:11,743
-Yes, and how many deaths
-will it take 'til he knows
-
-195
-00:02:11,743 --> 00:02:11,917
-Yes, and how many deaths
-will it take 'til he knows
-
-196
-00:02:11,917 --> 00:02:12,184
-Yes, and how many deaths
-will it take 'til he knows
-
-197
-00:02:12,184 --> 00:02:13,102
-Yes, and how many deaths
-will it take 'til he knows
-
-198
-00:02:13,102 --> 00:02:13,258
-Yes, and how many deaths
-will it take 'til he knows
-
-199
-00:02:13,258 --> 00:02:13,440
-Yes, and how many deaths
-will it take 'til he knows
-
-200
-00:02:13,440 --> 00:02:14,562
-Yes, and how many deaths
-will it take 'til he knows
-
-201
-00:02:14,562 --> 00:02:14,893
-That too many people have died?
-
-202
-00:02:14,893 --> 00:02:15,544
-That too many people have died?
-
-203
-00:02:15,544 --> 00:02:15,677
-That too many people have died?
-
-204
-00:02:15,677 --> 00:02:16,055
-That too many people have died?
-
-205
-00:02:16,055 --> 00:02:16,566
-That too many people have died?
-
-206
-00:02:16,566 --> 00:02:16,706
-That too many people have died?
-
-207
-00:02:16,706 --> 00:02:16,915
-That too many people have died?
-
-208
-00:02:16,915 --> 00:02:19,333
-That too many people have died?
-
-209
-00:02:20,042 --> 00:02:20,293
-The answer, my friend,
-is blowing in the wind
-
-210
-00:02:20,293 --> 00:02:21,095
-The answer, my friend,
-is blowing in the wind
-
-211
-00:02:21,095 --> 00:02:21,258
-The answer, my friend,
-is blowing in the wind
-
-212
-00:02:21,258 --> 00:02:21,641
-The answer, my friend,
-is blowing in the wind
-
-213
-00:02:21,641 --> 00:02:22,757
-The answer, my friend,
-is blowing in the wind
-
-214
-00:02:22,757 --> 00:02:23,129
-The answer, my friend,
-is blowing in the wind
-
-215
-00:02:23,129 --> 00:02:23,327
-The answer, my friend,
-is blowing in the wind
-
-216
-00:02:23,327 --> 00:02:23,680
-The answer, my friend,
-is blowing in the wind
-
-217
-00:02:23,680 --> 00:02:24,152
-The answer, my friend,
-is blowing in the wind
-
-218
-00:02:24,152 --> 00:02:24,338
-The answer, my friend,
-is blowing in the wind
-
-219
-00:02:24,338 --> 00:02:25,476
-The answer, my friend,
-is blowing in the wind
-
-220
-00:02:25,476 --> 00:02:25,768
-The answer is blowing in the wind
-
-221
-00:02:25,768 --> 00:02:26,524
-The answer is blowing in the wind
-
-222
-00:02:26,524 --> 00:02:26,698
-The answer is blowing in the wind
-
-223
-00:02:26,698 --> 00:02:27,210
-The answer is blowing in the wind
-
-224
-00:02:27,210 --> 00:02:27,407
-The answer is blowing in the wind
-
-225
-00:02:27,407 --> 00:02:27,919
-The answer is blowing in the wind
-
-226
-00:02:27,919 --> 00:02:28,244
-The answer is blowing in the wind
-
-227
-00:02:28,244 --> 00:02:28,442
-The answer is blowing in the wind
-
-228
-00:02:28,442 --> 00:02:30,167
-The answer is blowing in the wind
+1
+00:00:03,167 --> 00:00:03,867
+How many roads must a man walk down
+
+2
+00:00:03,867 --> 00:00:04,052
+How many roads must a man walk down
+
+3
+00:00:04,052 --> 00:00:04,436
+How many roads must a man walk down
+
+4
+00:00:04,436 --> 00:00:05,192
+How many roads must a man walk down
+
+5
+00:00:05,192 --> 00:00:05,541
+How many roads must a man walk down
+
+6
+00:00:05,541 --> 00:00:05,755
+How many roads must a man walk down
+
+7
+00:00:05,755 --> 00:00:06,483
+How many roads must a man walk down
+
+8
+00:00:06,483 --> 00:00:06,901
+How many roads must a man walk down
+
+9
+00:00:06,901 --> 00:00:08,251
+How many roads must a man walk down
+
+10
+00:00:08,251 --> 00:00:08,430
+Before you call him a man?
+
+11
+00:00:08,430 --> 00:00:09,551
+Before you call him a man?
+
+12
+00:00:09,551 --> 00:00:09,795
+Before you call him a man?
+
+13
+00:00:09,795 --> 00:00:10,597
+Before you call him a man?
+
+14
+00:00:10,597 --> 00:00:10,723
+Before you call him a man?
+
+15
+00:00:10,723 --> 00:00:11,050
+Before you call him a man?
+
+16
+00:00:11,050 --> 00:00:11,708
+Before you call him a man?
+
+17
+00:00:13,892 --> 00:00:14,599
+How many seas must the white dove sail
+
+18
+00:00:14,599 --> 00:00:14,689
+How many seas must the white dove sail
+
+19
+00:00:14,689 --> 00:00:15,041
+How many seas must the white dove sail
+
+20
+00:00:15,041 --> 00:00:15,785
+How many seas must the white dove sail
+
+21
+00:00:15,785 --> 00:00:16,099
+How many seas must the white dove sail
+
+22
+00:00:16,099 --> 00:00:16,291
+How many seas must the white dove sail
+
+23
+00:00:16,291 --> 00:00:16,971
+How many seas must the white dove sail
+
+24
+00:00:16,971 --> 00:00:17,413
+How many seas must the white dove sail
+
+25
+00:00:17,413 --> 00:00:18,755
+How many seas must the white dove sail
+
+26
+00:00:18,755 --> 00:00:19,005
+Before she sleeps in the sand?
+
+27
+00:00:19,005 --> 00:00:20,017
+Before she sleeps in the sand?
+
+28
+00:00:20,017 --> 00:00:20,365
+Before she sleeps in the sand?
+
+29
+00:00:20,365 --> 00:00:21,063
+Before she sleeps in the sand?
+
+30
+00:00:21,063 --> 00:00:21,226
+Before she sleeps in the sand?
+
+31
+00:00:21,226 --> 00:00:21,435
+Before she sleeps in the sand?
+
+32
+00:00:21,435 --> 00:00:22,417
+Before she sleeps in the sand?
+
+33
+00:00:23,837 --> 00:00:24,006
+Yes, and how many times
+must the cannon balls fly
+
+34
+00:00:24,006 --> 00:00:24,285
+Yes, and how many times
+must the cannon balls fly
+
+35
+00:00:24,285 --> 00:00:25,180
+Yes, and how many times
+must the cannon balls fly
+
+36
+00:00:25,180 --> 00:00:25,291
+Yes, and how many times
+must the cannon balls fly
+
+37
+00:00:25,291 --> 00:00:25,598
+Yes, and how many times
+must the cannon balls fly
+
+38
+00:00:25,598 --> 00:00:26,401
+Yes, and how many times
+must the cannon balls fly
+
+39
+00:00:26,401 --> 00:00:26,714
+Yes, and how many times
+must the cannon balls fly
+
+40
+00:00:26,714 --> 00:00:26,924
+Yes, and how many times
+must the cannon balls fly
+
+41
+00:00:26,924 --> 00:00:27,075
+Yes, and how many times
+must the cannon balls fly
+
+42
+00:00:27,075 --> 00:00:27,461
+Yes, and how many times
+must the cannon balls fly
+
+43
+00:00:27,461 --> 00:00:28,075
+Yes, and how many times
+must the cannon balls fly
+
+44
+00:00:28,075 --> 00:00:29,527
+Yes, and how many times
+must the cannon balls fly
+
+45
+00:00:29,527 --> 00:00:29,670
+Before they're forever banned?
+
+46
+00:00:29,670 --> 00:00:30,525
+Before they're forever banned?
+
+47
+00:00:30,525 --> 00:00:31,053
+Before they're forever banned?
+
+48
+00:00:31,053 --> 00:00:31,797
+Before they're forever banned?
+
+49
+00:00:31,797 --> 00:00:31,949
+Before they're forever banned?
+
+50
+00:00:31,949 --> 00:00:32,186
+Before they're forever banned?
+
+51
+00:00:32,186 --> 00:00:33,542
+Before they're forever banned?
+
+52
+00:00:34,833 --> 00:00:35,051
+The answer, my friend,
+is blowing in the wind
+
+53
+00:00:35,051 --> 00:00:35,807
+The answer, my friend,
+is blowing in the wind
+
+54
+00:00:35,807 --> 00:00:36,016
+The answer, my friend,
+is blowing in the wind
+
+55
+00:00:36,016 --> 00:00:36,341
+The answer, my friend,
+is blowing in the wind
+
+56
+00:00:36,341 --> 00:00:37,457
+The answer, my friend,
+is blowing in the wind
+
+57
+00:00:37,457 --> 00:00:37,853
+The answer, my friend,
+is blowing in the wind
+
+58
+00:00:37,853 --> 00:00:38,004
+The answer, my friend,
+is blowing in the wind
+
+59
+00:00:38,004 --> 00:00:38,333
+The answer, my friend,
+is blowing in the wind
+
+60
+00:00:38,333 --> 00:00:38,829
+The answer, my friend,
+is blowing in the wind
+
+61
+00:00:38,829 --> 00:00:39,015
+The answer, my friend,
+is blowing in the wind
+
+62
+00:00:39,015 --> 00:00:40,167
+The answer, my friend,
+is blowing in the wind
+
+63
+00:00:40,167 --> 00:00:40,424
+The answer is blowing in the wind
+
+64
+00:00:40,424 --> 00:00:41,226
+The answer is blowing in the wind
+
+65
+00:00:41,226 --> 00:00:41,390
+The answer is blowing in the wind
+
+66
+00:00:41,390 --> 00:00:41,808
+The answer is blowing in the wind
+
+67
+00:00:41,808 --> 00:00:41,967
+The answer is blowing in the wind
+
+68
+00:00:41,967 --> 00:00:42,462
+The answer is blowing in the wind
+
+69
+00:00:42,462 --> 00:00:42,691
+The answer is blowing in the wind
+
+70
+00:00:42,691 --> 00:00:42,865
+The answer is blowing in the wind
+
+71
+00:00:42,865 --> 00:00:44,208
+The answer is blowing in the wind
+
+72
+00:00:54,792 --> 00:00:54,935
+Yes, and how many years
+can a mountain exist
+
+73
+00:00:54,935 --> 00:00:55,297
+Yes, and how many years
+can a mountain exist
+
+74
+00:00:55,297 --> 00:00:56,192
+Yes, and how many years
+can a mountain exist
+
+75
+00:00:56,192 --> 00:00:56,254
+Yes, and how many years
+can a mountain exist
+
+76
+00:00:56,254 --> 00:00:56,622
+Yes, and how many years
+can a mountain exist
+
+77
+00:00:56,622 --> 00:00:57,525
+Yes, and how many years
+can a mountain exist
+
+78
+00:00:57,525 --> 00:00:57,635
+Yes, and how many years
+can a mountain exist
+
+79
+00:00:57,635 --> 00:00:57,832
+Yes, and how many years
+can a mountain exist
+
+80
+00:00:57,832 --> 00:00:58,496
+Yes, and how many years
+can a mountain exist
+
+81
+00:00:58,496 --> 00:00:58,637
+Yes, and how many years
+can a mountain exist
+
+82
+00:00:58,637 --> 00:00:58,955
+Yes, and how many years
+can a mountain exist
+
+83
+00:00:58,955 --> 00:01:00,500
+Yes, and how many years
+can a mountain exist
+
+84
+00:01:00,500 --> 00:01:00,676
+Before it is washed to the sea?
+
+85
+00:01:00,676 --> 00:01:01,594
+Before it is washed to the sea?
+
+86
+00:01:01,594 --> 00:01:01,721
+Before it is washed to the sea?
+
+87
+00:01:01,721 --> 00:01:02,117
+Before it is washed to the sea?
+
+88
+00:01:02,117 --> 00:01:02,873
+Before it is washed to the sea?
+
+89
+00:01:02,873 --> 00:01:03,012
+Before it is washed to the sea?
+
+90
+00:01:03,012 --> 00:01:03,210
+Before it is washed to the sea?
+
+91
+00:01:03,210 --> 00:01:04,833
+Before it is washed to the sea?
+
+92
+00:01:05,542 --> 00:01:05,733
+Yes, and how many years
+can some people exist
+
+93
+00:01:05,733 --> 00:01:06,163
+Yes, and how many years
+can some people exist
+
+94
+00:01:06,163 --> 00:01:06,953
+Yes, and how many years
+can some people exist
+
+95
+00:01:06,953 --> 00:01:07,104
+Yes, and how many years
+can some people exist
+
+96
+00:01:07,104 --> 00:01:07,418
+Yes, and how many years
+can some people exist
+
+97
+00:01:07,418 --> 00:01:08,302
+Yes, and how many years
+can some people exist
+
+98
+00:01:08,302 --> 00:01:08,546
+Yes, and how many years
+can some people exist
+
+99
+00:01:08,546 --> 00:01:08,883
+Yes, and how many years
+can some people exist
+
+100
+00:01:08,883 --> 00:01:09,522
+Yes, and how many years
+can some people exist
+
+101
+00:01:09,522 --> 00:01:09,673
+Yes, and how many years
+can some people exist
+
+102
+00:01:09,673 --> 00:01:09,895
+Yes, and how many years
+can some people exist
+
+103
+00:01:09,895 --> 00:01:11,167
+Yes, and how many years
+can some people exist
+
+104
+00:01:11,167 --> 00:01:11,440
+Before they're allowed to be free?
+
+105
+00:01:11,440 --> 00:01:12,285
+Before they're allowed to be free?
+
+106
+00:01:12,285 --> 00:01:12,593
+Before they're allowed to be free?
+
+107
+00:01:12,593 --> 00:01:12,766
+Before they're allowed to be free?
+
+108
+00:01:12,766 --> 00:01:13,475
+Before they're allowed to be free?
+
+109
+00:01:13,475 --> 00:01:13,684
+Before they're allowed to be free?
+
+110
+00:01:13,684 --> 00:01:13,928
+Before they're allowed to be free?
+
+111
+00:01:13,928 --> 00:01:15,125
+Before they're allowed to be free?
+
+112
+00:01:16,208 --> 00:01:16,457
+Yes, and how many times
+can a man turn his head
+
+113
+00:01:16,457 --> 00:01:16,736
+Yes, and how many times
+can a man turn his head
+
+114
+00:01:16,736 --> 00:01:17,620
+Yes, and how many times
+can a man turn his head
+
+115
+00:01:17,620 --> 00:01:17,737
+Yes, and how many times
+can a man turn his head
+
+116
+00:01:17,737 --> 00:01:17,969
+Yes, and how many times
+can a man turn his head
+
+117
+00:01:17,969 --> 00:01:18,838
+Yes, and how many times
+can a man turn his head
+
+118
+00:01:18,838 --> 00:01:18,978
+Yes, and how many times
+can a man turn his head
+
+119
+00:01:18,978 --> 00:01:19,164
+Yes, and how many times
+can a man turn his head
+
+120
+00:01:19,164 --> 00:01:20,082
+Yes, and how many times
+can a man turn his head
+
+121
+00:01:20,082 --> 00:01:20,268
+Yes, and how many times
+can a man turn his head
+
+122
+00:01:20,268 --> 00:01:20,605
+Yes, and how many times
+can a man turn his head
+
+123
+00:01:20,605 --> 00:01:21,458
+Yes, and how many times
+can a man turn his head
+
+124
+00:01:21,458 --> 00:01:21,823
+And pretend that he just doesn't see?
+
+125
+00:01:21,823 --> 00:01:21,974
+And pretend that he just doesn't see?
+
+126
+00:01:21,974 --> 00:01:22,834
+And pretend that he just doesn't see?
+
+127
+00:01:22,834 --> 00:01:22,997
+And pretend that he just doesn't see?
+
+128
+00:01:22,997 --> 00:01:23,276
+And pretend that he just doesn't see?
+
+129
+00:01:23,276 --> 00:01:24,090
+And pretend that he just doesn't see?
+
+130
+00:01:24,090 --> 00:01:24,264
+And pretend that he just doesn't see?
+
+131
+00:01:24,264 --> 00:01:24,636
+And pretend that he just doesn't see?
+
+132
+00:01:24,636 --> 00:01:26,167
+And pretend that he just doesn't see?
+
+133
+00:01:27,125 --> 00:01:27,344
+The answer, my friend,
+is blowing in the wind
+
+134
+00:01:27,344 --> 00:01:28,073
+The answer, my friend,
+is blowing in the wind
+
+135
+00:01:28,073 --> 00:01:28,354
+The answer, my friend,
+is blowing in the wind
+
+136
+00:01:28,354 --> 00:01:28,691
+The answer, my friend,
+is blowing in the wind
+
+137
+00:01:28,691 --> 00:01:29,854
+The answer, my friend,
+is blowing in the wind
+
+138
+00:01:29,854 --> 00:01:30,214
+The answer, my friend,
+is blowing in the wind
+
+139
+00:01:30,214 --> 00:01:30,400
+The answer, my friend,
+is blowing in the wind
+
+140
+00:01:30,400 --> 00:01:30,728
+The answer, my friend,
+is blowing in the wind
+
+141
+00:01:30,728 --> 00:01:31,156
+The answer, my friend,
+is blowing in the wind
+
+142
+00:01:31,156 --> 00:01:31,400
+The answer, my friend,
+is blowing in the wind
+
+143
+00:01:31,400 --> 00:01:32,619
+The answer, my friend,
+is blowing in the wind
+
+144
+00:01:32,619 --> 00:01:32,835
+The answer is blowing in the wind
+
+145
+00:01:32,835 --> 00:01:33,638
+The answer is blowing in the wind
+
+146
+00:01:33,638 --> 00:01:33,812
+The answer is blowing in the wind
+
+147
+00:01:33,812 --> 00:01:34,254
+The answer is blowing in the wind
+
+148
+00:01:34,254 --> 00:01:34,440
+The answer is blowing in the wind
+
+149
+00:01:34,440 --> 00:01:35,021
+The answer is blowing in the wind
+
+150
+00:01:35,021 --> 00:01:35,247
+The answer is blowing in the wind
+
+151
+00:01:35,247 --> 00:01:35,498
+The answer is blowing in the wind
+
+152
+00:01:35,498 --> 00:01:36,958
+The answer is blowing in the wind
+
+153
+00:01:47,167 --> 00:01:47,465
+Yes, and how many times
+must a man look up
+
+154
+00:01:47,465 --> 00:01:47,675
+Yes, and how many times
+must a man look up
+
+155
+00:01:47,675 --> 00:01:48,631
+Yes, and how many times
+must a man look up
+
+156
+00:01:48,631 --> 00:01:48,757
+Yes, and how many times
+must a man look up
+
+157
+00:01:48,757 --> 00:01:49,654
+Yes, and how many times
+must a man look up
+
+158
+00:01:49,654 --> 00:01:50,528
+Yes, and how many times
+must a man look up
+
+159
+00:01:50,528 --> 00:01:50,851
+Yes, and how many times
+must a man look up
+
+160
+00:01:50,851 --> 00:01:51,037
+Yes, and how many times
+must a man look up
+
+161
+00:01:51,037 --> 00:01:51,700
+Yes, and how many times
+must a man look up
+
+162
+00:01:51,700 --> 00:01:51,886
+Yes, and how many times
+must a man look up
+
+163
+00:01:51,886 --> 00:01:53,016
+Yes, and how many times
+must a man look up
+
+164
+00:01:53,016 --> 00:01:53,193
+Before he can see the sky?
+
+165
+00:01:53,193 --> 00:01:54,136
+Before he can see the sky?
+
+166
+00:01:54,136 --> 00:01:54,287
+Before he can see the sky?
+
+167
+00:01:54,287 --> 00:01:54,590
+Before he can see the sky?
+
+168
+00:01:54,590 --> 00:01:55,721
+Before he can see the sky?
+
+169
+00:01:55,721 --> 00:01:55,878
+Before he can see the sky?
+
+170
+00:01:55,878 --> 00:01:57,375
+Before he can see the sky?
+
+171
+00:01:58,179 --> 00:01:58,390
+Yes, and how many
+ears must one man have
+
+172
+00:01:58,390 --> 00:01:58,682
+Yes, and how many
+ears must one man have
+
+173
+00:01:58,682 --> 00:01:59,566
+Yes, and how many
+ears must one man have
+
+174
+00:01:59,566 --> 00:01:59,729
+Yes, and how many
+ears must one man have
+
+175
+00:01:59,729 --> 00:01:59,915
+Yes, and how many
+ears must one man have
+
+176
+00:01:59,915 --> 00:02:01,137
+Yes, and how many
+ears must one man have
+
+177
+00:02:01,137 --> 00:02:01,498
+Yes, and how many
+ears must one man have
+
+178
+00:02:01,498 --> 00:02:02,218
+Yes, and how many
+ears must one man have
+
+179
+00:02:02,218 --> 00:02:02,730
+Yes, and how many
+ears must one man have
+
+180
+00:02:02,730 --> 00:02:03,996
+Yes, and how many
+ears must one man have
+
+181
+00:02:03,996 --> 00:02:04,211
+Before he can hear people cry?
+
+182
+00:02:04,211 --> 00:02:05,080
+Before he can hear people cry?
+
+183
+00:02:05,080 --> 00:02:05,232
+Before he can hear people cry?
+
+184
+00:02:05,232 --> 00:02:05,395
+Before he can hear people cry?
+
+185
+00:02:05,395 --> 00:02:06,336
+Before he can hear people cry?
+
+186
+00:02:06,336 --> 00:02:06,522
+Before he can hear people cry?
+
+187
+00:02:06,522 --> 00:02:06,812
+Before he can hear people cry?
+
+188
+00:02:06,812 --> 00:02:09,000
+Before he can hear people cry?
+
+189
+00:02:09,000 --> 00:02:09,253
+Yes, and how many deaths
+will it take 'til he knows
+
+190
+00:02:09,253 --> 00:02:09,521
+Yes, and how many deaths
+will it take 'til he knows
+
+191
+00:02:09,521 --> 00:02:10,486
+Yes, and how many deaths
+will it take 'til he knows
+
+192
+00:02:10,486 --> 00:02:10,625
+Yes, and how many deaths
+will it take 'til he knows
+
+193
+00:02:10,625 --> 00:02:10,893
+Yes, and how many deaths
+will it take 'til he knows
+
+194
+00:02:10,893 --> 00:02:11,743
+Yes, and how many deaths
+will it take 'til he knows
+
+195
+00:02:11,743 --> 00:02:11,917
+Yes, and how many deaths
+will it take 'til he knows
+
+196
+00:02:11,917 --> 00:02:12,184
+Yes, and how many deaths
+will it take 'til he knows
+
+197
+00:02:12,184 --> 00:02:13,102
+Yes, and how many deaths
+will it take 'til he knows
+
+198
+00:02:13,102 --> 00:02:13,258
+Yes, and how many deaths
+will it take 'til he knows
+
+199
+00:02:13,258 --> 00:02:13,440
+Yes, and how many deaths
+will it take 'til he knows
+
+200
+00:02:13,440 --> 00:02:14,562
+Yes, and how many deaths
+will it take 'til he knows
+
+201
+00:02:14,562 --> 00:02:14,893
+That too many people have died?
+
+202
+00:02:14,893 --> 00:02:15,544
+That too many people have died?
+
+203
+00:02:15,544 --> 00:02:15,677
+That too many people have died?
+
+204
+00:02:15,677 --> 00:02:16,055
+That too many people have died?
+
+205
+00:02:16,055 --> 00:02:16,566
+That too many people have died?
+
+206
+00:02:16,566 --> 00:02:16,706
+That too many people have died?
+
+207
+00:02:16,706 --> 00:02:16,915
+That too many people have died?
+
+208
+00:02:16,915 --> 00:02:19,333
+That too many people have died?
+
+209
+00:02:20,042 --> 00:02:20,293
+The answer, my friend,
+is blowing in the wind
+
+210
+00:02:20,293 --> 00:02:21,095
+The answer, my friend,
+is blowing in the wind
+
+211
+00:02:21,095 --> 00:02:21,258
+The answer, my friend,
+is blowing in the wind
+
+212
+00:02:21,258 --> 00:02:21,641
+The answer, my friend,
+is blowing in the wind
+
+213
+00:02:21,641 --> 00:02:22,757
+The answer, my friend,
+is blowing in the wind
+
+214
+00:02:22,757 --> 00:02:23,129
+The answer, my friend,
+is blowing in the wind
+
+215
+00:02:23,129 --> 00:02:23,327
+The answer, my friend,
+is blowing in the wind
+
+216
+00:02:23,327 --> 00:02:23,680
+The answer, my friend,
+is blowing in the wind
+
+217
+00:02:23,680 --> 00:02:24,152
+The answer, my friend,
+is blowing in the wind
+
+218
+00:02:24,152 --> 00:02:24,338
+The answer, my friend,
+is blowing in the wind
+
+219
+00:02:24,338 --> 00:02:25,476
+The answer, my friend,
+is blowing in the wind
+
+220
+00:02:25,476 --> 00:02:25,768
+The answer is blowing in the wind
+
+221
+00:02:25,768 --> 00:02:26,524
+The answer is blowing in the wind
+
+222
+00:02:26,524 --> 00:02:26,698
+The answer is blowing in the wind
+
+223
+00:02:26,698 --> 00:02:27,210
+The answer is blowing in the wind
+
+224
+00:02:27,210 --> 00:02:27,407
+The answer is blowing in the wind
+
+225
+00:02:27,407 --> 00:02:27,919
+The answer is blowing in the wind
+
+226
+00:02:27,919 --> 00:02:28,244
+The answer is blowing in the wind
+
+227
+00:02:28,244 --> 00:02:28,442
+The answer is blowing in the wind
+
+228
+00:02:28,442 --> 00:02:30,167
+The answer is blowing in the wind
diff --git a/examples/ESRT/Bob Dylan/Mr. Tambourine Man.srt b/examples/ESRT/Bob Dylan/Mr. Tambourine Man.srt
index 026902f..fc120b5 100755
--- a/examples/ESRT/Bob Dylan/Mr. Tambourine Man.srt
+++ b/examples/ESRT/Bob Dylan/Mr. Tambourine Man.srt
@@ -1,2827 +1,2827 @@
-1
-00:00:06,000 --> 00:00:06,830
-Hey, Mister Tambourine
-Man, play a song for me
-
-2
-00:00:06,830 --> 00:00:07,190
-Hey, Mister Tambourine
-Man, play a song for me
-
-3
-00:00:07,190 --> 00:00:07,430
-Hey, Mister Tambourine
-Man, play a song for me
-
-4
-00:00:07,430 --> 00:00:07,980
-Hey, Mister Tambourine
-Man, play a song for me
-
-5
-00:00:07,980 --> 00:00:08,170
-Hey, Mister Tambourine
-Man, play a song for me
-
-6
-00:00:08,170 --> 00:00:08,500
-Hey, Mister Tambourine
-Man, play a song for me
-
-7
-00:00:08,500 --> 00:00:09,080
-Hey, Mister Tambourine
-Man, play a song for me
-
-8
-00:00:09,080 --> 00:00:09,280
-Hey, Mister Tambourine
-Man, play a song for me
-
-9
-00:00:09,280 --> 00:00:09,590
-Hey, Mister Tambourine
-Man, play a song for me
-
-10
-00:00:09,590 --> 00:00:10,120
-Hey, Mister Tambourine
-Man, play a song for me
-
-11
-00:00:10,120 --> 00:00:10,320
-Hey, Mister Tambourine
-Man, play a song for me
-
-12
-00:00:10,320 --> 00:00:11,190
-Hey, Mister Tambourine
-Man, play a song for me
-
-13
-00:00:11,190 --> 00:00:11,430
-I'm not sleepy and there
-is no place I'm going to
-
-14
-00:00:11,430 --> 00:00:11,810
-I'm not sleepy and there
-is no place I'm going to
-
-15
-00:00:11,810 --> 00:00:11,980
-I'm not sleepy and there
-is no place I'm going to
-
-16
-00:00:11,980 --> 00:00:12,610
-I'm not sleepy and there
-is no place I'm going to
-
-17
-00:00:12,610 --> 00:00:12,810
-I'm not sleepy and there
-is no place I'm going to
-
-18
-00:00:12,810 --> 00:00:13,150
-I'm not sleepy and there
-is no place I'm going to
-
-19
-00:00:13,150 --> 00:00:13,600
-I'm not sleepy and there
-is no place I'm going to
-
-20
-00:00:13,600 --> 00:00:13,860
-I'm not sleepy and there
-is no place I'm going to
-
-21
-00:00:13,860 --> 00:00:14,290
-I'm not sleepy and there
-is no place I'm going to
-
-22
-00:00:14,290 --> 00:00:14,790
-I'm not sleepy and there
-is no place I'm going to
-
-23
-00:00:14,790 --> 00:00:15,010
-I'm not sleepy and there
-is no place I'm going to
-
-24
-00:00:15,010 --> 00:00:15,340
-I'm not sleepy and there
-is no place I'm going to
-
-25
-00:00:15,340 --> 00:00:16,540
-I'm not sleepy and there
-is no place I'm going to
-
-26
-00:00:17,290 --> 00:00:18,230
-Hey, Mister Tambourine
-Man, play a song for me
-
-27
-00:00:18,230 --> 00:00:18,630
-Hey, Mister Tambourine
-Man, play a song for me
-
-28
-00:00:18,630 --> 00:00:18,870
-Hey, Mister Tambourine
-Man, play a song for me
-
-29
-00:00:18,870 --> 00:00:19,510
-Hey, Mister Tambourine
-Man, play a song for me
-
-30
-00:00:19,510 --> 00:00:19,680
-Hey, Mister Tambourine
-Man, play a song for me
-
-31
-00:00:19,680 --> 00:00:20,120
-Hey, Mister Tambourine
-Man, play a song for me
-
-32
-00:00:20,120 --> 00:00:20,600
-Hey, Mister Tambourine
-Man, play a song for me
-
-33
-00:00:20,600 --> 00:00:20,820
-Hey, Mister Tambourine
-Man, play a song for me
-
-34
-00:00:20,820 --> 00:00:21,150
-Hey, Mister Tambourine
-Man, play a song for me
-
-35
-00:00:21,150 --> 00:00:21,620
-Hey, Mister Tambourine
-Man, play a song for me
-
-36
-00:00:21,620 --> 00:00:21,850
-Hey, Mister Tambourine
-Man, play a song for me
-
-37
-00:00:21,850 --> 00:00:22,700
-Hey, Mister Tambourine
-Man, play a song for me
-
-38
-00:00:22,700 --> 00:00:22,970
-In the jingle jangle morning
-I'll come following you
-
-39
-00:00:22,970 --> 00:00:23,310
-In the jingle jangle morning
-I'll come following you
-
-40
-00:00:23,310 --> 00:00:23,600
-In the jingle jangle morning
-I'll come following you
-
-41
-00:00:23,600 --> 00:00:23,960
-In the jingle jangle morning
-I'll come following you
-
-42
-00:00:23,960 --> 00:00:24,470
-In the jingle jangle morning
-I'll come following you
-
-43
-00:00:24,470 --> 00:00:24,700
-In the jingle jangle morning
-I'll come following you
-
-44
-00:00:24,700 --> 00:00:25,020
-In the jingle jangle morning
-I'll come following you
-
-45
-00:00:25,020 --> 00:00:25,620
-In the jingle jangle morning
-I'll come following you
-
-46
-00:00:25,620 --> 00:00:25,820
-In the jingle jangle morning
-I'll come following you
-
-47
-00:00:25,820 --> 00:00:26,200
-In the jingle jangle morning
-I'll come following you
-
-48
-00:00:26,200 --> 00:00:27,320
-In the jingle jangle morning
-I'll come following you
-
-49
-00:00:27,320 --> 00:00:27,460
-In the jingle jangle morning
-I'll come following you
-
-50
-00:00:27,460 --> 00:00:27,790
-In the jingle jangle morning
-I'll come following you
-
-51
-00:00:27,790 --> 00:00:29,970
-In the jingle jangle morning
-I'll come following you
-
-52
-00:00:31,270 --> 00:00:31,510
-Though I know that evenings
-empire has returned into sand
-
-53
-00:00:31,510 --> 00:00:31,810
-Though I know that evenings
-empire has returned into sand
-
-54
-00:00:31,810 --> 00:00:32,400
-Though I know that evenings
-empire has returned into sand
-
-55
-00:00:32,400 --> 00:00:32,619
-Though I know that evenings
-empire has returned into sand
-
-56
-00:00:32,619 --> 00:00:32,900
-Though I know that evenings
-empire has returned into sand
-
-57
-00:00:32,900 --> 00:00:33,330
-Though I know that evenings
-empire has returned into sand
-
-58
-00:00:33,330 --> 00:00:33,650
-Though I know that evenings
-empire has returned into sand
-
-59
-00:00:33,650 --> 00:00:34,380
-Though I know that evenings
-empire has returned into sand
-
-60
-00:00:34,380 --> 00:00:34,900
-Though I know that evenings
-empire has returned into sand
-
-61
-00:00:34,900 --> 00:00:35,100
-Though I know that evenings
-empire has returned into sand
-
-62
-00:00:35,100 --> 00:00:35,530
-Though I know that evenings
-empire has returned into sand
-
-63
-00:00:35,530 --> 00:00:35,790
-Though I know that evenings
-empire has returned into sand
-
-64
-00:00:35,790 --> 00:00:36,150
-Though I know that evenings
-empire has returned into sand
-
-65
-00:00:36,150 --> 00:00:37,700
-Though I know that evenings
-empire has returned into sand
-
-66
-00:00:37,700 --> 00:00:37,930
-Vanished from my hand
-
-67
-00:00:37,930 --> 00:00:38,260
-Vanished from my hand
-
-68
-00:00:38,260 --> 00:00:38,680
-Vanished from my hand
-
-69
-00:00:38,680 --> 00:00:39,010
-Vanished from my hand
-
-70
-00:00:39,010 --> 00:00:39,890
-Vanished from my hand
-
-71
-00:00:39,890 --> 00:00:40,110
-Left me blindly here to
-stand but still not sleeping
-
-72
-00:00:40,110 --> 00:00:40,460
-Left me blindly here to
-stand but still not sleeping
-
-73
-00:00:40,460 --> 00:00:40,870
-Left me blindly here to
-stand but still not sleeping
-
-74
-00:00:40,870 --> 00:00:41,110
-Left me blindly here to
-stand but still not sleeping
-
-75
-00:00:41,110 --> 00:00:41,450
-Left me blindly here to
-stand but still not sleeping
-
-76
-00:00:41,450 --> 00:00:41,780
-Left me blindly here to
-stand but still not sleeping
-
-77
-00:00:41,780 --> 00:00:42,330
-Left me blindly here to
-stand but still not sleeping
-
-78
-00:00:42,330 --> 00:00:42,530
-Left me blindly here to
-stand but still not sleeping
-
-79
-00:00:42,530 --> 00:00:42,890
-Left me blindly here to
-stand but still not sleeping
-
-80
-00:00:42,890 --> 00:00:43,330
-Left me blindly here to
-stand but still not sleeping
-
-81
-00:00:43,330 --> 00:00:43,590
-Left me blindly here to
-stand but still not sleeping
-
-82
-00:00:43,590 --> 00:00:44,930
-Left me blindly here to
-stand but still not sleeping
-
-83
-00:00:45,650 --> 00:00:46,130
-My weariness amazes me,
-I'm branded on my feet
-
-84
-00:00:46,130 --> 00:00:46,380
-My weariness amazes me,
-I'm branded on my feet
-
-85
-00:00:46,380 --> 00:00:46,730
-My weariness amazes me,
-I'm branded on my feet
-
-86
-00:00:46,730 --> 00:00:47,180
-My weariness amazes me,
-I'm branded on my feet
-
-87
-00:00:47,180 --> 00:00:47,510
-My weariness amazes me,
-I'm branded on my feet
-
-88
-00:00:47,510 --> 00:00:48,010
-My weariness amazes me,
-I'm branded on my feet
-
-89
-00:00:48,010 --> 00:00:48,180
-My weariness amazes me,
-I'm branded on my feet
-
-90
-00:00:48,180 --> 00:00:48,560
-My weariness amazes me,
-I'm branded on my feet
-
-91
-00:00:48,560 --> 00:00:49,070
-My weariness amazes me,
-I'm branded on my feet
-
-92
-00:00:49,070 --> 00:00:49,420
-My weariness amazes me,
-I'm branded on my feet
-
-93
-00:00:49,420 --> 00:00:49,630
-My weariness amazes me,
-I'm branded on my feet
-
-94
-00:00:49,630 --> 00:00:50,000
-My weariness amazes me,
-I'm branded on my feet
-
-95
-00:00:50,000 --> 00:00:50,480
-My weariness amazes me,
-I'm branded on my feet
-
-96
-00:00:50,480 --> 00:00:51,370
-My weariness amazes me,
-I'm branded on my feet
-
-97
-00:00:51,370 --> 00:00:51,750
-I have no one to meet
-
-98
-00:00:51,750 --> 00:00:52,050
-I have no one to meet
-
-99
-00:00:52,050 --> 00:00:52,380
-I have no one to meet
-
-100
-00:00:52,380 --> 00:00:52,930
-I have no one to meet
-
-101
-00:00:52,930 --> 00:00:53,160
-I have no one to meet
-
-102
-00:00:53,160 --> 00:00:53,970
-I have no one to meet
-
-103
-00:00:53,970 --> 00:00:54,400
-And the ancient empty
-street's too dead for dreaming
-
-104
-00:00:54,400 --> 00:00:54,730
-And the ancient empty
-street's too dead for dreaming
-
-105
-00:00:54,730 --> 00:00:55,110
-And the ancient empty
-street's too dead for dreaming
-
-106
-00:00:55,110 --> 00:00:55,340
-And the ancient empty
-street's too dead for dreaming
-
-107
-00:00:55,340 --> 00:00:55,640
-And the ancient empty
-street's too dead for dreaming
-
-108
-00:00:55,640 --> 00:00:55,990
-And the ancient empty
-street's too dead for dreaming
-
-109
-00:00:55,990 --> 00:00:56,450
-And the ancient empty
-street's too dead for dreaming
-
-110
-00:00:56,450 --> 00:00:56,610
-And the ancient empty
-street's too dead for dreaming
-
-111
-00:00:56,610 --> 00:00:57,230
-And the ancient empty
-street's too dead for dreaming
-
-112
-00:00:57,230 --> 00:00:57,460
-And the ancient empty
-street's too dead for dreaming
-
-113
-00:00:57,460 --> 00:00:57,730
-And the ancient empty
-street's too dead for dreaming
-
-114
-00:00:57,730 --> 00:00:59,930
-And the ancient empty
-street's too dead for dreaming
-
-115
-00:00:59,930 --> 00:01:01,200
-Hey, Mister Tambourine
-Man, play a song for me
-
-116
-00:01:01,200 --> 00:01:01,490
-Hey, Mister Tambourine
-Man, play a song for me
-
-117
-00:01:01,490 --> 00:01:01,730
-Hey, Mister Tambourine
-Man, play a song for me
-
-118
-00:01:01,730 --> 00:01:02,230
-Hey, Mister Tambourine
-Man, play a song for me
-
-119
-00:01:02,230 --> 00:01:02,440
-Hey, Mister Tambourine
-Man, play a song for me
-
-120
-00:01:02,440 --> 00:01:02,830
-Hey, Mister Tambourine
-Man, play a song for me
-
-121
-00:01:02,830 --> 00:01:03,330
-Hey, Mister Tambourine
-Man, play a song for me
-
-122
-00:01:03,330 --> 00:01:03,570
-Hey, Mister Tambourine
-Man, play a song for me
-
-123
-00:01:03,570 --> 00:01:03,850
-Hey, Mister Tambourine
-Man, play a song for me
-
-124
-00:01:03,850 --> 00:01:04,400
-Hey, Mister Tambourine
-Man, play a song for me
-
-125
-00:01:04,400 --> 00:01:04,590
-Hey, Mister Tambourine
-Man, play a song for me
-
-126
-00:01:04,590 --> 00:01:05,400
-Hey, Mister Tambourine
-Man, play a song for me
-
-127
-00:01:05,400 --> 00:01:05,660
-I'm not sleepy and there
-is no place I'm going to
-
-128
-00:01:05,660 --> 00:01:06,100
-I'm not sleepy and there
-is no place I'm going to
-
-129
-00:01:06,100 --> 00:01:06,330
-I'm not sleepy and there
-is no place I'm going to
-
-130
-00:01:06,330 --> 00:01:06,940
-I'm not sleepy and there
-is no place I'm going to
-
-131
-00:01:06,940 --> 00:01:07,120
-I'm not sleepy and there
-is no place I'm going to
-
-132
-00:01:07,120 --> 00:01:07,470
-I'm not sleepy and there
-is no place I'm going to
-
-133
-00:01:07,470 --> 00:01:07,830
-I'm not sleepy and there
-is no place I'm going to
-
-134
-00:01:07,830 --> 00:01:08,200
-I'm not sleepy and there
-is no place I'm going to
-
-135
-00:01:08,200 --> 00:01:08,500
-I'm not sleepy and there
-is no place I'm going to
-
-136
-00:01:08,500 --> 00:01:09,040
-I'm not sleepy and there
-is no place I'm going to
-
-137
-00:01:09,040 --> 00:01:09,230
-I'm not sleepy and there
-is no place I'm going to
-
-138
-00:01:09,230 --> 00:01:09,610
-I'm not sleepy and there
-is no place I'm going to
-
-139
-00:01:09,610 --> 00:01:10,890
-I'm not sleepy and there
-is no place I'm going to
-
-140
-00:01:11,530 --> 00:01:12,650
-Hey, Mister Tambourine
-Man, play a song for me
-
-141
-00:01:12,650 --> 00:01:12,960
-Hey, Mister Tambourine
-Man, play a song for me
-
-142
-00:01:12,960 --> 00:01:13,180
-Hey, Mister Tambourine
-Man, play a song for me
-
-143
-00:01:13,180 --> 00:01:13,730
-Hey, Mister Tambourine
-Man, play a song for me
-
-144
-00:01:13,730 --> 00:01:13,920
-Hey, Mister Tambourine
-Man, play a song for me
-
-145
-00:01:13,920 --> 00:01:14,300
-Hey, Mister Tambourine
-Man, play a song for me
-
-146
-00:01:14,300 --> 00:01:14,780
-Hey, Mister Tambourine
-Man, play a song for me
-
-147
-00:01:14,780 --> 00:01:14,980
-Hey, Mister Tambourine
-Man, play a song for me
-
-148
-00:01:14,980 --> 00:01:15,300
-Hey, Mister Tambourine
-Man, play a song for me
-
-149
-00:01:15,300 --> 00:01:15,780
-Hey, Mister Tambourine
-Man, play a song for me
-
-150
-00:01:15,780 --> 00:01:15,990
-Hey, Mister Tambourine
-Man, play a song for me
-
-151
-00:01:15,990 --> 00:01:16,810
-Hey, Mister Tambourine
-Man, play a song for me
-
-152
-00:01:16,810 --> 00:01:17,060
-In the jingle jangle morning
-I'll come following you
-
-153
-00:01:17,060 --> 00:01:17,430
-In the jingle jangle morning
-I'll come following you
-
-154
-00:01:17,430 --> 00:01:17,730
-In the jingle jangle morning
-I'll come following you
-
-155
-00:01:17,730 --> 00:01:18,050
-In the jingle jangle morning
-I'll come following you
-
-156
-00:01:18,050 --> 00:01:18,560
-In the jingle jangle morning
-I'll come following you
-
-157
-00:01:18,560 --> 00:01:18,790
-In the jingle jangle morning
-I'll come following you
-
-158
-00:01:18,790 --> 00:01:19,130
-In the jingle jangle morning
-I'll come following you
-
-159
-00:01:19,130 --> 00:01:19,700
-In the jingle jangle morning
-I'll come following you
-
-160
-00:01:19,700 --> 00:01:19,860
-In the jingle jangle morning
-I'll come following you
-
-161
-00:01:19,860 --> 00:01:20,240
-In the jingle jangle morning
-I'll come following you
-
-162
-00:01:20,240 --> 00:01:21,280
-In the jingle jangle morning
-I'll come following you
-
-163
-00:01:21,280 --> 00:01:21,430
-In the jingle jangle morning
-I'll come following you
-
-164
-00:01:21,430 --> 00:01:21,780
-In the jingle jangle morning
-I'll come following you
-
-165
-00:01:21,780 --> 00:01:24,730
-In the jingle jangle morning
-I'll come following you
-
-166
-00:01:26,970 --> 00:01:27,650
-Take me on a trip upon
-your magic swirling ship
-
-167
-00:01:27,650 --> 00:01:27,950
-Take me on a trip upon
-your magic swirling ship
-
-168
-00:01:27,950 --> 00:01:28,310
-Take me on a trip upon
-your magic swirling ship
-
-169
-00:01:28,310 --> 00:01:28,630
-Take me on a trip upon
-your magic swirling ship
-
-170
-00:01:28,630 --> 00:01:28,980
-Take me on a trip upon
-your magic swirling ship
-
-171
-00:01:28,980 --> 00:01:29,250
-Take me on a trip upon
-your magic swirling ship
-
-172
-00:01:29,250 --> 00:01:29,750
-Take me on a trip upon
-your magic swirling ship
-
-173
-00:01:29,750 --> 00:01:30,120
-Take me on a trip upon
-your magic swirling ship
-
-174
-00:01:30,120 --> 00:01:30,380
-Take me on a trip upon
-your magic swirling ship
-
-175
-00:01:30,380 --> 00:01:30,710
-Take me on a trip upon
-your magic swirling ship
-
-176
-00:01:30,710 --> 00:01:31,040
-Take me on a trip upon
-your magic swirling ship
-
-177
-00:01:31,040 --> 00:01:31,480
-Take me on a trip upon
-your magic swirling ship
-
-178
-00:01:31,480 --> 00:01:32,410
-Take me on a trip upon
-your magic swirling ship
-
-179
-00:01:32,410 --> 00:01:32,940
-My senses have been stripped
-
-180
-00:01:32,940 --> 00:01:33,090
-My senses have been stripped
-
-181
-00:01:33,090 --> 00:01:33,450
-My senses have been stripped
-
-182
-00:01:33,450 --> 00:01:33,840
-My senses have been stripped
-
-183
-00:01:33,840 --> 00:01:34,230
-My senses have been stripped
-
-184
-00:01:34,230 --> 00:01:35,210
-My senses have been stripped
-
-185
-00:01:35,210 --> 00:01:35,530
-My hands can't feel to grip
-
-186
-00:01:35,530 --> 00:01:36,000
-My hands can't feel to grip
-
-187
-00:01:36,000 --> 00:01:36,280
-My hands can't feel to grip
-
-188
-00:01:36,280 --> 00:01:36,670
-My hands can't feel to grip
-
-189
-00:01:36,670 --> 00:01:36,860
-My hands can't feel to grip
-
-190
-00:01:36,860 --> 00:01:37,830
-My hands can't feel to grip
-
-191
-00:01:37,830 --> 00:01:38,210
-My toes too numb to step
-
-192
-00:01:38,210 --> 00:01:38,730
-My toes too numb to step
-
-193
-00:01:38,730 --> 00:01:38,910
-My toes too numb to step
-
-194
-00:01:38,910 --> 00:01:39,290
-My toes too numb to step
-
-195
-00:01:39,290 --> 00:01:39,550
-My toes too numb to step
-
-196
-00:01:39,550 --> 00:01:40,630
-My toes too numb to step
-
-197
-00:01:40,630 --> 00:01:41,080
-Wait only for my boot
-heels to be wandering
-
-198
-00:01:41,080 --> 00:01:41,410
-Wait only for my boot
-heels to be wandering
-
-199
-00:01:41,410 --> 00:01:41,620
-Wait only for my boot
-heels to be wandering
-
-200
-00:01:41,620 --> 00:01:41,950
-Wait only for my boot
-heels to be wandering
-
-201
-00:01:41,950 --> 00:01:42,390
-Wait only for my boot
-heels to be wandering
-
-202
-00:01:42,390 --> 00:01:42,570
-Wait only for my boot
-heels to be wandering
-
-203
-00:01:42,570 --> 00:01:43,110
-Wait only for my boot
-heels to be wandering
-
-204
-00:01:43,110 --> 00:01:43,300
-Wait only for my boot
-heels to be wandering
-
-205
-00:01:43,300 --> 00:01:43,640
-Wait only for my boot
-heels to be wandering
-
-206
-00:01:43,640 --> 00:01:44,130
-Wait only for my boot
-heels to be wandering
-
-207
-00:01:44,130 --> 00:01:44,290
-Wait only for my boot
-heels to be wandering
-
-208
-00:01:44,290 --> 00:01:46,010
-Wait only for my boot
-heels to be wandering
-
-209
-00:01:46,010 --> 00:01:46,530
-I'm ready to go anywhere,
-I'm ready for to fade
-
-210
-00:01:46,530 --> 00:01:46,750
-I'm ready to go anywhere,
-I'm ready for to fade
-
-211
-00:01:46,750 --> 00:01:47,060
-I'm ready to go anywhere,
-I'm ready for to fade
-
-212
-00:01:47,060 --> 00:01:47,410
-I'm ready to go anywhere,
-I'm ready for to fade
-
-213
-00:01:47,410 --> 00:01:47,850
-I'm ready to go anywhere,
-I'm ready for to fade
-
-214
-00:01:47,850 --> 00:01:48,030
-I'm ready to go anywhere,
-I'm ready for to fade
-
-215
-00:01:48,030 --> 00:01:48,270
-I'm ready to go anywhere,
-I'm ready for to fade
-
-216
-00:01:48,270 --> 00:01:48,710
-I'm ready to go anywhere,
-I'm ready for to fade
-
-217
-00:01:48,710 --> 00:01:49,270
-I'm ready to go anywhere,
-I'm ready for to fade
-
-218
-00:01:49,270 --> 00:01:49,460
-I'm ready to go anywhere,
-I'm ready for to fade
-
-219
-00:01:49,460 --> 00:01:49,770
-I'm ready to go anywhere,
-I'm ready for to fade
-
-220
-00:01:49,770 --> 00:01:50,100
-I'm ready to go anywhere,
-I'm ready for to fade
-
-221
-00:01:50,100 --> 00:01:50,510
-I'm ready to go anywhere,
-I'm ready for to fade
-
-222
-00:01:50,510 --> 00:01:51,700
-I'm ready to go anywhere,
-I'm ready for to fade
-
-223
-00:01:51,700 --> 00:01:52,050
-Into my own parade
-
-224
-00:01:52,050 --> 00:01:52,250
-Into my own parade
-
-225
-00:01:52,250 --> 00:01:52,590
-Into my own parade
-
-226
-00:01:52,590 --> 00:01:53,020
-Into my own parade
-
-227
-00:01:53,020 --> 00:01:53,210
-Into my own parade
-
-228
-00:01:53,210 --> 00:01:54,090
-Into my own parade
-
-229
-00:01:54,090 --> 00:01:54,390
-Cast your dancing spell my
-way, I promise to go under it
-
-230
-00:01:54,390 --> 00:01:54,600
-Cast your dancing spell my
-way, I promise to go under it
-
-231
-00:01:54,600 --> 00:01:54,940
-Cast your dancing spell my
-way, I promise to go under it
-
-232
-00:01:54,940 --> 00:01:55,240
-Cast your dancing spell my
-way, I promise to go under it
-
-233
-00:01:55,240 --> 00:01:55,600
-Cast your dancing spell my
-way, I promise to go under it
-
-234
-00:01:55,600 --> 00:01:55,880
-Cast your dancing spell my
-way, I promise to go under it
-
-235
-00:01:55,880 --> 00:01:56,330
-Cast your dancing spell my
-way, I promise to go under it
-
-236
-00:01:56,330 --> 00:01:56,700
-Cast your dancing spell my
-way, I promise to go under it
-
-237
-00:01:56,700 --> 00:01:56,890
-Cast your dancing spell my
-way, I promise to go under it
-
-238
-00:01:56,890 --> 00:01:57,480
-Cast your dancing spell my
-way, I promise to go under it
-
-239
-00:01:57,480 --> 00:01:57,630
-Cast your dancing spell my
-way, I promise to go under it
-
-240
-00:01:57,630 --> 00:01:57,980
-Cast your dancing spell my
-way, I promise to go under it
-
-241
-00:01:57,980 --> 00:01:58,340
-Cast your dancing spell my
-way, I promise to go under it
-
-242
-00:01:58,340 --> 00:01:58,600
-Cast your dancing spell my
-way, I promise to go under it
-
-243
-00:01:58,600 --> 00:02:00,460
-Cast your dancing spell my
-way, I promise to go under it
-
-244
-00:02:00,460 --> 00:02:01,440
-Hey, Mister Tambourine
-Man, play a song for me
-
-245
-00:02:01,440 --> 00:02:01,700
-Hey, Mister Tambourine
-Man, play a song for me
-
-246
-00:02:01,700 --> 00:02:01,940
-Hey, Mister Tambourine
-Man, play a song for me
-
-247
-00:02:01,940 --> 00:02:02,540
-Hey, Mister Tambourine
-Man, play a song for me
-
-248
-00:02:02,540 --> 00:02:02,740
-Hey, Mister Tambourine
-Man, play a song for me
-
-249
-00:02:02,740 --> 00:02:03,090
-Hey, Mister Tambourine
-Man, play a song for me
-
-250
-00:02:03,090 --> 00:02:03,580
-Hey, Mister Tambourine
-Man, play a song for me
-
-251
-00:02:03,580 --> 00:02:03,770
-Hey, Mister Tambourine
-Man, play a song for me
-
-252
-00:02:03,770 --> 00:02:04,100
-Hey, Mister Tambourine
-Man, play a song for me
-
-253
-00:02:04,100 --> 00:02:04,670
-Hey, Mister Tambourine
-Man, play a song for me
-
-254
-00:02:04,670 --> 00:02:04,840
-Hey, Mister Tambourine
-Man, play a song for me
-
-255
-00:02:04,840 --> 00:02:05,630
-Hey, Mister Tambourine
-Man, play a song for me
-
-256
-00:02:05,630 --> 00:02:05,880
-I'm not sleepy and there
-is no place I'm going to
-
-257
-00:02:05,880 --> 00:02:06,280
-I'm not sleepy and there
-is no place I'm going to
-
-258
-00:02:06,280 --> 00:02:06,500
-I'm not sleepy and there
-is no place I'm going to
-
-259
-00:02:06,500 --> 00:02:07,060
-I'm not sleepy and there
-is no place I'm going to
-
-260
-00:02:07,060 --> 00:02:07,250
-I'm not sleepy and there
-is no place I'm going to
-
-261
-00:02:07,250 --> 00:02:07,620
-I'm not sleepy and there
-is no place I'm going to
-
-262
-00:02:07,620 --> 00:02:08,050
-I'm not sleepy and there
-is no place I'm going to
-
-263
-00:02:08,050 --> 00:02:08,320
-I'm not sleepy and there
-is no place I'm going to
-
-264
-00:02:08,320 --> 00:02:08,620
-I'm not sleepy and there
-is no place I'm going to
-
-265
-00:02:08,620 --> 00:02:09,110
-I'm not sleepy and there
-is no place I'm going to
-
-266
-00:02:09,110 --> 00:02:09,280
-I'm not sleepy and there
-is no place I'm going to
-
-267
-00:02:09,280 --> 00:02:09,639
-I'm not sleepy and there
-is no place I'm going to
-
-268
-00:02:09,639 --> 00:02:11,530
-I'm not sleepy and there
-is no place I'm going to
-
-269
-00:02:11,530 --> 00:02:12,530
-Hey, Mister Tambourine
-Man, play a song for me
-
-270
-00:02:12,530 --> 00:02:12,830
-Hey, Mister Tambourine
-Man, play a song for me
-
-271
-00:02:12,830 --> 00:02:13,060
-Hey, Mister Tambourine
-Man, play a song for me
-
-272
-00:02:13,060 --> 00:02:13,670
-Hey, Mister Tambourine
-Man, play a song for me
-
-273
-00:02:13,670 --> 00:02:13,850
-Hey, Mister Tambourine
-Man, play a song for me
-
-274
-00:02:13,850 --> 00:02:14,170
-Hey, Mister Tambourine
-Man, play a song for me
-
-275
-00:02:14,170 --> 00:02:14,750
-Hey, Mister Tambourine
-Man, play a song for me
-
-276
-00:02:14,750 --> 00:02:14,940
-Hey, Mister Tambourine
-Man, play a song for me
-
-277
-00:02:14,940 --> 00:02:15,230
-Hey, Mister Tambourine
-Man, play a song for me
-
-278
-00:02:15,230 --> 00:02:15,750
-Hey, Mister Tambourine
-Man, play a song for me
-
-279
-00:02:15,750 --> 00:02:15,940
-Hey, Mister Tambourine
-Man, play a song for me
-
-280
-00:02:15,940 --> 00:02:16,830
-Hey, Mister Tambourine
-Man, play a song for me
-
-281
-00:02:16,830 --> 00:02:17,040
-In the jingle jangle morning
-I'll come following you
-
-282
-00:02:17,040 --> 00:02:17,370
-In the jingle jangle morning
-I'll come following you
-
-283
-00:02:17,370 --> 00:02:17,680
-In the jingle jangle morning
-I'll come following you
-
-284
-00:02:17,680 --> 00:02:18,020
-In the jingle jangle morning
-I'll come following you
-
-285
-00:02:18,020 --> 00:02:18,460
-In the jingle jangle morning
-I'll come following you
-
-286
-00:02:18,460 --> 00:02:18,690
-In the jingle jangle morning
-I'll come following you
-
-287
-00:02:18,690 --> 00:02:18,980
-In the jingle jangle morning
-I'll come following you
-
-288
-00:02:18,980 --> 00:02:19,560
-In the jingle jangle morning
-I'll come following you
-
-289
-00:02:19,560 --> 00:02:19,700
-In the jingle jangle morning
-I'll come following you
-
-290
-00:02:19,700 --> 00:02:20,080
-In the jingle jangle morning
-I'll come following you
-
-291
-00:02:20,080 --> 00:02:21,120
-In the jingle jangle morning
-I'll come following you
-
-292
-00:02:21,120 --> 00:02:21,260
-In the jingle jangle morning
-I'll come following you
-
-293
-00:02:21,260 --> 00:02:21,590
-In the jingle jangle morning
-I'll come following you
-
-294
-00:02:21,590 --> 00:02:24,430
-In the jingle jangle morning
-I'll come following you
-
-295
-00:02:26,500 --> 00:02:26,680
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-296
-00:02:26,680 --> 00:02:27,030
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-297
-00:02:27,030 --> 00:02:27,430
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-298
-00:02:27,430 --> 00:02:27,760
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-299
-00:02:27,760 --> 00:02:28,020
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-300
-00:02:28,020 --> 00:02:28,460
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-301
-00:02:28,460 --> 00:02:28,630
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-302
-00:02:28,630 --> 00:02:29,400
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-303
-00:02:29,400 --> 00:02:29,560
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-304
-00:02:29,560 --> 00:02:29,880
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-305
-00:02:29,880 --> 00:02:30,190
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-306
-00:02:30,190 --> 00:02:30,400
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-307
-00:02:30,400 --> 00:02:30,560
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-308
-00:02:30,560 --> 00:02:30,950
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-309
-00:02:30,950 --> 00:02:31,190
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-310
-00:02:31,190 --> 00:02:32,080
-Though you might hear laughing,
-spinning, swinging madly across the sun
-
-311
-00:02:32,080 --> 00:02:32,240
-It's not aimed at anyone
-
-312
-00:02:32,240 --> 00:02:32,560
-It's not aimed at anyone
-
-313
-00:02:32,560 --> 00:02:33,110
-It's not aimed at anyone
-
-314
-00:02:33,110 --> 00:02:33,250
-It's not aimed at anyone
-
-315
-00:02:33,250 --> 00:02:33,490
-It's not aimed at anyone
-
-316
-00:02:33,490 --> 00:02:33,760
-It's not aimed at anyone
-
-317
-00:02:33,760 --> 00:02:34,830
-It's not aimed at anyone
-
-318
-00:02:34,830 --> 00:02:35,030
-It's just escaping on the run
-
-319
-00:02:35,030 --> 00:02:35,260
-It's just escaping on the run
-
-320
-00:02:35,260 --> 00:02:35,560
-It's just escaping on the run
-
-321
-00:02:35,560 --> 00:02:35,780
-It's just escaping on the run
-
-322
-00:02:35,780 --> 00:02:36,060
-It's just escaping on the run
-
-323
-00:02:36,060 --> 00:02:36,550
-It's just escaping on the run
-
-324
-00:02:36,550 --> 00:02:36,780
-It's just escaping on the run
-
-325
-00:02:36,780 --> 00:02:37,620
-It's just escaping on the run
-
-326
-00:02:37,620 --> 00:02:37,850
-And but for the sky there
-are no fences facing
-
-327
-00:02:37,850 --> 00:02:38,210
-And but for the sky there
-are no fences facing
-
-328
-00:02:38,210 --> 00:02:38,540
-And but for the sky there
-are no fences facing
-
-329
-00:02:38,540 --> 00:02:38,850
-And but for the sky there
-are no fences facing
-
-330
-00:02:38,850 --> 00:02:39,320
-And but for the sky there
-are no fences facing
-
-331
-00:02:39,320 --> 00:02:39,590
-And but for the sky there
-are no fences facing
-
-332
-00:02:39,590 --> 00:02:39,920
-And but for the sky there
-are no fences facing
-
-333
-00:02:39,920 --> 00:02:40,400
-And but for the sky there
-are no fences facing
-
-334
-00:02:40,400 --> 00:02:40,590
-And but for the sky there
-are no fences facing
-
-335
-00:02:40,590 --> 00:02:41,070
-And but for the sky there
-are no fences facing
-
-336
-00:02:41,070 --> 00:02:41,240
-And but for the sky there
-are no fences facing
-
-337
-00:02:41,240 --> 00:02:43,420
-And but for the sky there
-are no fences facing
-
-338
-00:02:43,420 --> 00:02:43,760
-And if you hear vague traces
-of skipping reels of rhyme
-
-339
-00:02:43,760 --> 00:02:44,120
-And if you hear vague traces
-of skipping reels of rhyme
-
-340
-00:02:44,120 --> 00:02:44,400
-And if you hear vague traces
-of skipping reels of rhyme
-
-341
-00:02:44,400 --> 00:02:44,750
-And if you hear vague traces
-of skipping reels of rhyme
-
-342
-00:02:44,750 --> 00:02:45,320
-And if you hear vague traces
-of skipping reels of rhyme
-
-343
-00:02:45,320 --> 00:02:45,650
-And if you hear vague traces
-of skipping reels of rhyme
-
-344
-00:02:45,650 --> 00:02:46,320
-And if you hear vague traces
-of skipping reels of rhyme
-
-345
-00:02:46,320 --> 00:02:46,680
-And if you hear vague traces
-of skipping reels of rhyme
-
-346
-00:02:46,680 --> 00:02:46,900
-And if you hear vague traces
-of skipping reels of rhyme
-
-347
-00:02:46,900 --> 00:02:47,240
-And if you hear vague traces
-of skipping reels of rhyme
-
-348
-00:02:47,240 --> 00:02:47,700
-And if you hear vague traces
-of skipping reels of rhyme
-
-349
-00:02:47,700 --> 00:02:47,920
-And if you hear vague traces
-of skipping reels of rhyme
-
-350
-00:02:47,920 --> 00:02:48,800
-And if you hear vague traces
-of skipping reels of rhyme
-
-351
-00:02:48,800 --> 00:02:49,020
-To your tambourine in time
-
-352
-00:02:49,020 --> 00:02:49,350
-To your tambourine in time
-
-353
-00:02:49,350 --> 00:02:49,820
-To your tambourine in time
-
-354
-00:02:49,820 --> 00:02:49,990
-To your tambourine in time
-
-355
-00:02:49,990 --> 00:02:50,250
-To your tambourine in time
-
-356
-00:02:50,250 --> 00:02:50,630
-To your tambourine in time
-
-357
-00:02:50,630 --> 00:02:51,460
-To your tambourine in time
-
-358
-00:02:51,460 --> 00:02:51,700
-It's just a ragged clown behind
-
-359
-00:02:51,700 --> 00:02:51,910
-It's just a ragged clown behind
-
-360
-00:02:51,910 --> 00:02:52,170
-It's just a ragged clown behind
-
-361
-00:02:52,170 --> 00:02:52,360
-It's just a ragged clown behind
-
-362
-00:02:52,360 --> 00:02:52,690
-It's just a ragged clown behind
-
-363
-00:02:52,690 --> 00:02:53,160
-It's just a ragged clown behind
-
-364
-00:02:53,160 --> 00:02:53,380
-It's just a ragged clown behind
-
-365
-00:02:53,380 --> 00:02:54,210
-It's just a ragged clown behind
-
-366
-00:02:54,210 --> 00:02:54,410
-I wouldn't pay it any mind
-
-367
-00:02:54,410 --> 00:02:54,560
-I wouldn't pay it any mind
-
-368
-00:02:54,560 --> 00:02:54,830
-I wouldn't pay it any mind
-
-369
-00:02:54,830 --> 00:02:55,160
-I wouldn't pay it any mind
-
-370
-00:02:55,160 --> 00:02:55,430
-I wouldn't pay it any mind
-
-371
-00:02:55,430 --> 00:02:55,740
-I wouldn't pay it any mind
-
-372
-00:02:55,740 --> 00:02:55,960
-I wouldn't pay it any mind
-
-373
-00:02:55,960 --> 00:02:56,910
-I wouldn't pay it any mind
-
-374
-00:02:56,910 --> 00:02:57,120
-It's just a shadow you're
-seeing that he's chasing
-
-375
-00:02:57,120 --> 00:02:57,300
-It's just a shadow you're
-seeing that he's chasing
-
-376
-00:02:57,300 --> 00:02:57,650
-It's just a shadow you're
-seeing that he's chasing
-
-377
-00:02:57,650 --> 00:02:57,910
-It's just a shadow you're
-seeing that he's chasing
-
-378
-00:02:57,910 --> 00:02:58,600
-It's just a shadow you're
-seeing that he's chasing
-
-379
-00:02:58,600 --> 00:02:58,870
-It's just a shadow you're
-seeing that he's chasing
-
-380
-00:02:58,870 --> 00:02:59,060
-It's just a shadow you're
-seeing that he's chasing
-
-381
-00:02:59,060 --> 00:02:59,660
-It's just a shadow you're
-seeing that he's chasing
-
-382
-00:02:59,660 --> 00:02:59,820
-It's just a shadow you're
-seeing that he's chasing
-
-383
-00:02:59,820 --> 00:03:00,160
-It's just a shadow you're
-seeing that he's chasing
-
-384
-00:03:00,160 --> 00:03:00,390
-It's just a shadow you're
-seeing that he's chasing
-
-385
-00:03:00,390 --> 00:03:02,760
-It's just a shadow you're
-seeing that he's chasing
-
-386
-00:03:02,760 --> 00:03:03,710
-Hey, Mister Tambourine
-Man, play a song for me
-
-387
-00:03:03,710 --> 00:03:04,030
-Hey, Mister Tambourine
-Man, play a song for me
-
-388
-00:03:04,030 --> 00:03:04,370
-Hey, Mister Tambourine
-Man, play a song for me
-
-389
-00:03:04,370 --> 00:03:04,890
-Hey, Mister Tambourine
-Man, play a song for me
-
-390
-00:03:04,890 --> 00:03:05,070
-Hey, Mister Tambourine
-Man, play a song for me
-
-391
-00:03:05,070 --> 00:03:05,430
-Hey, Mister Tambourine
-Man, play a song for me
-
-392
-00:03:05,430 --> 00:03:05,970
-Hey, Mister Tambourine
-Man, play a song for me
-
-393
-00:03:05,970 --> 00:03:06,140
-Hey, Mister Tambourine
-Man, play a song for me
-
-394
-00:03:06,140 --> 00:03:06,470
-Hey, Mister Tambourine
-Man, play a song for me
-
-395
-00:03:06,470 --> 00:03:06,960
-Hey, Mister Tambourine
-Man, play a song for me
-
-396
-00:03:06,960 --> 00:03:07,140
-Hey, Mister Tambourine
-Man, play a song for me
-
-397
-00:03:07,140 --> 00:03:08,020
-Hey, Mister Tambourine
-Man, play a song for me
-
-398
-00:03:08,020 --> 00:03:08,220
-I'm not sleepy and there
-is no place I'm going to
-
-399
-00:03:08,220 --> 00:03:08,650
-I'm not sleepy and there
-is no place I'm going to
-
-400
-00:03:08,650 --> 00:03:08,870
-I'm not sleepy and there
-is no place I'm going to
-
-401
-00:03:08,870 --> 00:03:09,460
-I'm not sleepy and there
-is no place I'm going to
-
-402
-00:03:09,460 --> 00:03:09,640
-I'm not sleepy and there
-is no place I'm going to
-
-403
-00:03:09,640 --> 00:03:09,940
-I'm not sleepy and there
-is no place I'm going to
-
-404
-00:03:09,940 --> 00:03:10,330
-I'm not sleepy and there
-is no place I'm going to
-
-405
-00:03:10,330 --> 00:03:10,680
-I'm not sleepy and there
-is no place I'm going to
-
-406
-00:03:10,680 --> 00:03:11,000
-I'm not sleepy and there
-is no place I'm going to
-
-407
-00:03:11,000 --> 00:03:11,480
-I'm not sleepy and there
-is no place I'm going to
-
-408
-00:03:11,480 --> 00:03:11,670
-I'm not sleepy and there
-is no place I'm going to
-
-409
-00:03:11,670 --> 00:03:12,070
-I'm not sleepy and there
-is no place I'm going to
-
-410
-00:03:12,070 --> 00:03:13,950
-I'm not sleepy and there
-is no place I'm going to
-
-411
-00:03:13,950 --> 00:03:14,910
-Hey, Mister Tambourine
-Man, play a song for me
-
-412
-00:03:14,910 --> 00:03:15,180
-Hey, Mister Tambourine
-Man, play a song for me
-
-413
-00:03:15,180 --> 00:03:15,550
-Hey, Mister Tambourine
-Man, play a song for me
-
-414
-00:03:15,550 --> 00:03:16,080
-Hey, Mister Tambourine
-Man, play a song for me
-
-415
-00:03:16,080 --> 00:03:16,270
-Hey, Mister Tambourine
-Man, play a song for me
-
-416
-00:03:16,270 --> 00:03:16,660
-Hey, Mister Tambourine
-Man, play a song for me
-
-417
-00:03:16,660 --> 00:03:17,170
-Hey, Mister Tambourine
-Man, play a song for me
-
-418
-00:03:17,170 --> 00:03:17,400
-Hey, Mister Tambourine
-Man, play a song for me
-
-419
-00:03:17,400 --> 00:03:17,680
-Hey, Mister Tambourine
-Man, play a song for me
-
-420
-00:03:17,680 --> 00:03:18,190
-Hey, Mister Tambourine
-Man, play a song for me
-
-421
-00:03:18,190 --> 00:03:18,390
-Hey, Mister Tambourine
-Man, play a song for me
-
-422
-00:03:18,390 --> 00:03:19,230
-Hey, Mister Tambourine
-Man, play a song for me
-
-423
-00:03:19,230 --> 00:03:19,460
-In the jingle jangle morning
-I'll come following you
-
-424
-00:03:19,460 --> 00:03:19,810
-In the jingle jangle morning
-I'll come following you
-
-425
-00:03:19,810 --> 00:03:20,110
-In the jingle jangle morning
-I'll come following you
-
-426
-00:03:20,110 --> 00:03:20,450
-In the jingle jangle morning
-I'll come following you
-
-427
-00:03:20,450 --> 00:03:20,910
-In the jingle jangle morning
-I'll come following you
-
-428
-00:03:20,910 --> 00:03:21,110
-In the jingle jangle morning
-I'll come following you
-
-429
-00:03:21,110 --> 00:03:21,390
-In the jingle jangle morning
-I'll come following you
-
-430
-00:03:21,390 --> 00:03:21,840
-In the jingle jangle morning
-I'll come following you
-
-431
-00:03:21,840 --> 00:03:22,130
-In the jingle jangle morning
-I'll come following you
-
-432
-00:03:22,130 --> 00:03:22,490
-In the jingle jangle morning
-I'll come following you
-
-433
-00:03:22,490 --> 00:03:23,550
-In the jingle jangle morning
-I'll come following you
-
-434
-00:03:23,550 --> 00:03:23,690
-In the jingle jangle morning
-I'll come following you
-
-435
-00:03:23,690 --> 00:03:23,990
-In the jingle jangle morning
-I'll come following you
-
-436
-00:03:23,990 --> 00:03:26,570
-In the jingle jangle morning
-I'll come following you
-
-437
-00:04:08,470 --> 00:04:08,990
-And take me disappearing through
-the smoke rings of my mind
-
-438
-00:04:08,990 --> 00:04:09,320
-And take me disappearing through
-the smoke rings of my mind
-
-439
-00:04:09,320 --> 00:04:09,630
-And take me disappearing through
-the smoke rings of my mind
-
-440
-00:04:09,630 --> 00:04:09,990
-And take me disappearing through
-the smoke rings of my mind
-
-441
-00:04:09,990 --> 00:04:10,270
-And take me disappearing through
-the smoke rings of my mind
-
-442
-00:04:10,270 --> 00:04:10,490
-And take me disappearing through
-the smoke rings of my mind
-
-443
-00:04:10,490 --> 00:04:11,250
-And take me disappearing through
-the smoke rings of my mind
-
-444
-00:04:11,250 --> 00:04:11,400
-And take me disappearing through
-the smoke rings of my mind
-
-445
-00:04:11,400 --> 00:04:11,750
-And take me disappearing through
-the smoke rings of my mind
-
-446
-00:04:11,750 --> 00:04:12,020
-And take me disappearing through
-the smoke rings of my mind
-
-447
-00:04:12,020 --> 00:04:12,320
-And take me disappearing through
-the smoke rings of my mind
-
-448
-00:04:12,320 --> 00:04:12,630
-And take me disappearing through
-the smoke rings of my mind
-
-449
-00:04:12,630 --> 00:04:12,960
-And take me disappearing through
-the smoke rings of my mind
-
-450
-00:04:12,960 --> 00:04:13,800
-And take me disappearing through
-the smoke rings of my mind
-
-451
-00:04:13,800 --> 00:04:14,130
-Down the foggy ruins of time
-
-452
-00:04:14,130 --> 00:04:14,350
-Down the foggy ruins of time
-
-453
-00:04:14,350 --> 00:04:14,560
-Down the foggy ruins of time
-
-454
-00:04:14,560 --> 00:04:14,950
-Down the foggy ruins of time
-
-455
-00:04:14,950 --> 00:04:15,120
-Down the foggy ruins of time
-
-456
-00:04:15,120 --> 00:04:15,400
-Down the foggy ruins of time
-
-457
-00:04:15,400 --> 00:04:15,590
-Down the foggy ruins of time
-
-458
-00:04:15,590 --> 00:04:16,600
-Down the foggy ruins of time
-
-459
-00:04:16,600 --> 00:04:16,940
-Far past the frozen leaves
-
-460
-00:04:16,940 --> 00:04:17,350
-Far past the frozen leaves
-
-461
-00:04:17,350 --> 00:04:17,630
-Far past the frozen leaves
-
-462
-00:04:17,630 --> 00:04:17,990
-Far past the frozen leaves
-
-463
-00:04:17,990 --> 00:04:18,279
-Far past the frozen leaves
-
-464
-00:04:18,279 --> 00:04:19,370
-Far past the frozen leaves
-
-465
-00:04:19,370 --> 00:04:19,730
-The haunted frightened trees
-
-466
-00:04:19,730 --> 00:04:20,000
-The haunted frightened trees
-
-467
-00:04:20,000 --> 00:04:20,350
-The haunted frightened trees
-
-468
-00:04:20,350 --> 00:04:20,529
-The haunted frightened trees
-
-469
-00:04:20,529 --> 00:04:20,850
-The haunted frightened trees
-
-470
-00:04:20,850 --> 00:04:21,970
-The haunted frightened trees
-
-471
-00:04:21,970 --> 00:04:22,350
-Out to the windy beach
-
-472
-00:04:22,350 --> 00:04:22,600
-Out to the windy beach
-
-473
-00:04:22,600 --> 00:04:22,880
-Out to the windy beach
-
-474
-00:04:22,880 --> 00:04:23,160
-Out to the windy beach
-
-475
-00:04:23,160 --> 00:04:23,480
-Out to the windy beach
-
-476
-00:04:23,480 --> 00:04:24,400
-Out to the windy beach
-
-477
-00:04:24,400 --> 00:04:24,820
-Far from the twisted
-reach of crazy sorrow
-
-478
-00:04:24,820 --> 00:04:25,110
-Far from the twisted
-reach of crazy sorrow
-
-479
-00:04:25,110 --> 00:04:25,450
-Far from the twisted
-reach of crazy sorrow
-
-480
-00:04:25,450 --> 00:04:25,770
-Far from the twisted
-reach of crazy sorrow
-
-481
-00:04:25,770 --> 00:04:26,050
-Far from the twisted
-reach of crazy sorrow
-
-482
-00:04:26,050 --> 00:04:26,420
-Far from the twisted
-reach of crazy sorrow
-
-483
-00:04:26,420 --> 00:04:26,810
-Far from the twisted
-reach of crazy sorrow
-
-484
-00:04:26,810 --> 00:04:27,330
-Far from the twisted
-reach of crazy sorrow
-
-485
-00:04:27,330 --> 00:04:27,670
-Far from the twisted
-reach of crazy sorrow
-
-486
-00:04:27,670 --> 00:04:27,890
-Far from the twisted
-reach of crazy sorrow
-
-487
-00:04:27,890 --> 00:04:29,560
-Far from the twisted
-reach of crazy sorrow
-
-488
-00:04:29,560 --> 00:04:30,070
-Yes, to dance beneath the diamond sky
-
-489
-00:04:30,070 --> 00:04:30,210
-Yes, to dance beneath the diamond sky
-
-490
-00:04:30,210 --> 00:04:30,850
-Yes, to dance beneath the diamond sky
-
-491
-00:04:30,850 --> 00:04:31,060
-Yes, to dance beneath the diamond sky
-
-492
-00:04:31,060 --> 00:04:31,460
-Yes, to dance beneath the diamond sky
-
-493
-00:04:31,460 --> 00:04:31,710
-Yes, to dance beneath the diamond sky
-
-494
-00:04:31,710 --> 00:04:31,900
-Yes, to dance beneath the diamond sky
-
-495
-00:04:31,900 --> 00:04:32,200
-Yes, to dance beneath the diamond sky
-
-496
-00:04:32,200 --> 00:04:32,560
-Yes, to dance beneath the diamond sky
-
-497
-00:04:32,560 --> 00:04:32,860
-With one hand waving free
-
-498
-00:04:32,860 --> 00:04:33,080
-With one hand waving free
-
-499
-00:04:33,080 --> 00:04:33,440
-With one hand waving free
-
-500
-00:04:33,440 --> 00:04:33,710
-With one hand waving free
-
-501
-00:04:33,710 --> 00:04:34,140
-With one hand waving free
-
-502
-00:04:34,140 --> 00:04:35,010
-With one hand waving free
-
-503
-00:04:35,010 --> 00:04:35,180
-Silhouetted by the sea
-
-504
-00:04:35,180 --> 00:04:35,470
-Silhouetted by the sea
-
-505
-00:04:35,470 --> 00:04:35,680
-Silhouetted by the sea
-
-506
-00:04:35,680 --> 00:04:36,260
-Silhouetted by the sea
-
-507
-00:04:36,260 --> 00:04:36,590
-Silhouetted by the sea
-
-508
-00:04:36,590 --> 00:04:36,820
-Silhouetted by the sea
-
-509
-00:04:36,820 --> 00:04:37,610
-Silhouetted by the sea
-
-510
-00:04:37,610 --> 00:04:37,830
-Circled by the circus sands
-
-511
-00:04:37,830 --> 00:04:38,180
-Circled by the circus sands
-
-512
-00:04:38,180 --> 00:04:38,570
-Circled by the circus sands
-
-513
-00:04:38,570 --> 00:04:38,830
-Circled by the circus sands
-
-514
-00:04:38,830 --> 00:04:39,070
-Circled by the circus sands
-
-515
-00:04:39,070 --> 00:04:39,460
-Circled by the circus sands
-
-516
-00:04:39,460 --> 00:04:40,280
-Circled by the circus sands
-
-517
-00:04:40,280 --> 00:04:40,540
-With all memory and fate
-
-518
-00:04:40,540 --> 00:04:40,970
-With all memory and fate
-
-519
-00:04:40,970 --> 00:04:41,170
-With all memory and fate
-
-520
-00:04:41,170 --> 00:04:41,420
-With all memory and fate
-
-521
-00:04:41,420 --> 00:04:41,740
-With all memory and fate
-
-522
-00:04:41,740 --> 00:04:42,230
-With all memory and fate
-
-523
-00:04:42,230 --> 00:04:42,940
-With all memory and fate
-
-524
-00:04:42,940 --> 00:04:43,120
-Driven deep beneath the waves
-
-525
-00:04:43,120 --> 00:04:43,570
-Driven deep beneath the waves
-
-526
-00:04:43,570 --> 00:04:44,040
-Driven deep beneath the waves
-
-527
-00:04:44,040 --> 00:04:44,270
-Driven deep beneath the waves
-
-528
-00:04:44,270 --> 00:04:44,630
-Driven deep beneath the waves
-
-529
-00:04:44,630 --> 00:04:44,800
-Driven deep beneath the waves
-
-530
-00:04:44,800 --> 00:04:45,500
-Driven deep beneath the waves
-
-531
-00:04:45,500 --> 00:04:45,730
-Let me forget about
-today until tomorrow
-
-532
-00:04:45,730 --> 00:04:45,980
-Let me forget about
-today until tomorrow
-
-533
-00:04:45,980 --> 00:04:46,320
-Let me forget about
-today until tomorrow
-
-534
-00:04:46,320 --> 00:04:46,540
-Let me forget about
-today until tomorrow
-
-535
-00:04:46,540 --> 00:04:46,720
-Let me forget about
-today until tomorrow
-
-536
-00:04:46,720 --> 00:04:47,110
-Let me forget about
-today until tomorrow
-
-537
-00:04:47,110 --> 00:04:47,250
-Let me forget about
-today until tomorrow
-
-538
-00:04:47,250 --> 00:04:47,840
-Let me forget about
-today until tomorrow
-
-539
-00:04:47,840 --> 00:04:48,220
-Let me forget about
-today until tomorrow
-
-540
-00:04:48,220 --> 00:04:48,730
-Let me forget about
-today until tomorrow
-
-541
-00:04:48,730 --> 00:04:49,000
-Let me forget about
-today until tomorrow
-
-542
-00:04:49,000 --> 00:04:49,230
-Let me forget about
-today until tomorrow
-
-543
-00:04:49,230 --> 00:04:51,170
-Let me forget about
-today until tomorrow
-
-544
-00:04:51,170 --> 00:04:52,010
-Hey, Mister Tambourine
-Man, play a song for me
-
-545
-00:04:52,010 --> 00:04:52,310
-Hey, Mister Tambourine
-Man, play a song for me
-
-546
-00:04:52,310 --> 00:04:52,590
-Hey, Mister Tambourine
-Man, play a song for me
-
-547
-00:04:52,590 --> 00:04:53,130
-Hey, Mister Tambourine
-Man, play a song for me
-
-548
-00:04:53,130 --> 00:04:53,330
-Hey, Mister Tambourine
-Man, play a song for me
-
-549
-00:04:53,330 --> 00:04:53,580
-Hey, Mister Tambourine
-Man, play a song for me
-
-550
-00:04:53,580 --> 00:04:54,110
-Hey, Mister Tambourine
-Man, play a song for me
-
-551
-00:04:54,110 --> 00:04:54,340
-Hey, Mister Tambourine
-Man, play a song for me
-
-552
-00:04:54,340 --> 00:04:54,630
-Hey, Mister Tambourine
-Man, play a song for me
-
-553
-00:04:54,630 --> 00:04:55,100
-Hey, Mister Tambourine
-Man, play a song for me
-
-554
-00:04:55,100 --> 00:04:55,280
-Hey, Mister Tambourine
-Man, play a song for me
-
-555
-00:04:55,280 --> 00:04:56,070
-Hey, Mister Tambourine
-Man, play a song for me
-
-556
-00:04:56,070 --> 00:04:56,330
-I'm not sleepy and there
-is no place I'm going to
-
-557
-00:04:56,330 --> 00:04:56,730
-I'm not sleepy and there
-is no place I'm going to
-
-558
-00:04:56,730 --> 00:04:56,950
-I'm not sleepy and there
-is no place I'm going to
-
-559
-00:04:56,950 --> 00:04:57,480
-I'm not sleepy and there
-is no place I'm going to
-
-560
-00:04:57,480 --> 00:04:57,690
-I'm not sleepy and there
-is no place I'm going to
-
-561
-00:04:57,690 --> 00:04:57,980
-I'm not sleepy and there
-is no place I'm going to
-
-562
-00:04:57,980 --> 00:04:58,360
-I'm not sleepy and there
-is no place I'm going to
-
-563
-00:04:58,360 --> 00:04:58,720
-I'm not sleepy and there
-is no place I'm going to
-
-564
-00:04:58,720 --> 00:04:59,000
-I'm not sleepy and there
-is no place I'm going to
-
-565
-00:04:59,000 --> 00:04:59,510
-I'm not sleepy and there
-is no place I'm going to
-
-566
-00:04:59,510 --> 00:04:59,730
-I'm not sleepy and there
-is no place I'm going to
-
-567
-00:04:59,730 --> 00:05:00,100
-I'm not sleepy and there
-is no place I'm going to
-
-568
-00:05:00,100 --> 00:05:01,900
-I'm not sleepy and there
-is no place I'm going to
-
-569
-00:05:01,900 --> 00:05:02,860
-Hey, Mister Tambourine
-Man, play a song for me
-
-570
-00:05:02,860 --> 00:05:03,150
-Hey, Mister Tambourine
-Man, play a song for me
-
-571
-00:05:03,150 --> 00:05:03,410
-Hey, Mister Tambourine
-Man, play a song for me
-
-572
-00:05:03,410 --> 00:05:03,990
-Hey, Mister Tambourine
-Man, play a song for me
-
-573
-00:05:03,990 --> 00:05:04,170
-Hey, Mister Tambourine
-Man, play a song for me
-
-574
-00:05:04,170 --> 00:05:04,470
-Hey, Mister Tambourine
-Man, play a song for me
-
-575
-00:05:04,470 --> 00:05:05,080
-Hey, Mister Tambourine
-Man, play a song for me
-
-576
-00:05:05,080 --> 00:05:05,230
-Hey, Mister Tambourine
-Man, play a song for me
-
-577
-00:05:05,230 --> 00:05:05,510
-Hey, Mister Tambourine
-Man, play a song for me
-
-578
-00:05:05,510 --> 00:05:06,020
-Hey, Mister Tambourine
-Man, play a song for me
-
-579
-00:05:06,020 --> 00:05:06,210
-Hey, Mister Tambourine
-Man, play a song for me
-
-580
-00:05:06,210 --> 00:05:07,060
-Hey, Mister Tambourine
-Man, play a song for me
-
-581
-00:05:07,060 --> 00:05:07,250
-In the jingle jangle morning
-I'll come following you
-
-582
-00:05:07,250 --> 00:05:07,600
-In the jingle jangle morning
-I'll come following you
-
-583
-00:05:07,600 --> 00:05:08,000
-In the jingle jangle morning
-I'll come following you
-
-584
-00:05:08,000 --> 00:05:08,360
-In the jingle jangle morning
-I'll come following you
-
-585
-00:05:08,360 --> 00:05:08,800
-In the jingle jangle morning
-I'll come following you
-
-586
-00:05:08,800 --> 00:05:09,020
-In the jingle jangle morning
-I'll come following you
-
-587
-00:05:09,020 --> 00:05:09,290
-In the jingle jangle morning
-I'll come following you
-
-588
-00:05:09,290 --> 00:05:09,850
-In the jingle jangle morning
-I'll come following you
-
-589
-00:05:09,850 --> 00:05:09,980
-In the jingle jangle morning
-I'll come following you
-
-590
-00:05:09,980 --> 00:05:10,340
-In the jingle jangle morning
-I'll come following you
-
-591
-00:05:10,340 --> 00:05:11,390
-In the jingle jangle morning
-I'll come following you
-
-592
-00:05:11,390 --> 00:05:11,530
-In the jingle jangle morning
-I'll come following you
-
-593
-00:05:11,530 --> 00:05:11,830
-In the jingle jangle morning
-I'll come following you
-
-594
-00:05:11,830 --> 00:05:14,600
-In the jingle jangle morning
-I'll come following you
+1
+00:00:06,000 --> 00:00:06,830
+Hey, Mister Tambourine
+Man, play a song for me
+
+2
+00:00:06,830 --> 00:00:07,190
+Hey, Mister Tambourine
+Man, play a song for me
+
+3
+00:00:07,190 --> 00:00:07,430
+Hey, Mister Tambourine
+Man, play a song for me
+
+4
+00:00:07,430 --> 00:00:07,980
+Hey, Mister Tambourine
+Man, play a song for me
+
+5
+00:00:07,980 --> 00:00:08,170
+Hey, Mister Tambourine
+Man, play a song for me
+
+6
+00:00:08,170 --> 00:00:08,500
+Hey, Mister Tambourine
+Man, play a song for me
+
+7
+00:00:08,500 --> 00:00:09,080
+Hey, Mister Tambourine
+Man, play a song for me
+
+8
+00:00:09,080 --> 00:00:09,280
+Hey, Mister Tambourine
+Man, play a song for me
+
+9
+00:00:09,280 --> 00:00:09,590
+Hey, Mister Tambourine
+Man, play a song for me
+
+10
+00:00:09,590 --> 00:00:10,120
+Hey, Mister Tambourine
+Man, play a song for me
+
+11
+00:00:10,120 --> 00:00:10,320
+Hey, Mister Tambourine
+Man, play a song for me
+
+12
+00:00:10,320 --> 00:00:11,190
+Hey, Mister Tambourine
+Man, play a song for me
+
+13
+00:00:11,190 --> 00:00:11,430
+I'm not sleepy and there
+is no place I'm going to
+
+14
+00:00:11,430 --> 00:00:11,810
+I'm not sleepy and there
+is no place I'm going to
+
+15
+00:00:11,810 --> 00:00:11,980
+I'm not sleepy and there
+is no place I'm going to
+
+16
+00:00:11,980 --> 00:00:12,610
+I'm not sleepy and there
+is no place I'm going to
+
+17
+00:00:12,610 --> 00:00:12,810
+I'm not sleepy and there
+is no place I'm going to
+
+18
+00:00:12,810 --> 00:00:13,150
+I'm not sleepy and there
+is no place I'm going to
+
+19
+00:00:13,150 --> 00:00:13,600
+I'm not sleepy and there
+is no place I'm going to
+
+20
+00:00:13,600 --> 00:00:13,860
+I'm not sleepy and there
+is no place I'm going to
+
+21
+00:00:13,860 --> 00:00:14,290
+I'm not sleepy and there
+is no place I'm going to
+
+22
+00:00:14,290 --> 00:00:14,790
+I'm not sleepy and there
+is no place I'm going to
+
+23
+00:00:14,790 --> 00:00:15,010
+I'm not sleepy and there
+is no place I'm going to
+
+24
+00:00:15,010 --> 00:00:15,340
+I'm not sleepy and there
+is no place I'm going to
+
+25
+00:00:15,340 --> 00:00:16,540
+I'm not sleepy and there
+is no place I'm going to
+
+26
+00:00:17,290 --> 00:00:18,230
+Hey, Mister Tambourine
+Man, play a song for me
+
+27
+00:00:18,230 --> 00:00:18,630
+Hey, Mister Tambourine
+Man, play a song for me
+
+28
+00:00:18,630 --> 00:00:18,870
+Hey, Mister Tambourine
+Man, play a song for me
+
+29
+00:00:18,870 --> 00:00:19,510
+Hey, Mister Tambourine
+Man, play a song for me
+
+30
+00:00:19,510 --> 00:00:19,680
+Hey, Mister Tambourine
+Man, play a song for me
+
+31
+00:00:19,680 --> 00:00:20,120
+Hey, Mister Tambourine
+Man, play a song for me
+
+32
+00:00:20,120 --> 00:00:20,600
+Hey, Mister Tambourine
+Man, play a song for me
+
+33
+00:00:20,600 --> 00:00:20,820
+Hey, Mister Tambourine
+Man, play a song for me
+
+34
+00:00:20,820 --> 00:00:21,150
+Hey, Mister Tambourine
+Man, play a song for me
+
+35
+00:00:21,150 --> 00:00:21,620
+Hey, Mister Tambourine
+Man, play a song for me
+
+36
+00:00:21,620 --> 00:00:21,850
+Hey, Mister Tambourine
+Man, play a song for me
+
+37
+00:00:21,850 --> 00:00:22,700
+Hey, Mister Tambourine
+Man, play a song for me
+
+38
+00:00:22,700 --> 00:00:22,970
+In the jingle jangle morning
+I'll come following you
+
+39
+00:00:22,970 --> 00:00:23,310
+In the jingle jangle morning
+I'll come following you
+
+40
+00:00:23,310 --> 00:00:23,600
+In the jingle jangle morning
+I'll come following you
+
+41
+00:00:23,600 --> 00:00:23,960
+In the jingle jangle morning
+I'll come following you
+
+42
+00:00:23,960 --> 00:00:24,470
+In the jingle jangle morning
+I'll come following you
+
+43
+00:00:24,470 --> 00:00:24,700
+In the jingle jangle morning
+I'll come following you
+
+44
+00:00:24,700 --> 00:00:25,020
+In the jingle jangle morning
+I'll come following you
+
+45
+00:00:25,020 --> 00:00:25,620
+In the jingle jangle morning
+I'll come following you
+
+46
+00:00:25,620 --> 00:00:25,820
+In the jingle jangle morning
+I'll come following you
+
+47
+00:00:25,820 --> 00:00:26,200
+In the jingle jangle morning
+I'll come following you
+
+48
+00:00:26,200 --> 00:00:27,320
+In the jingle jangle morning
+I'll come following you
+
+49
+00:00:27,320 --> 00:00:27,460
+In the jingle jangle morning
+I'll come following you
+
+50
+00:00:27,460 --> 00:00:27,790
+In the jingle jangle morning
+I'll come following you
+
+51
+00:00:27,790 --> 00:00:29,970
+In the jingle jangle morning
+I'll come following you
+
+52
+00:00:31,270 --> 00:00:31,510
+Though I know that evenings
+empire has returned into sand
+
+53
+00:00:31,510 --> 00:00:31,810
+Though I know that evenings
+empire has returned into sand
+
+54
+00:00:31,810 --> 00:00:32,400
+Though I know that evenings
+empire has returned into sand
+
+55
+00:00:32,400 --> 00:00:32,619
+Though I know that evenings
+empire has returned into sand
+
+56
+00:00:32,619 --> 00:00:32,900
+Though I know that evenings
+empire has returned into sand
+
+57
+00:00:32,900 --> 00:00:33,330
+Though I know that evenings
+empire has returned into sand
+
+58
+00:00:33,330 --> 00:00:33,650
+Though I know that evenings
+empire has returned into sand
+
+59
+00:00:33,650 --> 00:00:34,380
+Though I know that evenings
+empire has returned into sand
+
+60
+00:00:34,380 --> 00:00:34,900
+Though I know that evenings
+empire has returned into sand
+
+61
+00:00:34,900 --> 00:00:35,100
+Though I know that evenings
+empire has returned into sand
+
+62
+00:00:35,100 --> 00:00:35,530
+Though I know that evenings
+empire has returned into sand
+
+63
+00:00:35,530 --> 00:00:35,790
+Though I know that evenings
+empire has returned into sand
+
+64
+00:00:35,790 --> 00:00:36,150
+Though I know that evenings
+empire has returned into sand
+
+65
+00:00:36,150 --> 00:00:37,700
+Though I know that evenings
+empire has returned into sand
+
+66
+00:00:37,700 --> 00:00:37,930
+Vanished from my hand
+
+67
+00:00:37,930 --> 00:00:38,260
+Vanished from my hand
+
+68
+00:00:38,260 --> 00:00:38,680
+Vanished from my hand
+
+69
+00:00:38,680 --> 00:00:39,010
+Vanished from my hand
+
+70
+00:00:39,010 --> 00:00:39,890
+Vanished from my hand
+
+71
+00:00:39,890 --> 00:00:40,110
+Left me blindly here to
+stand but still not sleeping
+
+72
+00:00:40,110 --> 00:00:40,460
+Left me blindly here to
+stand but still not sleeping
+
+73
+00:00:40,460 --> 00:00:40,870
+Left me blindly here to
+stand but still not sleeping
+
+74
+00:00:40,870 --> 00:00:41,110
+Left me blindly here to
+stand but still not sleeping
+
+75
+00:00:41,110 --> 00:00:41,450
+Left me blindly here to
+stand but still not sleeping
+
+76
+00:00:41,450 --> 00:00:41,780
+Left me blindly here to
+stand but still not sleeping
+
+77
+00:00:41,780 --> 00:00:42,330
+Left me blindly here to
+stand but still not sleeping
+
+78
+00:00:42,330 --> 00:00:42,530
+Left me blindly here to
+stand but still not sleeping
+
+79
+00:00:42,530 --> 00:00:42,890
+Left me blindly here to
+stand but still not sleeping
+
+80
+00:00:42,890 --> 00:00:43,330
+Left me blindly here to
+stand but still not sleeping
+
+81
+00:00:43,330 --> 00:00:43,590
+Left me blindly here to
+stand but still not sleeping
+
+82
+00:00:43,590 --> 00:00:44,930
+Left me blindly here to
+stand but still not sleeping
+
+83
+00:00:45,650 --> 00:00:46,130
+My weariness amazes me,
+I'm branded on my feet
+
+84
+00:00:46,130 --> 00:00:46,380
+My weariness amazes me,
+I'm branded on my feet
+
+85
+00:00:46,380 --> 00:00:46,730
+My weariness amazes me,
+I'm branded on my feet
+
+86
+00:00:46,730 --> 00:00:47,180
+My weariness amazes me,
+I'm branded on my feet
+
+87
+00:00:47,180 --> 00:00:47,510
+My weariness amazes me,
+I'm branded on my feet
+
+88
+00:00:47,510 --> 00:00:48,010
+My weariness amazes me,
+I'm branded on my feet
+
+89
+00:00:48,010 --> 00:00:48,180
+My weariness amazes me,
+I'm branded on my feet
+
+90
+00:00:48,180 --> 00:00:48,560
+My weariness amazes me,
+I'm branded on my feet
+
+91
+00:00:48,560 --> 00:00:49,070
+My weariness amazes me,
+I'm branded on my feet
+
+92
+00:00:49,070 --> 00:00:49,420
+My weariness amazes me,
+I'm branded on my feet
+
+93
+00:00:49,420 --> 00:00:49,630
+My weariness amazes me,
+I'm branded on my feet
+
+94
+00:00:49,630 --> 00:00:50,000
+My weariness amazes me,
+I'm branded on my feet
+
+95
+00:00:50,000 --> 00:00:50,480
+My weariness amazes me,
+I'm branded on my feet
+
+96
+00:00:50,480 --> 00:00:51,370
+My weariness amazes me,
+I'm branded on my feet
+
+97
+00:00:51,370 --> 00:00:51,750
+I have no one to meet
+
+98
+00:00:51,750 --> 00:00:52,050
+I have no one to meet
+
+99
+00:00:52,050 --> 00:00:52,380
+I have no one to meet
+
+100
+00:00:52,380 --> 00:00:52,930
+I have no one to meet
+
+101
+00:00:52,930 --> 00:00:53,160
+I have no one to meet
+
+102
+00:00:53,160 --> 00:00:53,970
+I have no one to meet
+
+103
+00:00:53,970 --> 00:00:54,400
+And the ancient empty
+street's too dead for dreaming
+
+104
+00:00:54,400 --> 00:00:54,730
+And the ancient empty
+street's too dead for dreaming
+
+105
+00:00:54,730 --> 00:00:55,110
+And the ancient empty
+street's too dead for dreaming
+
+106
+00:00:55,110 --> 00:00:55,340
+And the ancient empty
+street's too dead for dreaming
+
+107
+00:00:55,340 --> 00:00:55,640
+And the ancient empty
+street's too dead for dreaming
+
+108
+00:00:55,640 --> 00:00:55,990
+And the ancient empty
+street's too dead for dreaming
+
+109
+00:00:55,990 --> 00:00:56,450
+And the ancient empty
+street's too dead for dreaming
+
+110
+00:00:56,450 --> 00:00:56,610
+And the ancient empty
+street's too dead for dreaming
+
+111
+00:00:56,610 --> 00:00:57,230
+And the ancient empty
+street's too dead for dreaming
+
+112
+00:00:57,230 --> 00:00:57,460
+And the ancient empty
+street's too dead for dreaming
+
+113
+00:00:57,460 --> 00:00:57,730
+And the ancient empty
+street's too dead for dreaming
+
+114
+00:00:57,730 --> 00:00:59,930
+And the ancient empty
+street's too dead for dreaming
+
+115
+00:00:59,930 --> 00:01:01,200
+Hey, Mister Tambourine
+Man, play a song for me
+
+116
+00:01:01,200 --> 00:01:01,490
+Hey, Mister Tambourine
+Man, play a song for me
+
+117
+00:01:01,490 --> 00:01:01,730
+Hey, Mister Tambourine
+Man, play a song for me
+
+118
+00:01:01,730 --> 00:01:02,230
+Hey, Mister Tambourine
+Man, play a song for me
+
+119
+00:01:02,230 --> 00:01:02,440
+Hey, Mister Tambourine
+Man, play a song for me
+
+120
+00:01:02,440 --> 00:01:02,830
+Hey, Mister Tambourine
+Man, play a song for me
+
+121
+00:01:02,830 --> 00:01:03,330
+Hey, Mister Tambourine
+Man, play a song for me
+
+122
+00:01:03,330 --> 00:01:03,570
+Hey, Mister Tambourine
+Man, play a song for me
+
+123
+00:01:03,570 --> 00:01:03,850
+Hey, Mister Tambourine
+Man, play a song for me
+
+124
+00:01:03,850 --> 00:01:04,400
+Hey, Mister Tambourine
+Man, play a song for me
+
+125
+00:01:04,400 --> 00:01:04,590
+Hey, Mister Tambourine
+Man, play a song for me
+
+126
+00:01:04,590 --> 00:01:05,400
+Hey, Mister Tambourine
+Man, play a song for me
+
+127
+00:01:05,400 --> 00:01:05,660
+I'm not sleepy and there
+is no place I'm going to
+
+128
+00:01:05,660 --> 00:01:06,100
+I'm not sleepy and there
+is no place I'm going to
+
+129
+00:01:06,100 --> 00:01:06,330
+I'm not sleepy and there
+is no place I'm going to
+
+130
+00:01:06,330 --> 00:01:06,940
+I'm not sleepy and there
+is no place I'm going to
+
+131
+00:01:06,940 --> 00:01:07,120
+I'm not sleepy and there
+is no place I'm going to
+
+132
+00:01:07,120 --> 00:01:07,470
+I'm not sleepy and there
+is no place I'm going to
+
+133
+00:01:07,470 --> 00:01:07,830
+I'm not sleepy and there
+is no place I'm going to
+
+134
+00:01:07,830 --> 00:01:08,200
+I'm not sleepy and there
+is no place I'm going to
+
+135
+00:01:08,200 --> 00:01:08,500
+I'm not sleepy and there
+is no place I'm going to
+
+136
+00:01:08,500 --> 00:01:09,040
+I'm not sleepy and there
+is no place I'm going to
+
+137
+00:01:09,040 --> 00:01:09,230
+I'm not sleepy and there
+is no place I'm going to
+
+138
+00:01:09,230 --> 00:01:09,610
+I'm not sleepy and there
+is no place I'm going to
+
+139
+00:01:09,610 --> 00:01:10,890
+I'm not sleepy and there
+is no place I'm going to
+
+140
+00:01:11,530 --> 00:01:12,650
+Hey, Mister Tambourine
+Man, play a song for me
+
+141
+00:01:12,650 --> 00:01:12,960
+Hey, Mister Tambourine
+Man, play a song for me
+
+142
+00:01:12,960 --> 00:01:13,180
+Hey, Mister Tambourine
+Man, play a song for me
+
+143
+00:01:13,180 --> 00:01:13,730
+Hey, Mister Tambourine
+Man, play a song for me
+
+144
+00:01:13,730 --> 00:01:13,920
+Hey, Mister Tambourine
+Man, play a song for me
+
+145
+00:01:13,920 --> 00:01:14,300
+Hey, Mister Tambourine
+Man, play a song for me
+
+146
+00:01:14,300 --> 00:01:14,780
+Hey, Mister Tambourine
+Man, play a song for me
+
+147
+00:01:14,780 --> 00:01:14,980
+Hey, Mister Tambourine
+Man, play a song for me
+
+148
+00:01:14,980 --> 00:01:15,300
+Hey, Mister Tambourine
+Man, play a song for me
+
+149
+00:01:15,300 --> 00:01:15,780
+Hey, Mister Tambourine
+Man, play a song for me
+
+150
+00:01:15,780 --> 00:01:15,990
+Hey, Mister Tambourine
+Man, play a song for me
+
+151
+00:01:15,990 --> 00:01:16,810
+Hey, Mister Tambourine
+Man, play a song for me
+
+152
+00:01:16,810 --> 00:01:17,060
+In the jingle jangle morning
+I'll come following you
+
+153
+00:01:17,060 --> 00:01:17,430
+In the jingle jangle morning
+I'll come following you
+
+154
+00:01:17,430 --> 00:01:17,730
+In the jingle jangle morning
+I'll come following you
+
+155
+00:01:17,730 --> 00:01:18,050
+In the jingle jangle morning
+I'll come following you
+
+156
+00:01:18,050 --> 00:01:18,560
+In the jingle jangle morning
+I'll come following you
+
+157
+00:01:18,560 --> 00:01:18,790
+In the jingle jangle morning
+I'll come following you
+
+158
+00:01:18,790 --> 00:01:19,130
+In the jingle jangle morning
+I'll come following you
+
+159
+00:01:19,130 --> 00:01:19,700
+In the jingle jangle morning
+I'll come following you
+
+160
+00:01:19,700 --> 00:01:19,860
+In the jingle jangle morning
+I'll come following you
+
+161
+00:01:19,860 --> 00:01:20,240
+In the jingle jangle morning
+I'll come following you
+
+162
+00:01:20,240 --> 00:01:21,280
+In the jingle jangle morning
+I'll come following you
+
+163
+00:01:21,280 --> 00:01:21,430
+In the jingle jangle morning
+I'll come following you
+
+164
+00:01:21,430 --> 00:01:21,780
+In the jingle jangle morning
+I'll come following you
+
+165
+00:01:21,780 --> 00:01:24,730
+In the jingle jangle morning
+I'll come following you
+
+166
+00:01:26,970 --> 00:01:27,650
+Take me on a trip upon
+your magic swirling ship
+
+167
+00:01:27,650 --> 00:01:27,950
+Take me on a trip upon
+your magic swirling ship
+
+168
+00:01:27,950 --> 00:01:28,310
+Take me on a trip upon
+your magic swirling ship
+
+169
+00:01:28,310 --> 00:01:28,630
+Take me on a trip upon
+your magic swirling ship
+
+170
+00:01:28,630 --> 00:01:28,980
+Take me on a trip upon
+your magic swirling ship
+
+171
+00:01:28,980 --> 00:01:29,250
+Take me on a trip upon
+your magic swirling ship
+
+172
+00:01:29,250 --> 00:01:29,750
+Take me on a trip upon
+your magic swirling ship
+
+173
+00:01:29,750 --> 00:01:30,120
+Take me on a trip upon
+your magic swirling ship
+
+174
+00:01:30,120 --> 00:01:30,380
+Take me on a trip upon
+your magic swirling ship
+
+175
+00:01:30,380 --> 00:01:30,710
+Take me on a trip upon
+your magic swirling ship
+
+176
+00:01:30,710 --> 00:01:31,040
+Take me on a trip upon
+your magic swirling ship
+
+177
+00:01:31,040 --> 00:01:31,480
+Take me on a trip upon
+your magic swirling ship
+
+178
+00:01:31,480 --> 00:01:32,410
+Take me on a trip upon
+your magic swirling ship
+
+179
+00:01:32,410 --> 00:01:32,940
+My senses have been stripped
+
+180
+00:01:32,940 --> 00:01:33,090
+My senses have been stripped
+
+181
+00:01:33,090 --> 00:01:33,450
+My senses have been stripped
+
+182
+00:01:33,450 --> 00:01:33,840
+My senses have been stripped
+
+183
+00:01:33,840 --> 00:01:34,230
+My senses have been stripped
+
+184
+00:01:34,230 --> 00:01:35,210
+My senses have been stripped
+
+185
+00:01:35,210 --> 00:01:35,530
+My hands can't feel to grip
+
+186
+00:01:35,530 --> 00:01:36,000
+My hands can't feel to grip
+
+187
+00:01:36,000 --> 00:01:36,280
+My hands can't feel to grip
+
+188
+00:01:36,280 --> 00:01:36,670
+My hands can't feel to grip
+
+189
+00:01:36,670 --> 00:01:36,860
+My hands can't feel to grip
+
+190
+00:01:36,860 --> 00:01:37,830
+My hands can't feel to grip
+
+191
+00:01:37,830 --> 00:01:38,210
+My toes too numb to step
+
+192
+00:01:38,210 --> 00:01:38,730
+My toes too numb to step
+
+193
+00:01:38,730 --> 00:01:38,910
+My toes too numb to step
+
+194
+00:01:38,910 --> 00:01:39,290
+My toes too numb to step
+
+195
+00:01:39,290 --> 00:01:39,550
+My toes too numb to step
+
+196
+00:01:39,550 --> 00:01:40,630
+My toes too numb to step
+
+197
+00:01:40,630 --> 00:01:41,080
+Wait only for my boot
+heels to be wandering
+
+198
+00:01:41,080 --> 00:01:41,410
+Wait only for my boot
+heels to be wandering
+
+199
+00:01:41,410 --> 00:01:41,620
+Wait only for my boot
+heels to be wandering
+
+200
+00:01:41,620 --> 00:01:41,950
+Wait only for my boot
+heels to be wandering
+
+201
+00:01:41,950 --> 00:01:42,390
+Wait only for my boot
+heels to be wandering
+
+202
+00:01:42,390 --> 00:01:42,570
+Wait only for my boot
+heels to be wandering
+
+203
+00:01:42,570 --> 00:01:43,110
+Wait only for my boot
+heels to be wandering
+
+204
+00:01:43,110 --> 00:01:43,300
+Wait only for my boot
+heels to be wandering
+
+205
+00:01:43,300 --> 00:01:43,640
+Wait only for my boot
+heels to be wandering
+
+206
+00:01:43,640 --> 00:01:44,130
+Wait only for my boot
+heels to be wandering
+
+207
+00:01:44,130 --> 00:01:44,290
+Wait only for my boot
+heels to be wandering
+
+208
+00:01:44,290 --> 00:01:46,010
+Wait only for my boot
+heels to be wandering
+
+209
+00:01:46,010 --> 00:01:46,530
+I'm ready to go anywhere,
+I'm ready for to fade
+
+210
+00:01:46,530 --> 00:01:46,750
+I'm ready to go anywhere,
+I'm ready for to fade
+
+211
+00:01:46,750 --> 00:01:47,060
+I'm ready to go anywhere,
+I'm ready for to fade
+
+212
+00:01:47,060 --> 00:01:47,410
+I'm ready to go anywhere,
+I'm ready for to fade
+
+213
+00:01:47,410 --> 00:01:47,850
+I'm ready to go anywhere,
+I'm ready for to fade
+
+214
+00:01:47,850 --> 00:01:48,030
+I'm ready to go anywhere,
+I'm ready for to fade
+
+215
+00:01:48,030 --> 00:01:48,270
+I'm ready to go anywhere,
+I'm ready for to fade
+
+216
+00:01:48,270 --> 00:01:48,710
+I'm ready to go anywhere,
+I'm ready for to fade
+
+217
+00:01:48,710 --> 00:01:49,270
+I'm ready to go anywhere,
+I'm ready for to fade
+
+218
+00:01:49,270 --> 00:01:49,460
+I'm ready to go anywhere,
+I'm ready for to fade
+
+219
+00:01:49,460 --> 00:01:49,770
+I'm ready to go anywhere,
+I'm ready for to fade
+
+220
+00:01:49,770 --> 00:01:50,100
+I'm ready to go anywhere,
+I'm ready for to fade
+
+221
+00:01:50,100 --> 00:01:50,510
+I'm ready to go anywhere,
+I'm ready for to fade
+
+222
+00:01:50,510 --> 00:01:51,700
+I'm ready to go anywhere,
+I'm ready for to fade
+
+223
+00:01:51,700 --> 00:01:52,050
+Into my own parade
+
+224
+00:01:52,050 --> 00:01:52,250
+Into my own parade
+
+225
+00:01:52,250 --> 00:01:52,590
+Into my own parade
+
+226
+00:01:52,590 --> 00:01:53,020
+Into my own parade
+
+227
+00:01:53,020 --> 00:01:53,210
+Into my own parade
+
+228
+00:01:53,210 --> 00:01:54,090
+Into my own parade
+
+229
+00:01:54,090 --> 00:01:54,390
+Cast your dancing spell my
+way, I promise to go under it
+
+230
+00:01:54,390 --> 00:01:54,600
+Cast your dancing spell my
+way, I promise to go under it
+
+231
+00:01:54,600 --> 00:01:54,940
+Cast your dancing spell my
+way, I promise to go under it
+
+232
+00:01:54,940 --> 00:01:55,240
+Cast your dancing spell my
+way, I promise to go under it
+
+233
+00:01:55,240 --> 00:01:55,600
+Cast your dancing spell my
+way, I promise to go under it
+
+234
+00:01:55,600 --> 00:01:55,880
+Cast your dancing spell my
+way, I promise to go under it
+
+235
+00:01:55,880 --> 00:01:56,330
+Cast your dancing spell my
+way, I promise to go under it
+
+236
+00:01:56,330 --> 00:01:56,700
+Cast your dancing spell my
+way, I promise to go under it
+
+237
+00:01:56,700 --> 00:01:56,890
+Cast your dancing spell my
+way, I promise to go under it
+
+238
+00:01:56,890 --> 00:01:57,480
+Cast your dancing spell my
+way, I promise to go under it
+
+239
+00:01:57,480 --> 00:01:57,630
+Cast your dancing spell my
+way, I promise to go under it
+
+240
+00:01:57,630 --> 00:01:57,980
+Cast your dancing spell my
+way, I promise to go under it
+
+241
+00:01:57,980 --> 00:01:58,340
+Cast your dancing spell my
+way, I promise to go under it
+
+242
+00:01:58,340 --> 00:01:58,600
+Cast your dancing spell my
+way, I promise to go under it
+
+243
+00:01:58,600 --> 00:02:00,460
+Cast your dancing spell my
+way, I promise to go under it
+
+244
+00:02:00,460 --> 00:02:01,440
+Hey, Mister Tambourine
+Man, play a song for me
+
+245
+00:02:01,440 --> 00:02:01,700
+Hey, Mister Tambourine
+Man, play a song for me
+
+246
+00:02:01,700 --> 00:02:01,940
+Hey, Mister Tambourine
+Man, play a song for me
+
+247
+00:02:01,940 --> 00:02:02,540
+Hey, Mister Tambourine
+Man, play a song for me
+
+248
+00:02:02,540 --> 00:02:02,740
+Hey, Mister Tambourine
+Man, play a song for me
+
+249
+00:02:02,740 --> 00:02:03,090
+Hey, Mister Tambourine
+Man, play a song for me
+
+250
+00:02:03,090 --> 00:02:03,580
+Hey, Mister Tambourine
+Man, play a song for me
+
+251
+00:02:03,580 --> 00:02:03,770
+Hey, Mister Tambourine
+Man, play a song for me
+
+252
+00:02:03,770 --> 00:02:04,100
+Hey, Mister Tambourine
+Man, play a song for me
+
+253
+00:02:04,100 --> 00:02:04,670
+Hey, Mister Tambourine
+Man, play a song for me
+
+254
+00:02:04,670 --> 00:02:04,840
+Hey, Mister Tambourine
+Man, play a song for me
+
+255
+00:02:04,840 --> 00:02:05,630
+Hey, Mister Tambourine
+Man, play a song for me
+
+256
+00:02:05,630 --> 00:02:05,880
+I'm not sleepy and there
+is no place I'm going to
+
+257
+00:02:05,880 --> 00:02:06,280
+I'm not sleepy and there
+is no place I'm going to
+
+258
+00:02:06,280 --> 00:02:06,500
+I'm not sleepy and there
+is no place I'm going to
+
+259
+00:02:06,500 --> 00:02:07,060
+I'm not sleepy and there
+is no place I'm going to
+
+260
+00:02:07,060 --> 00:02:07,250
+I'm not sleepy and there
+is no place I'm going to
+
+261
+00:02:07,250 --> 00:02:07,620
+I'm not sleepy and there
+is no place I'm going to
+
+262
+00:02:07,620 --> 00:02:08,050
+I'm not sleepy and there
+is no place I'm going to
+
+263
+00:02:08,050 --> 00:02:08,320
+I'm not sleepy and there
+is no place I'm going to
+
+264
+00:02:08,320 --> 00:02:08,620
+I'm not sleepy and there
+is no place I'm going to
+
+265
+00:02:08,620 --> 00:02:09,110
+I'm not sleepy and there
+is no place I'm going to
+
+266
+00:02:09,110 --> 00:02:09,280
+I'm not sleepy and there
+is no place I'm going to
+
+267
+00:02:09,280 --> 00:02:09,639
+I'm not sleepy and there
+is no place I'm going to
+
+268
+00:02:09,639 --> 00:02:11,530
+I'm not sleepy and there
+is no place I'm going to
+
+269
+00:02:11,530 --> 00:02:12,530
+Hey, Mister Tambourine
+Man, play a song for me
+
+270
+00:02:12,530 --> 00:02:12,830
+Hey, Mister Tambourine
+Man, play a song for me
+
+271
+00:02:12,830 --> 00:02:13,060
+Hey, Mister Tambourine
+Man, play a song for me
+
+272
+00:02:13,060 --> 00:02:13,670
+Hey, Mister Tambourine
+Man, play a song for me
+
+273
+00:02:13,670 --> 00:02:13,850
+Hey, Mister Tambourine
+Man, play a song for me
+
+274
+00:02:13,850 --> 00:02:14,170
+Hey, Mister Tambourine
+Man, play a song for me
+
+275
+00:02:14,170 --> 00:02:14,750
+Hey, Mister Tambourine
+Man, play a song for me
+
+276
+00:02:14,750 --> 00:02:14,940
+Hey, Mister Tambourine
+Man, play a song for me
+
+277
+00:02:14,940 --> 00:02:15,230
+Hey, Mister Tambourine
+Man, play a song for me
+
+278
+00:02:15,230 --> 00:02:15,750
+Hey, Mister Tambourine
+Man, play a song for me
+
+279
+00:02:15,750 --> 00:02:15,940
+Hey, Mister Tambourine
+Man, play a song for me
+
+280
+00:02:15,940 --> 00:02:16,830
+Hey, Mister Tambourine
+Man, play a song for me
+
+281
+00:02:16,830 --> 00:02:17,040
+In the jingle jangle morning
+I'll come following you
+
+282
+00:02:17,040 --> 00:02:17,370
+In the jingle jangle morning
+I'll come following you
+
+283
+00:02:17,370 --> 00:02:17,680
+In the jingle jangle morning
+I'll come following you
+
+284
+00:02:17,680 --> 00:02:18,020
+In the jingle jangle morning
+I'll come following you
+
+285
+00:02:18,020 --> 00:02:18,460
+In the jingle jangle morning
+I'll come following you
+
+286
+00:02:18,460 --> 00:02:18,690
+In the jingle jangle morning
+I'll come following you
+
+287
+00:02:18,690 --> 00:02:18,980
+In the jingle jangle morning
+I'll come following you
+
+288
+00:02:18,980 --> 00:02:19,560
+In the jingle jangle morning
+I'll come following you
+
+289
+00:02:19,560 --> 00:02:19,700
+In the jingle jangle morning
+I'll come following you
+
+290
+00:02:19,700 --> 00:02:20,080
+In the jingle jangle morning
+I'll come following you
+
+291
+00:02:20,080 --> 00:02:21,120
+In the jingle jangle morning
+I'll come following you
+
+292
+00:02:21,120 --> 00:02:21,260
+In the jingle jangle morning
+I'll come following you
+
+293
+00:02:21,260 --> 00:02:21,590
+In the jingle jangle morning
+I'll come following you
+
+294
+00:02:21,590 --> 00:02:24,430
+In the jingle jangle morning
+I'll come following you
+
+295
+00:02:26,500 --> 00:02:26,680
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+296
+00:02:26,680 --> 00:02:27,030
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+297
+00:02:27,030 --> 00:02:27,430
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+298
+00:02:27,430 --> 00:02:27,760
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+299
+00:02:27,760 --> 00:02:28,020
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+300
+00:02:28,020 --> 00:02:28,460
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+301
+00:02:28,460 --> 00:02:28,630
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+302
+00:02:28,630 --> 00:02:29,400
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+303
+00:02:29,400 --> 00:02:29,560
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+304
+00:02:29,560 --> 00:02:29,880
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+305
+00:02:29,880 --> 00:02:30,190
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+306
+00:02:30,190 --> 00:02:30,400
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+307
+00:02:30,400 --> 00:02:30,560
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+308
+00:02:30,560 --> 00:02:30,950
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+309
+00:02:30,950 --> 00:02:31,190
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+310
+00:02:31,190 --> 00:02:32,080
+Though you might hear laughing,
+spinning, swinging madly across the sun
+
+311
+00:02:32,080 --> 00:02:32,240
+It's not aimed at anyone
+
+312
+00:02:32,240 --> 00:02:32,560
+It's not aimed at anyone
+
+313
+00:02:32,560 --> 00:02:33,110
+It's not aimed at anyone
+
+314
+00:02:33,110 --> 00:02:33,250
+It's not aimed at anyone
+
+315
+00:02:33,250 --> 00:02:33,490
+It's not aimed at anyone
+
+316
+00:02:33,490 --> 00:02:33,760
+It's not aimed at anyone
+
+317
+00:02:33,760 --> 00:02:34,830
+It's not aimed at anyone
+
+318
+00:02:34,830 --> 00:02:35,030
+It's just escaping on the run
+
+319
+00:02:35,030 --> 00:02:35,260
+It's just escaping on the run
+
+320
+00:02:35,260 --> 00:02:35,560
+It's just escaping on the run
+
+321
+00:02:35,560 --> 00:02:35,780
+It's just escaping on the run
+
+322
+00:02:35,780 --> 00:02:36,060
+It's just escaping on the run
+
+323
+00:02:36,060 --> 00:02:36,550
+It's just escaping on the run
+
+324
+00:02:36,550 --> 00:02:36,780
+It's just escaping on the run
+
+325
+00:02:36,780 --> 00:02:37,620
+It's just escaping on the run
+
+326
+00:02:37,620 --> 00:02:37,850
+And but for the sky there
+are no fences facing
+
+327
+00:02:37,850 --> 00:02:38,210
+And but for the sky there
+are no fences facing
+
+328
+00:02:38,210 --> 00:02:38,540
+And but for the sky there
+are no fences facing
+
+329
+00:02:38,540 --> 00:02:38,850
+And but for the sky there
+are no fences facing
+
+330
+00:02:38,850 --> 00:02:39,320
+And but for the sky there
+are no fences facing
+
+331
+00:02:39,320 --> 00:02:39,590
+And but for the sky there
+are no fences facing
+
+332
+00:02:39,590 --> 00:02:39,920
+And but for the sky there
+are no fences facing
+
+333
+00:02:39,920 --> 00:02:40,400
+And but for the sky there
+are no fences facing
+
+334
+00:02:40,400 --> 00:02:40,590
+And but for the sky there
+are no fences facing
+
+335
+00:02:40,590 --> 00:02:41,070
+And but for the sky there
+are no fences facing
+
+336
+00:02:41,070 --> 00:02:41,240
+And but for the sky there
+are no fences facing
+
+337
+00:02:41,240 --> 00:02:43,420
+And but for the sky there
+are no fences facing
+
+338
+00:02:43,420 --> 00:02:43,760
+And if you hear vague traces
+of skipping reels of rhyme
+
+339
+00:02:43,760 --> 00:02:44,120
+And if you hear vague traces
+of skipping reels of rhyme
+
+340
+00:02:44,120 --> 00:02:44,400
+And if you hear vague traces
+of skipping reels of rhyme
+
+341
+00:02:44,400 --> 00:02:44,750
+And if you hear vague traces
+of skipping reels of rhyme
+
+342
+00:02:44,750 --> 00:02:45,320
+And if you hear vague traces
+of skipping reels of rhyme
+
+343
+00:02:45,320 --> 00:02:45,650
+And if you hear vague traces
+of skipping reels of rhyme
+
+344
+00:02:45,650 --> 00:02:46,320
+And if you hear vague traces
+of skipping reels of rhyme
+
+345
+00:02:46,320 --> 00:02:46,680
+And if you hear vague traces
+of skipping reels of rhyme
+
+346
+00:02:46,680 --> 00:02:46,900
+And if you hear vague traces
+of skipping reels of rhyme
+
+347
+00:02:46,900 --> 00:02:47,240
+And if you hear vague traces
+of skipping reels of rhyme
+
+348
+00:02:47,240 --> 00:02:47,700
+And if you hear vague traces
+of skipping reels of rhyme
+
+349
+00:02:47,700 --> 00:02:47,920
+And if you hear vague traces
+of skipping reels of rhyme
+
+350
+00:02:47,920 --> 00:02:48,800
+And if you hear vague traces
+of skipping reels of rhyme
+
+351
+00:02:48,800 --> 00:02:49,020
+To your tambourine in time
+
+352
+00:02:49,020 --> 00:02:49,350
+To your tambourine in time
+
+353
+00:02:49,350 --> 00:02:49,820
+To your tambourine in time
+
+354
+00:02:49,820 --> 00:02:49,990
+To your tambourine in time
+
+355
+00:02:49,990 --> 00:02:50,250
+To your tambourine in time
+
+356
+00:02:50,250 --> 00:02:50,630
+To your tambourine in time
+
+357
+00:02:50,630 --> 00:02:51,460
+To your tambourine in time
+
+358
+00:02:51,460 --> 00:02:51,700
+It's just a ragged clown behind
+
+359
+00:02:51,700 --> 00:02:51,910
+It's just a ragged clown behind
+
+360
+00:02:51,910 --> 00:02:52,170
+It's just a ragged clown behind
+
+361
+00:02:52,170 --> 00:02:52,360
+It's just a ragged clown behind
+
+362
+00:02:52,360 --> 00:02:52,690
+It's just a ragged clown behind
+
+363
+00:02:52,690 --> 00:02:53,160
+It's just a ragged clown behind
+
+364
+00:02:53,160 --> 00:02:53,380
+It's just a ragged clown behind
+
+365
+00:02:53,380 --> 00:02:54,210
+It's just a ragged clown behind
+
+366
+00:02:54,210 --> 00:02:54,410
+I wouldn't pay it any mind
+
+367
+00:02:54,410 --> 00:02:54,560
+I wouldn't pay it any mind
+
+368
+00:02:54,560 --> 00:02:54,830
+I wouldn't pay it any mind
+
+369
+00:02:54,830 --> 00:02:55,160
+I wouldn't pay it any mind
+
+370
+00:02:55,160 --> 00:02:55,430
+I wouldn't pay it any mind
+
+371
+00:02:55,430 --> 00:02:55,740
+I wouldn't pay it any mind
+
+372
+00:02:55,740 --> 00:02:55,960
+I wouldn't pay it any mind
+
+373
+00:02:55,960 --> 00:02:56,910
+I wouldn't pay it any mind
+
+374
+00:02:56,910 --> 00:02:57,120
+It's just a shadow you're
+seeing that he's chasing
+
+375
+00:02:57,120 --> 00:02:57,300
+It's just a shadow you're
+seeing that he's chasing
+
+376
+00:02:57,300 --> 00:02:57,650
+It's just a shadow you're
+seeing that he's chasing
+
+377
+00:02:57,650 --> 00:02:57,910
+It's just a shadow you're
+seeing that he's chasing
+
+378
+00:02:57,910 --> 00:02:58,600
+It's just a shadow you're
+seeing that he's chasing
+
+379
+00:02:58,600 --> 00:02:58,870
+It's just a shadow you're
+seeing that he's chasing
+
+380
+00:02:58,870 --> 00:02:59,060
+It's just a shadow you're
+seeing that he's chasing
+
+381
+00:02:59,060 --> 00:02:59,660
+It's just a shadow you're
+seeing that he's chasing
+
+382
+00:02:59,660 --> 00:02:59,820
+It's just a shadow you're
+seeing that he's chasing
+
+383
+00:02:59,820 --> 00:03:00,160
+It's just a shadow you're
+seeing that he's chasing
+
+384
+00:03:00,160 --> 00:03:00,390
+It's just a shadow you're
+seeing that he's chasing
+
+385
+00:03:00,390 --> 00:03:02,760
+It's just a shadow you're
+seeing that he's chasing
+
+386
+00:03:02,760 --> 00:03:03,710
+Hey, Mister Tambourine
+Man, play a song for me
+
+387
+00:03:03,710 --> 00:03:04,030
+Hey, Mister Tambourine
+Man, play a song for me
+
+388
+00:03:04,030 --> 00:03:04,370
+Hey, Mister Tambourine
+Man, play a song for me
+
+389
+00:03:04,370 --> 00:03:04,890
+Hey, Mister Tambourine
+Man, play a song for me
+
+390
+00:03:04,890 --> 00:03:05,070
+Hey, Mister Tambourine
+Man, play a song for me
+
+391
+00:03:05,070 --> 00:03:05,430
+Hey, Mister Tambourine
+Man, play a song for me
+
+392
+00:03:05,430 --> 00:03:05,970
+Hey, Mister Tambourine
+Man, play a song for me
+
+393
+00:03:05,970 --> 00:03:06,140
+Hey, Mister Tambourine
+Man, play a song for me
+
+394
+00:03:06,140 --> 00:03:06,470
+Hey, Mister Tambourine
+Man, play a song for me
+
+395
+00:03:06,470 --> 00:03:06,960
+Hey, Mister Tambourine
+Man, play a song for me
+
+396
+00:03:06,960 --> 00:03:07,140
+Hey, Mister Tambourine
+Man, play a song for me
+
+397
+00:03:07,140 --> 00:03:08,020
+Hey, Mister Tambourine
+Man, play a song for me
+
+398
+00:03:08,020 --> 00:03:08,220
+I'm not sleepy and there
+is no place I'm going to
+
+399
+00:03:08,220 --> 00:03:08,650
+I'm not sleepy and there
+is no place I'm going to
+
+400
+00:03:08,650 --> 00:03:08,870
+I'm not sleepy and there
+is no place I'm going to
+
+401
+00:03:08,870 --> 00:03:09,460
+I'm not sleepy and there
+is no place I'm going to
+
+402
+00:03:09,460 --> 00:03:09,640
+I'm not sleepy and there
+is no place I'm going to
+
+403
+00:03:09,640 --> 00:03:09,940
+I'm not sleepy and there
+is no place I'm going to
+
+404
+00:03:09,940 --> 00:03:10,330
+I'm not sleepy and there
+is no place I'm going to
+
+405
+00:03:10,330 --> 00:03:10,680
+I'm not sleepy and there
+is no place I'm going to
+
+406
+00:03:10,680 --> 00:03:11,000
+I'm not sleepy and there
+is no place I'm going to
+
+407
+00:03:11,000 --> 00:03:11,480
+I'm not sleepy and there
+is no place I'm going to
+
+408
+00:03:11,480 --> 00:03:11,670
+I'm not sleepy and there
+is no place I'm going to
+
+409
+00:03:11,670 --> 00:03:12,070
+I'm not sleepy and there
+is no place I'm going to
+
+410
+00:03:12,070 --> 00:03:13,950
+I'm not sleepy and there
+is no place I'm going to
+
+411
+00:03:13,950 --> 00:03:14,910
+Hey, Mister Tambourine
+Man, play a song for me
+
+412
+00:03:14,910 --> 00:03:15,180
+Hey, Mister Tambourine
+Man, play a song for me
+
+413
+00:03:15,180 --> 00:03:15,550
+Hey, Mister Tambourine
+Man, play a song for me
+
+414
+00:03:15,550 --> 00:03:16,080
+Hey, Mister Tambourine
+Man, play a song for me
+
+415
+00:03:16,080 --> 00:03:16,270
+Hey, Mister Tambourine
+Man, play a song for me
+
+416
+00:03:16,270 --> 00:03:16,660
+Hey, Mister Tambourine
+Man, play a song for me
+
+417
+00:03:16,660 --> 00:03:17,170
+Hey, Mister Tambourine
+Man, play a song for me
+
+418
+00:03:17,170 --> 00:03:17,400
+Hey, Mister Tambourine
+Man, play a song for me
+
+419
+00:03:17,400 --> 00:03:17,680
+Hey, Mister Tambourine
+Man, play a song for me
+
+420
+00:03:17,680 --> 00:03:18,190
+Hey, Mister Tambourine
+Man, play a song for me
+
+421
+00:03:18,190 --> 00:03:18,390
+Hey, Mister Tambourine
+Man, play a song for me
+
+422
+00:03:18,390 --> 00:03:19,230
+Hey, Mister Tambourine
+Man, play a song for me
+
+423
+00:03:19,230 --> 00:03:19,460
+In the jingle jangle morning
+I'll come following you
+
+424
+00:03:19,460 --> 00:03:19,810
+In the jingle jangle morning
+I'll come following you
+
+425
+00:03:19,810 --> 00:03:20,110
+In the jingle jangle morning
+I'll come following you
+
+426
+00:03:20,110 --> 00:03:20,450
+In the jingle jangle morning
+I'll come following you
+
+427
+00:03:20,450 --> 00:03:20,910
+In the jingle jangle morning
+I'll come following you
+
+428
+00:03:20,910 --> 00:03:21,110
+In the jingle jangle morning
+I'll come following you
+
+429
+00:03:21,110 --> 00:03:21,390
+In the jingle jangle morning
+I'll come following you
+
+430
+00:03:21,390 --> 00:03:21,840
+In the jingle jangle morning
+I'll come following you
+
+431
+00:03:21,840 --> 00:03:22,130
+In the jingle jangle morning
+I'll come following you
+
+432
+00:03:22,130 --> 00:03:22,490
+In the jingle jangle morning
+I'll come following you
+
+433
+00:03:22,490 --> 00:03:23,550
+In the jingle jangle morning
+I'll come following you
+
+434
+00:03:23,550 --> 00:03:23,690
+In the jingle jangle morning
+I'll come following you
+
+435
+00:03:23,690 --> 00:03:23,990
+In the jingle jangle morning
+I'll come following you
+
+436
+00:03:23,990 --> 00:03:26,570
+In the jingle jangle morning
+I'll come following you
+
+437
+00:04:08,470 --> 00:04:08,990
+And take me disappearing through
+the smoke rings of my mind
+
+438
+00:04:08,990 --> 00:04:09,320
+And take me disappearing through
+the smoke rings of my mind
+
+439
+00:04:09,320 --> 00:04:09,630
+And take me disappearing through
+the smoke rings of my mind
+
+440
+00:04:09,630 --> 00:04:09,990
+And take me disappearing through
+the smoke rings of my mind
+
+441
+00:04:09,990 --> 00:04:10,270
+And take me disappearing through
+the smoke rings of my mind
+
+442
+00:04:10,270 --> 00:04:10,490
+And take me disappearing through
+the smoke rings of my mind
+
+443
+00:04:10,490 --> 00:04:11,250
+And take me disappearing through
+the smoke rings of my mind
+
+444
+00:04:11,250 --> 00:04:11,400
+And take me disappearing through
+the smoke rings of my mind
+
+445
+00:04:11,400 --> 00:04:11,750
+And take me disappearing through
+the smoke rings of my mind
+
+446
+00:04:11,750 --> 00:04:12,020
+And take me disappearing through
+the smoke rings of my mind
+
+447
+00:04:12,020 --> 00:04:12,320
+And take me disappearing through
+the smoke rings of my mind
+
+448
+00:04:12,320 --> 00:04:12,630
+And take me disappearing through
+the smoke rings of my mind
+
+449
+00:04:12,630 --> 00:04:12,960
+And take me disappearing through
+the smoke rings of my mind
+
+450
+00:04:12,960 --> 00:04:13,800
+And take me disappearing through
+the smoke rings of my mind
+
+451
+00:04:13,800 --> 00:04:14,130
+Down the foggy ruins of time
+
+452
+00:04:14,130 --> 00:04:14,350
+Down the foggy ruins of time
+
+453
+00:04:14,350 --> 00:04:14,560
+Down the foggy ruins of time
+
+454
+00:04:14,560 --> 00:04:14,950
+Down the foggy ruins of time
+
+455
+00:04:14,950 --> 00:04:15,120
+Down the foggy ruins of time
+
+456
+00:04:15,120 --> 00:04:15,400
+Down the foggy ruins of time
+
+457
+00:04:15,400 --> 00:04:15,590
+Down the foggy ruins of time
+
+458
+00:04:15,590 --> 00:04:16,600
+Down the foggy ruins of time
+
+459
+00:04:16,600 --> 00:04:16,940
+Far past the frozen leaves
+
+460
+00:04:16,940 --> 00:04:17,350
+Far past the frozen leaves
+
+461
+00:04:17,350 --> 00:04:17,630
+Far past the frozen leaves
+
+462
+00:04:17,630 --> 00:04:17,990
+Far past the frozen leaves
+
+463
+00:04:17,990 --> 00:04:18,279
+Far past the frozen leaves
+
+464
+00:04:18,279 --> 00:04:19,370
+Far past the frozen leaves
+
+465
+00:04:19,370 --> 00:04:19,730
+The haunted frightened trees
+
+466
+00:04:19,730 --> 00:04:20,000
+The haunted frightened trees
+
+467
+00:04:20,000 --> 00:04:20,350
+The haunted frightened trees
+
+468
+00:04:20,350 --> 00:04:20,529
+The haunted frightened trees
+
+469
+00:04:20,529 --> 00:04:20,850
+The haunted frightened trees
+
+470
+00:04:20,850 --> 00:04:21,970
+The haunted frightened trees
+
+471
+00:04:21,970 --> 00:04:22,350
+Out to the windy beach
+
+472
+00:04:22,350 --> 00:04:22,600
+Out to the windy beach
+
+473
+00:04:22,600 --> 00:04:22,880
+Out to the windy beach
+
+474
+00:04:22,880 --> 00:04:23,160
+Out to the windy beach
+
+475
+00:04:23,160 --> 00:04:23,480
+Out to the windy beach
+
+476
+00:04:23,480 --> 00:04:24,400
+Out to the windy beach
+
+477
+00:04:24,400 --> 00:04:24,820
+Far from the twisted
+reach of crazy sorrow
+
+478
+00:04:24,820 --> 00:04:25,110
+Far from the twisted
+reach of crazy sorrow
+
+479
+00:04:25,110 --> 00:04:25,450
+Far from the twisted
+reach of crazy sorrow
+
+480
+00:04:25,450 --> 00:04:25,770
+Far from the twisted
+reach of crazy sorrow
+
+481
+00:04:25,770 --> 00:04:26,050
+Far from the twisted
+reach of crazy sorrow
+
+482
+00:04:26,050 --> 00:04:26,420
+Far from the twisted
+reach of crazy sorrow
+
+483
+00:04:26,420 --> 00:04:26,810
+Far from the twisted
+reach of crazy sorrow
+
+484
+00:04:26,810 --> 00:04:27,330
+Far from the twisted
+reach of crazy sorrow
+
+485
+00:04:27,330 --> 00:04:27,670
+Far from the twisted
+reach of crazy sorrow
+
+486
+00:04:27,670 --> 00:04:27,890
+Far from the twisted
+reach of crazy sorrow
+
+487
+00:04:27,890 --> 00:04:29,560
+Far from the twisted
+reach of crazy sorrow
+
+488
+00:04:29,560 --> 00:04:30,070
+Yes, to dance beneath the diamond sky
+
+489
+00:04:30,070 --> 00:04:30,210
+Yes, to dance beneath the diamond sky
+
+490
+00:04:30,210 --> 00:04:30,850
+Yes, to dance beneath the diamond sky
+
+491
+00:04:30,850 --> 00:04:31,060
+Yes, to dance beneath the diamond sky
+
+492
+00:04:31,060 --> 00:04:31,460
+Yes, to dance beneath the diamond sky
+
+493
+00:04:31,460 --> 00:04:31,710
+Yes, to dance beneath the diamond sky
+
+494
+00:04:31,710 --> 00:04:31,900
+Yes, to dance beneath the diamond sky
+
+495
+00:04:31,900 --> 00:04:32,200
+Yes, to dance beneath the diamond sky
+
+496
+00:04:32,200 --> 00:04:32,560
+Yes, to dance beneath the diamond sky
+
+497
+00:04:32,560 --> 00:04:32,860
+With one hand waving free
+
+498
+00:04:32,860 --> 00:04:33,080
+With one hand waving free
+
+499
+00:04:33,080 --> 00:04:33,440
+With one hand waving free
+
+500
+00:04:33,440 --> 00:04:33,710
+With one hand waving free
+
+501
+00:04:33,710 --> 00:04:34,140
+With one hand waving free
+
+502
+00:04:34,140 --> 00:04:35,010
+With one hand waving free
+
+503
+00:04:35,010 --> 00:04:35,180
+Silhouetted by the sea
+
+504
+00:04:35,180 --> 00:04:35,470
+Silhouetted by the sea
+
+505
+00:04:35,470 --> 00:04:35,680
+Silhouetted by the sea
+
+506
+00:04:35,680 --> 00:04:36,260
+Silhouetted by the sea
+
+507
+00:04:36,260 --> 00:04:36,590
+Silhouetted by the sea
+
+508
+00:04:36,590 --> 00:04:36,820
+Silhouetted by the sea
+
+509
+00:04:36,820 --> 00:04:37,610
+Silhouetted by the sea
+
+510
+00:04:37,610 --> 00:04:37,830
+Circled by the circus sands
+
+511
+00:04:37,830 --> 00:04:38,180
+Circled by the circus sands
+
+512
+00:04:38,180 --> 00:04:38,570
+Circled by the circus sands
+
+513
+00:04:38,570 --> 00:04:38,830
+Circled by the circus sands
+
+514
+00:04:38,830 --> 00:04:39,070
+Circled by the circus sands
+
+515
+00:04:39,070 --> 00:04:39,460
+Circled by the circus sands
+
+516
+00:04:39,460 --> 00:04:40,280
+Circled by the circus sands
+
+517
+00:04:40,280 --> 00:04:40,540
+With all memory and fate
+
+518
+00:04:40,540 --> 00:04:40,970
+With all memory and fate
+
+519
+00:04:40,970 --> 00:04:41,170
+With all memory and fate
+
+520
+00:04:41,170 --> 00:04:41,420
+With all memory and fate
+
+521
+00:04:41,420 --> 00:04:41,740
+With all memory and fate
+
+522
+00:04:41,740 --> 00:04:42,230
+With all memory and fate
+
+523
+00:04:42,230 --> 00:04:42,940
+With all memory and fate
+
+524
+00:04:42,940 --> 00:04:43,120
+Driven deep beneath the waves
+
+525
+00:04:43,120 --> 00:04:43,570
+Driven deep beneath the waves
+
+526
+00:04:43,570 --> 00:04:44,040
+Driven deep beneath the waves
+
+527
+00:04:44,040 --> 00:04:44,270
+Driven deep beneath the waves
+
+528
+00:04:44,270 --> 00:04:44,630
+Driven deep beneath the waves
+
+529
+00:04:44,630 --> 00:04:44,800
+Driven deep beneath the waves
+
+530
+00:04:44,800 --> 00:04:45,500
+Driven deep beneath the waves
+
+531
+00:04:45,500 --> 00:04:45,730
+Let me forget about
+today until tomorrow
+
+532
+00:04:45,730 --> 00:04:45,980
+Let me forget about
+today until tomorrow
+
+533
+00:04:45,980 --> 00:04:46,320
+Let me forget about
+today until tomorrow
+
+534
+00:04:46,320 --> 00:04:46,540
+Let me forget about
+today until tomorrow
+
+535
+00:04:46,540 --> 00:04:46,720
+Let me forget about
+today until tomorrow
+
+536
+00:04:46,720 --> 00:04:47,110
+Let me forget about
+today until tomorrow
+
+537
+00:04:47,110 --> 00:04:47,250
+Let me forget about
+today until tomorrow
+
+538
+00:04:47,250 --> 00:04:47,840
+Let me forget about
+today until tomorrow
+
+539
+00:04:47,840 --> 00:04:48,220
+Let me forget about
+today until tomorrow
+
+540
+00:04:48,220 --> 00:04:48,730
+Let me forget about
+today until tomorrow
+
+541
+00:04:48,730 --> 00:04:49,000
+Let me forget about
+today until tomorrow
+
+542
+00:04:49,000 --> 00:04:49,230
+Let me forget about
+today until tomorrow
+
+543
+00:04:49,230 --> 00:04:51,170
+Let me forget about
+today until tomorrow
+
+544
+00:04:51,170 --> 00:04:52,010
+Hey, Mister Tambourine
+Man, play a song for me
+
+545
+00:04:52,010 --> 00:04:52,310
+Hey, Mister Tambourine
+Man, play a song for me
+
+546
+00:04:52,310 --> 00:04:52,590
+Hey, Mister Tambourine
+Man, play a song for me
+
+547
+00:04:52,590 --> 00:04:53,130
+Hey, Mister Tambourine
+Man, play a song for me
+
+548
+00:04:53,130 --> 00:04:53,330
+Hey, Mister Tambourine
+Man, play a song for me
+
+549
+00:04:53,330 --> 00:04:53,580
+Hey, Mister Tambourine
+Man, play a song for me
+
+550
+00:04:53,580 --> 00:04:54,110
+Hey, Mister Tambourine
+Man, play a song for me
+
+551
+00:04:54,110 --> 00:04:54,340
+Hey, Mister Tambourine
+Man, play a song for me
+
+552
+00:04:54,340 --> 00:04:54,630
+Hey, Mister Tambourine
+Man, play a song for me
+
+553
+00:04:54,630 --> 00:04:55,100
+Hey, Mister Tambourine
+Man, play a song for me
+
+554
+00:04:55,100 --> 00:04:55,280
+Hey, Mister Tambourine
+Man, play a song for me
+
+555
+00:04:55,280 --> 00:04:56,070
+Hey, Mister Tambourine
+Man, play a song for me
+
+556
+00:04:56,070 --> 00:04:56,330
+I'm not sleepy and there
+is no place I'm going to
+
+557
+00:04:56,330 --> 00:04:56,730
+I'm not sleepy and there
+is no place I'm going to
+
+558
+00:04:56,730 --> 00:04:56,950
+I'm not sleepy and there
+is no place I'm going to
+
+559
+00:04:56,950 --> 00:04:57,480
+I'm not sleepy and there
+is no place I'm going to
+
+560
+00:04:57,480 --> 00:04:57,690
+I'm not sleepy and there
+is no place I'm going to
+
+561
+00:04:57,690 --> 00:04:57,980
+I'm not sleepy and there
+is no place I'm going to
+
+562
+00:04:57,980 --> 00:04:58,360
+I'm not sleepy and there
+is no place I'm going to
+
+563
+00:04:58,360 --> 00:04:58,720
+I'm not sleepy and there
+is no place I'm going to
+
+564
+00:04:58,720 --> 00:04:59,000
+I'm not sleepy and there
+is no place I'm going to
+
+565
+00:04:59,000 --> 00:04:59,510
+I'm not sleepy and there
+is no place I'm going to
+
+566
+00:04:59,510 --> 00:04:59,730
+I'm not sleepy and there
+is no place I'm going to
+
+567
+00:04:59,730 --> 00:05:00,100
+I'm not sleepy and there
+is no place I'm going to
+
+568
+00:05:00,100 --> 00:05:01,900
+I'm not sleepy and there
+is no place I'm going to
+
+569
+00:05:01,900 --> 00:05:02,860
+Hey, Mister Tambourine
+Man, play a song for me
+
+570
+00:05:02,860 --> 00:05:03,150
+Hey, Mister Tambourine
+Man, play a song for me
+
+571
+00:05:03,150 --> 00:05:03,410
+Hey, Mister Tambourine
+Man, play a song for me
+
+572
+00:05:03,410 --> 00:05:03,990
+Hey, Mister Tambourine
+Man, play a song for me
+
+573
+00:05:03,990 --> 00:05:04,170
+Hey, Mister Tambourine
+Man, play a song for me
+
+574
+00:05:04,170 --> 00:05:04,470
+Hey, Mister Tambourine
+Man, play a song for me
+
+575
+00:05:04,470 --> 00:05:05,080
+Hey, Mister Tambourine
+Man, play a song for me
+
+576
+00:05:05,080 --> 00:05:05,230
+Hey, Mister Tambourine
+Man, play a song for me
+
+577
+00:05:05,230 --> 00:05:05,510
+Hey, Mister Tambourine
+Man, play a song for me
+
+578
+00:05:05,510 --> 00:05:06,020
+Hey, Mister Tambourine
+Man, play a song for me
+
+579
+00:05:06,020 --> 00:05:06,210
+Hey, Mister Tambourine
+Man, play a song for me
+
+580
+00:05:06,210 --> 00:05:07,060
+Hey, Mister Tambourine
+Man, play a song for me
+
+581
+00:05:07,060 --> 00:05:07,250
+In the jingle jangle morning
+I'll come following you
+
+582
+00:05:07,250 --> 00:05:07,600
+In the jingle jangle morning
+I'll come following you
+
+583
+00:05:07,600 --> 00:05:08,000
+In the jingle jangle morning
+I'll come following you
+
+584
+00:05:08,000 --> 00:05:08,360
+In the jingle jangle morning
+I'll come following you
+
+585
+00:05:08,360 --> 00:05:08,800
+In the jingle jangle morning
+I'll come following you
+
+586
+00:05:08,800 --> 00:05:09,020
+In the jingle jangle morning
+I'll come following you
+
+587
+00:05:09,020 --> 00:05:09,290
+In the jingle jangle morning
+I'll come following you
+
+588
+00:05:09,290 --> 00:05:09,850
+In the jingle jangle morning
+I'll come following you
+
+589
+00:05:09,850 --> 00:05:09,980
+In the jingle jangle morning
+I'll come following you
+
+590
+00:05:09,980 --> 00:05:10,340
+In the jingle jangle morning
+I'll come following you
+
+591
+00:05:10,340 --> 00:05:11,390
+In the jingle jangle morning
+I'll come following you
+
+592
+00:05:11,390 --> 00:05:11,530
+In the jingle jangle morning
+I'll come following you
+
+593
+00:05:11,530 --> 00:05:11,830
+In the jingle jangle morning
+I'll come following you
+
+594
+00:05:11,830 --> 00:05:14,600
+In the jingle jangle morning
+I'll come following you
diff --git a/examples/ESRT/Bob Dylan/The Times They Are A-Changin'.srt b/examples/ESRT/Bob Dylan/The Times They Are A-Changin'.srt
index b80c5ee..debb32a 100755
--- a/examples/ESRT/Bob Dylan/The Times They Are A-Changin'.srt
+++ b/examples/ESRT/Bob Dylan/The Times They Are A-Changin'.srt
@@ -1,1235 +1,1235 @@
-1
-00:00:03,167 --> 00:00:03,604
-Come gather around people
-
-2
-00:00:03,604 --> 00:00:03,902
-Come gather around people
-
-3
-00:00:03,902 --> 00:00:04,044
-Come gather around people
-
-4
-00:00:04,044 --> 00:00:04,167
-Come gather around people
-
-5
-00:00:04,167 --> 00:00:04,569
-Come gather around people
-
-6
-00:00:04,569 --> 00:00:04,778
-Come gather around people
-
-7
-00:00:04,778 --> 00:00:05,421
-Come gather around people
-
-8
-00:00:05,421 --> 00:00:05,604
-Wherever you roam
-
-9
-00:00:05,604 --> 00:00:05,860
-Wherever you roam
-
-10
-00:00:05,860 --> 00:00:06,316
-Wherever you roam
-
-11
-00:00:06,316 --> 00:00:06,731
-Wherever you roam
-
-12
-00:00:06,731 --> 00:00:08,323
-Wherever you roam
-
-13
-00:00:08,323 --> 00:00:08,565
-And admit that the waters
-
-14
-00:00:08,565 --> 00:00:08,960
-And admit that the waters
-
-15
-00:00:08,960 --> 00:00:09,344
-And admit that the waters
-
-16
-00:00:09,344 --> 00:00:09,678
-And admit that the waters
-
-17
-00:00:09,678 --> 00:00:10,006
-And admit that the waters
-
-18
-00:00:10,006 --> 00:00:10,320
-And admit that the waters
-
-19
-00:00:10,320 --> 00:00:10,887
-And admit that the waters
-
-20
-00:00:10,887 --> 00:00:11,077
-Around you have grown
-
-21
-00:00:11,077 --> 00:00:11,589
-Around you have grown
-
-22
-00:00:11,589 --> 00:00:11,798
-Around you have grown
-
-23
-00:00:11,798 --> 00:00:12,123
-Around you have grown
-
-24
-00:00:12,123 --> 00:00:12,711
-Around you have grown
-
-25
-00:00:12,711 --> 00:00:12,960
-And accept it that soon
-
-26
-00:00:12,960 --> 00:00:13,251
-And accept it that soon
-
-27
-00:00:13,251 --> 00:00:13,600
-And accept it that soon
-
-28
-00:00:13,600 --> 00:00:13,890
-And accept it that soon
-
-29
-00:00:13,890 --> 00:00:14,216
-And accept it that soon
-
-30
-00:00:14,216 --> 00:00:14,705
-And accept it that soon
-
-31
-00:00:14,705 --> 00:00:15,111
-You'll be drenched to the bone
-
-32
-00:00:15,111 --> 00:00:15,402
-You'll be drenched to the bone
-
-33
-00:00:15,402 --> 00:00:16,122
-You'll be drenched to the bone
-
-34
-00:00:16,122 --> 00:00:16,262
-You'll be drenched to the bone
-
-35
-00:00:16,262 --> 00:00:16,436
-You'll be drenched to the bone
-
-36
-00:00:16,436 --> 00:00:19,143
-You'll be drenched to the bone
-
-37
-00:00:19,143 --> 00:00:19,290
-If your time to you
-
-38
-00:00:19,290 --> 00:00:19,661
-If your time to you
-
-39
-00:00:19,661 --> 00:00:20,528
-If your time to you
-
-40
-00:00:20,528 --> 00:00:20,773
-If your time to you
-
-41
-00:00:20,773 --> 00:00:21,110
-If your time to you
-
-42
-00:00:21,110 --> 00:00:21,388
-Is worth saving
-
-43
-00:00:21,388 --> 00:00:21,795
-Is worth saving
-
-44
-00:00:21,795 --> 00:00:22,028
-Is worth saving
-
-45
-00:00:22,028 --> 00:00:23,744
-Is worth saving
-
-46
-00:00:23,744 --> 00:00:23,895
-Then you better start swimming
-
-47
-00:00:23,895 --> 00:00:24,142
-Then you better start swimming
-
-48
-00:00:24,142 --> 00:00:24,318
-Then you better start swimming
-
-49
-00:00:24,318 --> 00:00:24,549
-Then you better start swimming
-
-50
-00:00:24,549 --> 00:00:24,991
-Then you better start swimming
-
-51
-00:00:24,991 --> 00:00:25,177
-Then you better start swimming
-
-52
-00:00:25,177 --> 00:00:25,353
-Then you better start swimming
-
-53
-00:00:25,353 --> 00:00:25,566
-Or you'll sink like a stone
-
-54
-00:00:25,566 --> 00:00:25,984
-Or you'll sink like a stone
-
-55
-00:00:25,984 --> 00:00:26,217
-Or you'll sink like a stone
-
-56
-00:00:26,217 --> 00:00:26,442
-Or you'll sink like a stone
-
-57
-00:00:26,442 --> 00:00:26,752
-Or you'll sink like a stone
-
-58
-00:00:26,752 --> 00:00:27,849
-Or you'll sink like a stone
-
-59
-00:00:27,849 --> 00:00:27,924
-For the times they are a changing.
-
-60
-00:00:27,924 --> 00:00:28,161
-For the times they are a changing.
-
-61
-00:00:28,161 --> 00:00:29,277
-For the times they are a changing.
-
-62
-00:00:29,277 --> 00:00:29,524
-For the times they are a changing.
-
-63
-00:00:29,524 --> 00:00:30,117
-For the times they are a changing.
-
-64
-00:00:30,117 --> 00:00:30,443
-For the times they are a changing.
-
-65
-00:00:30,443 --> 00:00:31,483
-For the times they are a changing.
-
-66
-00:00:31,483 --> 00:00:33,733
-For the times they are a changing.
-
-67
-00:00:39,661 --> 00:00:40,006
-Come writers and critics
-
-68
-00:00:40,006 --> 00:00:40,297
-Come writers and critics
-
-69
-00:00:40,297 --> 00:00:40,762
-Come writers and critics
-
-70
-00:00:40,762 --> 00:00:41,064
-Come writers and critics
-
-71
-00:00:41,064 --> 00:00:41,274
-Come writers and critics
-
-72
-00:00:41,274 --> 00:00:41,684
-Come writers and critics
-
-73
-00:00:41,684 --> 00:00:41,980
-Who prophesize with your pen
-
-74
-00:00:41,980 --> 00:00:42,250
-Who prophesize with your pen
-
-75
-00:00:42,250 --> 00:00:42,494
-Who prophesize with your pen
-
-76
-00:00:42,494 --> 00:00:42,977
-Who prophesize with your pen
-
-77
-00:00:42,977 --> 00:00:43,130
-Who prophesize with your pen
-
-78
-00:00:43,130 --> 00:00:43,424
-Who prophesize with your pen
-
-79
-00:00:43,424 --> 00:00:44,967
-Who prophesize with your pen
-
-80
-00:00:44,967 --> 00:00:45,299
-And keep your eyes wide
-
-81
-00:00:45,299 --> 00:00:45,566
-And keep your eyes wide
-
-82
-00:00:45,566 --> 00:00:45,892
-And keep your eyes wide
-
-83
-00:00:45,892 --> 00:00:46,380
-And keep your eyes wide
-
-84
-00:00:46,380 --> 00:00:46,767
-And keep your eyes wide
-
-85
-00:00:46,767 --> 00:00:47,019
-The chance won't come again
-
-86
-00:00:47,019 --> 00:00:47,438
-The chance won't come again
-
-87
-00:00:47,438 --> 00:00:47,728
-The chance won't come again
-
-88
-00:00:47,728 --> 00:00:48,065
-The chance won't come again
-
-89
-00:00:48,065 --> 00:00:48,321
-The chance won't come again
-
-90
-00:00:48,321 --> 00:00:49,043
-The chance won't come again
-
-91
-00:00:49,043 --> 00:00:49,356
-And don't speak too soon
-
-92
-00:00:49,356 --> 00:00:49,681
-And don't speak too soon
-
-93
-00:00:49,681 --> 00:00:49,972
-And don't speak too soon
-
-94
-00:00:49,972 --> 00:00:50,297
-And don't speak too soon
-
-95
-00:00:50,297 --> 00:00:50,787
-And don't speak too soon
-
-96
-00:00:50,787 --> 00:00:51,020
-For the wheel's still in spin
-
-97
-00:00:51,020 --> 00:00:51,334
-For the wheel's still in spin
-
-98
-00:00:51,334 --> 00:00:52,020
-For the wheel's still in spin
-
-99
-00:00:52,020 --> 00:00:52,148
-For the wheel's still in spin
-
-100
-00:00:52,148 --> 00:00:52,415
-For the wheel's still in spin
-
-101
-00:00:52,415 --> 00:00:54,099
-For the wheel's still in spin
-
-102
-00:00:54,099 --> 00:00:54,247
-And there's no telling who
-
-103
-00:00:54,247 --> 00:00:54,642
-And there's no telling who
-
-104
-00:00:54,642 --> 00:00:54,979
-And there's no telling who
-
-105
-00:00:54,979 --> 00:00:55,165
-And there's no telling who
-
-106
-00:00:55,165 --> 00:00:55,723
-And there's no telling who
-
-107
-00:00:55,723 --> 00:00:56,152
-And there's no telling who
-
-108
-00:00:56,152 --> 00:00:56,368
-That it's naming
-
-109
-00:00:56,368 --> 00:00:56,798
-That it's naming
-
-110
-00:00:56,798 --> 00:00:56,996
-That it's naming
-
-111
-00:00:56,996 --> 00:00:58,558
-That it's naming
-
-112
-00:00:58,558 --> 00:00:58,780
-For the loser now
-
-113
-00:00:58,780 --> 00:00:59,024
-For the loser now
-
-114
-00:00:59,024 --> 00:00:59,291
-For the loser now
-
-115
-00:00:59,291 --> 00:00:59,774
-For the loser now
-
-116
-00:00:59,774 --> 00:01:00,333
-For the loser now
-
-117
-00:01:00,333 --> 00:01:00,941
-Will be later to win
-
-118
-00:01:00,941 --> 00:01:01,173
-Will be later to win
-
-119
-00:01:01,173 --> 00:01:01,348
-Will be later to win
-
-120
-00:01:01,348 --> 00:01:01,859
-Will be later to win
-
-121
-00:01:01,859 --> 00:01:02,010
-Will be later to win
-
-122
-00:01:02,010 --> 00:01:02,670
-Will be later to win
-
-123
-00:01:02,670 --> 00:01:02,871
-For the times they are a changing.
-
-124
-00:01:02,871 --> 00:01:03,068
-For the times they are a changing.
-
-125
-00:01:03,068 --> 00:01:04,161
-For the times they are a changing.
-
-126
-00:01:04,161 --> 00:01:04,312
-For the times they are a changing.
-
-127
-00:01:04,312 --> 00:01:05,114
-For the times they are a changing.
-
-128
-00:01:05,114 --> 00:01:05,347
-For the times they are a changing.
-
-129
-00:01:05,347 --> 00:01:05,965
-For the times they are a changing.
-
-130
-00:01:05,965 --> 00:01:08,400
-For the times they are a changing.
-
-131
-00:01:18,400 --> 00:01:18,893
-Come senators, congressmen
-
-132
-00:01:18,893 --> 00:01:19,056
-Come senators, congressmen
-
-133
-00:01:19,056 --> 00:01:19,253
-Come senators, congressmen
-
-134
-00:01:19,253 --> 00:01:19,962
-Come senators, congressmen
-
-135
-00:01:19,962 --> 00:01:20,230
-Come senators, congressmen
-
-136
-00:01:20,230 --> 00:01:20,451
-Come senators, congressmen
-
-137
-00:01:20,451 --> 00:01:20,763
-Come senators, congressmen
-
-138
-00:01:20,763 --> 00:01:21,335
-Please heed the call
-
-139
-00:01:21,335 --> 00:01:21,508
-Please heed the call
-
-140
-00:01:21,508 --> 00:01:21,776
-Please heed the call
-
-141
-00:01:21,776 --> 00:01:23,563
-Please heed the call
-
-142
-00:01:23,563 --> 00:01:24,041
-Don't stand in the doorway
-
-143
-00:01:24,041 --> 00:01:24,402
-Don't stand in the doorway
-
-144
-00:01:24,402 --> 00:01:24,739
-Don't stand in the doorway
-
-145
-00:01:24,739 --> 00:01:24,994
-Don't stand in the doorway
-
-146
-00:01:24,994 --> 00:01:25,332
-Don't stand in the doorway
-
-147
-00:01:25,332 --> 00:01:25,638
-Don't stand in the doorway
-
-148
-00:01:25,638 --> 00:01:25,970
-Don't block up the hall
-
-149
-00:01:25,970 --> 00:01:26,206
-Don't block up the hall
-
-150
-00:01:26,206 --> 00:01:26,738
-Don't block up the hall
-
-151
-00:01:26,738 --> 00:01:26,971
-Don't block up the hall
-
-152
-00:01:26,971 --> 00:01:27,882
-Don't block up the hall
-
-153
-00:01:27,882 --> 00:01:28,287
-For he that gets hurt
-
-154
-00:01:28,287 --> 00:01:28,431
-For he that gets hurt
-
-155
-00:01:28,431 --> 00:01:28,780
-For he that gets hurt
-
-156
-00:01:28,780 --> 00:01:29,152
-For he that gets hurt
-
-157
-00:01:29,152 --> 00:01:29,649
-For he that gets hurt
-
-158
-00:01:29,649 --> 00:01:29,842
-Will be he who has stalled
-
-159
-00:01:29,842 --> 00:01:30,133
-Will be he who has stalled
-
-160
-00:01:30,133 --> 00:01:30,679
-Will be he who has stalled
-
-161
-00:01:30,679 --> 00:01:30,865
-Will be he who has stalled
-
-162
-00:01:30,865 --> 00:01:31,133
-Will be he who has stalled
-
-163
-00:01:31,133 --> 00:01:32,741
-Will be he who has stalled
-
-164
-00:01:32,741 --> 00:01:32,943
-There's a battle outside raging
-
-165
-00:01:32,943 --> 00:01:33,292
-There's a battle outside raging
-
-166
-00:01:33,292 --> 00:01:33,471
-There's a battle outside raging
-
-167
-00:01:33,471 --> 00:01:34,426
-There's a battle outside raging
-
-168
-00:01:34,426 --> 00:01:34,961
-There's a battle outside raging
-
-169
-00:01:34,961 --> 00:01:35,554
-There's a battle outside raging
-
-170
-00:01:35,554 --> 00:01:35,856
-There's a battle outside raging
-
-171
-00:01:35,856 --> 00:01:36,639
-There's a battle outside raging
-
-172
-00:01:37,066 --> 00:01:37,434
-will soon shake your windows
-
-173
-00:01:37,434 --> 00:01:37,771
-will soon shake your windows
-
-174
-00:01:37,771 --> 00:01:38,096
-will soon shake your windows
-
-175
-00:01:38,096 --> 00:01:38,399
-will soon shake your windows
-
-176
-00:01:38,399 --> 00:01:38,747
-will soon shake your windows
-
-177
-00:01:38,747 --> 00:01:39,267
-will soon shake your windows
-
-178
-00:01:39,267 --> 00:01:39,550
-And rattle your walls
-
-179
-00:01:39,550 --> 00:01:39,805
-And rattle your walls
-
-180
-00:01:39,805 --> 00:01:40,177
-And rattle your walls
-
-181
-00:01:40,177 --> 00:01:40,503
-And rattle your walls
-
-182
-00:01:40,503 --> 00:01:41,285
-And rattle your walls
-
-183
-00:01:41,285 --> 00:01:41,442
-For the times they are a changing.
-
-184
-00:01:41,442 --> 00:01:41,669
-For the times they are a changing.
-
-185
-00:01:41,669 --> 00:01:42,623
-For the times they are a changing.
-
-186
-00:01:42,623 --> 00:01:42,745
-For the times they are a changing.
-
-187
-00:01:42,745 --> 00:01:43,561
-For the times they are a changing.
-
-188
-00:01:43,561 --> 00:01:43,662
-For the times they are a changing.
-
-189
-00:01:43,662 --> 00:01:44,344
-For the times they are a changing.
-
-190
-00:01:44,344 --> 00:01:46,733
-For the times they are a changing.
-
-191
-00:01:51,742 --> 00:01:52,079
-Come mothers and fathers
-
-192
-00:01:52,079 --> 00:01:52,276
-Come mothers and fathers
-
-193
-00:01:52,276 --> 00:01:52,858
-Come mothers and fathers
-
-194
-00:01:52,858 --> 00:01:53,090
-Come mothers and fathers
-
-195
-00:01:53,090 --> 00:01:53,334
-Come mothers and fathers
-
-196
-00:01:53,334 --> 00:01:54,008
-Come mothers and fathers
-
-197
-00:01:54,008 --> 00:01:54,273
-Throughout the land
-
-198
-00:01:54,273 --> 00:01:54,786
-Throughout the land
-
-199
-00:01:54,786 --> 00:01:54,972
-Throughout the land
-
-200
-00:01:54,972 --> 00:01:56,777
-Throughout the land
-
-201
-00:01:56,777 --> 00:01:57,135
-And don't criticize
-
-202
-00:01:57,135 --> 00:01:57,704
-And don't criticize
-
-203
-00:01:57,704 --> 00:01:57,890
-And don't criticize
-
-204
-00:01:57,890 --> 00:01:58,182
-And don't criticize
-
-205
-00:01:58,182 --> 00:01:58,707
-And don't criticize
-
-206
-00:01:58,707 --> 00:01:58,945
-What you can't understand
-
-207
-00:01:58,945 --> 00:01:59,270
-What you can't understand
-
-208
-00:01:59,270 --> 00:01:59,607
-What you can't understand
-
-209
-00:01:59,607 --> 00:01:59,852
-What you can't understand
-
-210
-00:01:59,852 --> 00:02:00,165
-What you can't understand
-
-211
-00:02:00,165 --> 00:02:01,100
-What you can't understand
-
-212
-00:02:01,100 --> 00:02:01,398
-Your sons and your daughters
-
-213
-00:02:01,398 --> 00:02:01,746
-Your sons and your daughters
-
-214
-00:02:01,746 --> 00:02:02,049
-Your sons and your daughters
-
-215
-00:02:02,049 --> 00:02:02,363
-Your sons and your daughters
-
-216
-00:02:02,363 --> 00:02:02,525
-Your sons and your daughters
-
-217
-00:02:02,525 --> 00:02:03,133
-Your sons and your daughters
-
-218
-00:02:03,133 --> 00:02:03,303
-Are beyond your command
-
-219
-00:02:03,303 --> 00:02:03,423
-Are beyond your command
-
-220
-00:02:03,423 --> 00:02:03,956
-Are beyond your command
-
-221
-00:02:03,956 --> 00:02:04,165
-Are beyond your command
-
-222
-00:02:04,165 --> 00:02:04,340
-Are beyond your command
-
-223
-00:02:04,340 --> 00:02:05,876
-Are beyond your command
-
-224
-00:02:05,876 --> 00:02:06,395
-Your old road is
-
-225
-00:02:06,395 --> 00:02:06,720
-Your old road is
-
-226
-00:02:06,720 --> 00:02:07,267
-Your old road is
-
-227
-00:02:07,267 --> 00:02:07,411
-Your old road is
-
-228
-00:02:07,411 --> 00:02:07,841
-Rapidly aging
-
-229
-00:02:07,841 --> 00:02:08,104
-Rapidly aging
-
-230
-00:02:08,104 --> 00:02:08,653
-Rapidly aging
-
-231
-00:02:08,653 --> 00:02:09,045
-Rapidly aging
-
-232
-00:02:09,045 --> 00:02:10,229
-Rapidly aging
-
-233
-00:02:10,229 --> 00:02:10,731
-Please get out of the new one
-
-234
-00:02:10,731 --> 00:02:10,916
-Please get out of the new one
-
-235
-00:02:10,916 --> 00:02:11,172
-Please get out of the new one
-
-236
-00:02:11,172 --> 00:02:11,393
-Please get out of the new one
-
-237
-00:02:11,393 --> 00:02:11,604
-Please get out of the new one
-
-238
-00:02:11,604 --> 00:02:11,870
-Please get out of the new one
-
-239
-00:02:11,870 --> 00:02:12,136
-Please get out of the new one
-
-240
-00:02:12,136 --> 00:02:12,392
-If you can't lend your hand
-
-241
-00:02:12,392 --> 00:02:12,590
-If you can't lend your hand
-
-242
-00:02:12,590 --> 00:02:12,973
-If you can't lend your hand
-
-243
-00:02:12,973 --> 00:02:13,334
-If you can't lend your hand
-
-244
-00:02:13,334 --> 00:02:13,624
-If you can't lend your hand
-
-245
-00:02:13,624 --> 00:02:14,459
-If you can't lend your hand
-
-246
-00:02:14,459 --> 00:02:14,659
-For the times they are a changing.
-
-247
-00:02:14,659 --> 00:02:14,868
-For the times they are a changing.
-
-248
-00:02:14,868 --> 00:02:15,763
-For the times they are a changing.
-
-249
-00:02:15,763 --> 00:02:16,066
-For the times they are a changing.
-
-250
-00:02:16,066 --> 00:02:16,717
-For the times they are a changing.
-
-251
-00:02:16,717 --> 00:02:16,996
-For the times they are a changing.
-
-252
-00:02:16,996 --> 00:02:18,007
-For the times they are a changing.
-
-253
-00:02:18,007 --> 00:02:20,533
-For the times they are a changing.
-
-254
-00:02:36,200 --> 00:02:36,414
-The line it is drawn
-
-255
-00:02:36,414 --> 00:02:36,992
-The line it is drawn
-
-256
-00:02:36,992 --> 00:02:37,134
-The line it is drawn
-
-257
-00:02:37,134 --> 00:02:37,503
-The line it is drawn
-
-258
-00:02:37,503 --> 00:02:38,284
-The line it is drawn
-
-259
-00:02:38,284 --> 00:02:38,473
-The curse it is cast
-
-260
-00:02:38,473 --> 00:02:38,958
-The curse it is cast
-
-261
-00:02:38,958 --> 00:02:39,022
-The curse it is cast
-
-262
-00:02:39,022 --> 00:02:39,427
-The curse it is cast
-
-263
-00:02:39,427 --> 00:02:41,333
-The curse it is cast
-
-264
-00:02:41,333 --> 00:02:41,637
-The slow one now
-
-265
-00:02:41,637 --> 00:02:42,000
-The slow one now
-
-266
-00:02:42,000 --> 00:02:42,625
-The slow one now
-
-267
-00:02:42,625 --> 00:02:43,333
-The slow one now
-
-268
-00:02:43,333 --> 00:02:43,837
-Will later be fast
-
-269
-00:02:43,837 --> 00:02:44,035
-Will later be fast
-
-270
-00:02:44,035 --> 00:02:44,303
-Will later be fast
-
-271
-00:02:44,303 --> 00:02:44,651
-Will later be fast
-
-272
-00:02:44,651 --> 00:02:45,294
-Will later be fast
-
-273
-00:02:45,294 --> 00:02:45,629
-As the present now
-
-274
-00:02:45,629 --> 00:02:45,908
-As the present now
-
-275
-00:02:45,908 --> 00:02:46,129
-As the present now
-
-276
-00:02:46,129 --> 00:02:46,547
-As the present now
-
-277
-00:02:46,547 --> 00:02:47,491
-As the present now
-
-278
-00:02:47,491 --> 00:02:47,849
-Will later be past
-
-279
-00:02:47,849 --> 00:02:48,047
-Will later be past
-
-280
-00:02:48,047 --> 00:02:48,430
-Will later be past
-
-281
-00:02:48,430 --> 00:02:48,686
-Will later be past
-
-282
-00:02:48,686 --> 00:02:50,444
-Will later be past
-
-283
-00:02:50,444 --> 00:02:50,852
-The order is rapidly fading.
-
-284
-00:02:50,852 --> 00:02:51,150
-The order is rapidly fading.
-
-285
-00:02:51,150 --> 00:02:51,467
-The order is rapidly fading.
-
-286
-00:02:51,467 --> 00:02:51,949
-The order is rapidly fading.
-
-287
-00:02:51,949 --> 00:02:52,170
-The order is rapidly fading.
-
-288
-00:02:52,170 --> 00:02:52,414
-The order is rapidly fading.
-
-289
-00:02:52,414 --> 00:02:53,007
-The order is rapidly fading.
-
-290
-00:02:53,007 --> 00:02:53,286
-The order is rapidly fading.
-
-291
-00:02:53,286 --> 00:02:54,168
-The order is rapidly fading.
-
-292
-00:02:54,563 --> 00:02:54,811
-And the first one now
-
-293
-00:02:54,811 --> 00:02:55,195
-And the first one now
-
-294
-00:02:55,195 --> 00:02:55,578
-And the first one now
-
-295
-00:02:55,578 --> 00:02:56,078
-And the first one now
-
-296
-00:02:56,078 --> 00:02:56,644
-And the first one now
-
-297
-00:02:56,644 --> 00:02:57,055
-Will later be last
-
-298
-00:02:57,055 --> 00:02:57,276
-Will later be last
-
-299
-00:02:57,276 --> 00:02:57,578
-Will later be last
-
-300
-00:02:57,578 --> 00:02:57,868
-Will later be last
-
-301
-00:02:57,868 --> 00:02:58,700
-Will later be last
-
-302
-00:02:58,700 --> 00:02:58,848
-For the times they are a changing.
-
-303
-00:02:58,848 --> 00:02:59,127
-For the times they are a changing.
-
-304
-00:02:59,127 --> 00:03:00,191
-For the times they are a changing.
-
-305
-00:03:00,191 --> 00:03:00,388
-For the times they are a changing.
-
-306
-00:03:00,388 --> 00:03:01,151
-For the times they are a changing.
-
-307
-00:03:01,151 --> 00:03:01,400
-For the times they are a changing.
-
-308
-00:03:01,400 --> 00:03:02,388
-For the times they are a changing.
-
-309
-00:03:02,388 --> 00:03:05,700
-For the times they are a changing.
+1
+00:00:03,167 --> 00:00:03,604
+Come gather around people
+
+2
+00:00:03,604 --> 00:00:03,902
+Come gather around people
+
+3
+00:00:03,902 --> 00:00:04,044
+Come gather around people
+
+4
+00:00:04,044 --> 00:00:04,167
+Come gather around people
+
+5
+00:00:04,167 --> 00:00:04,569
+Come gather around people
+
+6
+00:00:04,569 --> 00:00:04,778
+Come gather around people
+
+7
+00:00:04,778 --> 00:00:05,421
+Come gather around people
+
+8
+00:00:05,421 --> 00:00:05,604
+Wherever you roam
+
+9
+00:00:05,604 --> 00:00:05,860
+Wherever you roam
+
+10
+00:00:05,860 --> 00:00:06,316
+Wherever you roam
+
+11
+00:00:06,316 --> 00:00:06,731
+Wherever you roam
+
+12
+00:00:06,731 --> 00:00:08,323
+Wherever you roam
+
+13
+00:00:08,323 --> 00:00:08,565
+And admit that the waters
+
+14
+00:00:08,565 --> 00:00:08,960
+And admit that the waters
+
+15
+00:00:08,960 --> 00:00:09,344
+And admit that the waters
+
+16
+00:00:09,344 --> 00:00:09,678
+And admit that the waters
+
+17
+00:00:09,678 --> 00:00:10,006
+And admit that the waters
+
+18
+00:00:10,006 --> 00:00:10,320
+And admit that the waters
+
+19
+00:00:10,320 --> 00:00:10,887
+And admit that the waters
+
+20
+00:00:10,887 --> 00:00:11,077
+Around you have grown
+
+21
+00:00:11,077 --> 00:00:11,589
+Around you have grown
+
+22
+00:00:11,589 --> 00:00:11,798
+Around you have grown
+
+23
+00:00:11,798 --> 00:00:12,123
+Around you have grown
+
+24
+00:00:12,123 --> 00:00:12,711
+Around you have grown
+
+25
+00:00:12,711 --> 00:00:12,960
+And accept it that soon
+
+26
+00:00:12,960 --> 00:00:13,251
+And accept it that soon
+
+27
+00:00:13,251 --> 00:00:13,600
+And accept it that soon
+
+28
+00:00:13,600 --> 00:00:13,890
+And accept it that soon
+
+29
+00:00:13,890 --> 00:00:14,216
+And accept it that soon
+
+30
+00:00:14,216 --> 00:00:14,705
+And accept it that soon
+
+31
+00:00:14,705 --> 00:00:15,111
+You'll be drenched to the bone
+
+32
+00:00:15,111 --> 00:00:15,402
+You'll be drenched to the bone
+
+33
+00:00:15,402 --> 00:00:16,122
+You'll be drenched to the bone
+
+34
+00:00:16,122 --> 00:00:16,262
+You'll be drenched to the bone
+
+35
+00:00:16,262 --> 00:00:16,436
+You'll be drenched to the bone
+
+36
+00:00:16,436 --> 00:00:19,143
+You'll be drenched to the bone
+
+37
+00:00:19,143 --> 00:00:19,290
+If your time to you
+
+38
+00:00:19,290 --> 00:00:19,661
+If your time to you
+
+39
+00:00:19,661 --> 00:00:20,528
+If your time to you
+
+40
+00:00:20,528 --> 00:00:20,773
+If your time to you
+
+41
+00:00:20,773 --> 00:00:21,110
+If your time to you
+
+42
+00:00:21,110 --> 00:00:21,388
+Is worth saving
+
+43
+00:00:21,388 --> 00:00:21,795
+Is worth saving
+
+44
+00:00:21,795 --> 00:00:22,028
+Is worth saving
+
+45
+00:00:22,028 --> 00:00:23,744
+Is worth saving
+
+46
+00:00:23,744 --> 00:00:23,895
+Then you better start swimming
+
+47
+00:00:23,895 --> 00:00:24,142
+Then you better start swimming
+
+48
+00:00:24,142 --> 00:00:24,318
+Then you better start swimming
+
+49
+00:00:24,318 --> 00:00:24,549
+Then you better start swimming
+
+50
+00:00:24,549 --> 00:00:24,991
+Then you better start swimming
+
+51
+00:00:24,991 --> 00:00:25,177
+Then you better start swimming
+
+52
+00:00:25,177 --> 00:00:25,353
+Then you better start swimming
+
+53
+00:00:25,353 --> 00:00:25,566
+Or you'll sink like a stone
+
+54
+00:00:25,566 --> 00:00:25,984
+Or you'll sink like a stone
+
+55
+00:00:25,984 --> 00:00:26,217
+Or you'll sink like a stone
+
+56
+00:00:26,217 --> 00:00:26,442
+Or you'll sink like a stone
+
+57
+00:00:26,442 --> 00:00:26,752
+Or you'll sink like a stone
+
+58
+00:00:26,752 --> 00:00:27,849
+Or you'll sink like a stone
+
+59
+00:00:27,849 --> 00:00:27,924
+For the times they are a changing.
+
+60
+00:00:27,924 --> 00:00:28,161
+For the times they are a changing.
+
+61
+00:00:28,161 --> 00:00:29,277
+For the times they are a changing.
+
+62
+00:00:29,277 --> 00:00:29,524
+For the times they are a changing.
+
+63
+00:00:29,524 --> 00:00:30,117
+For the times they are a changing.
+
+64
+00:00:30,117 --> 00:00:30,443
+For the times they are a changing.
+
+65
+00:00:30,443 --> 00:00:31,483
+For the times they are a changing.
+
+66
+00:00:31,483 --> 00:00:33,733
+For the times they are a changing.
+
+67
+00:00:39,661 --> 00:00:40,006
+Come writers and critics
+
+68
+00:00:40,006 --> 00:00:40,297
+Come writers and critics
+
+69
+00:00:40,297 --> 00:00:40,762
+Come writers and critics
+
+70
+00:00:40,762 --> 00:00:41,064
+Come writers and critics
+
+71
+00:00:41,064 --> 00:00:41,274
+Come writers and critics
+
+72
+00:00:41,274 --> 00:00:41,684
+Come writers and critics
+
+73
+00:00:41,684 --> 00:00:41,980
+Who prophesize with your pen
+
+74
+00:00:41,980 --> 00:00:42,250
+Who prophesize with your pen
+
+75
+00:00:42,250 --> 00:00:42,494
+Who prophesize with your pen
+
+76
+00:00:42,494 --> 00:00:42,977
+Who prophesize with your pen
+
+77
+00:00:42,977 --> 00:00:43,130
+Who prophesize with your pen
+
+78
+00:00:43,130 --> 00:00:43,424
+Who prophesize with your pen
+
+79
+00:00:43,424 --> 00:00:44,967
+Who prophesize with your pen
+
+80
+00:00:44,967 --> 00:00:45,299
+And keep your eyes wide
+
+81
+00:00:45,299 --> 00:00:45,566
+And keep your eyes wide
+
+82
+00:00:45,566 --> 00:00:45,892
+And keep your eyes wide
+
+83
+00:00:45,892 --> 00:00:46,380
+And keep your eyes wide
+
+84
+00:00:46,380 --> 00:00:46,767
+And keep your eyes wide
+
+85
+00:00:46,767 --> 00:00:47,019
+The chance won't come again
+
+86
+00:00:47,019 --> 00:00:47,438
+The chance won't come again
+
+87
+00:00:47,438 --> 00:00:47,728
+The chance won't come again
+
+88
+00:00:47,728 --> 00:00:48,065
+The chance won't come again
+
+89
+00:00:48,065 --> 00:00:48,321
+The chance won't come again
+
+90
+00:00:48,321 --> 00:00:49,043
+The chance won't come again
+
+91
+00:00:49,043 --> 00:00:49,356
+And don't speak too soon
+
+92
+00:00:49,356 --> 00:00:49,681
+And don't speak too soon
+
+93
+00:00:49,681 --> 00:00:49,972
+And don't speak too soon
+
+94
+00:00:49,972 --> 00:00:50,297
+And don't speak too soon
+
+95
+00:00:50,297 --> 00:00:50,787
+And don't speak too soon
+
+96
+00:00:50,787 --> 00:00:51,020
+For the wheel's still in spin
+
+97
+00:00:51,020 --> 00:00:51,334
+For the wheel's still in spin
+
+98
+00:00:51,334 --> 00:00:52,020
+For the wheel's still in spin
+
+99
+00:00:52,020 --> 00:00:52,148
+For the wheel's still in spin
+
+100
+00:00:52,148 --> 00:00:52,415
+For the wheel's still in spin
+
+101
+00:00:52,415 --> 00:00:54,099
+For the wheel's still in spin
+
+102
+00:00:54,099 --> 00:00:54,247
+And there's no telling who
+
+103
+00:00:54,247 --> 00:00:54,642
+And there's no telling who
+
+104
+00:00:54,642 --> 00:00:54,979
+And there's no telling who
+
+105
+00:00:54,979 --> 00:00:55,165
+And there's no telling who
+
+106
+00:00:55,165 --> 00:00:55,723
+And there's no telling who
+
+107
+00:00:55,723 --> 00:00:56,152
+And there's no telling who
+
+108
+00:00:56,152 --> 00:00:56,368
+That it's naming
+
+109
+00:00:56,368 --> 00:00:56,798
+That it's naming
+
+110
+00:00:56,798 --> 00:00:56,996
+That it's naming
+
+111
+00:00:56,996 --> 00:00:58,558
+That it's naming
+
+112
+00:00:58,558 --> 00:00:58,780
+For the loser now
+
+113
+00:00:58,780 --> 00:00:59,024
+For the loser now
+
+114
+00:00:59,024 --> 00:00:59,291
+For the loser now
+
+115
+00:00:59,291 --> 00:00:59,774
+For the loser now
+
+116
+00:00:59,774 --> 00:01:00,333
+For the loser now
+
+117
+00:01:00,333 --> 00:01:00,941
+Will be later to win
+
+118
+00:01:00,941 --> 00:01:01,173
+Will be later to win
+
+119
+00:01:01,173 --> 00:01:01,348
+Will be later to win
+
+120
+00:01:01,348 --> 00:01:01,859
+Will be later to win
+
+121
+00:01:01,859 --> 00:01:02,010
+Will be later to win
+
+122
+00:01:02,010 --> 00:01:02,670
+Will be later to win
+
+123
+00:01:02,670 --> 00:01:02,871
+For the times they are a changing.
+
+124
+00:01:02,871 --> 00:01:03,068
+For the times they are a changing.
+
+125
+00:01:03,068 --> 00:01:04,161
+For the times they are a changing.
+
+126
+00:01:04,161 --> 00:01:04,312
+For the times they are a changing.
+
+127
+00:01:04,312 --> 00:01:05,114
+For the times they are a changing.
+
+128
+00:01:05,114 --> 00:01:05,347
+For the times they are a changing.
+
+129
+00:01:05,347 --> 00:01:05,965
+For the times they are a changing.
+
+130
+00:01:05,965 --> 00:01:08,400
+For the times they are a changing.
+
+131
+00:01:18,400 --> 00:01:18,893
+Come senators, congressmen
+
+132
+00:01:18,893 --> 00:01:19,056
+Come senators, congressmen
+
+133
+00:01:19,056 --> 00:01:19,253
+Come senators, congressmen
+
+134
+00:01:19,253 --> 00:01:19,962
+Come senators, congressmen
+
+135
+00:01:19,962 --> 00:01:20,230
+Come senators, congressmen
+
+136
+00:01:20,230 --> 00:01:20,451
+Come senators, congressmen
+
+137
+00:01:20,451 --> 00:01:20,763
+Come senators, congressmen
+
+138
+00:01:20,763 --> 00:01:21,335
+Please heed the call
+
+139
+00:01:21,335 --> 00:01:21,508
+Please heed the call
+
+140
+00:01:21,508 --> 00:01:21,776
+Please heed the call
+
+141
+00:01:21,776 --> 00:01:23,563
+Please heed the call
+
+142
+00:01:23,563 --> 00:01:24,041
+Don't stand in the doorway
+
+143
+00:01:24,041 --> 00:01:24,402
+Don't stand in the doorway
+
+144
+00:01:24,402 --> 00:01:24,739
+Don't stand in the doorway
+
+145
+00:01:24,739 --> 00:01:24,994
+Don't stand in the doorway
+
+146
+00:01:24,994 --> 00:01:25,332
+Don't stand in the doorway
+
+147
+00:01:25,332 --> 00:01:25,638
+Don't stand in the doorway
+
+148
+00:01:25,638 --> 00:01:25,970
+Don't block up the hall
+
+149
+00:01:25,970 --> 00:01:26,206
+Don't block up the hall
+
+150
+00:01:26,206 --> 00:01:26,738
+Don't block up the hall
+
+151
+00:01:26,738 --> 00:01:26,971
+Don't block up the hall
+
+152
+00:01:26,971 --> 00:01:27,882
+Don't block up the hall
+
+153
+00:01:27,882 --> 00:01:28,287
+For he that gets hurt
+
+154
+00:01:28,287 --> 00:01:28,431
+For he that gets hurt
+
+155
+00:01:28,431 --> 00:01:28,780
+For he that gets hurt
+
+156
+00:01:28,780 --> 00:01:29,152
+For he that gets hurt
+
+157
+00:01:29,152 --> 00:01:29,649
+For he that gets hurt
+
+158
+00:01:29,649 --> 00:01:29,842
+Will be he who has stalled
+
+159
+00:01:29,842 --> 00:01:30,133
+Will be he who has stalled
+
+160
+00:01:30,133 --> 00:01:30,679
+Will be he who has stalled
+
+161
+00:01:30,679 --> 00:01:30,865
+Will be he who has stalled
+
+162
+00:01:30,865 --> 00:01:31,133
+Will be he who has stalled
+
+163
+00:01:31,133 --> 00:01:32,741
+Will be he who has stalled
+
+164
+00:01:32,741 --> 00:01:32,943
+There's a battle outside raging
+
+165
+00:01:32,943 --> 00:01:33,292
+There's a battle outside raging
+
+166
+00:01:33,292 --> 00:01:33,471
+There's a battle outside raging
+
+167
+00:01:33,471 --> 00:01:34,426
+There's a battle outside raging
+
+168
+00:01:34,426 --> 00:01:34,961
+There's a battle outside raging
+
+169
+00:01:34,961 --> 00:01:35,554
+There's a battle outside raging
+
+170
+00:01:35,554 --> 00:01:35,856
+There's a battle outside raging
+
+171
+00:01:35,856 --> 00:01:36,639
+There's a battle outside raging
+
+172
+00:01:37,066 --> 00:01:37,434
+will soon shake your windows
+
+173
+00:01:37,434 --> 00:01:37,771
+will soon shake your windows
+
+174
+00:01:37,771 --> 00:01:38,096
+will soon shake your windows
+
+175
+00:01:38,096 --> 00:01:38,399
+will soon shake your windows
+
+176
+00:01:38,399 --> 00:01:38,747
+will soon shake your windows
+
+177
+00:01:38,747 --> 00:01:39,267
+will soon shake your windows
+
+178
+00:01:39,267 --> 00:01:39,550
+And rattle your walls
+
+179
+00:01:39,550 --> 00:01:39,805
+And rattle your walls
+
+180
+00:01:39,805 --> 00:01:40,177
+And rattle your walls
+
+181
+00:01:40,177 --> 00:01:40,503
+And rattle your walls
+
+182
+00:01:40,503 --> 00:01:41,285
+And rattle your walls
+
+183
+00:01:41,285 --> 00:01:41,442
+For the times they are a changing.
+
+184
+00:01:41,442 --> 00:01:41,669
+For the times they are a changing.
+
+185
+00:01:41,669 --> 00:01:42,623
+For the times they are a changing.
+
+186
+00:01:42,623 --> 00:01:42,745
+For the times they are a changing.
+
+187
+00:01:42,745 --> 00:01:43,561
+For the times they are a changing.
+
+188
+00:01:43,561 --> 00:01:43,662
+For the times they are a changing.
+
+189
+00:01:43,662 --> 00:01:44,344
+For the times they are a changing.
+
+190
+00:01:44,344 --> 00:01:46,733
+For the times they are a changing.
+
+191
+00:01:51,742 --> 00:01:52,079
+Come mothers and fathers
+
+192
+00:01:52,079 --> 00:01:52,276
+Come mothers and fathers
+
+193
+00:01:52,276 --> 00:01:52,858
+Come mothers and fathers
+
+194
+00:01:52,858 --> 00:01:53,090
+Come mothers and fathers
+
+195
+00:01:53,090 --> 00:01:53,334
+Come mothers and fathers
+
+196
+00:01:53,334 --> 00:01:54,008
+Come mothers and fathers
+
+197
+00:01:54,008 --> 00:01:54,273
+Throughout the land
+
+198
+00:01:54,273 --> 00:01:54,786
+Throughout the land
+
+199
+00:01:54,786 --> 00:01:54,972
+Throughout the land
+
+200
+00:01:54,972 --> 00:01:56,777
+Throughout the land
+
+201
+00:01:56,777 --> 00:01:57,135
+And don't criticize
+
+202
+00:01:57,135 --> 00:01:57,704
+And don't criticize
+
+203
+00:01:57,704 --> 00:01:57,890
+And don't criticize
+
+204
+00:01:57,890 --> 00:01:58,182
+And don't criticize
+
+205
+00:01:58,182 --> 00:01:58,707
+And don't criticize
+
+206
+00:01:58,707 --> 00:01:58,945
+What you can't understand
+
+207
+00:01:58,945 --> 00:01:59,270
+What you can't understand
+
+208
+00:01:59,270 --> 00:01:59,607
+What you can't understand
+
+209
+00:01:59,607 --> 00:01:59,852
+What you can't understand
+
+210
+00:01:59,852 --> 00:02:00,165
+What you can't understand
+
+211
+00:02:00,165 --> 00:02:01,100
+What you can't understand
+
+212
+00:02:01,100 --> 00:02:01,398
+Your sons and your daughters
+
+213
+00:02:01,398 --> 00:02:01,746
+Your sons and your daughters
+
+214
+00:02:01,746 --> 00:02:02,049
+Your sons and your daughters
+
+215
+00:02:02,049 --> 00:02:02,363
+Your sons and your daughters
+
+216
+00:02:02,363 --> 00:02:02,525
+Your sons and your daughters
+
+217
+00:02:02,525 --> 00:02:03,133
+Your sons and your daughters
+
+218
+00:02:03,133 --> 00:02:03,303
+Are beyond your command
+
+219
+00:02:03,303 --> 00:02:03,423
+Are beyond your command
+
+220
+00:02:03,423 --> 00:02:03,956
+Are beyond your command
+
+221
+00:02:03,956 --> 00:02:04,165
+Are beyond your command
+
+222
+00:02:04,165 --> 00:02:04,340
+Are beyond your command
+
+223
+00:02:04,340 --> 00:02:05,876
+Are beyond your command
+
+224
+00:02:05,876 --> 00:02:06,395
+Your old road is
+
+225
+00:02:06,395 --> 00:02:06,720
+Your old road is
+
+226
+00:02:06,720 --> 00:02:07,267
+Your old road is
+
+227
+00:02:07,267 --> 00:02:07,411
+Your old road is
+
+228
+00:02:07,411 --> 00:02:07,841
+Rapidly aging
+
+229
+00:02:07,841 --> 00:02:08,104
+Rapidly aging
+
+230
+00:02:08,104 --> 00:02:08,653
+Rapidly aging
+
+231
+00:02:08,653 --> 00:02:09,045
+Rapidly aging
+
+232
+00:02:09,045 --> 00:02:10,229
+Rapidly aging
+
+233
+00:02:10,229 --> 00:02:10,731
+Please get out of the new one
+
+234
+00:02:10,731 --> 00:02:10,916
+Please get out of the new one
+
+235
+00:02:10,916 --> 00:02:11,172
+Please get out of the new one
+
+236
+00:02:11,172 --> 00:02:11,393
+Please get out of the new one
+
+237
+00:02:11,393 --> 00:02:11,604
+Please get out of the new one
+
+238
+00:02:11,604 --> 00:02:11,870
+Please get out of the new one
+
+239
+00:02:11,870 --> 00:02:12,136
+Please get out of the new one
+
+240
+00:02:12,136 --> 00:02:12,392
+If you can't lend your hand
+
+241
+00:02:12,392 --> 00:02:12,590
+If you can't lend your hand
+
+242
+00:02:12,590 --> 00:02:12,973
+If you can't lend your hand
+
+243
+00:02:12,973 --> 00:02:13,334
+If you can't lend your hand
+
+244
+00:02:13,334 --> 00:02:13,624
+If you can't lend your hand
+
+245
+00:02:13,624 --> 00:02:14,459
+If you can't lend your hand
+
+246
+00:02:14,459 --> 00:02:14,659
+For the times they are a changing.
+
+247
+00:02:14,659 --> 00:02:14,868
+For the times they are a changing.
+
+248
+00:02:14,868 --> 00:02:15,763
+For the times they are a changing.
+
+249
+00:02:15,763 --> 00:02:16,066
+For the times they are a changing.
+
+250
+00:02:16,066 --> 00:02:16,717
+For the times they are a changing.
+
+251
+00:02:16,717 --> 00:02:16,996
+For the times they are a changing.
+
+252
+00:02:16,996 --> 00:02:18,007
+For the times they are a changing.
+
+253
+00:02:18,007 --> 00:02:20,533
+For the times they are a changing.
+
+254
+00:02:36,200 --> 00:02:36,414
+The line it is drawn
+
+255
+00:02:36,414 --> 00:02:36,992
+The line it is drawn
+
+256
+00:02:36,992 --> 00:02:37,134
+The line it is drawn
+
+257
+00:02:37,134 --> 00:02:37,503
+The line it is drawn
+
+258
+00:02:37,503 --> 00:02:38,284
+The line it is drawn
+
+259
+00:02:38,284 --> 00:02:38,473
+The curse it is cast
+
+260
+00:02:38,473 --> 00:02:38,958
+The curse it is cast
+
+261
+00:02:38,958 --> 00:02:39,022
+The curse it is cast
+
+262
+00:02:39,022 --> 00:02:39,427
+The curse it is cast
+
+263
+00:02:39,427 --> 00:02:41,333
+The curse it is cast
+
+264
+00:02:41,333 --> 00:02:41,637
+The slow one now
+
+265
+00:02:41,637 --> 00:02:42,000
+The slow one now
+
+266
+00:02:42,000 --> 00:02:42,625
+The slow one now
+
+267
+00:02:42,625 --> 00:02:43,333
+The slow one now
+
+268
+00:02:43,333 --> 00:02:43,837
+Will later be fast
+
+269
+00:02:43,837 --> 00:02:44,035
+Will later be fast
+
+270
+00:02:44,035 --> 00:02:44,303
+Will later be fast
+
+271
+00:02:44,303 --> 00:02:44,651
+Will later be fast
+
+272
+00:02:44,651 --> 00:02:45,294
+Will later be fast
+
+273
+00:02:45,294 --> 00:02:45,629
+As the present now
+
+274
+00:02:45,629 --> 00:02:45,908
+As the present now
+
+275
+00:02:45,908 --> 00:02:46,129
+As the present now
+
+276
+00:02:46,129 --> 00:02:46,547
+As the present now
+
+277
+00:02:46,547 --> 00:02:47,491
+As the present now
+
+278
+00:02:47,491 --> 00:02:47,849
+Will later be past
+
+279
+00:02:47,849 --> 00:02:48,047
+Will later be past
+
+280
+00:02:48,047 --> 00:02:48,430
+Will later be past
+
+281
+00:02:48,430 --> 00:02:48,686
+Will later be past
+
+282
+00:02:48,686 --> 00:02:50,444
+Will later be past
+
+283
+00:02:50,444 --> 00:02:50,852
+The order is rapidly fading.
+
+284
+00:02:50,852 --> 00:02:51,150
+The order is rapidly fading.
+
+285
+00:02:51,150 --> 00:02:51,467
+The order is rapidly fading.
+
+286
+00:02:51,467 --> 00:02:51,949
+The order is rapidly fading.
+
+287
+00:02:51,949 --> 00:02:52,170
+The order is rapidly fading.
+
+288
+00:02:52,170 --> 00:02:52,414
+The order is rapidly fading.
+
+289
+00:02:52,414 --> 00:02:53,007
+The order is rapidly fading.
+
+290
+00:02:53,007 --> 00:02:53,286
+The order is rapidly fading.
+
+291
+00:02:53,286 --> 00:02:54,168
+The order is rapidly fading.
+
+292
+00:02:54,563 --> 00:02:54,811
+And the first one now
+
+293
+00:02:54,811 --> 00:02:55,195
+And the first one now
+
+294
+00:02:55,195 --> 00:02:55,578
+And the first one now
+
+295
+00:02:55,578 --> 00:02:56,078
+And the first one now
+
+296
+00:02:56,078 --> 00:02:56,644
+And the first one now
+
+297
+00:02:56,644 --> 00:02:57,055
+Will later be last
+
+298
+00:02:57,055 --> 00:02:57,276
+Will later be last
+
+299
+00:02:57,276 --> 00:02:57,578
+Will later be last
+
+300
+00:02:57,578 --> 00:02:57,868
+Will later be last
+
+301
+00:02:57,868 --> 00:02:58,700
+Will later be last
+
+302
+00:02:58,700 --> 00:02:58,848
+For the times they are a changing.
+
+303
+00:02:58,848 --> 00:02:59,127
+For the times they are a changing.
+
+304
+00:02:59,127 --> 00:03:00,191
+For the times they are a changing.
+
+305
+00:03:00,191 --> 00:03:00,388
+For the times they are a changing.
+
+306
+00:03:00,388 --> 00:03:01,151
+For the times they are a changing.
+
+307
+00:03:01,151 --> 00:03:01,400
+For the times they are a changing.
+
+308
+00:03:01,400 --> 00:03:02,388
+For the times they are a changing.
+
+309
+00:03:02,388 --> 00:03:05,700
+For the times they are a changing.
diff --git a/examples/ESRT/Buffalo Springfield/For What It's Worth.srt b/examples/ESRT/Buffalo Springfield/For What It's Worth.srt
index cfc2a36..a782a22 100755
--- a/examples/ESRT/Buffalo Springfield/For What It's Worth.srt
+++ b/examples/ESRT/Buffalo Springfield/For What It's Worth.srt
@@ -1,1202 +1,1202 @@
-1
-00:00:10,425 --> 00:00:10,680
-There's something
-happening here
-
-2
-00:00:10,680 --> 00:00:11,006
-There's something
-happening here
-
-3
-00:00:11,006 --> 00:00:11,354
-There's something
-happening here
-
-4
-00:00:11,354 --> 00:00:11,645
-There's something
-happening here
-
-5
-00:00:11,645 --> 00:00:11,947
-There's something
-happening here
-
-6
-00:00:11,947 --> 00:00:12,250
-There's something
-happening here
-
-7
-00:00:12,250 --> 00:00:13,533
-There's something
-happening here
-
-8
-00:00:14,292 --> 00:00:14,420
-Uh what it is ain't exactly clear
-
-9
-00:00:14,420 --> 00:00:14,491
-Uh what it is ain't exactly clear
-
-10
-00:00:14,491 --> 00:00:14,986
-Uh what it is ain't exactly clear
-
-11
-00:00:14,986 --> 00:00:15,614
-Uh what it is ain't exactly clear
-
-12
-00:00:15,614 --> 00:00:15,904
-Uh what it is ain't exactly clear
-
-13
-00:00:15,904 --> 00:00:16,218
-Uh what it is ain't exactly clear
-
-14
-00:00:16,218 --> 00:00:16,509
-Uh what it is ain't exactly clear
-
-15
-00:00:16,509 --> 00:00:17,102
-Uh what it is ain't exactly clear
-
-16
-00:00:17,102 --> 00:00:18,275
-Uh what it is ain't exactly clear
-
-17
-00:00:19,292 --> 00:00:19,563
-There's a man with
-a gun over there
-
-18
-00:00:19,563 --> 00:00:19,877
-There's a man with
-a gun over there
-
-19
-00:00:19,877 --> 00:00:20,481
-There's a man with
-a gun over there
-
-20
-00:00:20,481 --> 00:00:20,748
-There's a man with
-a gun over there
-
-21
-00:00:20,748 --> 00:00:21,062
-There's a man with
-a gun over there
-
-22
-00:00:21,062 --> 00:00:21,353
-There's a man with
-a gun over there
-
-23
-00:00:21,353 --> 00:00:21,667
-There's a man with
-a gun over there
-
-24
-00:00:21,667 --> 00:00:21,992
-There's a man with
-a gun over there
-
-25
-00:00:21,992 --> 00:00:23,192
-There's a man with
-a gun over there
-
-26
-00:00:23,967 --> 00:00:24,173
-Uh telling me I got to beware
-
-27
-00:00:24,173 --> 00:00:24,312
-Uh telling me I got to beware
-
-28
-00:00:24,312 --> 00:00:24,754
-Uh telling me I got to beware
-
-29
-00:00:24,754 --> 00:00:25,649
-Uh telling me I got to beware
-
-30
-00:00:25,649 --> 00:00:25,975
-Uh telling me I got to beware
-
-31
-00:00:25,975 --> 00:00:26,265
-Uh telling me I got to beware
-
-32
-00:00:26,265 --> 00:00:26,533
-Uh telling me I got to beware
-
-33
-00:00:26,533 --> 00:00:26,847
-Uh telling me I got to beware
-
-34
-00:00:26,847 --> 00:00:27,883
-Uh telling me I got to beware
-
-35
-00:00:28,583 --> 00:00:28,674
-I think it's time we stop,
-children, what's that sound
-
-36
-00:00:28,674 --> 00:00:28,806
-I think it's time we stop,
-children, what's that sound
-
-37
-00:00:28,806 --> 00:00:28,986
-I think it's time we stop,
-children, what's that sound
-
-38
-00:00:28,986 --> 00:00:29,284
-I think it's time we stop,
-children, what's that sound
-
-39
-00:00:29,284 --> 00:00:29,598
-I think it's time we stop,
-children, what's that sound
-
-40
-00:00:29,598 --> 00:00:30,156
-I think it's time we stop,
-children, what's that sound
-
-41
-00:00:30,156 --> 00:00:30,493
-I think it's time we stop,
-children, what's that sound
-
-42
-00:00:30,493 --> 00:00:30,784
-I think it's time we stop,
-children, what's that sound
-
-43
-00:00:30,784 --> 00:00:31,086
-I think it's time we stop,
-children, what's that sound
-
-44
-00:00:31,086 --> 00:00:31,411
-I think it's time we stop,
-children, what's that sound
-
-45
-00:00:31,411 --> 00:00:32,058
-I think it's time we stop,
-children, what's that sound
-
-46
-00:00:32,058 --> 00:00:32,190
-Everybody look
-what's going down
-
-47
-00:00:32,190 --> 00:00:32,283
-Everybody look
-what's going down
-
-48
-00:00:32,283 --> 00:00:32,423
-Everybody look
-what's going down
-
-49
-00:00:32,423 --> 00:00:32,655
-Everybody look
-what's going down
-
-50
-00:00:32,655 --> 00:00:32,934
-Everybody look
-what's going down
-
-51
-00:00:32,934 --> 00:00:33,260
-Everybody look
-what's going down
-
-52
-00:00:33,260 --> 00:00:33,516
-Everybody look
-what's going down
-
-53
-00:00:33,516 --> 00:00:33,818
-Everybody look
-what's going down
-
-54
-00:00:33,818 --> 00:00:36,292
-Everybody look
-what's going down
-
-55
-00:00:44,483 --> 00:00:44,781
-There's battle
-lines being drawn
-
-56
-00:00:44,781 --> 00:00:45,177
-There's battle
-lines being drawn
-
-57
-00:00:45,177 --> 00:00:45,397
-There's battle
-lines being drawn
-
-58
-00:00:45,397 --> 00:00:46,014
-There's battle
-lines being drawn
-
-59
-00:00:46,014 --> 00:00:46,281
-There's battle
-lines being drawn
-
-60
-00:00:46,281 --> 00:00:46,595
-There's battle
-lines being drawn
-
-61
-00:00:46,595 --> 00:00:48,275
-There's battle
-lines being drawn
-
-62
-00:00:48,275 --> 00:00:48,417
-And nobody's right if
-everybody's wrong
-
-63
-00:00:48,417 --> 00:00:48,596
-And nobody's right if
-everybody's wrong
-
-64
-00:00:48,596 --> 00:00:48,840
-And nobody's right if
-everybody's wrong
-
-65
-00:00:48,840 --> 00:00:49,015
-And nobody's right if
-everybody's wrong
-
-66
-00:00:49,015 --> 00:00:49,980
-And nobody's right if
-everybody's wrong
-
-67
-00:00:49,980 --> 00:00:50,259
-And nobody's right if
-everybody's wrong
-
-68
-00:00:50,259 --> 00:00:50,538
-And nobody's right if
-everybody's wrong
-
-69
-00:00:50,538 --> 00:00:50,851
-And nobody's right if
-everybody's wrong
-
-70
-00:00:50,851 --> 00:00:51,162
-And nobody's right if
-everybody's wrong
-
-71
-00:00:51,162 --> 00:00:51,542
-And nobody's right if
-everybody's wrong
-
-72
-00:00:51,542 --> 00:00:52,867
-And nobody's right if
-everybody's wrong
-
-73
-00:00:54,200 --> 00:00:54,562
-Young people speaking
-their minds
-
-74
-00:00:54,562 --> 00:00:54,841
-Young people speaking
-their minds
-
-75
-00:00:54,841 --> 00:00:55,178
-Young people speaking
-their minds
-
-76
-00:00:55,178 --> 00:00:55,469
-Young people speaking
-their minds
-
-77
-00:00:55,469 --> 00:00:55,771
-Young people speaking
-their minds
-
-78
-00:00:55,771 --> 00:00:56,120
-Young people speaking
-their minds
-
-79
-00:00:56,120 --> 00:00:58,116
-Young people speaking
-their minds
-
-80
-00:00:58,116 --> 00:00:58,198
-Are getting so much
-resistance from behind
-
-81
-00:00:58,198 --> 00:00:58,285
-Are getting so much
-resistance from behind
-
-82
-00:00:58,285 --> 00:00:58,736
-Are getting so much
-resistance from behind
-
-83
-00:00:58,736 --> 00:00:59,352
-Are getting so much
-resistance from behind
-
-84
-00:00:59,352 --> 00:00:59,642
-Are getting so much
-resistance from behind
-
-85
-00:00:59,642 --> 00:00:59,966
-Are getting so much
-resistance from behind
-
-86
-00:00:59,966 --> 00:01:00,258
-Are getting so much
-resistance from behind
-
-87
-00:01:00,258 --> 00:01:01,191
-Are getting so much
-resistance from behind
-
-88
-00:01:01,191 --> 00:01:01,830
-Are getting so much
-resistance from behind
-
-89
-00:01:01,830 --> 00:01:02,376
-Are getting so much
-resistance from behind
-
-90
-00:01:02,376 --> 00:01:02,867
-Are getting so much
-resistance from behind
-
-91
-00:01:02,867 --> 00:01:02,987
-It's time we stop,
-hey, what's that sound
-
-92
-00:01:02,987 --> 00:01:03,207
-It's time we stop,
-hey, what's that sound
-
-93
-00:01:03,207 --> 00:01:03,498
-It's time we stop,
-hey, what's that sound
-
-94
-00:01:03,498 --> 00:01:04,102
-It's time we stop,
-hey, what's that sound
-
-95
-00:01:04,102 --> 00:01:04,730
-It's time we stop,
-hey, what's that sound
-
-96
-00:01:04,730 --> 00:01:05,021
-It's time we stop,
-hey, what's that sound
-
-97
-00:01:05,021 --> 00:01:05,346
-It's time we stop,
-hey, what's that sound
-
-98
-00:01:05,346 --> 00:01:05,858
-It's time we stop,
-hey, what's that sound
-
-99
-00:01:05,858 --> 00:01:06,079
-Everybody look
-what's going down
-
-100
-00:01:06,079 --> 00:01:06,241
-Everybody look
-what's going down
-
-101
-00:01:06,241 --> 00:01:06,381
-Everybody look
-what's going down
-
-102
-00:01:06,381 --> 00:01:06,567
-Everybody look
-what's going down
-
-103
-00:01:06,567 --> 00:01:06,823
-Everybody look
-what's going down
-
-104
-00:01:06,823 --> 00:01:07,125
-Everybody look
-what's going down
-
-105
-00:01:07,125 --> 00:01:07,388
-Everybody look
-what's going down
-
-106
-00:01:07,388 --> 00:01:07,713
-Everybody look
-what's going down
-
-107
-00:01:07,713 --> 00:01:10,667
-Everybody look
-what's going down
-
-108
-00:01:18,650 --> 00:01:19,128
-What a field-day for the heat
-
-109
-00:01:19,128 --> 00:01:19,236
-What a field-day for the heat
-
-110
-00:01:19,236 --> 00:01:19,565
-What a field-day for the heat
-
-111
-00:01:19,565 --> 00:01:19,880
-What a field-day for the heat
-
-112
-00:01:19,880 --> 00:01:20,379
-What a field-day for the heat
-
-113
-00:01:20,379 --> 00:01:20,519
-What a field-day for the heat
-
-114
-00:01:20,519 --> 00:01:21,675
-What a field-day for the heat
-
-115
-00:01:22,650 --> 00:01:22,874
-A thousand people
-in the street
-
-116
-00:01:22,874 --> 00:01:23,444
-A thousand people
-in the street
-
-117
-00:01:23,444 --> 00:01:24,153
-A thousand people
-in the street
-
-118
-00:01:24,153 --> 00:01:24,432
-A thousand people
-in the street
-
-119
-00:01:24,432 --> 00:01:24,758
-A thousand people
-in the street
-
-120
-00:01:24,758 --> 00:01:25,013
-A thousand people
-in the street
-
-121
-00:01:25,013 --> 00:01:25,327
-A thousand people
-in the street
-
-122
-00:01:25,327 --> 00:01:26,575
-A thousand people
-in the street
-
-123
-00:01:27,225 --> 00:01:27,330
-Singing songs and
-they're carrying signs
-
-124
-00:01:27,330 --> 00:01:27,795
-Singing songs and
-they're carrying signs
-
-125
-00:01:27,795 --> 00:01:28,691
-Singing songs and
-they're carrying signs
-
-126
-00:01:28,691 --> 00:01:28,865
-Singing songs and
-they're carrying signs
-
-127
-00:01:28,865 --> 00:01:29,039
-Singing songs and
-they're carrying signs
-
-128
-00:01:29,039 --> 00:01:29,307
-Singing songs and
-they're carrying signs
-
-129
-00:01:29,307 --> 00:01:29,597
-Singing songs and
-they're carrying signs
-
-130
-00:01:29,597 --> 00:01:29,923
-Singing songs and
-they're carrying signs
-
-131
-00:01:29,923 --> 00:01:30,950
-Singing songs and
-they're carrying signs
-
-132
-00:01:32,050 --> 00:01:32,279
-Mostly say, hooray for our side
-
-133
-00:01:32,279 --> 00:01:32,663
-Mostly say, hooray for our side
-
-134
-00:01:32,663 --> 00:01:33,232
-Mostly say, hooray for our side
-
-135
-00:01:33,232 --> 00:01:33,860
-Mostly say, hooray for our side
-
-136
-00:01:33,860 --> 00:01:34,174
-Mostly say, hooray for our side
-
-137
-00:01:34,174 --> 00:01:34,723
-Mostly say, hooray for our side
-
-138
-00:01:34,723 --> 00:01:35,104
-Mostly say, hooray for our side
-
-139
-00:01:35,104 --> 00:01:36,500
-Mostly say, hooray for our side
-
-140
-00:01:36,500 --> 00:01:36,883
-It's time we stop,
-hey, what's that sound
-
-141
-00:01:36,883 --> 00:01:37,200
-It's time we stop,
-hey, what's that sound
-
-142
-00:01:37,200 --> 00:01:37,503
-It's time we stop,
-hey, what's that sound
-
-143
-00:01:37,503 --> 00:01:38,073
-It's time we stop,
-hey, what's that sound
-
-144
-00:01:38,073 --> 00:01:38,688
-It's time we stop,
-hey, what's that sound
-
-145
-00:01:38,688 --> 00:01:38,979
-It's time we stop,
-hey, what's that sound
-
-146
-00:01:38,979 --> 00:01:39,293
-It's time we stop,
-hey, what's that sound
-
-147
-00:01:39,293 --> 00:01:39,900
-It's time we stop,
-hey, what's that sound
-
-148
-00:01:39,900 --> 00:01:40,079
-Everybody look
-what's going down
-
-149
-00:01:40,079 --> 00:01:40,183
-Everybody look
-what's going down
-
-150
-00:01:40,183 --> 00:01:40,311
-Everybody look
-what's going down
-
-151
-00:01:40,311 --> 00:01:40,485
-Everybody look
-what's going down
-
-152
-00:01:40,485 --> 00:01:40,788
-Everybody look
-what's going down
-
-153
-00:01:40,788 --> 00:01:41,102
-Everybody look
-what's going down
-
-154
-00:01:41,102 --> 00:01:41,381
-Everybody look
-what's going down
-
-155
-00:01:41,381 --> 00:01:41,695
-Everybody look
-what's going down
-
-156
-00:01:41,695 --> 00:01:44,667
-Everybody look
-what's going down
-
-157
-00:01:52,000 --> 00:01:52,549
-Paranoia strikes deep
-
-158
-00:01:52,549 --> 00:01:53,212
-Paranoia strikes deep
-
-159
-00:01:53,212 --> 00:01:53,503
-Paranoia strikes deep
-
-160
-00:01:53,503 --> 00:01:53,816
-Paranoia strikes deep
-
-161
-00:01:53,816 --> 00:01:54,433
-Paranoia strikes deep
-
-162
-00:01:54,433 --> 00:01:55,608
-Paranoia strikes deep
-
-163
-00:01:56,775 --> 00:01:57,139
-Into your life it will creep
-
-164
-00:01:57,139 --> 00:01:57,523
-Into your life it will creep
-
-165
-00:01:57,523 --> 00:01:58,035
-Into your life it will creep
-
-166
-00:01:58,035 --> 00:01:58,476
-Into your life it will creep
-
-167
-00:01:58,476 --> 00:01:58,790
-Into your life it will creep
-
-168
-00:01:58,790 --> 00:01:59,220
-Into your life it will creep
-
-169
-00:01:59,220 --> 00:02:00,333
-Into your life it will creep
-
-170
-00:02:01,350 --> 00:02:01,668
-It starts when
-you're always afraid
-
-171
-00:02:01,668 --> 00:02:02,237
-It starts when
-you're always afraid
-
-172
-00:02:02,237 --> 00:02:02,540
-It starts when
-you're always afraid
-
-173
-00:02:02,540 --> 00:02:02,865
-It starts when
-you're always afraid
-
-174
-00:02:02,865 --> 00:02:03,121
-It starts when
-you're always afraid
-
-175
-00:02:03,121 --> 00:02:03,458
-It starts when
-you're always afraid
-
-176
-00:02:03,458 --> 00:02:03,737
-It starts when
-you're always afraid
-
-177
-00:02:03,737 --> 00:02:04,950
-It starts when
-you're always afraid
-
-178
-00:02:05,725 --> 00:02:05,939
-Step out of line, the
-man come and take you away
-
-179
-00:02:05,939 --> 00:02:06,346
-Step out of line, the
-man come and take you away
-
-180
-00:02:06,346 --> 00:02:06,508
-Step out of line, the
-man come and take you away
-
-181
-00:02:06,508 --> 00:02:07,310
-Step out of line, the
-man come and take you away
-
-182
-00:02:07,310 --> 00:02:07,433
-Step out of line, the
-man come and take you away
-
-183
-00:02:07,433 --> 00:02:07,787
-Step out of line, the
-man come and take you away
-
-184
-00:02:07,787 --> 00:02:08,624
-Step out of line, the
-man come and take you away
-
-185
-00:02:08,624 --> 00:02:08,926
-Step out of line, the
-man come and take you away
-
-186
-00:02:08,926 --> 00:02:09,229
-Step out of line, the
-man come and take you away
-
-187
-00:02:09,229 --> 00:02:09,519
-Step out of line, the
-man come and take you away
-
-188
-00:02:09,519 --> 00:02:09,833
-Step out of line, the
-man come and take you away
-
-189
-00:02:09,833 --> 00:02:10,708
-Step out of line, the
-man come and take you away
-
-190
-00:02:10,708 --> 00:02:10,904
-We better stop, hey,
-what's that sound
-
-191
-00:02:10,904 --> 00:02:11,206
-We better stop, hey,
-what's that sound
-
-192
-00:02:11,206 --> 00:02:11,323
-We better stop, hey,
-what's that sound
-
-193
-00:02:11,323 --> 00:02:11,927
-We better stop, hey,
-what's that sound
-
-194
-00:02:11,927 --> 00:02:12,497
-We better stop, hey,
-what's that sound
-
-195
-00:02:12,497 --> 00:02:12,811
-We better stop, hey,
-what's that sound
-
-196
-00:02:12,811 --> 00:02:13,137
-We better stop, hey,
-what's that sound
-
-197
-00:02:13,137 --> 00:02:13,700
-We better stop, hey,
-what's that sound
-
-198
-00:02:13,700 --> 00:02:13,869
-Everybody look
-what's going down
-
-199
-00:02:13,869 --> 00:02:13,974
-Everybody look
-what's going down
-
-200
-00:02:13,974 --> 00:02:14,136
-Everybody look
-what's going down
-
-201
-00:02:14,136 --> 00:02:14,334
-Everybody look
-what's going down
-
-202
-00:02:14,334 --> 00:02:14,613
-Everybody look
-what's going down
-
-203
-00:02:14,613 --> 00:02:14,915
-Everybody look
-what's going down
-
-204
-00:02:14,915 --> 00:02:15,171
-Everybody look
-what's going down
-
-205
-00:02:15,171 --> 00:02:15,508
-Everybody look
-what's going down
-
-206
-00:02:15,508 --> 00:02:16,042
-Everybody look
-what's going down
-
-207
-00:02:16,042 --> 00:02:16,636
-Stop, hey, what's that sound
-
-208
-00:02:16,636 --> 00:02:17,217
-Stop, hey, what's that sound
-
-209
-00:02:17,217 --> 00:02:17,531
-Stop, hey, what's that sound
-
-210
-00:02:17,531 --> 00:02:17,821
-Stop, hey, what's that sound
-
-211
-00:02:17,821 --> 00:02:18,400
-Stop, hey, what's that sound
-
-212
-00:02:18,400 --> 00:02:18,527
-Everybody look
-what's going...
-
-213
-00:02:18,527 --> 00:02:18,690
-Everybody look
-what's going...
-
-214
-00:02:18,690 --> 00:02:18,853
-Everybody look
-what's going...
-
-215
-00:02:18,853 --> 00:02:19,051
-Everybody look
-what's going...
-
-216
-00:02:19,051 --> 00:02:19,330
-Everybody look
-what's going...
-
-217
-00:02:19,330 --> 00:02:19,620
-Everybody look
-what's going...
-
-218
-00:02:19,620 --> 00:02:19,899
-Everybody look
-what's going...
-
-219
-00:02:19,899 --> 00:02:20,188
-Everybody look
-what's going...
-
-220
-00:02:20,188 --> 00:02:20,380
-You better
-
-221
-00:02:20,380 --> 00:02:20,624
-You better
-
-222
-00:02:20,624 --> 00:02:20,776
-You better
-
-223
-00:02:20,776 --> 00:02:21,369
-Stop, now, what's that sound
-
-224
-00:02:21,369 --> 00:02:21,985
-Stop, now, what's that sound
-
-225
-00:02:21,985 --> 00:02:22,253
-Stop, now, what's that sound
-
-226
-00:02:22,253 --> 00:02:22,555
-Stop, now, what's that sound
-
-227
-00:02:22,555 --> 00:02:23,125
-Stop, now, what's that sound
-
-228
-00:02:23,125 --> 00:02:23,276
-Everybody look
-what's going...
-
-229
-00:02:23,276 --> 00:02:23,392
-Everybody look
-what's going...
-
-230
-00:02:23,392 --> 00:02:23,543
-Everybody look
-what's going...
-
-231
-00:02:23,543 --> 00:02:23,741
-Everybody look
-what's going...
-
-232
-00:02:23,741 --> 00:02:24,031
-Everybody look
-what's going...
-
-233
-00:02:24,031 --> 00:02:24,345
-Everybody look
-what's going...
-
-234
-00:02:24,345 --> 00:02:24,624
-Everybody look
-what's going...
-
-235
-00:02:24,624 --> 00:02:24,901
-Everybody look
-what's going...
-
-236
-00:02:24,901 --> 00:02:25,070
-You better
-
-237
-00:02:25,070 --> 00:02:25,334
-You better
-
-238
-00:02:25,334 --> 00:02:25,463
-You better
-
-239
-00:02:25,463 --> 00:02:26,070
-Stop, children,
-what's that sound
-
-240
-00:02:26,070 --> 00:02:26,349
-Stop, children,
-what's that sound
-
-241
-00:02:26,349 --> 00:02:26,651
-Stop, children,
-what's that sound
-
-242
-00:02:26,651 --> 00:02:26,931
-Stop, children,
-what's that sound
-
-243
-00:02:26,931 --> 00:02:27,221
-Stop, children,
-what's that sound
-
-244
-00:02:27,221 --> 00:02:27,767
-Stop, children,
-what's that sound
-
-245
-00:02:27,767 --> 00:02:27,977
-Everybody look
-what's going down...
-
-246
-00:02:27,977 --> 00:02:28,117
-Everybody look
-what's going down...
-
-247
-00:02:28,117 --> 00:02:28,267
-Everybody look
-what's going down...
-
-248
-00:02:28,267 --> 00:02:28,442
-Everybody look
-what's going down...
-
-249
-00:02:28,442 --> 00:02:28,721
-Everybody look
-what's going down...
-
-250
-00:02:28,721 --> 00:02:29,035
-Everybody look
-what's going down...
-
-251
-00:02:29,035 --> 00:02:29,302
-Everybody look
-what's going down...
-
-252
-00:02:29,302 --> 00:02:29,604
-Everybody look
-what's going down...
-
-253
-00:02:29,604 --> 00:02:30,742
-Everybody look
-what's going down...
+1
+00:00:10,425 --> 00:00:10,680
+There's something
+happening here
+
+2
+00:00:10,680 --> 00:00:11,006
+There's something
+happening here
+
+3
+00:00:11,006 --> 00:00:11,354
+There's something
+happening here
+
+4
+00:00:11,354 --> 00:00:11,645
+There's something
+happening here
+
+5
+00:00:11,645 --> 00:00:11,947
+There's something
+happening here
+
+6
+00:00:11,947 --> 00:00:12,250
+There's something
+happening here
+
+7
+00:00:12,250 --> 00:00:13,533
+There's something
+happening here
+
+8
+00:00:14,292 --> 00:00:14,420
+Uh what it is ain't exactly clear
+
+9
+00:00:14,420 --> 00:00:14,491
+Uh what it is ain't exactly clear
+
+10
+00:00:14,491 --> 00:00:14,986
+Uh what it is ain't exactly clear
+
+11
+00:00:14,986 --> 00:00:15,614
+Uh what it is ain't exactly clear
+
+12
+00:00:15,614 --> 00:00:15,904
+Uh what it is ain't exactly clear
+
+13
+00:00:15,904 --> 00:00:16,218
+Uh what it is ain't exactly clear
+
+14
+00:00:16,218 --> 00:00:16,509
+Uh what it is ain't exactly clear
+
+15
+00:00:16,509 --> 00:00:17,102
+Uh what it is ain't exactly clear
+
+16
+00:00:17,102 --> 00:00:18,275
+Uh what it is ain't exactly clear
+
+17
+00:00:19,292 --> 00:00:19,563
+There's a man with
+a gun over there
+
+18
+00:00:19,563 --> 00:00:19,877
+There's a man with
+a gun over there
+
+19
+00:00:19,877 --> 00:00:20,481
+There's a man with
+a gun over there
+
+20
+00:00:20,481 --> 00:00:20,748
+There's a man with
+a gun over there
+
+21
+00:00:20,748 --> 00:00:21,062
+There's a man with
+a gun over there
+
+22
+00:00:21,062 --> 00:00:21,353
+There's a man with
+a gun over there
+
+23
+00:00:21,353 --> 00:00:21,667
+There's a man with
+a gun over there
+
+24
+00:00:21,667 --> 00:00:21,992
+There's a man with
+a gun over there
+
+25
+00:00:21,992 --> 00:00:23,192
+There's a man with
+a gun over there
+
+26
+00:00:23,967 --> 00:00:24,173
+Uh telling me I got to beware
+
+27
+00:00:24,173 --> 00:00:24,312
+Uh telling me I got to beware
+
+28
+00:00:24,312 --> 00:00:24,754
+Uh telling me I got to beware
+
+29
+00:00:24,754 --> 00:00:25,649
+Uh telling me I got to beware
+
+30
+00:00:25,649 --> 00:00:25,975
+Uh telling me I got to beware
+
+31
+00:00:25,975 --> 00:00:26,265
+Uh telling me I got to beware
+
+32
+00:00:26,265 --> 00:00:26,533
+Uh telling me I got to beware
+
+33
+00:00:26,533 --> 00:00:26,847
+Uh telling me I got to beware
+
+34
+00:00:26,847 --> 00:00:27,883
+Uh telling me I got to beware
+
+35
+00:00:28,583 --> 00:00:28,674
+I think it's time we stop,
+children, what's that sound
+
+36
+00:00:28,674 --> 00:00:28,806
+I think it's time we stop,
+children, what's that sound
+
+37
+00:00:28,806 --> 00:00:28,986
+I think it's time we stop,
+children, what's that sound
+
+38
+00:00:28,986 --> 00:00:29,284
+I think it's time we stop,
+children, what's that sound
+
+39
+00:00:29,284 --> 00:00:29,598
+I think it's time we stop,
+children, what's that sound
+
+40
+00:00:29,598 --> 00:00:30,156
+I think it's time we stop,
+children, what's that sound
+
+41
+00:00:30,156 --> 00:00:30,493
+I think it's time we stop,
+children, what's that sound
+
+42
+00:00:30,493 --> 00:00:30,784
+I think it's time we stop,
+children, what's that sound
+
+43
+00:00:30,784 --> 00:00:31,086
+I think it's time we stop,
+children, what's that sound
+
+44
+00:00:31,086 --> 00:00:31,411
+I think it's time we stop,
+children, what's that sound
+
+45
+00:00:31,411 --> 00:00:32,058
+I think it's time we stop,
+children, what's that sound
+
+46
+00:00:32,058 --> 00:00:32,190
+Everybody look
+what's going down
+
+47
+00:00:32,190 --> 00:00:32,283
+Everybody look
+what's going down
+
+48
+00:00:32,283 --> 00:00:32,423
+Everybody look
+what's going down
+
+49
+00:00:32,423 --> 00:00:32,655
+Everybody look
+what's going down
+
+50
+00:00:32,655 --> 00:00:32,934
+Everybody look
+what's going down
+
+51
+00:00:32,934 --> 00:00:33,260
+Everybody look
+what's going down
+
+52
+00:00:33,260 --> 00:00:33,516
+Everybody look
+what's going down
+
+53
+00:00:33,516 --> 00:00:33,818
+Everybody look
+what's going down
+
+54
+00:00:33,818 --> 00:00:36,292
+Everybody look
+what's going down
+
+55
+00:00:44,483 --> 00:00:44,781
+There's battle
+lines being drawn
+
+56
+00:00:44,781 --> 00:00:45,177
+There's battle
+lines being drawn
+
+57
+00:00:45,177 --> 00:00:45,397
+There's battle
+lines being drawn
+
+58
+00:00:45,397 --> 00:00:46,014
+There's battle
+lines being drawn
+
+59
+00:00:46,014 --> 00:00:46,281
+There's battle
+lines being drawn
+
+60
+00:00:46,281 --> 00:00:46,595
+There's battle
+lines being drawn
+
+61
+00:00:46,595 --> 00:00:48,275
+There's battle
+lines being drawn
+
+62
+00:00:48,275 --> 00:00:48,417
+And nobody's right if
+everybody's wrong
+
+63
+00:00:48,417 --> 00:00:48,596
+And nobody's right if
+everybody's wrong
+
+64
+00:00:48,596 --> 00:00:48,840
+And nobody's right if
+everybody's wrong
+
+65
+00:00:48,840 --> 00:00:49,015
+And nobody's right if
+everybody's wrong
+
+66
+00:00:49,015 --> 00:00:49,980
+And nobody's right if
+everybody's wrong
+
+67
+00:00:49,980 --> 00:00:50,259
+And nobody's right if
+everybody's wrong
+
+68
+00:00:50,259 --> 00:00:50,538
+And nobody's right if
+everybody's wrong
+
+69
+00:00:50,538 --> 00:00:50,851
+And nobody's right if
+everybody's wrong
+
+70
+00:00:50,851 --> 00:00:51,162
+And nobody's right if
+everybody's wrong
+
+71
+00:00:51,162 --> 00:00:51,542
+And nobody's right if
+everybody's wrong
+
+72
+00:00:51,542 --> 00:00:52,867
+And nobody's right if
+everybody's wrong
+
+73
+00:00:54,200 --> 00:00:54,562
+Young people speaking
+their minds
+
+74
+00:00:54,562 --> 00:00:54,841
+Young people speaking
+their minds
+
+75
+00:00:54,841 --> 00:00:55,178
+Young people speaking
+their minds
+
+76
+00:00:55,178 --> 00:00:55,469
+Young people speaking
+their minds
+
+77
+00:00:55,469 --> 00:00:55,771
+Young people speaking
+their minds
+
+78
+00:00:55,771 --> 00:00:56,120
+Young people speaking
+their minds
+
+79
+00:00:56,120 --> 00:00:58,116
+Young people speaking
+their minds
+
+80
+00:00:58,116 --> 00:00:58,198
+Are getting so much
+resistance from behind
+
+81
+00:00:58,198 --> 00:00:58,285
+Are getting so much
+resistance from behind
+
+82
+00:00:58,285 --> 00:00:58,736
+Are getting so much
+resistance from behind
+
+83
+00:00:58,736 --> 00:00:59,352
+Are getting so much
+resistance from behind
+
+84
+00:00:59,352 --> 00:00:59,642
+Are getting so much
+resistance from behind
+
+85
+00:00:59,642 --> 00:00:59,966
+Are getting so much
+resistance from behind
+
+86
+00:00:59,966 --> 00:01:00,258
+Are getting so much
+resistance from behind
+
+87
+00:01:00,258 --> 00:01:01,191
+Are getting so much
+resistance from behind
+
+88
+00:01:01,191 --> 00:01:01,830
+Are getting so much
+resistance from behind
+
+89
+00:01:01,830 --> 00:01:02,376
+Are getting so much
+resistance from behind
+
+90
+00:01:02,376 --> 00:01:02,867
+Are getting so much
+resistance from behind
+
+91
+00:01:02,867 --> 00:01:02,987
+It's time we stop,
+hey, what's that sound
+
+92
+00:01:02,987 --> 00:01:03,207
+It's time we stop,
+hey, what's that sound
+
+93
+00:01:03,207 --> 00:01:03,498
+It's time we stop,
+hey, what's that sound
+
+94
+00:01:03,498 --> 00:01:04,102
+It's time we stop,
+hey, what's that sound
+
+95
+00:01:04,102 --> 00:01:04,730
+It's time we stop,
+hey, what's that sound
+
+96
+00:01:04,730 --> 00:01:05,021
+It's time we stop,
+hey, what's that sound
+
+97
+00:01:05,021 --> 00:01:05,346
+It's time we stop,
+hey, what's that sound
+
+98
+00:01:05,346 --> 00:01:05,858
+It's time we stop,
+hey, what's that sound
+
+99
+00:01:05,858 --> 00:01:06,079
+Everybody look
+what's going down
+
+100
+00:01:06,079 --> 00:01:06,241
+Everybody look
+what's going down
+
+101
+00:01:06,241 --> 00:01:06,381
+Everybody look
+what's going down
+
+102
+00:01:06,381 --> 00:01:06,567
+Everybody look
+what's going down
+
+103
+00:01:06,567 --> 00:01:06,823
+Everybody look
+what's going down
+
+104
+00:01:06,823 --> 00:01:07,125
+Everybody look
+what's going down
+
+105
+00:01:07,125 --> 00:01:07,388
+Everybody look
+what's going down
+
+106
+00:01:07,388 --> 00:01:07,713
+Everybody look
+what's going down
+
+107
+00:01:07,713 --> 00:01:10,667
+Everybody look
+what's going down
+
+108
+00:01:18,650 --> 00:01:19,128
+What a field-day for the heat
+
+109
+00:01:19,128 --> 00:01:19,236
+What a field-day for the heat
+
+110
+00:01:19,236 --> 00:01:19,565
+What a field-day for the heat
+
+111
+00:01:19,565 --> 00:01:19,880
+What a field-day for the heat
+
+112
+00:01:19,880 --> 00:01:20,379
+What a field-day for the heat
+
+113
+00:01:20,379 --> 00:01:20,519
+What a field-day for the heat
+
+114
+00:01:20,519 --> 00:01:21,675
+What a field-day for the heat
+
+115
+00:01:22,650 --> 00:01:22,874
+A thousand people
+in the street
+
+116
+00:01:22,874 --> 00:01:23,444
+A thousand people
+in the street
+
+117
+00:01:23,444 --> 00:01:24,153
+A thousand people
+in the street
+
+118
+00:01:24,153 --> 00:01:24,432
+A thousand people
+in the street
+
+119
+00:01:24,432 --> 00:01:24,758
+A thousand people
+in the street
+
+120
+00:01:24,758 --> 00:01:25,013
+A thousand people
+in the street
+
+121
+00:01:25,013 --> 00:01:25,327
+A thousand people
+in the street
+
+122
+00:01:25,327 --> 00:01:26,575
+A thousand people
+in the street
+
+123
+00:01:27,225 --> 00:01:27,330
+Singing songs and
+they're carrying signs
+
+124
+00:01:27,330 --> 00:01:27,795
+Singing songs and
+they're carrying signs
+
+125
+00:01:27,795 --> 00:01:28,691
+Singing songs and
+they're carrying signs
+
+126
+00:01:28,691 --> 00:01:28,865
+Singing songs and
+they're carrying signs
+
+127
+00:01:28,865 --> 00:01:29,039
+Singing songs and
+they're carrying signs
+
+128
+00:01:29,039 --> 00:01:29,307
+Singing songs and
+they're carrying signs
+
+129
+00:01:29,307 --> 00:01:29,597
+Singing songs and
+they're carrying signs
+
+130
+00:01:29,597 --> 00:01:29,923
+Singing songs and
+they're carrying signs
+
+131
+00:01:29,923 --> 00:01:30,950
+Singing songs and
+they're carrying signs
+
+132
+00:01:32,050 --> 00:01:32,279
+Mostly say, hooray for our side
+
+133
+00:01:32,279 --> 00:01:32,663
+Mostly say, hooray for our side
+
+134
+00:01:32,663 --> 00:01:33,232
+Mostly say, hooray for our side
+
+135
+00:01:33,232 --> 00:01:33,860
+Mostly say, hooray for our side
+
+136
+00:01:33,860 --> 00:01:34,174
+Mostly say, hooray for our side
+
+137
+00:01:34,174 --> 00:01:34,723
+Mostly say, hooray for our side
+
+138
+00:01:34,723 --> 00:01:35,104
+Mostly say, hooray for our side
+
+139
+00:01:35,104 --> 00:01:36,500
+Mostly say, hooray for our side
+
+140
+00:01:36,500 --> 00:01:36,883
+It's time we stop,
+hey, what's that sound
+
+141
+00:01:36,883 --> 00:01:37,200
+It's time we stop,
+hey, what's that sound
+
+142
+00:01:37,200 --> 00:01:37,503
+It's time we stop,
+hey, what's that sound
+
+143
+00:01:37,503 --> 00:01:38,073
+It's time we stop,
+hey, what's that sound
+
+144
+00:01:38,073 --> 00:01:38,688
+It's time we stop,
+hey, what's that sound
+
+145
+00:01:38,688 --> 00:01:38,979
+It's time we stop,
+hey, what's that sound
+
+146
+00:01:38,979 --> 00:01:39,293
+It's time we stop,
+hey, what's that sound
+
+147
+00:01:39,293 --> 00:01:39,900
+It's time we stop,
+hey, what's that sound
+
+148
+00:01:39,900 --> 00:01:40,079
+Everybody look
+what's going down
+
+149
+00:01:40,079 --> 00:01:40,183
+Everybody look
+what's going down
+
+150
+00:01:40,183 --> 00:01:40,311
+Everybody look
+what's going down
+
+151
+00:01:40,311 --> 00:01:40,485
+Everybody look
+what's going down
+
+152
+00:01:40,485 --> 00:01:40,788
+Everybody look
+what's going down
+
+153
+00:01:40,788 --> 00:01:41,102
+Everybody look
+what's going down
+
+154
+00:01:41,102 --> 00:01:41,381
+Everybody look
+what's going down
+
+155
+00:01:41,381 --> 00:01:41,695
+Everybody look
+what's going down
+
+156
+00:01:41,695 --> 00:01:44,667
+Everybody look
+what's going down
+
+157
+00:01:52,000 --> 00:01:52,549
+Paranoia strikes deep
+
+158
+00:01:52,549 --> 00:01:53,212
+Paranoia strikes deep
+
+159
+00:01:53,212 --> 00:01:53,503
+Paranoia strikes deep
+
+160
+00:01:53,503 --> 00:01:53,816
+Paranoia strikes deep
+
+161
+00:01:53,816 --> 00:01:54,433
+Paranoia strikes deep
+
+162
+00:01:54,433 --> 00:01:55,608
+Paranoia strikes deep
+
+163
+00:01:56,775 --> 00:01:57,139
+Into your life it will creep
+
+164
+00:01:57,139 --> 00:01:57,523
+Into your life it will creep
+
+165
+00:01:57,523 --> 00:01:58,035
+Into your life it will creep
+
+166
+00:01:58,035 --> 00:01:58,476
+Into your life it will creep
+
+167
+00:01:58,476 --> 00:01:58,790
+Into your life it will creep
+
+168
+00:01:58,790 --> 00:01:59,220
+Into your life it will creep
+
+169
+00:01:59,220 --> 00:02:00,333
+Into your life it will creep
+
+170
+00:02:01,350 --> 00:02:01,668
+It starts when
+you're always afraid
+
+171
+00:02:01,668 --> 00:02:02,237
+It starts when
+you're always afraid
+
+172
+00:02:02,237 --> 00:02:02,540
+It starts when
+you're always afraid
+
+173
+00:02:02,540 --> 00:02:02,865
+It starts when
+you're always afraid
+
+174
+00:02:02,865 --> 00:02:03,121
+It starts when
+you're always afraid
+
+175
+00:02:03,121 --> 00:02:03,458
+It starts when
+you're always afraid
+
+176
+00:02:03,458 --> 00:02:03,737
+It starts when
+you're always afraid
+
+177
+00:02:03,737 --> 00:02:04,950
+It starts when
+you're always afraid
+
+178
+00:02:05,725 --> 00:02:05,939
+Step out of line, the
+man come and take you away
+
+179
+00:02:05,939 --> 00:02:06,346
+Step out of line, the
+man come and take you away
+
+180
+00:02:06,346 --> 00:02:06,508
+Step out of line, the
+man come and take you away
+
+181
+00:02:06,508 --> 00:02:07,310
+Step out of line, the
+man come and take you away
+
+182
+00:02:07,310 --> 00:02:07,433
+Step out of line, the
+man come and take you away
+
+183
+00:02:07,433 --> 00:02:07,787
+Step out of line, the
+man come and take you away
+
+184
+00:02:07,787 --> 00:02:08,624
+Step out of line, the
+man come and take you away
+
+185
+00:02:08,624 --> 00:02:08,926
+Step out of line, the
+man come and take you away
+
+186
+00:02:08,926 --> 00:02:09,229
+Step out of line, the
+man come and take you away
+
+187
+00:02:09,229 --> 00:02:09,519
+Step out of line, the
+man come and take you away
+
+188
+00:02:09,519 --> 00:02:09,833
+Step out of line, the
+man come and take you away
+
+189
+00:02:09,833 --> 00:02:10,708
+Step out of line, the
+man come and take you away
+
+190
+00:02:10,708 --> 00:02:10,904
+We better stop, hey,
+what's that sound
+
+191
+00:02:10,904 --> 00:02:11,206
+We better stop, hey,
+what's that sound
+
+192
+00:02:11,206 --> 00:02:11,323
+We better stop, hey,
+what's that sound
+
+193
+00:02:11,323 --> 00:02:11,927
+We better stop, hey,
+what's that sound
+
+194
+00:02:11,927 --> 00:02:12,497
+We better stop, hey,
+what's that sound
+
+195
+00:02:12,497 --> 00:02:12,811
+We better stop, hey,
+what's that sound
+
+196
+00:02:12,811 --> 00:02:13,137
+We better stop, hey,
+what's that sound
+
+197
+00:02:13,137 --> 00:02:13,700
+We better stop, hey,
+what's that sound
+
+198
+00:02:13,700 --> 00:02:13,869
+Everybody look
+what's going down
+
+199
+00:02:13,869 --> 00:02:13,974
+Everybody look
+what's going down
+
+200
+00:02:13,974 --> 00:02:14,136
+Everybody look
+what's going down
+
+201
+00:02:14,136 --> 00:02:14,334
+Everybody look
+what's going down
+
+202
+00:02:14,334 --> 00:02:14,613
+Everybody look
+what's going down
+
+203
+00:02:14,613 --> 00:02:14,915
+Everybody look
+what's going down
+
+204
+00:02:14,915 --> 00:02:15,171
+Everybody look
+what's going down
+
+205
+00:02:15,171 --> 00:02:15,508
+Everybody look
+what's going down
+
+206
+00:02:15,508 --> 00:02:16,042
+Everybody look
+what's going down
+
+207
+00:02:16,042 --> 00:02:16,636
+Stop, hey, what's that sound
+
+208
+00:02:16,636 --> 00:02:17,217
+Stop, hey, what's that sound
+
+209
+00:02:17,217 --> 00:02:17,531
+Stop, hey, what's that sound
+
+210
+00:02:17,531 --> 00:02:17,821
+Stop, hey, what's that sound
+
+211
+00:02:17,821 --> 00:02:18,400
+Stop, hey, what's that sound
+
+212
+00:02:18,400 --> 00:02:18,527
+Everybody look
+what's going...
+
+213
+00:02:18,527 --> 00:02:18,690
+Everybody look
+what's going...
+
+214
+00:02:18,690 --> 00:02:18,853
+Everybody look
+what's going...
+
+215
+00:02:18,853 --> 00:02:19,051
+Everybody look
+what's going...
+
+216
+00:02:19,051 --> 00:02:19,330
+Everybody look
+what's going...
+
+217
+00:02:19,330 --> 00:02:19,620
+Everybody look
+what's going...
+
+218
+00:02:19,620 --> 00:02:19,899
+Everybody look
+what's going...
+
+219
+00:02:19,899 --> 00:02:20,188
+Everybody look
+what's going...
+
+220
+00:02:20,188 --> 00:02:20,380
+You better
+
+221
+00:02:20,380 --> 00:02:20,624
+You better
+
+222
+00:02:20,624 --> 00:02:20,776
+You better
+
+223
+00:02:20,776 --> 00:02:21,369
+Stop, now, what's that sound
+
+224
+00:02:21,369 --> 00:02:21,985
+Stop, now, what's that sound
+
+225
+00:02:21,985 --> 00:02:22,253
+Stop, now, what's that sound
+
+226
+00:02:22,253 --> 00:02:22,555
+Stop, now, what's that sound
+
+227
+00:02:22,555 --> 00:02:23,125
+Stop, now, what's that sound
+
+228
+00:02:23,125 --> 00:02:23,276
+Everybody look
+what's going...
+
+229
+00:02:23,276 --> 00:02:23,392
+Everybody look
+what's going...
+
+230
+00:02:23,392 --> 00:02:23,543
+Everybody look
+what's going...
+
+231
+00:02:23,543 --> 00:02:23,741
+Everybody look
+what's going...
+
+232
+00:02:23,741 --> 00:02:24,031
+Everybody look
+what's going...
+
+233
+00:02:24,031 --> 00:02:24,345
+Everybody look
+what's going...
+
+234
+00:02:24,345 --> 00:02:24,624
+Everybody look
+what's going...
+
+235
+00:02:24,624 --> 00:02:24,901
+Everybody look
+what's going...
+
+236
+00:02:24,901 --> 00:02:25,070
+You better
+
+237
+00:02:25,070 --> 00:02:25,334
+You better
+
+238
+00:02:25,334 --> 00:02:25,463
+You better
+
+239
+00:02:25,463 --> 00:02:26,070
+Stop, children,
+what's that sound
+
+240
+00:02:26,070 --> 00:02:26,349
+Stop, children,
+what's that sound
+
+241
+00:02:26,349 --> 00:02:26,651
+Stop, children,
+what's that sound
+
+242
+00:02:26,651 --> 00:02:26,931
+Stop, children,
+what's that sound
+
+243
+00:02:26,931 --> 00:02:27,221
+Stop, children,
+what's that sound
+
+244
+00:02:27,221 --> 00:02:27,767
+Stop, children,
+what's that sound
+
+245
+00:02:27,767 --> 00:02:27,977
+Everybody look
+what's going down...
+
+246
+00:02:27,977 --> 00:02:28,117
+Everybody look
+what's going down...
+
+247
+00:02:28,117 --> 00:02:28,267
+Everybody look
+what's going down...
+
+248
+00:02:28,267 --> 00:02:28,442
+Everybody look
+what's going down...
+
+249
+00:02:28,442 --> 00:02:28,721
+Everybody look
+what's going down...
+
+250
+00:02:28,721 --> 00:02:29,035
+Everybody look
+what's going down...
+
+251
+00:02:29,035 --> 00:02:29,302
+Everybody look
+what's going down...
+
+252
+00:02:29,302 --> 00:02:29,604
+Everybody look
+what's going down...
+
+253
+00:02:29,604 --> 00:02:30,742
+Everybody look
+what's going down...
diff --git a/examples/ESRT/Jan Morgenstern/I Move On.srt b/examples/ESRT/Jan Morgenstern/I Move On.srt
index 377f9e8..fe162ca 100755
--- a/examples/ESRT/Jan Morgenstern/I Move On.srt
+++ b/examples/ESRT/Jan Morgenstern/I Move On.srt
@@ -1,731 +1,731 @@
-1
-00:00:27,294 --> 00:00:27,642
-Come take my journey
-
-2
-00:00:27,642 --> 00:00:28,072
-Come take my journey
-
-3
-00:00:28,072 --> 00:00:28,456
-Come take my journey
-
-4
-00:00:28,456 --> 00:00:28,874
-Come take my journey
-
-5
-00:00:28,874 --> 00:00:30,189
-Come take my journey
-
-6
-00:00:30,189 --> 00:00:31,375
-Into night
-
-7
-00:00:31,375 --> 00:00:31,810
-Into night
-
-8
-00:00:31,810 --> 00:00:33,211
-Into night
-
-9
-00:00:33,211 --> 00:00:33,944
-Into night
-
-10
-00:00:33,944 --> 00:00:34,443
-Come be my shadow
-
-11
-00:00:34,443 --> 00:00:34,827
-Come be my shadow
-
-12
-00:00:34,827 --> 00:00:35,233
-Come be my shadow
-
-13
-00:00:35,233 --> 00:00:35,652
-Come be my shadow
-
-14
-00:00:35,652 --> 00:00:36,493
-Come be my shadow
-
-15
-00:00:36,493 --> 00:00:36,862
-Come be my shadow
-
-16
-00:00:36,862 --> 00:00:38,200
-Walk at my side
-
-17
-00:00:38,200 --> 00:00:38,537
-Walk at my side
-
-18
-00:00:38,537 --> 00:00:39,363
-Walk at my side
-
-19
-00:00:39,363 --> 00:00:40,360
-Walk at my side
-
-20
-00:00:40,360 --> 00:00:40,624
-Walk at my side
-
-21
-00:00:40,624 --> 00:00:41,014
-And when you see
-
-22
-00:00:41,014 --> 00:00:41,409
-And when you see
-
-23
-00:00:41,409 --> 00:00:41,816
-And when you see
-
-24
-00:00:41,816 --> 00:00:43,292
-And when you see
-
-25
-00:00:43,292 --> 00:00:43,554
-And when you see
-
-26
-00:00:43,554 --> 00:00:44,108
-All that I have seen
-
-27
-00:00:44,108 --> 00:00:44,317
-All that I have seen
-
-28
-00:00:44,317 --> 00:00:44,689
-All that I have seen
-
-29
-00:00:44,689 --> 00:00:45,119
-All that I have seen
-
-30
-00:00:45,119 --> 00:00:46,560
-All that I have seen
-
-31
-00:00:46,560 --> 00:00:46,890
-All that I have seen
-
-32
-00:00:46,890 --> 00:00:47,328
-Can you tell me
-
-33
-00:00:47,328 --> 00:00:47,665
-Can you tell me
-
-34
-00:00:47,665 --> 00:00:48,037
-Can you tell me
-
-35
-00:00:48,037 --> 00:00:48,581
-Can you tell me
-
-36
-00:00:48,581 --> 00:00:49,402
-Love from pride?
-
-37
-00:00:49,402 --> 00:00:50,280
-Love from pride?
-
-38
-00:00:50,280 --> 00:00:51,960
-Love from pride?
-
-39
-00:00:51,960 --> 00:00:52,312
-Love from pride?
-
-40
-00:00:54,004 --> 00:00:54,401
-I have been waiting
-
-41
-00:00:54,401 --> 00:00:54,761
-I have been waiting
-
-42
-00:00:54,761 --> 00:00:55,180
-I have been waiting
-
-43
-00:00:55,180 --> 00:00:55,645
-I have been waiting
-
-44
-00:00:55,645 --> 00:00:56,653
-I have been waiting
-
-45
-00:00:56,653 --> 00:00:56,943
-I have been waiting
-
-46
-00:00:56,943 --> 00:00:58,041
-all this time
-
-47
-00:00:58,041 --> 00:00:58,494
-all this time
-
-48
-00:00:58,494 --> 00:00:59,897
-all this time
-
-49
-00:00:59,897 --> 00:01:00,521
-all this time
-
-50
-00:01:00,521 --> 00:01:01,024
-for one to wake me
-
-51
-00:01:01,024 --> 00:01:01,443
-for one to wake me
-
-52
-00:01:01,443 --> 00:01:01,861
-for one to wake me
-
-53
-00:01:01,861 --> 00:01:02,361
-for one to wake me
-
-54
-00:01:02,361 --> 00:01:03,497
-for one to wake me
-
-55
-00:01:03,497 --> 00:01:04,758
-one to call mine
-
-56
-00:01:04,758 --> 00:01:05,200
-one to call mine
-
-57
-00:01:05,200 --> 00:01:06,002
-one to call mine
-
-58
-00:01:06,002 --> 00:01:07,205
-one to call mine
-
-59
-00:01:07,205 --> 00:01:07,596
-So when you're near
-
-60
-00:01:07,596 --> 00:01:08,002
-So when you're near
-
-61
-00:01:08,002 --> 00:01:08,468
-So when you're near
-
-62
-00:01:08,468 --> 00:01:09,763
-So when you're near
-
-63
-00:01:09,763 --> 00:01:10,123
-So when you're near
-
-64
-00:01:10,123 --> 00:01:10,553
-all that you hold dear
-
-65
-00:01:10,553 --> 00:01:10,879
-all that you hold dear
-
-66
-00:01:10,879 --> 00:01:11,274
-all that you hold dear
-
-67
-00:01:11,274 --> 00:01:11,739
-all that you hold dear
-
-68
-00:01:11,739 --> 00:01:13,186
-all that you hold dear
-
-69
-00:01:13,186 --> 00:01:13,372
-all that you hold dear
-
-70
-00:01:13,372 --> 00:01:13,813
-do you fear what you will find?
-
-71
-00:01:13,813 --> 00:01:14,220
-do you fear what you will find?
-
-72
-00:01:14,220 --> 00:01:14,685
-do you fear what you will find?
-
-73
-00:01:14,685 --> 00:01:15,092
-do you fear what you will find?
-
-74
-00:01:15,092 --> 00:01:16,371
-do you fear what you will find?
-
-75
-00:01:16,371 --> 00:01:16,813
-do you fear what you will find?
-
-76
-00:01:16,813 --> 00:01:19,334
-do you fear what you will find?
-
-77
-00:01:19,334 --> 00:01:19,691
-do you fear what you will find?
-
-78
-00:01:19,691 --> 00:01:20,020
-As the dawn
-
-79
-00:01:20,020 --> 00:01:20,276
-As the dawn
-
-80
-00:01:20,276 --> 00:01:21,547
-As the dawn
-
-81
-00:01:21,547 --> 00:01:22,281
-As the dawn
-
-82
-00:01:22,281 --> 00:01:22,652
-Breaks through the night
-
-83
-00:01:22,652 --> 00:01:23,093
-Breaks through the night
-
-84
-00:01:23,093 --> 00:01:23,541
-Breaks through the night
-
-85
-00:01:23,541 --> 00:01:25,187
-Breaks through the night
-
-86
-00:01:25,187 --> 00:01:25,632
-Breaks through the night
-
-87
-00:01:26,513 --> 00:01:26,722
-I move on
-
-88
-00:01:26,722 --> 00:01:26,978
-I move on
-
-89
-00:01:26,978 --> 00:01:28,495
-I move on
-
-90
-00:01:28,495 --> 00:01:29,234
-I move on
-
-91
-00:01:29,234 --> 00:01:29,483
-Forever longing for the home
-
-92
-00:01:29,483 --> 00:01:29,925
-Forever longing for the home
-
-93
-00:01:29,925 --> 00:01:30,402
-Forever longing for the home
-
-94
-00:01:30,402 --> 00:01:31,669
-Forever longing for the home
-
-95
-00:01:31,669 --> 00:01:32,029
-Forever longing for the home
-
-96
-00:01:32,029 --> 00:01:33,424
-Forever longing for the home
-
-97
-00:01:33,424 --> 00:01:33,796
-Forever longing for the home
-
-98
-00:01:33,796 --> 00:01:35,324
-Forever longing for the home
-
-99
-00:01:35,324 --> 00:01:35,547
-Forever longing for the home
-
-100
-00:01:35,547 --> 00:01:35,940
-I found in your eyes
-
-101
-00:01:35,940 --> 00:01:36,440
-I found in your eyes
-
-102
-00:01:36,440 --> 00:01:37,158
-I found in your eyes
-
-103
-00:01:37,158 --> 00:01:37,379
-I found in your eyes
-
-104
-00:01:37,379 --> 00:01:40,602
-I found in your eyes
-
-105
-00:01:40,602 --> 00:01:40,777
-I found in your eyes
-
-106
-00:01:47,669 --> 00:01:48,057
-I will be listening
-
-107
-00:01:48,057 --> 00:01:48,452
-I will be listening
-
-108
-00:01:48,452 --> 00:01:48,836
-I will be listening
-
-109
-00:01:48,836 --> 00:01:49,012
-I will be listening
-
-110
-00:01:49,012 --> 00:01:49,159
-I will be listening
-
-111
-00:01:49,159 --> 00:01:50,305
-I will be listening
-
-112
-00:01:50,305 --> 00:01:50,517
-I will be listening
-
-113
-00:01:50,517 --> 00:01:51,735
-for the drum
-
-114
-00:01:51,735 --> 00:01:52,083
-for the drum
-
-115
-00:01:52,083 --> 00:01:53,292
-for the drum
-
-116
-00:01:53,292 --> 00:01:54,179
-for the drum
-
-117
-00:01:54,179 --> 00:01:54,560
-to call me over
-
-118
-00:01:54,560 --> 00:01:54,966
-to call me over
-
-119
-00:01:54,966 --> 00:01:55,373
-to call me over
-
-120
-00:01:55,373 --> 00:01:55,792
-to call me over
-
-121
-00:01:55,792 --> 00:01:56,210
-to call me over
-
-122
-00:01:56,210 --> 00:01:57,031
-to call me over
-
-123
-00:01:57,031 --> 00:01:58,314
-far away from
-
-124
-00:01:58,314 --> 00:01:58,720
-far away from
-
-125
-00:01:58,720 --> 00:01:59,522
-far away from
-
-126
-00:01:59,522 --> 00:02:00,359
-far away from
-
-127
-00:02:00,359 --> 00:02:00,727
-far away from
-
-128
-00:02:00,727 --> 00:02:01,088
-my tender youth
-
-129
-00:02:01,088 --> 00:02:01,460
-my tender youth
-
-130
-00:02:01,460 --> 00:02:01,844
-my tender youth
-
-131
-00:02:01,844 --> 00:02:03,286
-my tender youth
-
-132
-00:02:03,286 --> 00:02:03,564
-my tender youth
-
-133
-00:02:03,564 --> 00:02:03,948
-and the very truth
-
-134
-00:02:03,948 --> 00:02:04,308
-and the very truth
-
-135
-00:02:04,308 --> 00:02:04,739
-and the very truth
-
-136
-00:02:04,739 --> 00:02:05,111
-and the very truth
-
-137
-00:02:05,111 --> 00:02:06,457
-and the very truth
-
-138
-00:02:06,457 --> 00:02:06,812
-and the very truth
-
-139
-00:02:06,812 --> 00:02:07,213
-showing me what I've become
-
-140
-00:02:07,213 --> 00:02:07,620
-showing me what I've become
-
-141
-00:02:07,620 --> 00:02:08,050
-showing me what I've become
-
-142
-00:02:08,050 --> 00:02:08,422
-showing me what I've become
-
-143
-00:02:08,422 --> 00:02:09,701
-showing me what I've become
-
-144
-00:02:09,701 --> 00:02:10,119
-showing me what I've become
-
-145
-00:02:10,119 --> 00:02:12,609
-showing me what I've become
-
-146
-00:02:12,609 --> 00:02:12,907
-showing me what I've become
-
-147
-00:02:12,907 --> 00:02:13,120
-As the dawn
-
-148
-00:02:13,120 --> 00:02:13,353
-As the dawn
-
-149
-00:02:13,353 --> 00:02:15,248
-As the dawn
-
-150
-00:02:15,248 --> 00:02:15,396
-As the dawn
-
-151
-00:02:15,396 --> 00:02:15,791
-Breaks through the night
-
-152
-00:02:15,791 --> 00:02:16,186
-Breaks through the night
-
-153
-00:02:16,186 --> 00:02:16,570
-Breaks through the night
-
-154
-00:02:16,570 --> 00:02:18,403
-Breaks through the night
-
-155
-00:02:18,403 --> 00:02:19,470
-Breaks through the night
-
-156
-00:02:19,470 --> 00:02:19,647
-I move on
-
-157
-00:02:19,647 --> 00:02:19,879
-I move on
-
-158
-00:02:19,879 --> 00:02:21,565
-I move on
-
-159
-00:02:21,565 --> 00:02:21,893
-I move on
-
-160
-00:02:21,893 --> 00:02:22,332
-Forever longing for the home
-
-161
-00:02:22,332 --> 00:02:22,716
-Forever longing for the home
-
-162
-00:02:22,716 --> 00:02:23,146
-Forever longing for the home
-
-163
-00:02:23,146 --> 00:02:24,378
-Forever longing for the home
-
-164
-00:02:24,378 --> 00:02:24,797
-Forever longing for the home
-
-165
-00:02:24,797 --> 00:02:26,017
-Forever longing for the home
-
-166
-00:02:26,017 --> 00:02:26,389
-Forever longing for the home
-
-167
-00:02:26,389 --> 00:02:27,749
-Forever longing for the home
-
-168
-00:02:27,749 --> 00:02:28,035
-Forever longing for the home
-
-169
-00:02:28,035 --> 00:02:28,389
-I found in your eyes
-
-170
-00:02:28,389 --> 00:02:28,842
-I found in your eyes
-
-171
-00:02:28,842 --> 00:02:29,482
-I found in your eyes
-
-172
-00:02:29,482 --> 00:02:29,679
-I found in your eyes
-
-173
-00:02:29,679 --> 00:02:31,857
-I found in your eyes
-
-174
-00:02:31,857 --> 00:02:32,108
-I found in your eyes
-
-175
-00:02:32,108 --> 00:02:32,938
-Your voice
-
-176
-00:02:32,938 --> 00:02:34,066
-Your voice
-
-177
-00:02:34,066 --> 00:02:34,536
-Your voice
-
-178
-00:02:34,536 --> 00:02:35,021
-saw me through the night
-
-179
-00:02:35,021 --> 00:02:35,324
-saw me through the night
-
-180
-00:02:35,324 --> 00:02:35,800
-saw me through the night
-
-181
-00:02:35,800 --> 00:02:36,149
-saw me through the night
-
-182
-00:02:36,149 --> 00:02:39,539
-saw me through the night
-
-183
-00:02:39,539 --> 00:02:40,319
-saw me through the night
+1
+00:00:27,294 --> 00:00:27,642
+Come take my journey
+
+2
+00:00:27,642 --> 00:00:28,072
+Come take my journey
+
+3
+00:00:28,072 --> 00:00:28,456
+Come take my journey
+
+4
+00:00:28,456 --> 00:00:28,874
+Come take my journey
+
+5
+00:00:28,874 --> 00:00:30,189
+Come take my journey
+
+6
+00:00:30,189 --> 00:00:31,375
+Into night
+
+7
+00:00:31,375 --> 00:00:31,810
+Into night
+
+8
+00:00:31,810 --> 00:00:33,211
+Into night
+
+9
+00:00:33,211 --> 00:00:33,944
+Into night
+
+10
+00:00:33,944 --> 00:00:34,443
+Come be my shadow
+
+11
+00:00:34,443 --> 00:00:34,827
+Come be my shadow
+
+12
+00:00:34,827 --> 00:00:35,233
+Come be my shadow
+
+13
+00:00:35,233 --> 00:00:35,652
+Come be my shadow
+
+14
+00:00:35,652 --> 00:00:36,493
+Come be my shadow
+
+15
+00:00:36,493 --> 00:00:36,862
+Come be my shadow
+
+16
+00:00:36,862 --> 00:00:38,200
+Walk at my side
+
+17
+00:00:38,200 --> 00:00:38,537
+Walk at my side
+
+18
+00:00:38,537 --> 00:00:39,363
+Walk at my side
+
+19
+00:00:39,363 --> 00:00:40,360
+Walk at my side
+
+20
+00:00:40,360 --> 00:00:40,624
+Walk at my side
+
+21
+00:00:40,624 --> 00:00:41,014
+And when you see
+
+22
+00:00:41,014 --> 00:00:41,409
+And when you see
+
+23
+00:00:41,409 --> 00:00:41,816
+And when you see
+
+24
+00:00:41,816 --> 00:00:43,292
+And when you see
+
+25
+00:00:43,292 --> 00:00:43,554
+And when you see
+
+26
+00:00:43,554 --> 00:00:44,108
+All that I have seen
+
+27
+00:00:44,108 --> 00:00:44,317
+All that I have seen
+
+28
+00:00:44,317 --> 00:00:44,689
+All that I have seen
+
+29
+00:00:44,689 --> 00:00:45,119
+All that I have seen
+
+30
+00:00:45,119 --> 00:00:46,560
+All that I have seen
+
+31
+00:00:46,560 --> 00:00:46,890
+All that I have seen
+
+32
+00:00:46,890 --> 00:00:47,328
+Can you tell me
+
+33
+00:00:47,328 --> 00:00:47,665
+Can you tell me
+
+34
+00:00:47,665 --> 00:00:48,037
+Can you tell me
+
+35
+00:00:48,037 --> 00:00:48,581
+Can you tell me
+
+36
+00:00:48,581 --> 00:00:49,402
+Love from pride?
+
+37
+00:00:49,402 --> 00:00:50,280
+Love from pride?
+
+38
+00:00:50,280 --> 00:00:51,960
+Love from pride?
+
+39
+00:00:51,960 --> 00:00:52,312
+Love from pride?
+
+40
+00:00:54,004 --> 00:00:54,401
+I have been waiting
+
+41
+00:00:54,401 --> 00:00:54,761
+I have been waiting
+
+42
+00:00:54,761 --> 00:00:55,180
+I have been waiting
+
+43
+00:00:55,180 --> 00:00:55,645
+I have been waiting
+
+44
+00:00:55,645 --> 00:00:56,653
+I have been waiting
+
+45
+00:00:56,653 --> 00:00:56,943
+I have been waiting
+
+46
+00:00:56,943 --> 00:00:58,041
+all this time
+
+47
+00:00:58,041 --> 00:00:58,494
+all this time
+
+48
+00:00:58,494 --> 00:00:59,897
+all this time
+
+49
+00:00:59,897 --> 00:01:00,521
+all this time
+
+50
+00:01:00,521 --> 00:01:01,024
+for one to wake me
+
+51
+00:01:01,024 --> 00:01:01,443
+for one to wake me
+
+52
+00:01:01,443 --> 00:01:01,861
+for one to wake me
+
+53
+00:01:01,861 --> 00:01:02,361
+for one to wake me
+
+54
+00:01:02,361 --> 00:01:03,497
+for one to wake me
+
+55
+00:01:03,497 --> 00:01:04,758
+one to call mine
+
+56
+00:01:04,758 --> 00:01:05,200
+one to call mine
+
+57
+00:01:05,200 --> 00:01:06,002
+one to call mine
+
+58
+00:01:06,002 --> 00:01:07,205
+one to call mine
+
+59
+00:01:07,205 --> 00:01:07,596
+So when you're near
+
+60
+00:01:07,596 --> 00:01:08,002
+So when you're near
+
+61
+00:01:08,002 --> 00:01:08,468
+So when you're near
+
+62
+00:01:08,468 --> 00:01:09,763
+So when you're near
+
+63
+00:01:09,763 --> 00:01:10,123
+So when you're near
+
+64
+00:01:10,123 --> 00:01:10,553
+all that you hold dear
+
+65
+00:01:10,553 --> 00:01:10,879
+all that you hold dear
+
+66
+00:01:10,879 --> 00:01:11,274
+all that you hold dear
+
+67
+00:01:11,274 --> 00:01:11,739
+all that you hold dear
+
+68
+00:01:11,739 --> 00:01:13,186
+all that you hold dear
+
+69
+00:01:13,186 --> 00:01:13,372
+all that you hold dear
+
+70
+00:01:13,372 --> 00:01:13,813
+do you fear what you will find?
+
+71
+00:01:13,813 --> 00:01:14,220
+do you fear what you will find?
+
+72
+00:01:14,220 --> 00:01:14,685
+do you fear what you will find?
+
+73
+00:01:14,685 --> 00:01:15,092
+do you fear what you will find?
+
+74
+00:01:15,092 --> 00:01:16,371
+do you fear what you will find?
+
+75
+00:01:16,371 --> 00:01:16,813
+do you fear what you will find?
+
+76
+00:01:16,813 --> 00:01:19,334
+do you fear what you will find?
+
+77
+00:01:19,334 --> 00:01:19,691
+do you fear what you will find?
+
+78
+00:01:19,691 --> 00:01:20,020
+As the dawn
+
+79
+00:01:20,020 --> 00:01:20,276
+As the dawn
+
+80
+00:01:20,276 --> 00:01:21,547
+As the dawn
+
+81
+00:01:21,547 --> 00:01:22,281
+As the dawn
+
+82
+00:01:22,281 --> 00:01:22,652
+Breaks through the night
+
+83
+00:01:22,652 --> 00:01:23,093
+Breaks through the night
+
+84
+00:01:23,093 --> 00:01:23,541
+Breaks through the night
+
+85
+00:01:23,541 --> 00:01:25,187
+Breaks through the night
+
+86
+00:01:25,187 --> 00:01:25,632
+Breaks through the night
+
+87
+00:01:26,513 --> 00:01:26,722
+I move on
+
+88
+00:01:26,722 --> 00:01:26,978
+I move on
+
+89
+00:01:26,978 --> 00:01:28,495
+I move on
+
+90
+00:01:28,495 --> 00:01:29,234
+I move on
+
+91
+00:01:29,234 --> 00:01:29,483
+Forever longing for the home
+
+92
+00:01:29,483 --> 00:01:29,925
+Forever longing for the home
+
+93
+00:01:29,925 --> 00:01:30,402
+Forever longing for the home
+
+94
+00:01:30,402 --> 00:01:31,669
+Forever longing for the home
+
+95
+00:01:31,669 --> 00:01:32,029
+Forever longing for the home
+
+96
+00:01:32,029 --> 00:01:33,424
+Forever longing for the home
+
+97
+00:01:33,424 --> 00:01:33,796
+Forever longing for the home
+
+98
+00:01:33,796 --> 00:01:35,324
+Forever longing for the home
+
+99
+00:01:35,324 --> 00:01:35,547
+Forever longing for the home
+
+100
+00:01:35,547 --> 00:01:35,940
+I found in your eyes
+
+101
+00:01:35,940 --> 00:01:36,440
+I found in your eyes
+
+102
+00:01:36,440 --> 00:01:37,158
+I found in your eyes
+
+103
+00:01:37,158 --> 00:01:37,379
+I found in your eyes
+
+104
+00:01:37,379 --> 00:01:40,602
+I found in your eyes
+
+105
+00:01:40,602 --> 00:01:40,777
+I found in your eyes
+
+106
+00:01:47,669 --> 00:01:48,057
+I will be listening
+
+107
+00:01:48,057 --> 00:01:48,452
+I will be listening
+
+108
+00:01:48,452 --> 00:01:48,836
+I will be listening
+
+109
+00:01:48,836 --> 00:01:49,012
+I will be listening
+
+110
+00:01:49,012 --> 00:01:49,159
+I will be listening
+
+111
+00:01:49,159 --> 00:01:50,305
+I will be listening
+
+112
+00:01:50,305 --> 00:01:50,517
+I will be listening
+
+113
+00:01:50,517 --> 00:01:51,735
+for the drum
+
+114
+00:01:51,735 --> 00:01:52,083
+for the drum
+
+115
+00:01:52,083 --> 00:01:53,292
+for the drum
+
+116
+00:01:53,292 --> 00:01:54,179
+for the drum
+
+117
+00:01:54,179 --> 00:01:54,560
+to call me over
+
+118
+00:01:54,560 --> 00:01:54,966
+to call me over
+
+119
+00:01:54,966 --> 00:01:55,373
+to call me over
+
+120
+00:01:55,373 --> 00:01:55,792
+to call me over
+
+121
+00:01:55,792 --> 00:01:56,210
+to call me over
+
+122
+00:01:56,210 --> 00:01:57,031
+to call me over
+
+123
+00:01:57,031 --> 00:01:58,314
+far away from
+
+124
+00:01:58,314 --> 00:01:58,720
+far away from
+
+125
+00:01:58,720 --> 00:01:59,522
+far away from
+
+126
+00:01:59,522 --> 00:02:00,359
+far away from
+
+127
+00:02:00,359 --> 00:02:00,727
+far away from
+
+128
+00:02:00,727 --> 00:02:01,088
+my tender youth
+
+129
+00:02:01,088 --> 00:02:01,460
+my tender youth
+
+130
+00:02:01,460 --> 00:02:01,844
+my tender youth
+
+131
+00:02:01,844 --> 00:02:03,286
+my tender youth
+
+132
+00:02:03,286 --> 00:02:03,564
+my tender youth
+
+133
+00:02:03,564 --> 00:02:03,948
+and the very truth
+
+134
+00:02:03,948 --> 00:02:04,308
+and the very truth
+
+135
+00:02:04,308 --> 00:02:04,739
+and the very truth
+
+136
+00:02:04,739 --> 00:02:05,111
+and the very truth
+
+137
+00:02:05,111 --> 00:02:06,457
+and the very truth
+
+138
+00:02:06,457 --> 00:02:06,812
+and the very truth
+
+139
+00:02:06,812 --> 00:02:07,213
+showing me what I've become
+
+140
+00:02:07,213 --> 00:02:07,620
+showing me what I've become
+
+141
+00:02:07,620 --> 00:02:08,050
+showing me what I've become
+
+142
+00:02:08,050 --> 00:02:08,422
+showing me what I've become
+
+143
+00:02:08,422 --> 00:02:09,701
+showing me what I've become
+
+144
+00:02:09,701 --> 00:02:10,119
+showing me what I've become
+
+145
+00:02:10,119 --> 00:02:12,609
+showing me what I've become
+
+146
+00:02:12,609 --> 00:02:12,907
+showing me what I've become
+
+147
+00:02:12,907 --> 00:02:13,120
+As the dawn
+
+148
+00:02:13,120 --> 00:02:13,353
+As the dawn
+
+149
+00:02:13,353 --> 00:02:15,248
+As the dawn
+
+150
+00:02:15,248 --> 00:02:15,396
+As the dawn
+
+151
+00:02:15,396 --> 00:02:15,791
+Breaks through the night
+
+152
+00:02:15,791 --> 00:02:16,186
+Breaks through the night
+
+153
+00:02:16,186 --> 00:02:16,570
+Breaks through the night
+
+154
+00:02:16,570 --> 00:02:18,403
+Breaks through the night
+
+155
+00:02:18,403 --> 00:02:19,470
+Breaks through the night
+
+156
+00:02:19,470 --> 00:02:19,647
+I move on
+
+157
+00:02:19,647 --> 00:02:19,879
+I move on
+
+158
+00:02:19,879 --> 00:02:21,565
+I move on
+
+159
+00:02:21,565 --> 00:02:21,893
+I move on
+
+160
+00:02:21,893 --> 00:02:22,332
+Forever longing for the home
+
+161
+00:02:22,332 --> 00:02:22,716
+Forever longing for the home
+
+162
+00:02:22,716 --> 00:02:23,146
+Forever longing for the home
+
+163
+00:02:23,146 --> 00:02:24,378
+Forever longing for the home
+
+164
+00:02:24,378 --> 00:02:24,797
+Forever longing for the home
+
+165
+00:02:24,797 --> 00:02:26,017
+Forever longing for the home
+
+166
+00:02:26,017 --> 00:02:26,389
+Forever longing for the home
+
+167
+00:02:26,389 --> 00:02:27,749
+Forever longing for the home
+
+168
+00:02:27,749 --> 00:02:28,035
+Forever longing for the home
+
+169
+00:02:28,035 --> 00:02:28,389
+I found in your eyes
+
+170
+00:02:28,389 --> 00:02:28,842
+I found in your eyes
+
+171
+00:02:28,842 --> 00:02:29,482
+I found in your eyes
+
+172
+00:02:29,482 --> 00:02:29,679
+I found in your eyes
+
+173
+00:02:29,679 --> 00:02:31,857
+I found in your eyes
+
+174
+00:02:31,857 --> 00:02:32,108
+I found in your eyes
+
+175
+00:02:32,108 --> 00:02:32,938
+Your voice
+
+176
+00:02:32,938 --> 00:02:34,066
+Your voice
+
+177
+00:02:34,066 --> 00:02:34,536
+Your voice
+
+178
+00:02:34,536 --> 00:02:35,021
+saw me through the night
+
+179
+00:02:35,021 --> 00:02:35,324
+saw me through the night
+
+180
+00:02:35,324 --> 00:02:35,800
+saw me through the night
+
+181
+00:02:35,800 --> 00:02:36,149
+saw me through the night
+
+182
+00:02:36,149 --> 00:02:39,539
+saw me through the night
+
+183
+00:02:39,539 --> 00:02:40,319
+saw me through the night
diff --git a/examples/ESRT/Journey/Remember Me.srt b/examples/ESRT/Journey/Remember Me.srt
index 6d2a908..91f070e 100755
--- a/examples/ESRT/Journey/Remember Me.srt
+++ b/examples/ESRT/Journey/Remember Me.srt
@@ -1,1546 +1,1546 @@
-1
-00:00:08,870 --> 00:00:09,120
-Remember me
-
-2
-00:00:09,120 --> 00:00:09,540
-Remember me
-
-3
-00:00:09,540 --> 00:00:09,940
-Remember me
-
-4
-00:00:09,940 --> 00:00:11,620
-Remember me
-
-5
-00:00:17,690 --> 00:00:17,970
-Remember me
-
-6
-00:00:17,970 --> 00:00:18,330
-Remember me
-
-7
-00:00:18,330 --> 00:00:18,670
-Remember me
-
-8
-00:00:18,670 --> 00:00:20,350
-Remember me
-
-9
-00:00:23,590 --> 00:00:24,060
-Find myself all alone
-
-10
-00:00:24,060 --> 00:00:24,460
-Find myself all alone
-
-11
-00:00:24,460 --> 00:00:25,330
-Find myself all alone
-
-12
-00:00:25,330 --> 00:00:25,520
-Find myself all alone
-
-13
-00:00:25,520 --> 00:00:25,750
-Find myself all alone
-
-14
-00:00:25,750 --> 00:00:26,960
-Find myself all alone
-
-15
-00:00:26,960 --> 00:00:27,590
-Find myself all alone
-
-16
-00:00:27,590 --> 00:00:27,890
-In darkness without you
-
-17
-00:00:27,890 --> 00:00:28,300
-In darkness without you
-
-18
-00:00:28,300 --> 00:00:28,770
-In darkness without you
-
-19
-00:00:28,770 --> 00:00:28,980
-In darkness without you
-
-20
-00:00:28,980 --> 00:00:30,110
-In darkness without you
-
-21
-00:00:30,110 --> 00:00:31,410
-In darkness without you
-
-22
-00:00:31,410 --> 00:00:32,140
-In darkness without you
-
-23
-00:00:32,140 --> 00:00:32,650
-Now I can't turn away
-
-24
-00:00:32,650 --> 00:00:32,960
-Now I can't turn away
-
-25
-00:00:32,960 --> 00:00:33,310
-Now I can't turn away
-
-26
-00:00:33,310 --> 00:00:34,200
-Now I can't turn away
-
-27
-00:00:34,200 --> 00:00:34,510
-Now I can't turn away
-
-28
-00:00:34,510 --> 00:00:35,820
-Now I can't turn away
-
-29
-00:00:35,820 --> 00:00:36,350
-Now I can't turn away
-
-30
-00:00:36,350 --> 00:00:36,600
-From what I must do
-
-31
-00:00:36,600 --> 00:00:37,090
-From what I must do
-
-32
-00:00:37,090 --> 00:00:37,410
-From what I must do
-
-33
-00:00:37,410 --> 00:00:37,680
-From what I must do
-
-34
-00:00:37,680 --> 00:00:39,620
-From what I must do
-
-35
-00:00:39,620 --> 00:00:40,700
-From what I must do
-
-36
-00:00:40,700 --> 00:00:41,010
-You know I'd give
-my life for you
-
-37
-00:00:41,010 --> 00:00:41,320
-You know I'd give
-my life for you
-
-38
-00:00:41,320 --> 00:00:41,620
-You know I'd give
-my life for you
-
-39
-00:00:41,620 --> 00:00:41,860
-You know I'd give
-my life for you
-
-40
-00:00:41,860 --> 00:00:42,310
-You know I'd give
-my life for you
-
-41
-00:00:42,310 --> 00:00:43,000
-You know I'd give
-my life for you
-
-42
-00:00:43,000 --> 00:00:43,480
-You know I'd give
-my life for you
-
-43
-00:00:43,480 --> 00:00:44,590
-You know I'd give
-my life for you
-
-44
-00:00:44,590 --> 00:00:45,140
-You know I'd give
-my life for you
-
-45
-00:00:45,140 --> 00:00:45,540
-More than words can say
-
-46
-00:00:45,540 --> 00:00:45,840
-More than words can say
-
-47
-00:00:45,840 --> 00:00:46,810
-More than words can say
-
-48
-00:00:46,810 --> 00:00:47,290
-More than words can say
-
-49
-00:00:47,290 --> 00:00:48,450
-More than words can say
-
-50
-00:00:48,450 --> 00:00:49,000
-More than words can say
-
-51
-00:00:49,000 --> 00:00:49,420
-I've shown you how
-to love someone
-
-52
-00:00:49,420 --> 00:00:49,780
-I've shown you how
-to love someone
-
-53
-00:00:49,780 --> 00:00:50,610
-I've shown you how
-to love someone
-
-54
-00:00:50,610 --> 00:00:50,780
-I've shown you how
-to love someone
-
-55
-00:00:50,780 --> 00:00:51,000
-I've shown you how
-to love someone
-
-56
-00:00:51,000 --> 00:00:51,750
-I've shown you how
-to love someone
-
-57
-00:00:51,750 --> 00:00:52,060
-I've shown you how
-to love someone
-
-58
-00:00:52,060 --> 00:00:53,470
-I've shown you how
-to love someone
-
-59
-00:00:53,470 --> 00:00:53,950
-I've shown you how
-to love someone
-
-60
-00:00:53,950 --> 00:00:54,220
-I know you'll find a way
-
-61
-00:00:54,220 --> 00:00:54,470
-I know you'll find a way
-
-62
-00:00:54,470 --> 00:00:54,730
-I know you'll find a way
-
-63
-00:00:54,730 --> 00:00:55,040
-I know you'll find a way
-
-64
-00:00:55,040 --> 00:00:55,300
-I know you'll find a way
-
-65
-00:00:55,300 --> 00:00:57,800
-I know you'll find a way
-
-66
-00:00:57,800 --> 00:00:58,200
-Say goodbye
-
-67
-00:00:58,200 --> 00:00:58,590
-Say goodbye
-
-68
-00:00:58,590 --> 00:00:59,700
-Say goodbye
-
-69
-00:00:59,700 --> 00:01:00,170
-Close your eyes
-
-70
-00:01:00,170 --> 00:01:00,550
-Close your eyes
-
-71
-00:01:00,550 --> 00:01:01,460
-Close your eyes
-
-72
-00:01:01,460 --> 00:01:01,690
-Close your eyes
-
-73
-00:01:01,690 --> 00:01:01,970
-Remember me
-
-74
-00:01:01,970 --> 00:01:02,340
-Remember me
-
-75
-00:01:02,340 --> 00:01:02,780
-Remember me
-
-76
-00:01:02,780 --> 00:01:04,420
-Remember me
-
-77
-00:01:04,420 --> 00:01:05,010
-Remember me
-
-78
-00:01:06,650 --> 00:01:07,030
-Walk away
-
-79
-00:01:07,030 --> 00:01:07,440
-Walk away
-
-80
-00:01:07,440 --> 00:01:08,100
-Walk away
-
-81
-00:01:08,100 --> 00:01:08,280
-Walk away
-
-82
-00:01:08,280 --> 00:01:08,580
-The sun remains
-
-83
-00:01:08,580 --> 00:01:08,990
-The sun remains
-
-84
-00:01:08,990 --> 00:01:09,380
-The sun remains
-
-85
-00:01:09,380 --> 00:01:10,260
-The sun remains
-
-86
-00:01:10,260 --> 00:01:10,470
-The sun remains
-
-87
-00:01:10,470 --> 00:01:10,790
-Remember me
-
-88
-00:01:10,790 --> 00:01:11,170
-Remember me
-
-89
-00:01:11,170 --> 00:01:11,560
-Remember me
-
-90
-00:01:11,560 --> 00:01:13,240
-Remember me
-
-91
-00:01:15,450 --> 00:01:15,960
-I'll live on somewhere
-in your heart
-
-92
-00:01:15,960 --> 00:01:16,270
-I'll live on somewhere
-in your heart
-
-93
-00:01:16,270 --> 00:01:16,980
-I'll live on somewhere
-in your heart
-
-94
-00:01:16,980 --> 00:01:17,220
-I'll live on somewhere
-in your heart
-
-95
-00:01:17,220 --> 00:01:17,680
-I'll live on somewhere
-in your heart
-
-96
-00:01:17,680 --> 00:01:18,150
-I'll live on somewhere
-in your heart
-
-97
-00:01:18,150 --> 00:01:18,700
-I'll live on somewhere
-in your heart
-
-98
-00:01:18,700 --> 00:01:19,830
-I'll live on somewhere
-in your heart
-
-99
-00:01:19,830 --> 00:01:20,650
-I'll live on somewhere
-in your heart
-
-100
-00:01:20,650 --> 00:01:21,080
-You must believe
-
-101
-00:01:21,080 --> 00:01:21,490
-You must believe
-
-102
-00:01:21,490 --> 00:01:22,050
-You must believe
-
-103
-00:01:22,050 --> 00:01:23,180
-You must believe
-
-104
-00:01:23,180 --> 00:01:23,490
-Remember me
-
-105
-00:01:23,490 --> 00:01:23,770
-Remember me
-
-106
-00:01:23,770 --> 00:01:24,340
-Remember me
-
-107
-00:01:24,340 --> 00:01:26,020
-Remember me
-
-108
-00:01:26,020 --> 00:01:26,250
-Remember me
-
-109
-00:01:33,590 --> 00:01:33,920
-No way I can change my mind
-
-110
-00:01:33,920 --> 00:01:34,400
-No way I can change my mind
-
-111
-00:01:34,400 --> 00:01:34,690
-No way I can change my mind
-
-112
-00:01:34,690 --> 00:01:35,000
-No way I can change my mind
-
-113
-00:01:35,000 --> 00:01:35,830
-No way I can change my mind
-
-114
-00:01:35,830 --> 00:01:36,360
-No way I can change my mind
-
-115
-00:01:36,360 --> 00:01:37,380
-No way I can change my mind
-
-116
-00:01:37,380 --> 00:01:38,060
-No way I can change my mind
-
-117
-00:01:38,060 --> 00:01:38,340
-I don't have the answers
-
-118
-00:01:38,340 --> 00:01:38,830
-I don't have the answers
-
-119
-00:01:38,830 --> 00:01:39,270
-I don't have the answers
-
-120
-00:01:39,270 --> 00:01:39,510
-I don't have the answers
-
-121
-00:01:39,510 --> 00:01:40,590
-I don't have the answers
-
-122
-00:01:40,590 --> 00:01:41,820
-I don't have the answers
-
-123
-00:01:41,820 --> 00:01:42,710
-I don't have the answers
-
-124
-00:01:42,710 --> 00:01:43,060
-If you could see
-through my eyes
-
-125
-00:01:43,060 --> 00:01:43,430
-If you could see
-through my eyes
-
-126
-00:01:43,430 --> 00:01:43,770
-If you could see
-through my eyes
-
-127
-00:01:43,770 --> 00:01:44,280
-If you could see
-through my eyes
-
-128
-00:01:44,280 --> 00:01:44,550
-If you could see
-through my eyes
-
-129
-00:01:44,550 --> 00:01:45,130
-If you could see
-through my eyes
-
-130
-00:01:45,130 --> 00:01:46,080
-If you could see
-through my eyes
-
-131
-00:01:46,080 --> 00:01:46,350
-If you could see
-through my eyes
-
-132
-00:01:46,350 --> 00:01:46,670
-You'd let go of your fears
-
-133
-00:01:46,670 --> 00:01:47,170
-You'd let go of your fears
-
-134
-00:01:47,170 --> 00:01:47,590
-You'd let go of your fears
-
-135
-00:01:47,590 --> 00:01:47,930
-You'd let go of your fears
-
-136
-00:01:47,930 --> 00:01:48,210
-You'd let go of your fears
-
-137
-00:01:48,210 --> 00:01:50,250
-You'd let go of your fears
-
-138
-00:01:50,250 --> 00:01:51,230
-You'd let go of your fears
-
-139
-00:01:51,230 --> 00:01:51,500
-And though I have
-to leave you now
-
-140
-00:01:51,500 --> 00:01:51,790
-And though I have
-to leave you now
-
-141
-00:01:51,790 --> 00:01:52,100
-And though I have
-to leave you now
-
-142
-00:01:52,100 --> 00:01:52,350
-And though I have
-to leave you now
-
-143
-00:01:52,350 --> 00:01:52,630
-And though I have
-to leave you now
-
-144
-00:01:52,630 --> 00:01:53,390
-And though I have
-to leave you now
-
-145
-00:01:53,390 --> 00:01:54,030
-And though I have
-to leave you now
-
-146
-00:01:54,030 --> 00:01:55,080
-And though I have
-to leave you now
-
-147
-00:01:55,080 --> 00:01:55,620
-And though I have
-to leave you now
-
-148
-00:01:55,620 --> 00:01:55,780
-With the thought of each other
-
-149
-00:01:55,780 --> 00:01:56,000
-With the thought of each other
-
-150
-00:01:56,000 --> 00:01:56,860
-With the thought of each other
-
-151
-00:01:56,860 --> 00:01:57,070
-With the thought of each other
-
-152
-00:01:57,070 --> 00:01:57,400
-With the thought of each other
-
-153
-00:01:57,400 --> 00:01:58,200
-With the thought of each other
-
-154
-00:01:58,200 --> 00:01:59,070
-With the thought of each other
-
-155
-00:01:59,070 --> 00:01:59,490
-With the thought of each other
-
-156
-00:01:59,490 --> 00:01:59,770
-I miss your touch
-
-157
-00:01:59,770 --> 00:02:00,160
-I miss your touch
-
-158
-00:02:00,160 --> 00:02:00,530
-I miss your touch
-
-159
-00:02:00,530 --> 00:02:00,930
-I miss your touch
-
-160
-00:02:00,930 --> 00:02:01,180
-I miss your touch
-
-161
-00:02:01,180 --> 00:02:01,430
-You call my name
-
-162
-00:02:01,430 --> 00:02:02,350
-You call my name
-
-163
-00:02:02,350 --> 00:02:02,710
-You call my name
-
-164
-00:02:02,710 --> 00:02:03,780
-You call my name
-
-165
-00:02:03,780 --> 00:02:03,910
-You call my name
-
-166
-00:02:03,910 --> 00:02:04,550
-I am with you forever
-
-167
-00:02:04,550 --> 00:02:04,810
-I am with you forever
-
-168
-00:02:04,810 --> 00:02:05,190
-I am with you forever
-
-169
-00:02:05,190 --> 00:02:05,530
-I am with you forever
-
-170
-00:02:05,530 --> 00:02:05,890
-I am with you forever
-
-171
-00:02:05,890 --> 00:02:06,750
-I am with you forever
-
-172
-00:02:06,750 --> 00:02:08,289
-I am with you forever
-
-173
-00:02:08,289 --> 00:02:08,710
-Say goodbye
-
-174
-00:02:08,710 --> 00:02:09,130
-Say goodbye
-
-175
-00:02:09,130 --> 00:02:10,199
-Say goodbye
-
-176
-00:02:10,199 --> 00:02:10,630
-Close your eyes
-
-177
-00:02:10,630 --> 00:02:11,039
-Close your eyes
-
-178
-00:02:11,039 --> 00:02:11,800
-Close your eyes
-
-179
-00:02:11,800 --> 00:02:12,180
-Close your eyes
-
-180
-00:02:12,180 --> 00:02:12,450
-Remember me
-
-181
-00:02:12,450 --> 00:02:12,850
-Remember me
-
-182
-00:02:12,850 --> 00:02:13,260
-Remember me
-
-183
-00:02:13,260 --> 00:02:14,770
-Remember me
-
-184
-00:02:14,770 --> 00:02:15,490
-Remember me
-
-185
-00:02:17,130 --> 00:02:17,500
-Walk away
-
-186
-00:02:17,500 --> 00:02:17,900
-Walk away
-
-187
-00:02:17,900 --> 00:02:18,560
-Walk away
-
-188
-00:02:18,560 --> 00:02:18,780
-Walk away
-
-189
-00:02:18,780 --> 00:02:19,050
-The sun remains
-
-190
-00:02:19,050 --> 00:02:19,480
-The sun remains
-
-191
-00:02:19,480 --> 00:02:19,880
-The sun remains
-
-192
-00:02:19,880 --> 00:02:20,710
-The sun remains
-
-193
-00:02:20,710 --> 00:02:20,970
-The sun remains
-
-194
-00:02:20,970 --> 00:02:21,250
-Remember me
-
-195
-00:02:21,250 --> 00:02:21,660
-Remember me
-
-196
-00:02:21,660 --> 00:02:22,050
-Remember me
-
-197
-00:02:22,050 --> 00:02:23,660
-Remember me
-
-198
-00:02:23,660 --> 00:02:24,360
-Remember me
-
-199
-00:02:25,940 --> 00:02:26,410
-With the change
-we can't explain
-
-200
-00:02:26,410 --> 00:02:26,720
-With the change
-we can't explain
-
-201
-00:02:26,720 --> 00:02:27,570
-With the change
-we can't explain
-
-202
-00:02:27,570 --> 00:02:27,880
-With the change
-we can't explain
-
-203
-00:02:27,880 --> 00:02:28,280
-With the change
-we can't explain
-
-204
-00:02:28,280 --> 00:02:28,650
-With the change
-we can't explain
-
-205
-00:02:28,650 --> 00:02:29,510
-With the change
-we can't explain
-
-206
-00:02:29,510 --> 00:02:29,790
-With the change
-we can't explain
-
-207
-00:02:29,790 --> 00:02:30,050
-Remember me
-
-208
-00:02:30,050 --> 00:02:30,490
-Remember me
-
-209
-00:02:30,490 --> 00:02:30,900
-Remember me
-
-210
-00:02:30,900 --> 00:02:32,720
-Remember me
-
-211
-00:02:32,720 --> 00:02:33,440
-Remember me
-
-212
-00:02:34,770 --> 00:02:35,210
-I'll live on somewhere
-in your heart
-
-213
-00:02:35,210 --> 00:02:35,570
-I'll live on somewhere
-in your heart
-
-214
-00:02:35,570 --> 00:02:36,310
-I'll live on somewhere
-in your heart
-
-215
-00:02:36,310 --> 00:02:36,650
-I'll live on somewhere
-in your heart
-
-216
-00:02:36,650 --> 00:02:37,060
-I'll live on somewhere
-in your heart
-
-217
-00:02:37,060 --> 00:02:37,700
-I'll live on somewhere
-in your heart
-
-218
-00:02:37,700 --> 00:02:38,130
-I'll live on somewhere
-in your heart
-
-219
-00:02:38,130 --> 00:02:39,020
-I'll live on somewhere
-in your heart
-
-220
-00:02:39,020 --> 00:02:39,960
-I'll live on somewhere
-in your heart
-
-221
-00:02:39,960 --> 00:02:40,420
-You must believe
-
-222
-00:02:40,420 --> 00:02:40,870
-You must believe
-
-223
-00:02:40,870 --> 00:02:41,330
-You must believe
-
-224
-00:02:41,330 --> 00:02:42,210
-You must believe
-
-225
-00:02:42,210 --> 00:02:42,480
-You must believe
-
-226
-00:02:42,480 --> 00:02:42,750
-Remember me
-
-227
-00:02:42,750 --> 00:02:43,050
-Remember me
-
-228
-00:02:43,050 --> 00:02:45,260
-Remember me
-
-229
-00:02:45,260 --> 00:02:47,530
-Remember me
-
-230
-00:02:47,530 --> 00:02:47,710
-Remember me
-
-231
-00:03:23,780 --> 00:03:24,020
-You know I'd give
-my life for you
-
-232
-00:03:24,020 --> 00:03:24,330
-You know I'd give
-my life for you
-
-233
-00:03:24,330 --> 00:03:24,610
-You know I'd give
-my life for you
-
-234
-00:03:24,610 --> 00:03:24,860
-You know I'd give
-my life for you
-
-235
-00:03:24,860 --> 00:03:25,200
-You know I'd give
-my life for you
-
-236
-00:03:25,200 --> 00:03:25,970
-You know I'd give
-my life for you
-
-237
-00:03:25,970 --> 00:03:26,590
-You know I'd give
-my life for you
-
-238
-00:03:26,590 --> 00:03:27,780
-You know I'd give
-my life for you
-
-239
-00:03:27,780 --> 00:03:28,140
-You know I'd give
-my life for you
-
-240
-00:03:28,140 --> 00:03:28,490
-More than words can say
-
-241
-00:03:28,490 --> 00:03:28,870
-More than words can say
-
-242
-00:03:28,870 --> 00:03:29,850
-More than words can say
-
-243
-00:03:29,850 --> 00:03:30,310
-More than words can say
-
-244
-00:03:30,310 --> 00:03:31,520
-More than words can say
-
-245
-00:03:31,520 --> 00:03:32,020
-More than words can say
-
-246
-00:03:32,020 --> 00:03:32,470
-I showed you how
-to love someone
-
-247
-00:03:32,470 --> 00:03:32,790
-I showed you how
-to love someone
-
-248
-00:03:32,790 --> 00:03:33,670
-I showed you how
-to love someone
-
-249
-00:03:33,670 --> 00:03:33,820
-I showed you how
-to love someone
-
-250
-00:03:33,820 --> 00:03:34,020
-I showed you how
-to love someone
-
-251
-00:03:34,020 --> 00:03:34,770
-I showed you how
-to love someone
-
-252
-00:03:34,770 --> 00:03:35,060
-I showed you how
-to love someone
-
-253
-00:03:35,060 --> 00:03:36,420
-I showed you how
-to love someone
-
-254
-00:03:36,420 --> 00:03:36,940
-I showed you how
-to love someone
-
-255
-00:03:36,940 --> 00:03:37,240
-I know you'll find a way
-
-256
-00:03:37,240 --> 00:03:37,560
-I know you'll find a way
-
-257
-00:03:37,560 --> 00:03:37,810
-I know you'll find a way
-
-258
-00:03:37,810 --> 00:03:38,080
-I know you'll find a way
-
-259
-00:03:38,080 --> 00:03:38,370
-I know you'll find a way
-
-260
-00:03:38,370 --> 00:03:40,800
-I know you'll find a way
-
-261
-00:03:40,800 --> 00:03:41,220
-Say goodbye
-
-262
-00:03:41,220 --> 00:03:41,610
-Say goodbye
-
-263
-00:03:41,610 --> 00:03:42,790
-Say goodbye
-
-264
-00:03:42,790 --> 00:03:43,150
-Close your eyes
-
-265
-00:03:43,150 --> 00:03:43,540
-Close your eyes
-
-266
-00:03:43,540 --> 00:03:44,670
-Close your eyes
-
-267
-00:03:44,670 --> 00:03:44,980
-Remember me
-
-268
-00:03:44,980 --> 00:03:45,380
-Remember me
-
-269
-00:03:45,380 --> 00:03:45,790
-Remember me
-
-270
-00:03:45,790 --> 00:03:47,400
-Remember me
-
-271
-00:03:47,400 --> 00:03:49,640
-Remember me
-
-272
-00:03:49,640 --> 00:03:50,030
-Walk away
-
-273
-00:03:50,030 --> 00:03:50,430
-Walk away
-
-274
-00:03:50,430 --> 00:03:51,110
-Walk away
-
-275
-00:03:51,110 --> 00:03:51,280
-Walk away
-
-276
-00:03:51,280 --> 00:03:51,570
-The sun remains
-
-277
-00:03:51,570 --> 00:03:51,990
-The sun remains
-
-278
-00:03:51,990 --> 00:03:52,390
-The sun remains
-
-279
-00:03:52,390 --> 00:03:53,200
-The sun remains
-
-280
-00:03:53,200 --> 00:03:53,490
-The sun remains
-
-281
-00:03:53,490 --> 00:03:53,760
-Remember me
-
-282
-00:03:53,760 --> 00:03:54,160
-Remember me
-
-283
-00:03:54,160 --> 00:03:54,590
-Remember me
-
-284
-00:03:54,590 --> 00:03:56,020
-Remember me
-
-285
-00:03:56,020 --> 00:03:56,490
-Remember me
-
-286
-00:03:58,450 --> 00:03:58,890
-Be there to watch over you
-
-287
-00:03:58,890 --> 00:03:59,270
-Be there to watch over you
-
-288
-00:03:59,270 --> 00:04:00,090
-Be there to watch over you
-
-289
-00:04:00,090 --> 00:04:00,390
-Be there to watch over you
-
-290
-00:04:00,390 --> 00:04:00,800
-Be there to watch over you
-
-291
-00:04:00,800 --> 00:04:01,230
-Be there to watch over you
-
-292
-00:04:01,230 --> 00:04:02,290
-Be there to watch over you
-
-293
-00:04:02,290 --> 00:04:02,590
-Remember me
-
-294
-00:04:02,590 --> 00:04:03,000
-Remember me
-
-295
-00:04:03,000 --> 00:04:03,400
-Remember me
-
-296
-00:04:03,400 --> 00:04:05,900
-Remember me
-
-297
-00:04:07,240 --> 00:04:07,750
-Feel I'm gone
-
-298
-00:04:07,750 --> 00:04:08,090
-Feel I'm gone
-
-299
-00:04:08,090 --> 00:04:08,920
-Feel I'm gone
-
-300
-00:04:08,920 --> 00:04:09,180
-My heart lives on
-
-301
-00:04:09,180 --> 00:04:09,590
-My heart lives on
-
-302
-00:04:09,590 --> 00:04:09,990
-My heart lives on
-
-303
-00:04:09,990 --> 00:04:11,100
-My heart lives on
-
-304
-00:04:11,100 --> 00:04:11,370
-Remember me
-
-305
-00:04:11,370 --> 00:04:11,800
-Remember me
-
-306
-00:04:11,800 --> 00:04:12,210
-Remember me
-
-307
-00:04:12,210 --> 00:04:14,010
-Remember me
-
-308
-00:04:16,040 --> 00:04:16,480
-Don't you think
-of this as the end
-
-309
-00:04:16,480 --> 00:04:16,810
-Don't you think
-of this as the end
-
-310
-00:04:16,810 --> 00:04:17,709
-Don't you think
-of this as the end
-
-311
-00:04:17,709 --> 00:04:18,110
-Don't you think
-of this as the end
-
-312
-00:04:18,110 --> 00:04:18,769
-Don't you think
-of this as the end
-
-313
-00:04:18,769 --> 00:04:19,019
-Don't you think
-of this as the end
-
-314
-00:04:19,019 --> 00:04:19,200
-Don't you think
-of this as the end
-
-315
-00:04:19,200 --> 00:04:20,480
-Don't you think
-of this as the end
-
-316
-00:04:20,480 --> 00:04:20,980
-I'll come into your dreams
-
-317
-00:04:20,980 --> 00:04:21,300
-I'll come into your dreams
-
-318
-00:04:21,300 --> 00:04:21,660
-I'll come into your dreams
-
-319
-00:04:21,660 --> 00:04:21,959
-I'll come into your dreams
-
-320
-00:04:21,959 --> 00:04:22,330
-I'll come into your dreams
-
-321
-00:04:22,330 --> 00:04:23,810
-I'll come into your dreams
-
-322
-00:04:23,810 --> 00:04:24,050
-Remember me
-
-323
-00:04:24,050 --> 00:04:24,320
-Remember me
-
-324
-00:04:24,320 --> 00:04:25,420
-Remember me
-
-325
-00:04:25,420 --> 00:04:27,090
-Remember me
-
-326
-00:04:32,580 --> 00:04:33,080
-Close your eyes....
-
-327
-00:04:33,080 --> 00:04:33,420
-Close your eyes....
-
-328
-00:04:33,420 --> 00:04:35,150
-Close your eyes....
-
-329
-00:04:41,150 --> 00:04:41,890
-Say goodbye....
-
-330
-00:04:41,890 --> 00:04:42,260
-Say goodbye....
-
-331
-00:04:42,260 --> 00:04:43,570
-Say goodbye....
-
-332
-00:04:43,570 --> 00:04:44,170
-Say goodbye....
-
-333
-00:04:47,150 --> 00:04:47,450
-Remember me
-
-334
-00:04:47,450 --> 00:04:47,950
-Remember me
-
-335
-00:04:47,950 --> 00:04:48,590
-Remember me
-
-336
-00:04:48,590 --> 00:04:51,400
-Remember me
-
-337
-00:04:53,170 --> 00:04:53,910
-Say you will
-
-338
-00:04:53,910 --> 00:04:54,140
-Say you will
-
-339
-00:04:54,140 --> 00:04:55,170
-Say you will
-
-340
-00:04:55,170 --> 00:04:56,080
-Say you will
-
-341
-00:04:56,080 --> 00:04:56,340
-Say you will
-
-342
-00:04:56,340 --> 00:04:57,390
-Say you will
-
-343
-00:04:57,390 --> 00:04:58,270
-Say you will
-
-344
-00:04:58,270 --> 00:04:58,530
-Say you will
-
-345
-00:04:58,530 --> 00:04:59,010
-Say you will
-
-346
-00:04:59,010 --> 00:04:59,460
-Close your eyes....
-
-347
-00:04:59,460 --> 00:04:59,880
-Close your eyes....
-
-348
-00:04:59,880 --> 00:05:01,090
-Close your eyes....
-
-349
-00:05:01,090 --> 00:05:01,510
-Close your eyes....
-
-350
-00:05:04,750 --> 00:05:05,100
-Remember me
-
-351
-00:05:05,100 --> 00:05:05,590
-Remember me
-
-352
-00:05:05,590 --> 00:05:06,230
-Remember me
-
-353
-00:05:06,230 --> 00:05:08,620
-Remember me
-
-354
-00:05:10,760 --> 00:05:11,440
-Say you will
-
-355
-00:05:11,440 --> 00:05:11,780
-Say you will
-
-356
-00:05:11,780 --> 00:05:12,820
-Say you will
-
-357
-00:05:12,820 --> 00:05:13,750
-Say you will
-
-358
-00:05:13,750 --> 00:05:13,960
-Say you will
-
-359
-00:05:13,960 --> 00:05:15,100
-Say you will
-
-360
-00:05:15,100 --> 00:05:15,860
-Say you will
-
-361
-00:05:15,860 --> 00:05:16,140
-Say you will
-
-362
-00:05:16,140 --> 00:05:16,530
-Say you will
-
-363
-00:05:16,530 --> 00:05:17,090
-Say goodbye
-
-364
-00:05:17,090 --> 00:05:17,500
-Say goodbye
-
-365
-00:05:17,500 --> 00:05:19,780
-Say goodbye
+1
+00:00:08,870 --> 00:00:09,120
+Remember me
+
+2
+00:00:09,120 --> 00:00:09,540
+Remember me
+
+3
+00:00:09,540 --> 00:00:09,940
+Remember me
+
+4
+00:00:09,940 --> 00:00:11,620
+Remember me
+
+5
+00:00:17,690 --> 00:00:17,970
+Remember me
+
+6
+00:00:17,970 --> 00:00:18,330
+Remember me
+
+7
+00:00:18,330 --> 00:00:18,670
+Remember me
+
+8
+00:00:18,670 --> 00:00:20,350
+Remember me
+
+9
+00:00:23,590 --> 00:00:24,060
+Find myself all alone
+
+10
+00:00:24,060 --> 00:00:24,460
+Find myself all alone
+
+11
+00:00:24,460 --> 00:00:25,330
+Find myself all alone
+
+12
+00:00:25,330 --> 00:00:25,520
+Find myself all alone
+
+13
+00:00:25,520 --> 00:00:25,750
+Find myself all alone
+
+14
+00:00:25,750 --> 00:00:26,960
+Find myself all alone
+
+15
+00:00:26,960 --> 00:00:27,590
+Find myself all alone
+
+16
+00:00:27,590 --> 00:00:27,890
+In darkness without you
+
+17
+00:00:27,890 --> 00:00:28,300
+In darkness without you
+
+18
+00:00:28,300 --> 00:00:28,770
+In darkness without you
+
+19
+00:00:28,770 --> 00:00:28,980
+In darkness without you
+
+20
+00:00:28,980 --> 00:00:30,110
+In darkness without you
+
+21
+00:00:30,110 --> 00:00:31,410
+In darkness without you
+
+22
+00:00:31,410 --> 00:00:32,140
+In darkness without you
+
+23
+00:00:32,140 --> 00:00:32,650
+Now I can't turn away
+
+24
+00:00:32,650 --> 00:00:32,960
+Now I can't turn away
+
+25
+00:00:32,960 --> 00:00:33,310
+Now I can't turn away
+
+26
+00:00:33,310 --> 00:00:34,200
+Now I can't turn away
+
+27
+00:00:34,200 --> 00:00:34,510
+Now I can't turn away
+
+28
+00:00:34,510 --> 00:00:35,820
+Now I can't turn away
+
+29
+00:00:35,820 --> 00:00:36,350
+Now I can't turn away
+
+30
+00:00:36,350 --> 00:00:36,600
+From what I must do
+
+31
+00:00:36,600 --> 00:00:37,090
+From what I must do
+
+32
+00:00:37,090 --> 00:00:37,410
+From what I must do
+
+33
+00:00:37,410 --> 00:00:37,680
+From what I must do
+
+34
+00:00:37,680 --> 00:00:39,620
+From what I must do
+
+35
+00:00:39,620 --> 00:00:40,700
+From what I must do
+
+36
+00:00:40,700 --> 00:00:41,010
+You know I'd give
+my life for you
+
+37
+00:00:41,010 --> 00:00:41,320
+You know I'd give
+my life for you
+
+38
+00:00:41,320 --> 00:00:41,620
+You know I'd give
+my life for you
+
+39
+00:00:41,620 --> 00:00:41,860
+You know I'd give
+my life for you
+
+40
+00:00:41,860 --> 00:00:42,310
+You know I'd give
+my life for you
+
+41
+00:00:42,310 --> 00:00:43,000
+You know I'd give
+my life for you
+
+42
+00:00:43,000 --> 00:00:43,480
+You know I'd give
+my life for you
+
+43
+00:00:43,480 --> 00:00:44,590
+You know I'd give
+my life for you
+
+44
+00:00:44,590 --> 00:00:45,140
+You know I'd give
+my life for you
+
+45
+00:00:45,140 --> 00:00:45,540
+More than words can say
+
+46
+00:00:45,540 --> 00:00:45,840
+More than words can say
+
+47
+00:00:45,840 --> 00:00:46,810
+More than words can say
+
+48
+00:00:46,810 --> 00:00:47,290
+More than words can say
+
+49
+00:00:47,290 --> 00:00:48,450
+More than words can say
+
+50
+00:00:48,450 --> 00:00:49,000
+More than words can say
+
+51
+00:00:49,000 --> 00:00:49,420
+I've shown you how
+to love someone
+
+52
+00:00:49,420 --> 00:00:49,780
+I've shown you how
+to love someone
+
+53
+00:00:49,780 --> 00:00:50,610
+I've shown you how
+to love someone
+
+54
+00:00:50,610 --> 00:00:50,780
+I've shown you how
+to love someone
+
+55
+00:00:50,780 --> 00:00:51,000
+I've shown you how
+to love someone
+
+56
+00:00:51,000 --> 00:00:51,750
+I've shown you how
+to love someone
+
+57
+00:00:51,750 --> 00:00:52,060
+I've shown you how
+to love someone
+
+58
+00:00:52,060 --> 00:00:53,470
+I've shown you how
+to love someone
+
+59
+00:00:53,470 --> 00:00:53,950
+I've shown you how
+to love someone
+
+60
+00:00:53,950 --> 00:00:54,220
+I know you'll find a way
+
+61
+00:00:54,220 --> 00:00:54,470
+I know you'll find a way
+
+62
+00:00:54,470 --> 00:00:54,730
+I know you'll find a way
+
+63
+00:00:54,730 --> 00:00:55,040
+I know you'll find a way
+
+64
+00:00:55,040 --> 00:00:55,300
+I know you'll find a way
+
+65
+00:00:55,300 --> 00:00:57,800
+I know you'll find a way
+
+66
+00:00:57,800 --> 00:00:58,200
+Say goodbye
+
+67
+00:00:58,200 --> 00:00:58,590
+Say goodbye
+
+68
+00:00:58,590 --> 00:00:59,700
+Say goodbye
+
+69
+00:00:59,700 --> 00:01:00,170
+Close your eyes
+
+70
+00:01:00,170 --> 00:01:00,550
+Close your eyes
+
+71
+00:01:00,550 --> 00:01:01,460
+Close your eyes
+
+72
+00:01:01,460 --> 00:01:01,690
+Close your eyes
+
+73
+00:01:01,690 --> 00:01:01,970
+Remember me
+
+74
+00:01:01,970 --> 00:01:02,340
+Remember me
+
+75
+00:01:02,340 --> 00:01:02,780
+Remember me
+
+76
+00:01:02,780 --> 00:01:04,420
+Remember me
+
+77
+00:01:04,420 --> 00:01:05,010
+Remember me
+
+78
+00:01:06,650 --> 00:01:07,030
+Walk away
+
+79
+00:01:07,030 --> 00:01:07,440
+Walk away
+
+80
+00:01:07,440 --> 00:01:08,100
+Walk away
+
+81
+00:01:08,100 --> 00:01:08,280
+Walk away
+
+82
+00:01:08,280 --> 00:01:08,580
+The sun remains
+
+83
+00:01:08,580 --> 00:01:08,990
+The sun remains
+
+84
+00:01:08,990 --> 00:01:09,380
+The sun remains
+
+85
+00:01:09,380 --> 00:01:10,260
+The sun remains
+
+86
+00:01:10,260 --> 00:01:10,470
+The sun remains
+
+87
+00:01:10,470 --> 00:01:10,790
+Remember me
+
+88
+00:01:10,790 --> 00:01:11,170
+Remember me
+
+89
+00:01:11,170 --> 00:01:11,560
+Remember me
+
+90
+00:01:11,560 --> 00:01:13,240
+Remember me
+
+91
+00:01:15,450 --> 00:01:15,960
+I'll live on somewhere
+in your heart
+
+92
+00:01:15,960 --> 00:01:16,270
+I'll live on somewhere
+in your heart
+
+93
+00:01:16,270 --> 00:01:16,980
+I'll live on somewhere
+in your heart
+
+94
+00:01:16,980 --> 00:01:17,220
+I'll live on somewhere
+in your heart
+
+95
+00:01:17,220 --> 00:01:17,680
+I'll live on somewhere
+in your heart
+
+96
+00:01:17,680 --> 00:01:18,150
+I'll live on somewhere
+in your heart
+
+97
+00:01:18,150 --> 00:01:18,700
+I'll live on somewhere
+in your heart
+
+98
+00:01:18,700 --> 00:01:19,830
+I'll live on somewhere
+in your heart
+
+99
+00:01:19,830 --> 00:01:20,650
+I'll live on somewhere
+in your heart
+
+100
+00:01:20,650 --> 00:01:21,080
+You must believe
+
+101
+00:01:21,080 --> 00:01:21,490
+You must believe
+
+102
+00:01:21,490 --> 00:01:22,050
+You must believe
+
+103
+00:01:22,050 --> 00:01:23,180
+You must believe
+
+104
+00:01:23,180 --> 00:01:23,490
+Remember me
+
+105
+00:01:23,490 --> 00:01:23,770
+Remember me
+
+106
+00:01:23,770 --> 00:01:24,340
+Remember me
+
+107
+00:01:24,340 --> 00:01:26,020
+Remember me
+
+108
+00:01:26,020 --> 00:01:26,250
+Remember me
+
+109
+00:01:33,590 --> 00:01:33,920
+No way I can change my mind
+
+110
+00:01:33,920 --> 00:01:34,400
+No way I can change my mind
+
+111
+00:01:34,400 --> 00:01:34,690
+No way I can change my mind
+
+112
+00:01:34,690 --> 00:01:35,000
+No way I can change my mind
+
+113
+00:01:35,000 --> 00:01:35,830
+No way I can change my mind
+
+114
+00:01:35,830 --> 00:01:36,360
+No way I can change my mind
+
+115
+00:01:36,360 --> 00:01:37,380
+No way I can change my mind
+
+116
+00:01:37,380 --> 00:01:38,060
+No way I can change my mind
+
+117
+00:01:38,060 --> 00:01:38,340
+I don't have the answers
+
+118
+00:01:38,340 --> 00:01:38,830
+I don't have the answers
+
+119
+00:01:38,830 --> 00:01:39,270
+I don't have the answers
+
+120
+00:01:39,270 --> 00:01:39,510
+I don't have the answers
+
+121
+00:01:39,510 --> 00:01:40,590
+I don't have the answers
+
+122
+00:01:40,590 --> 00:01:41,820
+I don't have the answers
+
+123
+00:01:41,820 --> 00:01:42,710
+I don't have the answers
+
+124
+00:01:42,710 --> 00:01:43,060
+If you could see
+through my eyes
+
+125
+00:01:43,060 --> 00:01:43,430
+If you could see
+through my eyes
+
+126
+00:01:43,430 --> 00:01:43,770
+If you could see
+through my eyes
+
+127
+00:01:43,770 --> 00:01:44,280
+If you could see
+through my eyes
+
+128
+00:01:44,280 --> 00:01:44,550
+If you could see
+through my eyes
+
+129
+00:01:44,550 --> 00:01:45,130
+If you could see
+through my eyes
+
+130
+00:01:45,130 --> 00:01:46,080
+If you could see
+through my eyes
+
+131
+00:01:46,080 --> 00:01:46,350
+If you could see
+through my eyes
+
+132
+00:01:46,350 --> 00:01:46,670
+You'd let go of your fears
+
+133
+00:01:46,670 --> 00:01:47,170
+You'd let go of your fears
+
+134
+00:01:47,170 --> 00:01:47,590
+You'd let go of your fears
+
+135
+00:01:47,590 --> 00:01:47,930
+You'd let go of your fears
+
+136
+00:01:47,930 --> 00:01:48,210
+You'd let go of your fears
+
+137
+00:01:48,210 --> 00:01:50,250
+You'd let go of your fears
+
+138
+00:01:50,250 --> 00:01:51,230
+You'd let go of your fears
+
+139
+00:01:51,230 --> 00:01:51,500
+And though I have
+to leave you now
+
+140
+00:01:51,500 --> 00:01:51,790
+And though I have
+to leave you now
+
+141
+00:01:51,790 --> 00:01:52,100
+And though I have
+to leave you now
+
+142
+00:01:52,100 --> 00:01:52,350
+And though I have
+to leave you now
+
+143
+00:01:52,350 --> 00:01:52,630
+And though I have
+to leave you now
+
+144
+00:01:52,630 --> 00:01:53,390
+And though I have
+to leave you now
+
+145
+00:01:53,390 --> 00:01:54,030
+And though I have
+to leave you now
+
+146
+00:01:54,030 --> 00:01:55,080
+And though I have
+to leave you now
+
+147
+00:01:55,080 --> 00:01:55,620
+And though I have
+to leave you now
+
+148
+00:01:55,620 --> 00:01:55,780
+With the thought of each other
+
+149
+00:01:55,780 --> 00:01:56,000
+With the thought of each other
+
+150
+00:01:56,000 --> 00:01:56,860
+With the thought of each other
+
+151
+00:01:56,860 --> 00:01:57,070
+With the thought of each other
+
+152
+00:01:57,070 --> 00:01:57,400
+With the thought of each other
+
+153
+00:01:57,400 --> 00:01:58,200
+With the thought of each other
+
+154
+00:01:58,200 --> 00:01:59,070
+With the thought of each other
+
+155
+00:01:59,070 --> 00:01:59,490
+With the thought of each other
+
+156
+00:01:59,490 --> 00:01:59,770
+I miss your touch
+
+157
+00:01:59,770 --> 00:02:00,160
+I miss your touch
+
+158
+00:02:00,160 --> 00:02:00,530
+I miss your touch
+
+159
+00:02:00,530 --> 00:02:00,930
+I miss your touch
+
+160
+00:02:00,930 --> 00:02:01,180
+I miss your touch
+
+161
+00:02:01,180 --> 00:02:01,430
+You call my name
+
+162
+00:02:01,430 --> 00:02:02,350
+You call my name
+
+163
+00:02:02,350 --> 00:02:02,710
+You call my name
+
+164
+00:02:02,710 --> 00:02:03,780
+You call my name
+
+165
+00:02:03,780 --> 00:02:03,910
+You call my name
+
+166
+00:02:03,910 --> 00:02:04,550
+I am with you forever
+
+167
+00:02:04,550 --> 00:02:04,810
+I am with you forever
+
+168
+00:02:04,810 --> 00:02:05,190
+I am with you forever
+
+169
+00:02:05,190 --> 00:02:05,530
+I am with you forever
+
+170
+00:02:05,530 --> 00:02:05,890
+I am with you forever
+
+171
+00:02:05,890 --> 00:02:06,750
+I am with you forever
+
+172
+00:02:06,750 --> 00:02:08,289
+I am with you forever
+
+173
+00:02:08,289 --> 00:02:08,710
+Say goodbye
+
+174
+00:02:08,710 --> 00:02:09,130
+Say goodbye
+
+175
+00:02:09,130 --> 00:02:10,199
+Say goodbye
+
+176
+00:02:10,199 --> 00:02:10,630
+Close your eyes
+
+177
+00:02:10,630 --> 00:02:11,039
+Close your eyes
+
+178
+00:02:11,039 --> 00:02:11,800
+Close your eyes
+
+179
+00:02:11,800 --> 00:02:12,180
+Close your eyes
+
+180
+00:02:12,180 --> 00:02:12,450
+Remember me
+
+181
+00:02:12,450 --> 00:02:12,850
+Remember me
+
+182
+00:02:12,850 --> 00:02:13,260
+Remember me
+
+183
+00:02:13,260 --> 00:02:14,770
+Remember me
+
+184
+00:02:14,770 --> 00:02:15,490
+Remember me
+
+185
+00:02:17,130 --> 00:02:17,500
+Walk away
+
+186
+00:02:17,500 --> 00:02:17,900
+Walk away
+
+187
+00:02:17,900 --> 00:02:18,560
+Walk away
+
+188
+00:02:18,560 --> 00:02:18,780
+Walk away
+
+189
+00:02:18,780 --> 00:02:19,050
+The sun remains
+
+190
+00:02:19,050 --> 00:02:19,480
+The sun remains
+
+191
+00:02:19,480 --> 00:02:19,880
+The sun remains
+
+192
+00:02:19,880 --> 00:02:20,710
+The sun remains
+
+193
+00:02:20,710 --> 00:02:20,970
+The sun remains
+
+194
+00:02:20,970 --> 00:02:21,250
+Remember me
+
+195
+00:02:21,250 --> 00:02:21,660
+Remember me
+
+196
+00:02:21,660 --> 00:02:22,050
+Remember me
+
+197
+00:02:22,050 --> 00:02:23,660
+Remember me
+
+198
+00:02:23,660 --> 00:02:24,360
+Remember me
+
+199
+00:02:25,940 --> 00:02:26,410
+With the change
+we can't explain
+
+200
+00:02:26,410 --> 00:02:26,720
+With the change
+we can't explain
+
+201
+00:02:26,720 --> 00:02:27,570
+With the change
+we can't explain
+
+202
+00:02:27,570 --> 00:02:27,880
+With the change
+we can't explain
+
+203
+00:02:27,880 --> 00:02:28,280
+With the change
+we can't explain
+
+204
+00:02:28,280 --> 00:02:28,650
+With the change
+we can't explain
+
+205
+00:02:28,650 --> 00:02:29,510
+With the change
+we can't explain
+
+206
+00:02:29,510 --> 00:02:29,790
+With the change
+we can't explain
+
+207
+00:02:29,790 --> 00:02:30,050
+Remember me
+
+208
+00:02:30,050 --> 00:02:30,490
+Remember me
+
+209
+00:02:30,490 --> 00:02:30,900
+Remember me
+
+210
+00:02:30,900 --> 00:02:32,720
+Remember me
+
+211
+00:02:32,720 --> 00:02:33,440
+Remember me
+
+212
+00:02:34,770 --> 00:02:35,210
+I'll live on somewhere
+in your heart
+
+213
+00:02:35,210 --> 00:02:35,570
+I'll live on somewhere
+in your heart
+
+214
+00:02:35,570 --> 00:02:36,310
+I'll live on somewhere
+in your heart
+
+215
+00:02:36,310 --> 00:02:36,650
+I'll live on somewhere
+in your heart
+
+216
+00:02:36,650 --> 00:02:37,060
+I'll live on somewhere
+in your heart
+
+217
+00:02:37,060 --> 00:02:37,700
+I'll live on somewhere
+in your heart
+
+218
+00:02:37,700 --> 00:02:38,130
+I'll live on somewhere
+in your heart
+
+219
+00:02:38,130 --> 00:02:39,020
+I'll live on somewhere
+in your heart
+
+220
+00:02:39,020 --> 00:02:39,960
+I'll live on somewhere
+in your heart
+
+221
+00:02:39,960 --> 00:02:40,420
+You must believe
+
+222
+00:02:40,420 --> 00:02:40,870
+You must believe
+
+223
+00:02:40,870 --> 00:02:41,330
+You must believe
+
+224
+00:02:41,330 --> 00:02:42,210
+You must believe
+
+225
+00:02:42,210 --> 00:02:42,480
+You must believe
+
+226
+00:02:42,480 --> 00:02:42,750
+Remember me
+
+227
+00:02:42,750 --> 00:02:43,050
+Remember me
+
+228
+00:02:43,050 --> 00:02:45,260
+Remember me
+
+229
+00:02:45,260 --> 00:02:47,530
+Remember me
+
+230
+00:02:47,530 --> 00:02:47,710
+Remember me
+
+231
+00:03:23,780 --> 00:03:24,020
+You know I'd give
+my life for you
+
+232
+00:03:24,020 --> 00:03:24,330
+You know I'd give
+my life for you
+
+233
+00:03:24,330 --> 00:03:24,610
+You know I'd give
+my life for you
+
+234
+00:03:24,610 --> 00:03:24,860
+You know I'd give
+my life for you
+
+235
+00:03:24,860 --> 00:03:25,200
+You know I'd give
+my life for you
+
+236
+00:03:25,200 --> 00:03:25,970
+You know I'd give
+my life for you
+
+237
+00:03:25,970 --> 00:03:26,590
+You know I'd give
+my life for you
+
+238
+00:03:26,590 --> 00:03:27,780
+You know I'd give
+my life for you
+
+239
+00:03:27,780 --> 00:03:28,140
+You know I'd give
+my life for you
+
+240
+00:03:28,140 --> 00:03:28,490
+More than words can say
+
+241
+00:03:28,490 --> 00:03:28,870
+More than words can say
+
+242
+00:03:28,870 --> 00:03:29,850
+More than words can say
+
+243
+00:03:29,850 --> 00:03:30,310
+More than words can say
+
+244
+00:03:30,310 --> 00:03:31,520
+More than words can say
+
+245
+00:03:31,520 --> 00:03:32,020
+More than words can say
+
+246
+00:03:32,020 --> 00:03:32,470
+I showed you how
+to love someone
+
+247
+00:03:32,470 --> 00:03:32,790
+I showed you how
+to love someone
+
+248
+00:03:32,790 --> 00:03:33,670
+I showed you how
+to love someone
+
+249
+00:03:33,670 --> 00:03:33,820
+I showed you how
+to love someone
+
+250
+00:03:33,820 --> 00:03:34,020
+I showed you how
+to love someone
+
+251
+00:03:34,020 --> 00:03:34,770
+I showed you how
+to love someone
+
+252
+00:03:34,770 --> 00:03:35,060
+I showed you how
+to love someone
+
+253
+00:03:35,060 --> 00:03:36,420
+I showed you how
+to love someone
+
+254
+00:03:36,420 --> 00:03:36,940
+I showed you how
+to love someone
+
+255
+00:03:36,940 --> 00:03:37,240
+I know you'll find a way
+
+256
+00:03:37,240 --> 00:03:37,560
+I know you'll find a way
+
+257
+00:03:37,560 --> 00:03:37,810
+I know you'll find a way
+
+258
+00:03:37,810 --> 00:03:38,080
+I know you'll find a way
+
+259
+00:03:38,080 --> 00:03:38,370
+I know you'll find a way
+
+260
+00:03:38,370 --> 00:03:40,800
+I know you'll find a way
+
+261
+00:03:40,800 --> 00:03:41,220
+Say goodbye
+
+262
+00:03:41,220 --> 00:03:41,610
+Say goodbye
+
+263
+00:03:41,610 --> 00:03:42,790
+Say goodbye
+
+264
+00:03:42,790 --> 00:03:43,150
+Close your eyes
+
+265
+00:03:43,150 --> 00:03:43,540
+Close your eyes
+
+266
+00:03:43,540 --> 00:03:44,670
+Close your eyes
+
+267
+00:03:44,670 --> 00:03:44,980
+Remember me
+
+268
+00:03:44,980 --> 00:03:45,380
+Remember me
+
+269
+00:03:45,380 --> 00:03:45,790
+Remember me
+
+270
+00:03:45,790 --> 00:03:47,400
+Remember me
+
+271
+00:03:47,400 --> 00:03:49,640
+Remember me
+
+272
+00:03:49,640 --> 00:03:50,030
+Walk away
+
+273
+00:03:50,030 --> 00:03:50,430
+Walk away
+
+274
+00:03:50,430 --> 00:03:51,110
+Walk away
+
+275
+00:03:51,110 --> 00:03:51,280
+Walk away
+
+276
+00:03:51,280 --> 00:03:51,570
+The sun remains
+
+277
+00:03:51,570 --> 00:03:51,990
+The sun remains
+
+278
+00:03:51,990 --> 00:03:52,390
+The sun remains
+
+279
+00:03:52,390 --> 00:03:53,200
+The sun remains
+
+280
+00:03:53,200 --> 00:03:53,490
+The sun remains
+
+281
+00:03:53,490 --> 00:03:53,760
+Remember me
+
+282
+00:03:53,760 --> 00:03:54,160
+Remember me
+
+283
+00:03:54,160 --> 00:03:54,590
+Remember me
+
+284
+00:03:54,590 --> 00:03:56,020
+Remember me
+
+285
+00:03:56,020 --> 00:03:56,490
+Remember me
+
+286
+00:03:58,450 --> 00:03:58,890
+Be there to watch over you
+
+287
+00:03:58,890 --> 00:03:59,270
+Be there to watch over you
+
+288
+00:03:59,270 --> 00:04:00,090
+Be there to watch over you
+
+289
+00:04:00,090 --> 00:04:00,390
+Be there to watch over you
+
+290
+00:04:00,390 --> 00:04:00,800
+Be there to watch over you
+
+291
+00:04:00,800 --> 00:04:01,230
+Be there to watch over you
+
+292
+00:04:01,230 --> 00:04:02,290
+Be there to watch over you
+
+293
+00:04:02,290 --> 00:04:02,590
+Remember me
+
+294
+00:04:02,590 --> 00:04:03,000
+Remember me
+
+295
+00:04:03,000 --> 00:04:03,400
+Remember me
+
+296
+00:04:03,400 --> 00:04:05,900
+Remember me
+
+297
+00:04:07,240 --> 00:04:07,750
+Feel I'm gone
+
+298
+00:04:07,750 --> 00:04:08,090
+Feel I'm gone
+
+299
+00:04:08,090 --> 00:04:08,920
+Feel I'm gone
+
+300
+00:04:08,920 --> 00:04:09,180
+My heart lives on
+
+301
+00:04:09,180 --> 00:04:09,590
+My heart lives on
+
+302
+00:04:09,590 --> 00:04:09,990
+My heart lives on
+
+303
+00:04:09,990 --> 00:04:11,100
+My heart lives on
+
+304
+00:04:11,100 --> 00:04:11,370
+Remember me
+
+305
+00:04:11,370 --> 00:04:11,800
+Remember me
+
+306
+00:04:11,800 --> 00:04:12,210
+Remember me
+
+307
+00:04:12,210 --> 00:04:14,010
+Remember me
+
+308
+00:04:16,040 --> 00:04:16,480
+Don't you think
+of this as the end
+
+309
+00:04:16,480 --> 00:04:16,810
+Don't you think
+of this as the end
+
+310
+00:04:16,810 --> 00:04:17,709
+Don't you think
+of this as the end
+
+311
+00:04:17,709 --> 00:04:18,110
+Don't you think
+of this as the end
+
+312
+00:04:18,110 --> 00:04:18,769
+Don't you think
+of this as the end
+
+313
+00:04:18,769 --> 00:04:19,019
+Don't you think
+of this as the end
+
+314
+00:04:19,019 --> 00:04:19,200
+Don't you think
+of this as the end
+
+315
+00:04:19,200 --> 00:04:20,480
+Don't you think
+of this as the end
+
+316
+00:04:20,480 --> 00:04:20,980
+I'll come into your dreams
+
+317
+00:04:20,980 --> 00:04:21,300
+I'll come into your dreams
+
+318
+00:04:21,300 --> 00:04:21,660
+I'll come into your dreams
+
+319
+00:04:21,660 --> 00:04:21,959
+I'll come into your dreams
+
+320
+00:04:21,959 --> 00:04:22,330
+I'll come into your dreams
+
+321
+00:04:22,330 --> 00:04:23,810
+I'll come into your dreams
+
+322
+00:04:23,810 --> 00:04:24,050
+Remember me
+
+323
+00:04:24,050 --> 00:04:24,320
+Remember me
+
+324
+00:04:24,320 --> 00:04:25,420
+Remember me
+
+325
+00:04:25,420 --> 00:04:27,090
+Remember me
+
+326
+00:04:32,580 --> 00:04:33,080
+Close your eyes....
+
+327
+00:04:33,080 --> 00:04:33,420
+Close your eyes....
+
+328
+00:04:33,420 --> 00:04:35,150
+Close your eyes....
+
+329
+00:04:41,150 --> 00:04:41,890
+Say goodbye....
+
+330
+00:04:41,890 --> 00:04:42,260
+Say goodbye....
+
+331
+00:04:42,260 --> 00:04:43,570
+Say goodbye....
+
+332
+00:04:43,570 --> 00:04:44,170
+Say goodbye....
+
+333
+00:04:47,150 --> 00:04:47,450
+Remember me
+
+334
+00:04:47,450 --> 00:04:47,950
+Remember me
+
+335
+00:04:47,950 --> 00:04:48,590
+Remember me
+
+336
+00:04:48,590 --> 00:04:51,400
+Remember me
+
+337
+00:04:53,170 --> 00:04:53,910
+Say you will
+
+338
+00:04:53,910 --> 00:04:54,140
+Say you will
+
+339
+00:04:54,140 --> 00:04:55,170
+Say you will
+
+340
+00:04:55,170 --> 00:04:56,080
+Say you will
+
+341
+00:04:56,080 --> 00:04:56,340
+Say you will
+
+342
+00:04:56,340 --> 00:04:57,390
+Say you will
+
+343
+00:04:57,390 --> 00:04:58,270
+Say you will
+
+344
+00:04:58,270 --> 00:04:58,530
+Say you will
+
+345
+00:04:58,530 --> 00:04:59,010
+Say you will
+
+346
+00:04:59,010 --> 00:04:59,460
+Close your eyes....
+
+347
+00:04:59,460 --> 00:04:59,880
+Close your eyes....
+
+348
+00:04:59,880 --> 00:05:01,090
+Close your eyes....
+
+349
+00:05:01,090 --> 00:05:01,510
+Close your eyes....
+
+350
+00:05:04,750 --> 00:05:05,100
+Remember me
+
+351
+00:05:05,100 --> 00:05:05,590
+Remember me
+
+352
+00:05:05,590 --> 00:05:06,230
+Remember me
+
+353
+00:05:06,230 --> 00:05:08,620
+Remember me
+
+354
+00:05:10,760 --> 00:05:11,440
+Say you will
+
+355
+00:05:11,440 --> 00:05:11,780
+Say you will
+
+356
+00:05:11,780 --> 00:05:12,820
+Say you will
+
+357
+00:05:12,820 --> 00:05:13,750
+Say you will
+
+358
+00:05:13,750 --> 00:05:13,960
+Say you will
+
+359
+00:05:13,960 --> 00:05:15,100
+Say you will
+
+360
+00:05:15,100 --> 00:05:15,860
+Say you will
+
+361
+00:05:15,860 --> 00:05:16,140
+Say you will
+
+362
+00:05:16,140 --> 00:05:16,530
+Say you will
+
+363
+00:05:16,530 --> 00:05:17,090
+Say goodbye
+
+364
+00:05:17,090 --> 00:05:17,500
+Say goodbye
+
+365
+00:05:17,500 --> 00:05:19,780
+Say goodbye
diff --git a/operators/__init__.py b/operators/__init__.py
index e69de29..9b60301 100755
--- a/operators/__init__.py
+++ b/operators/__init__.py
@@ -0,0 +1,18 @@
+from .combine_words import SEQUENCER_OT_combine_words
+from .duration_adjust import SEQUENCER_OT_duration_x_2
+from .duration_adjust import SEQUENCER_OT_duration_x_half
+from .export_lrc import SEQUENCER_OT_export_lrc
+from .export_srt import SEQUENCER_OT_export_srt
+from .import_subtitles import SEQUENCER_OT_import_subtitles
+from .refresh_font_size import SEQUENCER_OT_refresh_font_size
+from .refresh_highlight import SEQUENCER_OT_refresh_highlight
+from .save_syllables import SEQUENCER_OT_save_syllables
+from .select import SEQUENCER_OT_select_channel_right
+from .select import SEQUENCER_OT_select_channel_left
+from .shortcuts import SEQUENCER_OT_shift_frame_start
+from .shortcuts import SEQUENCER_OT_shift_frame_end
+from .shortcuts import SEQUENCER_OT_shift_frame_start_end
+from .shortcuts import SEQUENCER_OT_shift_frame_end_start
+from .shortcuts import SEQUENCER_OT_reset_children
+from .split_words import SEQUENCER_OT_split_words
+from .syllabify import SEQUENCER_OT_syllabify
diff --git a/operators/combine_words.py b/operators/combine_words.py
index 496bc55..8c76280 100755
--- a/operators/combine_words.py
+++ b/operators/combine_words.py
@@ -142,7 +142,7 @@ def combine_elrc(fps, text_strips, bottom_text_strips):
return subs
-class CombineWords(bpy.types.Operator):
+class SEQUENCER_OT_combine_words(bpy.types.Operator):
bl_label = 'Combine'
bl_idname = 'sequencerextra.combine_words'
bl_description = 'Combine subtitles from edit channel with the subtitles in the channel below.'
@@ -202,4 +202,4 @@ def execute(self, context):
text_strips = subtitles_to_sequencer(context, subs)
scene.subtitle_edit_channel = text_strips[0].channel
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/duration_adjust.py b/operators/duration_adjust.py
index 49235bd..703fd60 100755
--- a/operators/duration_adjust.py
+++ b/operators/duration_adjust.py
@@ -1,7 +1,7 @@
import bpy
from .tools.get_text_strips import get_text_strips
-class DurationXTwo(bpy.types.Operator):
+class SEQUENCER_OT_duration_x_2(bpy.types.Operator):
bl_label = 'Dur x 2'
bl_idname = 'sequencerextra.duration_x_two'
bl_description = 'Make all text strips in subtitle edit channel twice as long'
@@ -31,7 +31,7 @@ def execute(self, context):
return {"FINISHED"}
-class DurationXHalf(bpy.types.Operator):
+class SEQUENCER_OT_duration_x_half(bpy.types.Operator):
bl_label = 'Dur / 2'
bl_idname = 'sequencerextra.duration_x_half'
bl_description = 'Make all text strips in subtitle edit channel half as long.\nEach strip must be >=2 frames long for this to work.'
@@ -61,4 +61,4 @@ def execute(self, context):
strip.frame_final_end = strip.frame_final_end / 2
strip.frame_final_start = strip.frame_final_start / 2
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/export_lrc.py b/operators/export_lrc.py
index c7a92b9..e33e5f2 100755
--- a/operators/export_lrc.py
+++ b/operators/export_lrc.py
@@ -8,7 +8,7 @@
from .tools.get_text_strips import get_text_strips
-class ExportLRC(bpy.types.Operator, ExportHelper):
+class SEQUENCER_OT_export_lrc(bpy.types.Operator, ExportHelper):
bl_label = 'Export LRC'
bl_idname = 'sequencerextra.export_lrc'
bl_description = 'Export subtitles as LRC\n\nThis format is usually used for music.'
@@ -65,4 +65,4 @@ def execute(self, context):
outfile.write(output)
outfile.close()
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/export_srt.py b/operators/export_srt.py
index dfc4984..99b6be2 100755
--- a/operators/export_srt.py
+++ b/operators/export_srt.py
@@ -7,7 +7,7 @@
from .tools.get_text_strips import get_text_strips
-class ExportSRT(bpy.types.Operator, ExportHelper):
+class SEQUENCER_OT_export_srt(bpy.types.Operator, ExportHelper):
bl_label = 'Export SRT'
bl_idname = 'sequencerextra.export_srt'
bl_description = 'Export subtitles as SRT\n\nThis format is usually used for movies.'
@@ -53,4 +53,4 @@ def execute(self, context):
outfile.write(output)
outfile.close()
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/hyphenator/dictionaries/en-us.txt b/operators/hyphenator/dictionaries/en-us.txt
index 78e00a2..002bbe7 100755
--- a/operators/hyphenator/dictionaries/en-us.txt
+++ b/operators/hyphenator/dictionaries/en-us.txt
@@ -26235,7 +26235,9 @@ ee ri er
ee ri est
ee ri ly
ee rie
+eeeh
eeg
+eeh
eel
eel grass
eel like
@@ -36516,8 +36518,10 @@ ha zi ness
ha zle
ha zle ton
ha zy
+haa
haa gen
haa land
+haaa
haab
haack
haacke
@@ -81806,6 +81810,7 @@ text
text book
texts
th
+tha
tha da
tha gard
tha las sa
diff --git a/operators/import_subtitles.py b/operators/import_subtitles.py
index c8fdbbd..2dfc7da 100755
--- a/operators/import_subtitles.py
+++ b/operators/import_subtitles.py
@@ -11,15 +11,15 @@
from .tools.subtitles_to_sequencer import subtitles_to_sequencer
from .tools.hexcode_to_color import hexcode_to_color
-class ImportSubtitles(bpy.types.Operator, ImportHelper):
+class SEQUENCER_OT_import_subtitles(bpy.types.Operator, ImportHelper):
bl_label = 'Import'
bl_idname = 'sequencerextra.import_subtitles'
bl_description = 'Import subtitles (.txt, .lrc, or .srt) as text strips.'
- reflow_long_lines = bpy.props.BoolProperty(
+ reflow_long_lines: bpy.props.BoolProperty(
name="Reflow Long Lines", default=False)
- filter_glob = bpy.props.StringProperty(
+ filter_glob: bpy.props.StringProperty(
default="*.srt;*.lrc;*.txt",
options={'HIDDEN'},
maxlen=255,
@@ -44,8 +44,7 @@ def execute(self, context):
subs.remove_overlaps()
scene.use_audio_scrub = True
- scene.use_audio_sync = True
- scene.use_frame_drop = True
+ scene.sync_mode = 'AUDIO_SYNC'
try:
all_strips = list(sorted(scene.sequence_editor.sequences,
@@ -79,7 +78,8 @@ def execute(self, context):
strips = subtitles_to_sequencer(context, subs)
scene.subtitle_edit_channel = strips[0].channel
-
- bpy.ops.sequencer.view_selected()
+
+ # This causes blender 2.8 to crash, not sure why, will ignore for now
+ # bpy.ops.sequencer.view_selected()
return {"FINISHED"}
diff --git a/operators/refresh_font_size.py b/operators/refresh_font_size.py
index 608a1d4..dc8f215 100755
--- a/operators/refresh_font_size.py
+++ b/operators/refresh_font_size.py
@@ -2,7 +2,7 @@
from .tools.get_text_strips import get_text_strips
-class RefreshFontSize(bpy.types.Operator):
+class SEQUENCER_OT_refresh_font_size(bpy.types.Operator):
bl_label = ""
bl_idname = 'sequencerextra.refresh_font_size'
bl_description = "Refresh the font size for all text strips on the edit channel"
@@ -29,4 +29,4 @@ def execute(self, context):
for strip in text_strips:
strip.font_size = scene.subtitle_font_size
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/refresh_highlight.py b/operators/refresh_highlight.py
index 753f87d..1ad7ec7 100755
--- a/operators/refresh_highlight.py
+++ b/operators/refresh_highlight.py
@@ -2,7 +2,7 @@
from .tools.get_text_strips import get_text_strips
-class RefreshHighlight(bpy.types.Operator):
+class SEQUENCER_OT_refresh_highlight(bpy.types.Operator):
bl_label = ""
bl_idname = 'sequencerextra.refresh_highlight'
bl_description = "Refresh the color of highlighted words"
@@ -31,4 +31,4 @@ def execute(self, context):
strip.color[1] = scene.enhanced_subs_color[1]
strip.color[2] = scene.enhanced_subs_color[2]
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/save_syllables.py b/operators/save_syllables.py
index 59e7ccc..b4b689e 100755
--- a/operators/save_syllables.py
+++ b/operators/save_syllables.py
@@ -2,7 +2,7 @@
from .hyphenator.get_dictionary import get_dictionary
import os
-class SaveSyllables(bpy.types.Operator):
+class SEQUENCER_OT_save_syllables(bpy.types.Operator):
bl_label = 'Save'
bl_idname = 'sequencerextra.save_syllables'
bl_description = "Add the syllables to the default syllable dictionary"
@@ -43,4 +43,4 @@ def execute(self, context):
f.write('\n'.join(values))
f.close()
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/select.py b/operators/select.py
index a475056..3ec2308 100755
--- a/operators/select.py
+++ b/operators/select.py
@@ -1,6 +1,6 @@
import bpy
-class SelectChannelRight(bpy.types.Operator):
+class SEQUENCER_OT_select_channel_right(bpy.types.Operator):
bl_label = 'Select Channel Right'
bl_idname = 'sequencerextra.select_channel_right'
bl_description = 'Select all strips to the right of the CTI on the Subtitle Edit Channel'
@@ -28,7 +28,7 @@ def execute(self, context):
return {'FINISHED'}
-class SelectChannelLeft(bpy.types.Operator):
+class SEQUENCER_OT_select_channel_left(bpy.types.Operator):
bl_label = 'Select Channel Left'
bl_idname = 'sequencerextra.select_channel_left'
bl_description = 'Select all strips to the right of the CTI on the Subtitle Edit Channel'
@@ -54,4 +54,4 @@ def execute(self, context):
if strip.frame_final_start < scene.frame_current:
strip.select = True
- return {'FINISHED'}
\ No newline at end of file
+ return {'FINISHED'}
diff --git a/operators/shortcuts.py b/operators/shortcuts.py
index 99a90a8..c2ea929 100755
--- a/operators/shortcuts.py
+++ b/operators/shortcuts.py
@@ -2,7 +2,7 @@
from .tools.get_base_strip import get_base_strip
from .tools.get_text_strips import get_text_strips
-class ShiftFrameStart(bpy.types.Operator):
+class SEQUENCER_OT_shift_frame_start(bpy.types.Operator):
bl_idname = "sequencerextra.shift_frame_start"
bl_label = "Shift Frame Start of Next Text Strip"
bl_description = "Shifts frame start of text strip to the current frame"
@@ -56,7 +56,7 @@ def execute(self, context):
return {"FINISHED"}
-class ShiftFrameEnd(bpy.types.Operator):
+class SEQUENCER_OT_shift_frame_end(bpy.types.Operator):
bl_idname = "sequencerextra.shift_frame_end"
bl_label = "Shift Frame End of Next Text Strip"
bl_description = "Shifts the frame end of text strip to the current frame"
@@ -110,7 +110,7 @@ def execute(self, context):
return {"FINISHED"}
-class ShiftFrameStartEnd(bpy.types.Operator):
+class SEQUENCER_OT_shift_frame_start_end(bpy.types.Operator):
bl_idname = "sequencerextra.shift_frame_start_end"
bl_label = "Shift Frame End then Frame start of next"
bl_description = "Like pressing D then F"
@@ -122,7 +122,7 @@ def execute(self, context):
return {"FINISHED"}
-class ShiftFrameEndStart(bpy.types.Operator):
+class SEQUENCER_OT_shift_frame_end_start(bpy.types.Operator):
bl_idname = "sequencerextra.shift_frame_end_start"
bl_label = "Shift Frame End then Frame start of next"
bl_description = "Like pressing F then D"
@@ -133,7 +133,7 @@ def execute(self, context):
return {"FINISHED"}
-class ResetChildren(bpy.types.Operator):
+class SEQUENCER_OT_reset_children(bpy.types.Operator):
bl_idname = "sequencerextra.reset_children"
bl_label = "Send the children to the final frames of the parent"
bl_description = "Press Z while the current time indicator is on a parent and the upper strips will be sent to the end of the parent"
@@ -190,4 +190,4 @@ def execute(self, context):
children[i].frame_final_end = p_end - i
children[i].frame_final_start = p_end - (i + 1)
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/split_words.py b/operators/split_words.py
index 94b0074..7d289ef 100755
--- a/operators/split_words.py
+++ b/operators/split_words.py
@@ -119,7 +119,7 @@ def form_items(scene, strip, pieces):
return sub_list
-class SplitWords(bpy.types.Operator):
+class SEQUENCER_OT_split_words(bpy.types.Operator):
bl_label = 'Split'
bl_idname = 'sequencerextra.split_words'
bl_description = 'Create new subtitles where each word is separated.\n\nIf a syllable dictionary is provided, words will be further split by their syllables'
@@ -161,4 +161,4 @@ def execute(self, context):
scene.subtitle_edit_channel = new_strips[0].channel
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/operators/syllabify.py b/operators/syllabify.py
index 3a074b9..80adec7 100755
--- a/operators/syllabify.py
+++ b/operators/syllabify.py
@@ -52,7 +52,7 @@ def get_patterns(lang):
return patterns
-class Syllabify(bpy.types.Operator, ExportHelper):
+class SEQUENCER_OT_syllabify(bpy.types.Operator, ExportHelper):
bl_label = 'Syllabify'
bl_idname = 'sequencerextra.syllabify'
bl_description = "Create a list of words, separated by syllables.\nNeeded for splitting words with accurate syllable differentiation"
@@ -111,4 +111,4 @@ def execute(self, context):
scene.syllable_dictionary_path = self.filepath
- return {"FINISHED"}
\ No newline at end of file
+ return {"FINISHED"}
diff --git a/tests/static/I Move On.lrc b/tests/static/I Move On.lrc
index e72f019..1a36219 100755
--- a/tests/static/I Move On.lrc
+++ b/tests/static/I Move On.lrc
@@ -1,38 +1,38 @@
-[00:27.29]<00:27.29>Come<00:27.64> take<00:28.07> my<00:28.45> jour<00:28.87>ney<00:30.18>
-[00:30.18]<00:30.18>In<00:31.37>to<00:31.81> night<00:33.21>
-[00:33.94]<00:33.94>Come<00:34.44> be<00:34.82> my<00:35.23> shad<00:35.65>ow<00:36.49>
-[00:36.86]<00:36.86>Walk<00:38.20> at<00:38.53> my<00:39.36> side<00:40.36>
-[00:40.62]<00:40.62>And<00:41.01> when<00:41.40> you<00:41.81> see<00:43.29>
-[00:43.55]<00:43.55>All<00:44.10> that<00:44.31> I<00:44.68> have<00:45.11> seen<00:46.56>
-[00:46.89]<00:46.89>Can<00:47.32> you<00:47.66> tell<00:48.03> me<00:48.58>
-[00:48.58]<00:48.58>Love<00:49.40> from<00:50.28> pride?<00:51.96>
-[00:52.31]
-[00:54.00]<00:54.00>I<00:54.40> have<00:54.76> been<00:55.18> wait<00:55.64>ing<00:56.65>
-[00:56.94]<00:56.94>all<00:58.04> this<00:58.49> time<00:59.89>
-[01:00.52]<01:00.52>for<01:01.02> one<01:01.44> to<01:01.86> wake<01:02.36> me<01:03.49>
-[01:03.49]<01:03.49>one<01:04.75> to<01:05.20> call<01:06.00> mine<01:07.20>
-[01:07.20]<01:07.20>So<01:07.59> when<01:08.00> you're<01:08.46> near<01:09.76>
-[01:10.12]<01:10.12>all<01:10.55> that<01:10.87> you<01:11.27> hold<01:11.73> dear<01:13.18>
-[01:13.37]<01:13.37>do<01:13.81> you<01:14.22> fear<01:14.68> what<01:15.09> you<01:16.37> will<01:16.81> find?<01:19.33>
-[01:19.69]<01:19.69>As<01:20.02> the<01:20.27> dawn<01:21.54>
-[01:22.28]<01:22.28>Breaks<01:22.65> through<01:23.09> the<01:23.54> night<01:25.18>
-[01:25.63]
-[01:26.51]<01:26.51>I<01:26.72> move<01:26.97> on<01:28.49>
-[01:29.23]<01:29.23>For<01:29.48>ev<01:29.92>er<01:30.40> long<01:31.66>ing<01:32.02> for<01:33.42> the<01:33.79> home<01:35.32>
-[01:35.54]<01:35.54>I<01:35.94> found<01:36.44> in<01:37.15> your<01:37.37> eyes<01:40.60>
-[01:40.77]
-[01:47.66]<01:47.66>I<01:48.05> will<01:48.45> be<01:48.83> lis<01:49.01>ten<01:49.15>ing<01:50.30>
-[01:50.51]<01:50.51>for<01:51.73> the<01:52.08> drum<01:53.29>
-[01:54.17]<01:54.17>to<01:54.56> call<01:54.96> me<01:55.37> ov<01:55.79>er<01:56.21>
-[01:57.30]<01:57.30>far<01:58.31> a<01:58.72>way<01:59.52> from<02:00.35>
-[02:00.72]<02:00.72>my<02:01.08> ten<02:01.46>der<02:01.84> youth<02:03.28>
-[02:03.56]<02:03.56>and<02:03.94> the<02:04.30> ver<02:04.73>y<02:05.11> truth<02:06.45>
-[02:06.81]<02:06.81>show<02:07.21>ing<02:07.62> me<02:08.05> what<02:08.42> I've<02:09.70> be<02:10.11>come<02:12.60>
-[02:12.90]<02:12.90>As<02:13.12> the<02:13.35> dawn<02:15.24>
-[02:15.39]<02:15.39>Breaks<02:15.79> through<02:16.18> the<02:16.57> night<02:18.40>
-[02:19.47]<02:19.47>I<02:19.64> move<02:19.87> on<02:21.56>
-[02:21.89]<02:21.89>For<02:22.33>ev<02:22.71>er<02:23.14> long<02:24.37>ing<02:24.79> for<02:26.01> the<02:26.38> home<02:27.74>
-[02:28.30]<02:28.30>I<02:28.38> found<02:28.84> in<02:29.48> your<02:29.67> eyes<02:31.85>
-[02:32.10]<02:32.10>Your<02:32.93> voice<02:34.06>
-[02:34.53]<02:34.53>saw<02:35.02> me<02:35.32> through<02:35.80> the<02:36.14> night<02:39.53>
+[00:27.29]<00:27.29>Come<00:27.64> take<00:28.07> my<00:28.45> jour<00:28.87>ney<00:30.18>
+[00:30.18]<00:30.18>In<00:31.37>to<00:31.81> night<00:33.21>
+[00:33.94]<00:33.94>Come<00:34.44> be<00:34.82> my<00:35.23> shad<00:35.65>ow<00:36.49>
+[00:36.86]<00:36.86>Walk<00:38.20> at<00:38.53> my<00:39.36> side<00:40.36>
+[00:40.62]<00:40.62>And<00:41.01> when<00:41.40> you<00:41.81> see<00:43.29>
+[00:43.55]<00:43.55>All<00:44.10> that<00:44.31> I<00:44.68> have<00:45.11> seen<00:46.56>
+[00:46.89]<00:46.89>Can<00:47.32> you<00:47.66> tell<00:48.03> me<00:48.58>
+[00:48.58]<00:48.58>Love<00:49.40> from<00:50.28> pride?<00:51.96>
+[00:52.31]
+[00:54.00]<00:54.00>I<00:54.40> have<00:54.76> been<00:55.18> wait<00:55.64>ing<00:56.65>
+[00:56.94]<00:56.94>all<00:58.04> this<00:58.49> time<00:59.89>
+[01:00.52]<01:00.52>for<01:01.02> one<01:01.44> to<01:01.86> wake<01:02.36> me<01:03.49>
+[01:03.49]<01:03.49>one<01:04.75> to<01:05.20> call<01:06.00> mine<01:07.20>
+[01:07.20]<01:07.20>So<01:07.59> when<01:08.00> you're<01:08.46> near<01:09.76>
+[01:10.12]<01:10.12>all<01:10.55> that<01:10.87> you<01:11.27> hold<01:11.73> dear<01:13.18>
+[01:13.37]<01:13.37>do<01:13.81> you<01:14.22> fear<01:14.68> what<01:15.09> you<01:16.37> will<01:16.81> find?<01:19.33>
+[01:19.69]<01:19.69>As<01:20.02> the<01:20.27> dawn<01:21.54>
+[01:22.28]<01:22.28>Breaks<01:22.65> through<01:23.09> the<01:23.54> night<01:25.18>
+[01:25.63]
+[01:26.51]<01:26.51>I<01:26.72> move<01:26.97> on<01:28.49>
+[01:29.23]<01:29.23>For<01:29.48>ev<01:29.92>er<01:30.40> long<01:31.66>ing<01:32.02> for<01:33.42> the<01:33.79> home<01:35.32>
+[01:35.54]<01:35.54>I<01:35.94> found<01:36.44> in<01:37.15> your<01:37.37> eyes<01:40.60>
+[01:40.77]
+[01:47.66]<01:47.66>I<01:48.05> will<01:48.45> be<01:48.83> lis<01:49.01>ten<01:49.15>ing<01:50.30>
+[01:50.51]<01:50.51>for<01:51.73> the<01:52.08> drum<01:53.29>
+[01:54.17]<01:54.17>to<01:54.56> call<01:54.96> me<01:55.37> ov<01:55.79>er<01:56.21>
+[01:57.30]<01:57.30>far<01:58.31> a<01:58.72>way<01:59.52> from<02:00.35>
+[02:00.72]<02:00.72>my<02:01.08> ten<02:01.46>der<02:01.84> youth<02:03.28>
+[02:03.56]<02:03.56>and<02:03.94> the<02:04.30> ver<02:04.73>y<02:05.11> truth<02:06.45>
+[02:06.81]<02:06.81>show<02:07.21>ing<02:07.62> me<02:08.05> what<02:08.42> I've<02:09.70> be<02:10.11>come<02:12.60>
+[02:12.90]<02:12.90>As<02:13.12> the<02:13.35> dawn<02:15.24>
+[02:15.39]<02:15.39>Breaks<02:15.79> through<02:16.18> the<02:16.57> night<02:18.40>
+[02:19.47]<02:19.47>I<02:19.64> move<02:19.87> on<02:21.56>
+[02:21.89]<02:21.89>For<02:22.33>ev<02:22.71>er<02:23.14> long<02:24.37>ing<02:24.79> for<02:26.01> the<02:26.38> home<02:27.74>
+[02:28.30]<02:28.30>I<02:28.38> found<02:28.84> in<02:29.48> your<02:29.67> eyes<02:31.85>
+[02:32.10]<02:32.10>Your<02:32.93> voice<02:34.06>
+[02:34.53]<02:34.53>saw<02:35.02> me<02:35.32> through<02:35.80> the<02:36.14> night<02:39.53>
[02:40.31]
\ No newline at end of file
diff --git a/tests/static/I Move On.srt b/tests/static/I Move On.srt
index 649f1b6..7bc5363 100755
--- a/tests/static/I Move On.srt
+++ b/tests/static/I Move On.srt
@@ -1,731 +1,731 @@
-1
-00:00:27,290 --> 00:00:27,640
-Come take my journey
-
-2
-00:00:27,640 --> 00:00:28,070
-Come take my journey
-
-3
-00:00:28,070 --> 00:00:28,450
-Come take my journey
-
-4
-00:00:28,450 --> 00:00:28,870
-Come take my journey
-
-5
-00:00:28,870 --> 00:00:30,180
-Come take my journey
-
-6
-00:00:30,180 --> 00:00:31,370
-Into night
-
-7
-00:00:31,370 --> 00:00:31,810
-Into night
-
-8
-00:00:31,810 --> 00:00:33,210
-Into night
-
-9
-00:00:33,210 --> 00:00:33,940
-Into night
-
-10
-00:00:33,940 --> 00:00:34,440
-Come be my shadow
-
-11
-00:00:34,440 --> 00:00:34,820
-Come be my shadow
-
-12
-00:00:34,820 --> 00:00:35,230
-Come be my shadow
-
-13
-00:00:35,230 --> 00:00:35,650
-Come be my shadow
-
-14
-00:00:35,650 --> 00:00:36,490
-Come be my shadow
-
-15
-00:00:36,490 --> 00:00:36,860
-Come be my shadow
-
-16
-00:00:36,860 --> 00:00:38,200
-Walk at my side
-
-17
-00:00:38,200 --> 00:00:38,530
-Walk at my side
-
-18
-00:00:38,530 --> 00:00:39,360
-Walk at my side
-
-19
-00:00:39,360 --> 00:00:40,360
-Walk at my side
-
-20
-00:00:40,360 --> 00:00:40,620
-Walk at my side
-
-21
-00:00:40,620 --> 00:00:41,010
-And when you see
-
-22
-00:00:41,010 --> 00:00:41,400
-And when you see
-
-23
-00:00:41,400 --> 00:00:41,810
-And when you see
-
-24
-00:00:41,810 --> 00:00:43,290
-And when you see
-
-25
-00:00:43,290 --> 00:00:43,550
-And when you see
-
-26
-00:00:43,550 --> 00:00:44,100
-All that I have seen
-
-27
-00:00:44,100 --> 00:00:44,310
-All that I have seen
-
-28
-00:00:44,310 --> 00:00:44,680
-All that I have seen
-
-29
-00:00:44,680 --> 00:00:45,110
-All that I have seen
-
-30
-00:00:45,110 --> 00:00:46,560
-All that I have seen
-
-31
-00:00:46,560 --> 00:00:46,890
-All that I have seen
-
-32
-00:00:46,890 --> 00:00:47,320
-Can you tell me
-
-33
-00:00:47,320 --> 00:00:47,660
-Can you tell me
-
-34
-00:00:47,660 --> 00:00:48,030
-Can you tell me
-
-35
-00:00:48,030 --> 00:00:48,580
-Can you tell me
-
-36
-00:00:48,580 --> 00:00:49,400
-Love from pride?
-
-37
-00:00:49,400 --> 00:00:50,280
-Love from pride?
-
-38
-00:00:50,280 --> 00:00:51,960
-Love from pride?
-
-39
-00:00:51,960 --> 00:00:52,310
-Love from pride?
-
-40
-00:00:54,000 --> 00:00:54,400
-I have been waiting
-
-41
-00:00:54,400 --> 00:00:54,760
-I have been waiting
-
-42
-00:00:54,760 --> 00:00:55,180
-I have been waiting
-
-43
-00:00:55,180 --> 00:00:55,640
-I have been waiting
-
-44
-00:00:55,640 --> 00:00:56,650
-I have been waiting
-
-45
-00:00:56,650 --> 00:00:56,940
-I have been waiting
-
-46
-00:00:56,940 --> 00:00:58,040
-all this time
-
-47
-00:00:58,040 --> 00:00:58,490
-all this time
-
-48
-00:00:58,490 --> 00:00:59,890
-all this time
-
-49
-00:00:59,890 --> 00:01:00,520
-all this time
-
-50
-00:01:00,520 --> 00:01:01,020
-for one to wake me
-
-51
-00:01:01,020 --> 00:01:01,440
-for one to wake me
-
-52
-00:01:01,440 --> 00:01:01,860
-for one to wake me
-
-53
-00:01:01,860 --> 00:01:02,360
-for one to wake me
-
-54
-00:01:02,360 --> 00:01:03,490
-for one to wake me
-
-55
-00:01:03,490 --> 00:01:04,750
-one to call mine
-
-56
-00:01:04,750 --> 00:01:05,200
-one to call mine
-
-57
-00:01:05,200 --> 00:01:06,000
-one to call mine
-
-58
-00:01:06,000 --> 00:01:07,200
-one to call mine
-
-59
-00:01:07,200 --> 00:01:07,590
-So when you're near
-
-60
-00:01:07,590 --> 00:01:08,000
-So when you're near
-
-61
-00:01:08,000 --> 00:01:08,460
-So when you're near
-
-62
-00:01:08,460 --> 00:01:09,760
-So when you're near
-
-63
-00:01:09,760 --> 00:01:10,120
-So when you're near
-
-64
-00:01:10,120 --> 00:01:10,550
-all that you hold dear
-
-65
-00:01:10,550 --> 00:01:10,870
-all that you hold dear
-
-66
-00:01:10,870 --> 00:01:11,270
-all that you hold dear
-
-67
-00:01:11,270 --> 00:01:11,730
-all that you hold dear
-
-68
-00:01:11,730 --> 00:01:13,180
-all that you hold dear
-
-69
-00:01:13,180 --> 00:01:13,370
-all that you hold dear
-
-70
-00:01:13,370 --> 00:01:13,810
-do you fear what you will find?
-
-71
-00:01:13,810 --> 00:01:14,220
-do you fear what you will find?
-
-72
-00:01:14,220 --> 00:01:14,680
-do you fear what you will find?
-
-73
-00:01:14,680 --> 00:01:15,090
-do you fear what you will find?
-
-74
-00:01:15,090 --> 00:01:16,370
-do you fear what you will find?
-
-75
-00:01:16,370 --> 00:01:16,810
-do you fear what you will find?
-
-76
-00:01:16,810 --> 00:01:19,330
-do you fear what you will find?
-
-77
-00:01:19,330 --> 00:01:19,690
-do you fear what you will find?
-
-78
-00:01:19,690 --> 00:01:20,020
-As the dawn
-
-79
-00:01:20,020 --> 00:01:20,270
-As the dawn
-
-80
-00:01:20,270 --> 00:01:21,540
-As the dawn
-
-81
-00:01:21,540 --> 00:01:22,280
-As the dawn
-
-82
-00:01:22,280 --> 00:01:22,650
-Breaks through the night
-
-83
-00:01:22,650 --> 00:01:23,090
-Breaks through the night
-
-84
-00:01:23,090 --> 00:01:23,540
-Breaks through the night
-
-85
-00:01:23,540 --> 00:01:25,180
-Breaks through the night
-
-86
-00:01:25,180 --> 00:01:25,630
-Breaks through the night
-
-87
-00:01:26,510 --> 00:01:26,720
-I move on
-
-88
-00:01:26,720 --> 00:01:26,970
-I move on
-
-89
-00:01:26,970 --> 00:01:28,490
-I move on
-
-90
-00:01:28,490 --> 00:01:29,230
-I move on
-
-91
-00:01:29,230 --> 00:01:29,480
-Forever longing for the home
-
-92
-00:01:29,480 --> 00:01:29,920
-Forever longing for the home
-
-93
-00:01:29,920 --> 00:01:30,400
-Forever longing for the home
-
-94
-00:01:30,400 --> 00:01:31,660
-Forever longing for the home
-
-95
-00:01:31,660 --> 00:01:32,020
-Forever longing for the home
-
-96
-00:01:32,020 --> 00:01:33,420
-Forever longing for the home
-
-97
-00:01:33,420 --> 00:01:33,790
-Forever longing for the home
-
-98
-00:01:33,790 --> 00:01:35,320
-Forever longing for the home
-
-99
-00:01:35,320 --> 00:01:35,540
-Forever longing for the home
-
-100
-00:01:35,540 --> 00:01:35,940
-I found in your eyes
-
-101
-00:01:35,940 --> 00:01:36,440
-I found in your eyes
-
-102
-00:01:36,440 --> 00:01:37,150
-I found in your eyes
-
-103
-00:01:37,150 --> 00:01:37,370
-I found in your eyes
-
-104
-00:01:37,370 --> 00:01:40,600
-I found in your eyes
-
-105
-00:01:40,600 --> 00:01:40,770
-I found in your eyes
-
-106
-00:01:47,660 --> 00:01:48,050
-I will be listening
-
-107
-00:01:48,050 --> 00:01:48,450
-I will be listening
-
-108
-00:01:48,450 --> 00:01:48,830
-I will be listening
-
-109
-00:01:48,830 --> 00:01:49,010
-I will be listening
-
-110
-00:01:49,010 --> 00:01:49,150
-I will be listening
-
-111
-00:01:49,150 --> 00:01:50,300
-I will be listening
-
-112
-00:01:50,300 --> 00:01:50,510
-I will be listening
-
-113
-00:01:50,510 --> 00:01:51,730
-for the drum
-
-114
-00:01:51,730 --> 00:01:52,080
-for the drum
-
-115
-00:01:52,080 --> 00:01:53,290
-for the drum
-
-116
-00:01:53,290 --> 00:01:54,170
-for the drum
-
-117
-00:01:54,170 --> 00:01:54,560
-to call me over
-
-118
-00:01:54,560 --> 00:01:54,960
-to call me over
-
-119
-00:01:54,960 --> 00:01:55,370
-to call me over
-
-120
-00:01:55,370 --> 00:01:55,790
-to call me over
-
-121
-00:01:55,790 --> 00:01:56,210
-to call me over
-
-122
-00:01:56,210 --> 00:01:57,300
-to call me over
-
-123
-00:01:57,300 --> 00:01:58,310
-far away from
-
-124
-00:01:58,310 --> 00:01:58,720
-far away from
-
-125
-00:01:58,720 --> 00:01:59,520
-far away from
-
-126
-00:01:59,520 --> 00:02:00,350
-far away from
-
-127
-00:02:00,350 --> 00:02:00,720
-far away from
-
-128
-00:02:00,720 --> 00:02:01,080
-my tender youth
-
-129
-00:02:01,080 --> 00:02:01,460
-my tender youth
-
-130
-00:02:01,460 --> 00:02:01,840
-my tender youth
-
-131
-00:02:01,840 --> 00:02:03,280
-my tender youth
-
-132
-00:02:03,280 --> 00:02:03,560
-my tender youth
-
-133
-00:02:03,560 --> 00:02:03,940
-and the very truth
-
-134
-00:02:03,940 --> 00:02:04,300
-and the very truth
-
-135
-00:02:04,300 --> 00:02:04,730
-and the very truth
-
-136
-00:02:04,730 --> 00:02:05,110
-and the very truth
-
-137
-00:02:05,110 --> 00:02:06,450
-and the very truth
-
-138
-00:02:06,450 --> 00:02:06,810
-and the very truth
-
-139
-00:02:06,810 --> 00:02:07,210
-showing me what I've become
-
-140
-00:02:07,210 --> 00:02:07,620
-showing me what I've become
-
-141
-00:02:07,620 --> 00:02:08,050
-showing me what I've become
-
-142
-00:02:08,050 --> 00:02:08,420
-showing me what I've become
-
-143
-00:02:08,420 --> 00:02:09,700
-showing me what I've become
-
-144
-00:02:09,700 --> 00:02:10,110
-showing me what I've become
-
-145
-00:02:10,110 --> 00:02:12,600
-showing me what I've become
-
-146
-00:02:12,600 --> 00:02:12,900
-showing me what I've become
-
-147
-00:02:12,900 --> 00:02:13,120
-As the dawn
-
-148
-00:02:13,120 --> 00:02:13,350
-As the dawn
-
-149
-00:02:13,350 --> 00:02:15,240
-As the dawn
-
-150
-00:02:15,240 --> 00:02:15,390
-As the dawn
-
-151
-00:02:15,390 --> 00:02:15,790
-Breaks through the night
-
-152
-00:02:15,790 --> 00:02:16,180
-Breaks through the night
-
-153
-00:02:16,180 --> 00:02:16,570
-Breaks through the night
-
-154
-00:02:16,570 --> 00:02:18,400
-Breaks through the night
-
-155
-00:02:18,400 --> 00:02:19,470
-Breaks through the night
-
-156
-00:02:19,470 --> 00:02:19,640
-I move on
-
-157
-00:02:19,640 --> 00:02:19,870
-I move on
-
-158
-00:02:19,870 --> 00:02:21,560
-I move on
-
-159
-00:02:21,560 --> 00:02:21,890
-I move on
-
-160
-00:02:21,890 --> 00:02:22,330
-Forever longing for the home
-
-161
-00:02:22,330 --> 00:02:22,710
-Forever longing for the home
-
-162
-00:02:22,710 --> 00:02:23,140
-Forever longing for the home
-
-163
-00:02:23,140 --> 00:02:24,370
-Forever longing for the home
-
-164
-00:02:24,370 --> 00:02:24,790
-Forever longing for the home
-
-165
-00:02:24,790 --> 00:02:26,010
-Forever longing for the home
-
-166
-00:02:26,010 --> 00:02:26,380
-Forever longing for the home
-
-167
-00:02:26,380 --> 00:02:27,740
-Forever longing for the home
-
-168
-00:02:27,740 --> 00:02:28,300
-Forever longing for the home
-
-169
-00:02:28,300 --> 00:02:28,380
-I found in your eyes
-
-170
-00:02:28,380 --> 00:02:28,840
-I found in your eyes
-
-171
-00:02:28,840 --> 00:02:29,480
-I found in your eyes
-
-172
-00:02:29,480 --> 00:02:29,670
-I found in your eyes
-
-173
-00:02:29,670 --> 00:02:31,850
-I found in your eyes
-
-174
-00:02:31,850 --> 00:02:32,100
-I found in your eyes
-
-175
-00:02:32,100 --> 00:02:32,930
-Your voice
-
-176
-00:02:32,930 --> 00:02:34,060
-Your voice
-
-177
-00:02:34,060 --> 00:02:34,530
-Your voice
-
-178
-00:02:34,530 --> 00:02:35,020
-saw me through the night
-
-179
-00:02:35,020 --> 00:02:35,320
-saw me through the night
-
-180
-00:02:35,320 --> 00:02:35,800
-saw me through the night
-
-181
-00:02:35,800 --> 00:02:36,140
-saw me through the night
-
-182
-00:02:36,140 --> 00:02:39,530
-saw me through the night
-
-183
-00:02:39,530 --> 00:02:40,310
-saw me through the night
+1
+00:00:27,290 --> 00:00:27,640
+Come take my journey
+
+2
+00:00:27,640 --> 00:00:28,070
+Come take my journey
+
+3
+00:00:28,070 --> 00:00:28,450
+Come take my journey
+
+4
+00:00:28,450 --> 00:00:28,870
+Come take my journey
+
+5
+00:00:28,870 --> 00:00:30,180
+Come take my journey
+
+6
+00:00:30,180 --> 00:00:31,370
+Into night
+
+7
+00:00:31,370 --> 00:00:31,810
+Into night
+
+8
+00:00:31,810 --> 00:00:33,210
+Into night
+
+9
+00:00:33,210 --> 00:00:33,940
+Into night
+
+10
+00:00:33,940 --> 00:00:34,440
+Come be my shadow
+
+11
+00:00:34,440 --> 00:00:34,820
+Come be my shadow
+
+12
+00:00:34,820 --> 00:00:35,230
+Come be my shadow
+
+13
+00:00:35,230 --> 00:00:35,650
+Come be my shadow
+
+14
+00:00:35,650 --> 00:00:36,490
+Come be my shadow
+
+15
+00:00:36,490 --> 00:00:36,860
+Come be my shadow
+
+16
+00:00:36,860 --> 00:00:38,200
+Walk at my side
+
+17
+00:00:38,200 --> 00:00:38,530
+Walk at my side
+
+18
+00:00:38,530 --> 00:00:39,360
+Walk at my side
+
+19
+00:00:39,360 --> 00:00:40,360
+Walk at my side
+
+20
+00:00:40,360 --> 00:00:40,620
+Walk at my side
+
+21
+00:00:40,620 --> 00:00:41,010
+And when you see
+
+22
+00:00:41,010 --> 00:00:41,400
+And when you see
+
+23
+00:00:41,400 --> 00:00:41,810
+And when you see
+
+24
+00:00:41,810 --> 00:00:43,290
+And when you see
+
+25
+00:00:43,290 --> 00:00:43,550
+And when you see
+
+26
+00:00:43,550 --> 00:00:44,100
+All that I have seen
+
+27
+00:00:44,100 --> 00:00:44,310
+All that I have seen
+
+28
+00:00:44,310 --> 00:00:44,680
+All that I have seen
+
+29
+00:00:44,680 --> 00:00:45,110
+All that I have seen
+
+30
+00:00:45,110 --> 00:00:46,560
+All that I have seen
+
+31
+00:00:46,560 --> 00:00:46,890
+All that I have seen
+
+32
+00:00:46,890 --> 00:00:47,320
+Can you tell me
+
+33
+00:00:47,320 --> 00:00:47,660
+Can you tell me
+
+34
+00:00:47,660 --> 00:00:48,030
+Can you tell me
+
+35
+00:00:48,030 --> 00:00:48,580
+Can you tell me
+
+36
+00:00:48,580 --> 00:00:49,400
+Love from pride?
+
+37
+00:00:49,400 --> 00:00:50,280
+Love from pride?
+
+38
+00:00:50,280 --> 00:00:51,960
+Love from pride?
+
+39
+00:00:51,960 --> 00:00:52,310
+Love from pride?
+
+40
+00:00:54,000 --> 00:00:54,400
+I have been waiting
+
+41
+00:00:54,400 --> 00:00:54,760
+I have been waiting
+
+42
+00:00:54,760 --> 00:00:55,180
+I have been waiting
+
+43
+00:00:55,180 --> 00:00:55,640
+I have been waiting
+
+44
+00:00:55,640 --> 00:00:56,650
+I have been waiting
+
+45
+00:00:56,650 --> 00:00:56,940
+I have been waiting
+
+46
+00:00:56,940 --> 00:00:58,040
+all this time
+
+47
+00:00:58,040 --> 00:00:58,490
+all this time
+
+48
+00:00:58,490 --> 00:00:59,890
+all this time
+
+49
+00:00:59,890 --> 00:01:00,520
+all this time
+
+50
+00:01:00,520 --> 00:01:01,020
+for one to wake me
+
+51
+00:01:01,020 --> 00:01:01,440
+for one to wake me
+
+52
+00:01:01,440 --> 00:01:01,860
+for one to wake me
+
+53
+00:01:01,860 --> 00:01:02,360
+for one to wake me
+
+54
+00:01:02,360 --> 00:01:03,490
+for one to wake me
+
+55
+00:01:03,490 --> 00:01:04,750
+one to call mine
+
+56
+00:01:04,750 --> 00:01:05,200
+one to call mine
+
+57
+00:01:05,200 --> 00:01:06,000
+one to call mine
+
+58
+00:01:06,000 --> 00:01:07,200
+one to call mine
+
+59
+00:01:07,200 --> 00:01:07,590
+So when you're near
+
+60
+00:01:07,590 --> 00:01:08,000
+So when you're near
+
+61
+00:01:08,000 --> 00:01:08,460
+So when you're near
+
+62
+00:01:08,460 --> 00:01:09,760
+So when you're near
+
+63
+00:01:09,760 --> 00:01:10,120
+So when you're near
+
+64
+00:01:10,120 --> 00:01:10,550
+all that you hold dear
+
+65
+00:01:10,550 --> 00:01:10,870
+all that you hold dear
+
+66
+00:01:10,870 --> 00:01:11,270
+all that you hold dear
+
+67
+00:01:11,270 --> 00:01:11,730
+all that you hold dear
+
+68
+00:01:11,730 --> 00:01:13,180
+all that you hold dear
+
+69
+00:01:13,180 --> 00:01:13,370
+all that you hold dear
+
+70
+00:01:13,370 --> 00:01:13,810
+do you fear what you will find?
+
+71
+00:01:13,810 --> 00:01:14,220
+do you fear what you will find?
+
+72
+00:01:14,220 --> 00:01:14,680
+do you fear what you will find?
+
+73
+00:01:14,680 --> 00:01:15,090
+do you fear what you will find?
+
+74
+00:01:15,090 --> 00:01:16,370
+do you fear what you will find?
+
+75
+00:01:16,370 --> 00:01:16,810
+do you fear what you will find?
+
+76
+00:01:16,810 --> 00:01:19,330
+do you fear what you will find?
+
+77
+00:01:19,330 --> 00:01:19,690
+do you fear what you will find?
+
+78
+00:01:19,690 --> 00:01:20,020
+As the dawn
+
+79
+00:01:20,020 --> 00:01:20,270
+As the dawn
+
+80
+00:01:20,270 --> 00:01:21,540
+As the dawn
+
+81
+00:01:21,540 --> 00:01:22,280
+As the dawn
+
+82
+00:01:22,280 --> 00:01:22,650
+Breaks through the night
+
+83
+00:01:22,650 --> 00:01:23,090
+Breaks through the night
+
+84
+00:01:23,090 --> 00:01:23,540
+Breaks through the night
+
+85
+00:01:23,540 --> 00:01:25,180
+Breaks through the night
+
+86
+00:01:25,180 --> 00:01:25,630
+Breaks through the night
+
+87
+00:01:26,510 --> 00:01:26,720
+I move on
+
+88
+00:01:26,720 --> 00:01:26,970
+I move on
+
+89
+00:01:26,970 --> 00:01:28,490
+I move on
+
+90
+00:01:28,490 --> 00:01:29,230
+I move on
+
+91
+00:01:29,230 --> 00:01:29,480
+Forever longing for the home
+
+92
+00:01:29,480 --> 00:01:29,920
+Forever longing for the home
+
+93
+00:01:29,920 --> 00:01:30,400
+Forever longing for the home
+
+94
+00:01:30,400 --> 00:01:31,660
+Forever longing for the home
+
+95
+00:01:31,660 --> 00:01:32,020
+Forever longing for the home
+
+96
+00:01:32,020 --> 00:01:33,420
+Forever longing for the home
+
+97
+00:01:33,420 --> 00:01:33,790
+Forever longing for the home
+
+98
+00:01:33,790 --> 00:01:35,320
+Forever longing for the home
+
+99
+00:01:35,320 --> 00:01:35,540
+Forever longing for the home
+
+100
+00:01:35,540 --> 00:01:35,940
+I found in your eyes
+
+101
+00:01:35,940 --> 00:01:36,440
+I found in your eyes
+
+102
+00:01:36,440 --> 00:01:37,150
+I found in your eyes
+
+103
+00:01:37,150 --> 00:01:37,370
+I found in your eyes
+
+104
+00:01:37,370 --> 00:01:40,600
+I found in your eyes
+
+105
+00:01:40,600 --> 00:01:40,770
+I found in your eyes
+
+106
+00:01:47,660 --> 00:01:48,050
+I will be listening
+
+107
+00:01:48,050 --> 00:01:48,450
+I will be listening
+
+108
+00:01:48,450 --> 00:01:48,830
+I will be listening
+
+109
+00:01:48,830 --> 00:01:49,010
+I will be listening
+
+110
+00:01:49,010 --> 00:01:49,150
+I will be listening
+
+111
+00:01:49,150 --> 00:01:50,300
+I will be listening
+
+112
+00:01:50,300 --> 00:01:50,510
+I will be listening
+
+113
+00:01:50,510 --> 00:01:51,730
+for the drum
+
+114
+00:01:51,730 --> 00:01:52,080
+for the drum
+
+115
+00:01:52,080 --> 00:01:53,290
+for the drum
+
+116
+00:01:53,290 --> 00:01:54,170
+for the drum
+
+117
+00:01:54,170 --> 00:01:54,560
+to call me over
+
+118
+00:01:54,560 --> 00:01:54,960
+to call me over
+
+119
+00:01:54,960 --> 00:01:55,370
+to call me over
+
+120
+00:01:55,370 --> 00:01:55,790
+to call me over
+
+121
+00:01:55,790 --> 00:01:56,210
+to call me over
+
+122
+00:01:56,210 --> 00:01:57,300
+to call me over
+
+123
+00:01:57,300 --> 00:01:58,310
+far away from
+
+124
+00:01:58,310 --> 00:01:58,720
+far away from
+
+125
+00:01:58,720 --> 00:01:59,520
+far away from
+
+126
+00:01:59,520 --> 00:02:00,350
+far away from
+
+127
+00:02:00,350 --> 00:02:00,720
+far away from
+
+128
+00:02:00,720 --> 00:02:01,080
+my tender youth
+
+129
+00:02:01,080 --> 00:02:01,460
+my tender youth
+
+130
+00:02:01,460 --> 00:02:01,840
+my tender youth
+
+131
+00:02:01,840 --> 00:02:03,280
+my tender youth
+
+132
+00:02:03,280 --> 00:02:03,560
+my tender youth
+
+133
+00:02:03,560 --> 00:02:03,940
+and the very truth
+
+134
+00:02:03,940 --> 00:02:04,300
+and the very truth
+
+135
+00:02:04,300 --> 00:02:04,730
+and the very truth
+
+136
+00:02:04,730 --> 00:02:05,110
+and the very truth
+
+137
+00:02:05,110 --> 00:02:06,450
+and the very truth
+
+138
+00:02:06,450 --> 00:02:06,810
+and the very truth
+
+139
+00:02:06,810 --> 00:02:07,210
+showing me what I've become
+
+140
+00:02:07,210 --> 00:02:07,620
+showing me what I've become
+
+141
+00:02:07,620 --> 00:02:08,050
+showing me what I've become
+
+142
+00:02:08,050 --> 00:02:08,420
+showing me what I've become
+
+143
+00:02:08,420 --> 00:02:09,700
+showing me what I've become
+
+144
+00:02:09,700 --> 00:02:10,110
+showing me what I've become
+
+145
+00:02:10,110 --> 00:02:12,600
+showing me what I've become
+
+146
+00:02:12,600 --> 00:02:12,900
+showing me what I've become
+
+147
+00:02:12,900 --> 00:02:13,120
+As the dawn
+
+148
+00:02:13,120 --> 00:02:13,350
+As the dawn
+
+149
+00:02:13,350 --> 00:02:15,240
+As the dawn
+
+150
+00:02:15,240 --> 00:02:15,390
+As the dawn
+
+151
+00:02:15,390 --> 00:02:15,790
+Breaks through the night
+
+152
+00:02:15,790 --> 00:02:16,180
+Breaks through the night
+
+153
+00:02:16,180 --> 00:02:16,570
+Breaks through the night
+
+154
+00:02:16,570 --> 00:02:18,400
+Breaks through the night
+
+155
+00:02:18,400 --> 00:02:19,470
+Breaks through the night
+
+156
+00:02:19,470 --> 00:02:19,640
+I move on
+
+157
+00:02:19,640 --> 00:02:19,870
+I move on
+
+158
+00:02:19,870 --> 00:02:21,560
+I move on
+
+159
+00:02:21,560 --> 00:02:21,890
+I move on
+
+160
+00:02:21,890 --> 00:02:22,330
+Forever longing for the home
+
+161
+00:02:22,330 --> 00:02:22,710
+Forever longing for the home
+
+162
+00:02:22,710 --> 00:02:23,140
+Forever longing for the home
+
+163
+00:02:23,140 --> 00:02:24,370
+Forever longing for the home
+
+164
+00:02:24,370 --> 00:02:24,790
+Forever longing for the home
+
+165
+00:02:24,790 --> 00:02:26,010
+Forever longing for the home
+
+166
+00:02:26,010 --> 00:02:26,380
+Forever longing for the home
+
+167
+00:02:26,380 --> 00:02:27,740
+Forever longing for the home
+
+168
+00:02:27,740 --> 00:02:28,300
+Forever longing for the home
+
+169
+00:02:28,300 --> 00:02:28,380
+I found in your eyes
+
+170
+00:02:28,380 --> 00:02:28,840
+I found in your eyes
+
+171
+00:02:28,840 --> 00:02:29,480
+I found in your eyes
+
+172
+00:02:29,480 --> 00:02:29,670
+I found in your eyes
+
+173
+00:02:29,670 --> 00:02:31,850
+I found in your eyes
+
+174
+00:02:31,850 --> 00:02:32,100
+I found in your eyes
+
+175
+00:02:32,100 --> 00:02:32,930
+Your voice
+
+176
+00:02:32,930 --> 00:02:34,060
+Your voice
+
+177
+00:02:34,060 --> 00:02:34,530
+Your voice
+
+178
+00:02:34,530 --> 00:02:35,020
+saw me through the night
+
+179
+00:02:35,020 --> 00:02:35,320
+saw me through the night
+
+180
+00:02:35,320 --> 00:02:35,800
+saw me through the night
+
+181
+00:02:35,800 --> 00:02:36,140
+saw me through the night
+
+182
+00:02:36,140 --> 00:02:39,530
+saw me through the night
+
+183
+00:02:39,530 --> 00:02:40,310
+saw me through the night
diff --git a/tests/static/I Move On.txt b/tests/static/I Move On.txt
index dfd2b31..fdbef06 100755
--- a/tests/static/I Move On.txt
+++ b/tests/static/I Move On.txt
@@ -1,34 +1,34 @@
-Come take my journey
-Into night
-Come be my shadow
-Walk at my side
-And when you see
-All that I have seen
-Can you tell me
-Love from pride?
-I have been waiting
-all this time
-for one to wake me
-one to call mine
-So when you're near
-all that you hold dear
-do you fear what you will find?
-As the dawn
-Breaks through the night
-I move on
-Forever longing for the home
-I found in your eyes
-I will be listening
-for the drum
-to call me over
-far away from
-my tender youth
-and the very truth
-showing me what I've become
-As the dawn
-Breaks through the night
-I move on
-Forever longing for the home
-I found in your eyes
-Your voice
-saw me through the night
+Come take my journey
+Into night
+Come be my shadow
+Walk at my side
+And when you see
+All that I have seen
+Can you tell me
+Love from pride?
+I have been waiting
+all this time
+for one to wake me
+one to call mine
+So when you're near
+all that you hold dear
+do you fear what you will find?
+As the dawn
+Breaks through the night
+I move on
+Forever longing for the home
+I found in your eyes
+I will be listening
+for the drum
+to call me over
+far away from
+my tender youth
+and the very truth
+showing me what I've become
+As the dawn
+Breaks through the night
+I move on
+Forever longing for the home
+I found in your eyes
+Your voice
+saw me through the night
diff --git a/tests/static/I Move On_bases.srt b/tests/static/I Move On_bases.srt
index f092b79..a31249a 100755
--- a/tests/static/I Move On_bases.srt
+++ b/tests/static/I Move On_bases.srt
@@ -1,135 +1,135 @@
-1
-00:00:27,290 --> 00:00:30,180
-Come take my journey
-
-2
-00:00:30,180 --> 00:00:33,940
-Into night
-
-3
-00:00:33,940 --> 00:00:36,860
-Come be my shadow
-
-4
-00:00:36,860 --> 00:00:40,620
-Walk at my side
-
-5
-00:00:40,620 --> 00:00:43,550
-And when you see
-
-6
-00:00:43,550 --> 00:00:46,890
-All that I have seen
-
-7
-00:00:46,890 --> 00:00:48,580
-Can you tell me
-
-8
-00:00:48,580 --> 00:00:52,310
-Love from pride?
-
-9
-00:00:54,000 --> 00:00:56,940
-I have been waiting
-
-10
-00:00:56,940 --> 00:01:00,520
-all this time
-
-11
-00:01:00,520 --> 00:01:03,490
-for one to wake me
-
-12
-00:01:03,490 --> 00:01:07,200
-one to call mine
-
-13
-00:01:07,200 --> 00:01:10,120
-So when you're near
-
-14
-00:01:10,120 --> 00:01:13,370
-all that you hold dear
-
-15
-00:01:13,370 --> 00:01:19,690
-do you fear what you will find?
-
-16
-00:01:19,690 --> 00:01:22,280
-As the dawn
-
-17
-00:01:22,280 --> 00:01:25,630
-Breaks through the night
-
-18
-00:01:26,510 --> 00:01:29,230
-I move on
-
-19
-00:01:29,230 --> 00:01:35,540
-Forever longing for the home
-
-20
-00:01:35,540 --> 00:01:40,770
-I found in your eyes
-
-21
-00:01:47,660 --> 00:01:50,510
-I will be listening
-
-22
-00:01:50,510 --> 00:01:54,170
-for the drum
-
-23
-00:01:54,170 --> 00:01:57,300
-to call me over
-
-24
-00:01:57,300 --> 00:02:00,720
-far away from
-
-25
-00:02:00,720 --> 00:02:03,560
-my tender youth
-
-26
-00:02:03,560 --> 00:02:06,810
-and the very truth
-
-27
-00:02:06,810 --> 00:02:12,900
-showing me what I've become
-
-28
-00:02:12,900 --> 00:02:15,390
-As the dawn
-
-29
-00:02:15,390 --> 00:02:19,470
-Breaks through the night
-
-30
-00:02:19,470 --> 00:02:21,890
-I move on
-
-31
-00:02:21,890 --> 00:02:28,300
-Forever longing for the home
-
-32
-00:02:28,300 --> 00:02:32,100
-I found in your eyes
-
-33
-00:02:32,100 --> 00:02:34,530
-Your voice
-
-34
-00:02:34,530 --> 00:02:40,310
-saw me through the night
+1
+00:00:27,290 --> 00:00:30,180
+Come take my journey
+
+2
+00:00:30,180 --> 00:00:33,940
+Into night
+
+3
+00:00:33,940 --> 00:00:36,860
+Come be my shadow
+
+4
+00:00:36,860 --> 00:00:40,620
+Walk at my side
+
+5
+00:00:40,620 --> 00:00:43,550
+And when you see
+
+6
+00:00:43,550 --> 00:00:46,890
+All that I have seen
+
+7
+00:00:46,890 --> 00:00:48,580
+Can you tell me
+
+8
+00:00:48,580 --> 00:00:52,310
+Love from pride?
+
+9
+00:00:54,000 --> 00:00:56,940
+I have been waiting
+
+10
+00:00:56,940 --> 00:01:00,520
+all this time
+
+11
+00:01:00,520 --> 00:01:03,490
+for one to wake me
+
+12
+00:01:03,490 --> 00:01:07,200
+one to call mine
+
+13
+00:01:07,200 --> 00:01:10,120
+So when you're near
+
+14
+00:01:10,120 --> 00:01:13,370
+all that you hold dear
+
+15
+00:01:13,370 --> 00:01:19,690
+do you fear what you will find?
+
+16
+00:01:19,690 --> 00:01:22,280
+As the dawn
+
+17
+00:01:22,280 --> 00:01:25,630
+Breaks through the night
+
+18
+00:01:26,510 --> 00:01:29,230
+I move on
+
+19
+00:01:29,230 --> 00:01:35,540
+Forever longing for the home
+
+20
+00:01:35,540 --> 00:01:40,770
+I found in your eyes
+
+21
+00:01:47,660 --> 00:01:50,510
+I will be listening
+
+22
+00:01:50,510 --> 00:01:54,170
+for the drum
+
+23
+00:01:54,170 --> 00:01:57,300
+to call me over
+
+24
+00:01:57,300 --> 00:02:00,720
+far away from
+
+25
+00:02:00,720 --> 00:02:03,560
+my tender youth
+
+26
+00:02:03,560 --> 00:02:06,810
+and the very truth
+
+27
+00:02:06,810 --> 00:02:12,900
+showing me what I've become
+
+28
+00:02:12,900 --> 00:02:15,390
+As the dawn
+
+29
+00:02:15,390 --> 00:02:19,470
+Breaks through the night
+
+30
+00:02:19,470 --> 00:02:21,890
+I move on
+
+31
+00:02:21,890 --> 00:02:28,300
+Forever longing for the home
+
+32
+00:02:28,300 --> 00:02:32,100
+I found in your eyes
+
+33
+00:02:32,100 --> 00:02:34,530
+Your voice
+
+34
+00:02:34,530 --> 00:02:40,310
+saw me through the night
diff --git a/tests/static/I Move On_dictionary.txt b/tests/static/I Move On_dictionary.txt
index 350f243..a7cf887 100755
--- a/tests/static/I Move On_dictionary.txt
+++ b/tests/static/I Move On_dictionary.txt
@@ -1,74 +1,74 @@
-all
-and
-as
-at
-a way
-be
-be come
-been
-breaks
-call
-can
-come
-dawn
-dear
-do
-drum
-eyes
-far
-fear
-find
-for
-for ev er
-found
-from
-have
-hold
-home
-i
-i've
-in
-in to
-jour ney
-lis ten ing
-long ing
-love
-me
-mine
-move
-my
-near
-night
-on
-one
-ov er
-pride
-saw
-see
-seen
-shad ow
-show ing
-side
-so
-take
-tell
-ten der
-that
-the
-this
-through
-time
-to
-truth
-ver y
-voice
-wait ing
-wake
-walk
-what
-when
-will
-you
-you're
-your
-youth
+all
+and
+as
+at
+a way
+be
+be come
+been
+breaks
+call
+can
+come
+dawn
+dear
+do
+drum
+eyes
+far
+fear
+find
+for
+for ev er
+found
+from
+have
+hold
+home
+i
+i've
+in
+in to
+jour ney
+lis ten ing
+long ing
+love
+me
+mine
+move
+my
+near
+night
+on
+one
+ov er
+pride
+saw
+see
+seen
+shad ow
+show ing
+side
+so
+take
+tell
+ten der
+that
+the
+this
+through
+time
+to
+truth
+ver y
+voice
+wait ing
+wake
+walk
+what
+when
+will
+you
+you're
+your
+youth
diff --git a/tests/static/I Move On_tops.srt b/tests/static/I Move On_tops.srt
index 6535ac1..267f92f 100755
--- a/tests/static/I Move On_tops.srt
+++ b/tests/static/I Move On_tops.srt
@@ -1,611 +1,611 @@
-1
-00:00:27,290 --> 00:00:27,640
-Come
-
-2
-00:00:27,640 --> 00:00:28,070
-Come take
-
-3
-00:00:28,070 --> 00:00:28,450
-Come take my
-
-4
-00:00:28,450 --> 00:00:28,870
-Come take my jour
-
-5
-00:00:28,870 --> 00:00:30,180
-Come take my journey
-
-6
-00:00:30,180 --> 00:00:31,370
-In
-
-7
-00:00:31,370 --> 00:00:31,810
-Into
-
-8
-00:00:31,810 --> 00:00:33,210
-Into night
-
-9
-00:00:33,940 --> 00:00:34,440
-Come
-
-10
-00:00:34,440 --> 00:00:34,820
-Come be
-
-11
-00:00:34,820 --> 00:00:35,230
-Come be my
-
-12
-00:00:35,230 --> 00:00:35,650
-Come be my shad
-
-13
-00:00:35,650 --> 00:00:36,490
-Come be my shadow
-
-14
-00:00:36,860 --> 00:00:38,200
-Walk
-
-15
-00:00:38,200 --> 00:00:38,530
-Walk at
-
-16
-00:00:38,530 --> 00:00:39,360
-Walk at my
-
-17
-00:00:39,360 --> 00:00:40,360
-Walk at my side
-
-18
-00:00:40,620 --> 00:00:41,010
-And
-
-19
-00:00:41,010 --> 00:00:41,400
-And when
-
-20
-00:00:41,400 --> 00:00:41,810
-And when you
-
-21
-00:00:41,810 --> 00:00:43,290
-And when you see
-
-22
-00:00:43,550 --> 00:00:44,100
-All
-
-23
-00:00:44,100 --> 00:00:44,310
-All that
-
-24
-00:00:44,310 --> 00:00:44,680
-All that I
-
-25
-00:00:44,680 --> 00:00:45,110
-All that I have
-
-26
-00:00:45,110 --> 00:00:46,560
-All that I have seen
-
-27
-00:00:46,890 --> 00:00:47,320
-Can
-
-28
-00:00:47,320 --> 00:00:47,660
-Can you
-
-29
-00:00:47,660 --> 00:00:48,030
-Can you tell
-
-30
-00:00:48,030 --> 00:00:48,580
-Can you tell me
-
-31
-00:00:48,580 --> 00:00:49,400
-Love
-
-32
-00:00:49,400 --> 00:00:50,280
-Love from
-
-33
-00:00:50,280 --> 00:00:51,960
-Love from pride?
-
-34
-00:00:54,000 --> 00:00:54,400
-I
-
-35
-00:00:54,400 --> 00:00:54,760
-I have
-
-36
-00:00:54,760 --> 00:00:55,180
-I have been
-
-37
-00:00:55,180 --> 00:00:55,640
-I have been wait
-
-38
-00:00:55,640 --> 00:00:56,650
-I have been waiting
-
-39
-00:00:56,940 --> 00:00:58,040
-all
-
-40
-00:00:58,040 --> 00:00:58,490
-all this
-
-41
-00:00:58,490 --> 00:00:59,890
-all this time
-
-42
-00:01:00,520 --> 00:01:01,020
-for
-
-43
-00:01:01,020 --> 00:01:01,440
-for one
-
-44
-00:01:01,440 --> 00:01:01,860
-for one to
-
-45
-00:01:01,860 --> 00:01:02,360
-for one to wake
-
-46
-00:01:02,360 --> 00:01:03,490
-for one to wake me
-
-47
-00:01:03,490 --> 00:01:04,750
-one
-
-48
-00:01:04,750 --> 00:01:05,200
-one to
-
-49
-00:01:05,200 --> 00:01:06,000
-one to call
-
-50
-00:01:06,000 --> 00:01:07,200
-one to call mine
-
-51
-00:01:07,200 --> 00:01:07,590
-So
-
-52
-00:01:07,590 --> 00:01:08,000
-So when
-
-53
-00:01:08,000 --> 00:01:08,460
-So when you're
-
-54
-00:01:08,460 --> 00:01:09,760
-So when you're near
-
-55
-00:01:10,120 --> 00:01:10,550
-all
-
-56
-00:01:10,550 --> 00:01:10,870
-all that
-
-57
-00:01:10,870 --> 00:01:11,270
-all that you
-
-58
-00:01:11,270 --> 00:01:11,730
-all that you hold
-
-59
-00:01:11,730 --> 00:01:13,180
-all that you hold dear
-
-60
-00:01:13,370 --> 00:01:13,810
-do
-
-61
-00:01:13,810 --> 00:01:14,220
-do you
-
-62
-00:01:14,220 --> 00:01:14,680
-do you fear
-
-63
-00:01:14,680 --> 00:01:15,090
-do you fear what
-
-64
-00:01:15,090 --> 00:01:16,370
-do you fear what you
-
-65
-00:01:16,370 --> 00:01:16,810
-do you fear what you will
-
-66
-00:01:16,810 --> 00:01:19,330
-do you fear what you will find?
-
-67
-00:01:19,690 --> 00:01:20,020
-As
-
-68
-00:01:20,020 --> 00:01:20,270
-As the
-
-69
-00:01:20,270 --> 00:01:21,540
-As the dawn
-
-70
-00:01:22,280 --> 00:01:22,650
-Breaks
-
-71
-00:01:22,650 --> 00:01:23,090
-Breaks through
-
-72
-00:01:23,090 --> 00:01:23,540
-Breaks through the
-
-73
-00:01:23,540 --> 00:01:25,180
-Breaks through the night
-
-74
-00:01:26,510 --> 00:01:26,720
-I
-
-75
-00:01:26,720 --> 00:01:26,970
-I move
-
-76
-00:01:26,970 --> 00:01:28,490
-I move on
-
-77
-00:01:29,230 --> 00:01:29,480
-For
-
-78
-00:01:29,480 --> 00:01:29,920
-Forev
-
-79
-00:01:29,920 --> 00:01:30,400
-Forever
-
-80
-00:01:30,400 --> 00:01:31,660
-Forever long
-
-81
-00:01:31,660 --> 00:01:32,020
-Forever longing
-
-82
-00:01:32,020 --> 00:01:33,420
-Forever longing for
-
-83
-00:01:33,420 --> 00:01:33,790
-Forever longing for the
-
-84
-00:01:33,790 --> 00:01:35,320
-Forever longing for the home
-
-85
-00:01:35,540 --> 00:01:35,940
-I
-
-86
-00:01:35,940 --> 00:01:36,440
-I found
-
-87
-00:01:36,440 --> 00:01:37,150
-I found in
-
-88
-00:01:37,150 --> 00:01:37,370
-I found in your
-
-89
-00:01:37,370 --> 00:01:40,600
-I found in your eyes
-
-90
-00:01:47,660 --> 00:01:48,050
-I
-
-91
-00:01:48,050 --> 00:01:48,450
-I will
-
-92
-00:01:48,450 --> 00:01:48,830
-I will be
-
-93
-00:01:48,830 --> 00:01:49,010
-I will be lis
-
-94
-00:01:49,010 --> 00:01:49,150
-I will be listen
-
-95
-00:01:49,150 --> 00:01:50,300
-I will be listening
-
-96
-00:01:50,510 --> 00:01:51,730
-for
-
-97
-00:01:51,730 --> 00:01:52,080
-for the
-
-98
-00:01:52,080 --> 00:01:53,290
-for the drum
-
-99
-00:01:54,170 --> 00:01:54,560
-to
-
-100
-00:01:54,560 --> 00:01:54,960
-to call
-
-101
-00:01:54,960 --> 00:01:55,370
-to call me
-
-102
-00:01:55,370 --> 00:01:55,790
-to call me ov
-
-103
-00:01:55,790 --> 00:01:56,210
-to call me over
-
-104
-00:01:57,300 --> 00:01:58,310
-far
-
-105
-00:01:58,310 --> 00:01:58,720
-far a
-
-106
-00:01:58,720 --> 00:01:59,520
-far away
-
-107
-00:01:59,520 --> 00:02:00,350
-far away from
-
-108
-00:02:00,720 --> 00:02:01,080
-my
-
-109
-00:02:01,080 --> 00:02:01,460
-my ten
-
-110
-00:02:01,460 --> 00:02:01,840
-my tender
-
-111
-00:02:01,840 --> 00:02:03,280
-my tender youth
-
-112
-00:02:03,560 --> 00:02:03,940
-and
-
-113
-00:02:03,940 --> 00:02:04,300
-and the
-
-114
-00:02:04,300 --> 00:02:04,730
-and the ver
-
-115
-00:02:04,730 --> 00:02:05,110
-and the very
-
-116
-00:02:05,110 --> 00:02:06,450
-and the very truth
-
-117
-00:02:06,810 --> 00:02:07,210
-show
-
-118
-00:02:07,210 --> 00:02:07,620
-showing
-
-119
-00:02:07,620 --> 00:02:08,050
-showing me
-
-120
-00:02:08,050 --> 00:02:08,420
-showing me what
-
-121
-00:02:08,420 --> 00:02:09,700
-showing me what I've
-
-122
-00:02:09,700 --> 00:02:10,110
-showing me what I've be
-
-123
-00:02:10,110 --> 00:02:12,600
-showing me what I've become
-
-124
-00:02:12,900 --> 00:02:13,120
-As
-
-125
-00:02:13,120 --> 00:02:13,350
-As the
-
-126
-00:02:13,350 --> 00:02:15,240
-As the dawn
-
-127
-00:02:15,390 --> 00:02:15,790
-Breaks
-
-128
-00:02:15,790 --> 00:02:16,180
-Breaks through
-
-129
-00:02:16,180 --> 00:02:16,570
-Breaks through the
-
-130
-00:02:16,570 --> 00:02:18,400
-Breaks through the night
-
-131
-00:02:19,470 --> 00:02:19,640
-I
-
-132
-00:02:19,640 --> 00:02:19,870
-I move
-
-133
-00:02:19,870 --> 00:02:21,560
-I move on
-
-134
-00:02:21,890 --> 00:02:22,330
-For
-
-135
-00:02:22,330 --> 00:02:22,710
-Forev
-
-136
-00:02:22,710 --> 00:02:23,140
-Forever
-
-137
-00:02:23,140 --> 00:02:24,370
-Forever long
-
-138
-00:02:24,370 --> 00:02:24,790
-Forever longing
-
-139
-00:02:24,790 --> 00:02:26,010
-Forever longing for
-
-140
-00:02:26,010 --> 00:02:26,380
-Forever longing for the
-
-141
-00:02:26,380 --> 00:02:27,740
-Forever longing for the home
-
-142
-00:02:28,300 --> 00:02:28,380
-I
-
-143
-00:02:28,380 --> 00:02:28,840
-I found
-
-144
-00:02:28,840 --> 00:02:29,480
-I found in
-
-145
-00:02:29,480 --> 00:02:29,670
-I found in your
-
-146
-00:02:29,670 --> 00:02:31,850
-I found in your eyes
-
-147
-00:02:32,100 --> 00:02:32,930
-Your
-
-148
-00:02:32,930 --> 00:02:34,060
-Your voice
-
-149
-00:02:34,530 --> 00:02:35,020
-saw
-
-150
-00:02:35,020 --> 00:02:35,320
-saw me
-
-151
-00:02:35,320 --> 00:02:35,800
-saw me through
-
-152
-00:02:35,800 --> 00:02:36,140
-saw me through the
-
-153
-00:02:36,140 --> 00:02:39,530
-saw me through the night
+1
+00:00:27,290 --> 00:00:27,640
+Come
+
+2
+00:00:27,640 --> 00:00:28,070
+Come take
+
+3
+00:00:28,070 --> 00:00:28,450
+Come take my
+
+4
+00:00:28,450 --> 00:00:28,870
+Come take my jour
+
+5
+00:00:28,870 --> 00:00:30,180
+Come take my journey
+
+6
+00:00:30,180 --> 00:00:31,370
+In
+
+7
+00:00:31,370 --> 00:00:31,810
+Into
+
+8
+00:00:31,810 --> 00:00:33,210
+Into night
+
+9
+00:00:33,940 --> 00:00:34,440
+Come
+
+10
+00:00:34,440 --> 00:00:34,820
+Come be
+
+11
+00:00:34,820 --> 00:00:35,230
+Come be my
+
+12
+00:00:35,230 --> 00:00:35,650
+Come be my shad
+
+13
+00:00:35,650 --> 00:00:36,490
+Come be my shadow
+
+14
+00:00:36,860 --> 00:00:38,200
+Walk
+
+15
+00:00:38,200 --> 00:00:38,530
+Walk at
+
+16
+00:00:38,530 --> 00:00:39,360
+Walk at my
+
+17
+00:00:39,360 --> 00:00:40,360
+Walk at my side
+
+18
+00:00:40,620 --> 00:00:41,010
+And
+
+19
+00:00:41,010 --> 00:00:41,400
+And when
+
+20
+00:00:41,400 --> 00:00:41,810
+And when you
+
+21
+00:00:41,810 --> 00:00:43,290
+And when you see
+
+22
+00:00:43,550 --> 00:00:44,100
+All
+
+23
+00:00:44,100 --> 00:00:44,310
+All that
+
+24
+00:00:44,310 --> 00:00:44,680
+All that I
+
+25
+00:00:44,680 --> 00:00:45,110
+All that I have
+
+26
+00:00:45,110 --> 00:00:46,560
+All that I have seen
+
+27
+00:00:46,890 --> 00:00:47,320
+Can
+
+28
+00:00:47,320 --> 00:00:47,660
+Can you
+
+29
+00:00:47,660 --> 00:00:48,030
+Can you tell
+
+30
+00:00:48,030 --> 00:00:48,580
+Can you tell me
+
+31
+00:00:48,580 --> 00:00:49,400
+Love
+
+32
+00:00:49,400 --> 00:00:50,280
+Love from
+
+33
+00:00:50,280 --> 00:00:51,960
+Love from pride?
+
+34
+00:00:54,000 --> 00:00:54,400
+I
+
+35
+00:00:54,400 --> 00:00:54,760
+I have
+
+36
+00:00:54,760 --> 00:00:55,180
+I have been
+
+37
+00:00:55,180 --> 00:00:55,640
+I have been wait
+
+38
+00:00:55,640 --> 00:00:56,650
+I have been waiting
+
+39
+00:00:56,940 --> 00:00:58,040
+all
+
+40
+00:00:58,040 --> 00:00:58,490
+all this
+
+41
+00:00:58,490 --> 00:00:59,890
+all this time
+
+42
+00:01:00,520 --> 00:01:01,020
+for
+
+43
+00:01:01,020 --> 00:01:01,440
+for one
+
+44
+00:01:01,440 --> 00:01:01,860
+for one to
+
+45
+00:01:01,860 --> 00:01:02,360
+for one to wake
+
+46
+00:01:02,360 --> 00:01:03,490
+for one to wake me
+
+47
+00:01:03,490 --> 00:01:04,750
+one
+
+48
+00:01:04,750 --> 00:01:05,200
+one to
+
+49
+00:01:05,200 --> 00:01:06,000
+one to call
+
+50
+00:01:06,000 --> 00:01:07,200
+one to call mine
+
+51
+00:01:07,200 --> 00:01:07,590
+So
+
+52
+00:01:07,590 --> 00:01:08,000
+So when
+
+53
+00:01:08,000 --> 00:01:08,460
+So when you're
+
+54
+00:01:08,460 --> 00:01:09,760
+So when you're near
+
+55
+00:01:10,120 --> 00:01:10,550
+all
+
+56
+00:01:10,550 --> 00:01:10,870
+all that
+
+57
+00:01:10,870 --> 00:01:11,270
+all that you
+
+58
+00:01:11,270 --> 00:01:11,730
+all that you hold
+
+59
+00:01:11,730 --> 00:01:13,180
+all that you hold dear
+
+60
+00:01:13,370 --> 00:01:13,810
+do
+
+61
+00:01:13,810 --> 00:01:14,220
+do you
+
+62
+00:01:14,220 --> 00:01:14,680
+do you fear
+
+63
+00:01:14,680 --> 00:01:15,090
+do you fear what
+
+64
+00:01:15,090 --> 00:01:16,370
+do you fear what you
+
+65
+00:01:16,370 --> 00:01:16,810
+do you fear what you will
+
+66
+00:01:16,810 --> 00:01:19,330
+do you fear what you will find?
+
+67
+00:01:19,690 --> 00:01:20,020
+As
+
+68
+00:01:20,020 --> 00:01:20,270
+As the
+
+69
+00:01:20,270 --> 00:01:21,540
+As the dawn
+
+70
+00:01:22,280 --> 00:01:22,650
+Breaks
+
+71
+00:01:22,650 --> 00:01:23,090
+Breaks through
+
+72
+00:01:23,090 --> 00:01:23,540
+Breaks through the
+
+73
+00:01:23,540 --> 00:01:25,180
+Breaks through the night
+
+74
+00:01:26,510 --> 00:01:26,720
+I
+
+75
+00:01:26,720 --> 00:01:26,970
+I move
+
+76
+00:01:26,970 --> 00:01:28,490
+I move on
+
+77
+00:01:29,230 --> 00:01:29,480
+For
+
+78
+00:01:29,480 --> 00:01:29,920
+Forev
+
+79
+00:01:29,920 --> 00:01:30,400
+Forever
+
+80
+00:01:30,400 --> 00:01:31,660
+Forever long
+
+81
+00:01:31,660 --> 00:01:32,020
+Forever longing
+
+82
+00:01:32,020 --> 00:01:33,420
+Forever longing for
+
+83
+00:01:33,420 --> 00:01:33,790
+Forever longing for the
+
+84
+00:01:33,790 --> 00:01:35,320
+Forever longing for the home
+
+85
+00:01:35,540 --> 00:01:35,940
+I
+
+86
+00:01:35,940 --> 00:01:36,440
+I found
+
+87
+00:01:36,440 --> 00:01:37,150
+I found in
+
+88
+00:01:37,150 --> 00:01:37,370
+I found in your
+
+89
+00:01:37,370 --> 00:01:40,600
+I found in your eyes
+
+90
+00:01:47,660 --> 00:01:48,050
+I
+
+91
+00:01:48,050 --> 00:01:48,450
+I will
+
+92
+00:01:48,450 --> 00:01:48,830
+I will be
+
+93
+00:01:48,830 --> 00:01:49,010
+I will be lis
+
+94
+00:01:49,010 --> 00:01:49,150
+I will be listen
+
+95
+00:01:49,150 --> 00:01:50,300
+I will be listening
+
+96
+00:01:50,510 --> 00:01:51,730
+for
+
+97
+00:01:51,730 --> 00:01:52,080
+for the
+
+98
+00:01:52,080 --> 00:01:53,290
+for the drum
+
+99
+00:01:54,170 --> 00:01:54,560
+to
+
+100
+00:01:54,560 --> 00:01:54,960
+to call
+
+101
+00:01:54,960 --> 00:01:55,370
+to call me
+
+102
+00:01:55,370 --> 00:01:55,790
+to call me ov
+
+103
+00:01:55,790 --> 00:01:56,210
+to call me over
+
+104
+00:01:57,300 --> 00:01:58,310
+far
+
+105
+00:01:58,310 --> 00:01:58,720
+far a
+
+106
+00:01:58,720 --> 00:01:59,520
+far away
+
+107
+00:01:59,520 --> 00:02:00,350
+far away from
+
+108
+00:02:00,720 --> 00:02:01,080
+my
+
+109
+00:02:01,080 --> 00:02:01,460
+my ten
+
+110
+00:02:01,460 --> 00:02:01,840
+my tender
+
+111
+00:02:01,840 --> 00:02:03,280
+my tender youth
+
+112
+00:02:03,560 --> 00:02:03,940
+and
+
+113
+00:02:03,940 --> 00:02:04,300
+and the
+
+114
+00:02:04,300 --> 00:02:04,730
+and the ver
+
+115
+00:02:04,730 --> 00:02:05,110
+and the very
+
+116
+00:02:05,110 --> 00:02:06,450
+and the very truth
+
+117
+00:02:06,810 --> 00:02:07,210
+show
+
+118
+00:02:07,210 --> 00:02:07,620
+showing
+
+119
+00:02:07,620 --> 00:02:08,050
+showing me
+
+120
+00:02:08,050 --> 00:02:08,420
+showing me what
+
+121
+00:02:08,420 --> 00:02:09,700
+showing me what I've
+
+122
+00:02:09,700 --> 00:02:10,110
+showing me what I've be
+
+123
+00:02:10,110 --> 00:02:12,600
+showing me what I've become
+
+124
+00:02:12,900 --> 00:02:13,120
+As
+
+125
+00:02:13,120 --> 00:02:13,350
+As the
+
+126
+00:02:13,350 --> 00:02:15,240
+As the dawn
+
+127
+00:02:15,390 --> 00:02:15,790
+Breaks
+
+128
+00:02:15,790 --> 00:02:16,180
+Breaks through
+
+129
+00:02:16,180 --> 00:02:16,570
+Breaks through the
+
+130
+00:02:16,570 --> 00:02:18,400
+Breaks through the night
+
+131
+00:02:19,470 --> 00:02:19,640
+I
+
+132
+00:02:19,640 --> 00:02:19,870
+I move
+
+133
+00:02:19,870 --> 00:02:21,560
+I move on
+
+134
+00:02:21,890 --> 00:02:22,330
+For
+
+135
+00:02:22,330 --> 00:02:22,710
+Forev
+
+136
+00:02:22,710 --> 00:02:23,140
+Forever
+
+137
+00:02:23,140 --> 00:02:24,370
+Forever long
+
+138
+00:02:24,370 --> 00:02:24,790
+Forever longing
+
+139
+00:02:24,790 --> 00:02:26,010
+Forever longing for
+
+140
+00:02:26,010 --> 00:02:26,380
+Forever longing for the
+
+141
+00:02:26,380 --> 00:02:27,740
+Forever longing for the home
+
+142
+00:02:28,300 --> 00:02:28,380
+I
+
+143
+00:02:28,380 --> 00:02:28,840
+I found
+
+144
+00:02:28,840 --> 00:02:29,480
+I found in
+
+145
+00:02:29,480 --> 00:02:29,670
+I found in your
+
+146
+00:02:29,670 --> 00:02:31,850
+I found in your eyes
+
+147
+00:02:32,100 --> 00:02:32,930
+Your
+
+148
+00:02:32,930 --> 00:02:34,060
+Your voice
+
+149
+00:02:34,530 --> 00:02:35,020
+saw
+
+150
+00:02:35,020 --> 00:02:35,320
+saw me
+
+151
+00:02:35,320 --> 00:02:35,800
+saw me through
+
+152
+00:02:35,800 --> 00:02:36,140
+saw me through the
+
+153
+00:02:36,140 --> 00:02:39,530
+saw me through the night
diff --git a/tests/static/I Move On_unsynchronized.srt b/tests/static/I Move On_unsynchronized.srt
index 2d7c987..6fa063a 100755
--- a/tests/static/I Move On_unsynchronized.srt
+++ b/tests/static/I Move On_unsynchronized.srt
@@ -1,135 +1,135 @@
-1
-00:00:00,000 --> 00:00:01,000
-Come take my journey
-
-2
-00:00:01,000 --> 00:00:02,000
-Into night
-
-3
-00:00:02,000 --> 00:00:03,000
-Come be my shadow
-
-4
-00:00:03,000 --> 00:00:04,000
-Walk at my side
-
-5
-00:00:04,000 --> 00:00:05,000
-And when you see
-
-6
-00:00:05,000 --> 00:00:06,000
-All that I have seen
-
-7
-00:00:06,000 --> 00:00:07,000
-Can you tell me
-
-8
-00:00:07,000 --> 00:00:08,000
-Love from pride?
-
-9
-00:00:08,000 --> 00:00:09,000
-I have been waiting
-
-10
-00:00:09,000 --> 00:00:10,000
-all this time
-
-11
-00:00:10,000 --> 00:00:11,000
-for one to wake me
-
-12
-00:00:11,000 --> 00:00:12,000
-one to call mine
-
-13
-00:00:12,000 --> 00:00:13,000
-So when you're near
-
-14
-00:00:13,000 --> 00:00:14,000
-all that you hold dear
-
-15
-00:00:14,000 --> 00:00:15,000
-do you fear what you will find?
-
-16
-00:00:15,000 --> 00:00:16,000
-As the dawn
-
-17
-00:00:16,000 --> 00:00:17,000
-Breaks through the night
-
-18
-00:00:17,000 --> 00:00:18,000
-I move on
-
-19
-00:00:18,000 --> 00:00:19,000
-Forever longing for the home
-
-20
-00:00:19,000 --> 00:00:20,000
-I found in your eyes
-
-21
-00:00:20,000 --> 00:00:21,000
-I will be listening
-
-22
-00:00:21,000 --> 00:00:22,000
-for the drum
-
-23
-00:00:22,000 --> 00:00:23,000
-to call me over
-
-24
-00:00:23,000 --> 00:00:24,000
-far away from
-
-25
-00:00:24,000 --> 00:00:25,000
-my tender youth
-
-26
-00:00:25,000 --> 00:00:26,000
-and the very truth
-
-27
-00:00:26,000 --> 00:00:27,000
-showing me what I've become
-
-28
-00:00:27,000 --> 00:00:28,000
-As the dawn
-
-29
-00:00:28,000 --> 00:00:29,000
-Breaks through the night
-
-30
-00:00:29,000 --> 00:00:30,000
-I move on
-
-31
-00:00:30,000 --> 00:00:31,000
-Forever longing for the home
-
-32
-00:00:31,000 --> 00:00:32,000
-I found in your eyes
-
-33
-00:00:32,000 --> 00:00:33,000
-Your voice
-
-34
-00:00:33,000 --> 00:00:34,000
+1
+00:00:00,000 --> 00:00:01,000
+Come take my journey
+
+2
+00:00:01,000 --> 00:00:02,000
+Into night
+
+3
+00:00:02,000 --> 00:00:03,000
+Come be my shadow
+
+4
+00:00:03,000 --> 00:00:04,000
+Walk at my side
+
+5
+00:00:04,000 --> 00:00:05,000
+And when you see
+
+6
+00:00:05,000 --> 00:00:06,000
+All that I have seen
+
+7
+00:00:06,000 --> 00:00:07,000
+Can you tell me
+
+8
+00:00:07,000 --> 00:00:08,000
+Love from pride?
+
+9
+00:00:08,000 --> 00:00:09,000
+I have been waiting
+
+10
+00:00:09,000 --> 00:00:10,000
+all this time
+
+11
+00:00:10,000 --> 00:00:11,000
+for one to wake me
+
+12
+00:00:11,000 --> 00:00:12,000
+one to call mine
+
+13
+00:00:12,000 --> 00:00:13,000
+So when you're near
+
+14
+00:00:13,000 --> 00:00:14,000
+all that you hold dear
+
+15
+00:00:14,000 --> 00:00:15,000
+do you fear what you will find?
+
+16
+00:00:15,000 --> 00:00:16,000
+As the dawn
+
+17
+00:00:16,000 --> 00:00:17,000
+Breaks through the night
+
+18
+00:00:17,000 --> 00:00:18,000
+I move on
+
+19
+00:00:18,000 --> 00:00:19,000
+Forever longing for the home
+
+20
+00:00:19,000 --> 00:00:20,000
+I found in your eyes
+
+21
+00:00:20,000 --> 00:00:21,000
+I will be listening
+
+22
+00:00:21,000 --> 00:00:22,000
+for the drum
+
+23
+00:00:22,000 --> 00:00:23,000
+to call me over
+
+24
+00:00:23,000 --> 00:00:24,000
+far away from
+
+25
+00:00:24,000 --> 00:00:25,000
+my tender youth
+
+26
+00:00:25,000 --> 00:00:26,000
+and the very truth
+
+27
+00:00:26,000 --> 00:00:27,000
+showing me what I've become
+
+28
+00:00:27,000 --> 00:00:28,000
+As the dawn
+
+29
+00:00:28,000 --> 00:00:29,000
+Breaks through the night
+
+30
+00:00:29,000 --> 00:00:30,000
+I move on
+
+31
+00:00:30,000 --> 00:00:31,000
+Forever longing for the home
+
+32
+00:00:31,000 --> 00:00:32,000
+I found in your eyes
+
+33
+00:00:32,000 --> 00:00:33,000
+Your voice
+
+34
+00:00:33,000 --> 00:00:34,000
saw me through the night
\ No newline at end of file
diff --git a/tests/static/non_subsimport.lrc b/tests/static/non_subsimport.lrc
index 3fb18a2..7789bbf 100755
--- a/tests/static/non_subsimport.lrc
+++ b/tests/static/non_subsimport.lrc
@@ -1,38 +1,38 @@
-[00:27.29]<00:27.29>Come<00:27.64> take<00:28.07> my<00:28.45> jour<00:28.87>ney<00:30.18>
-[00:30.18]<00:30.18>In<00:31.37>to<00:31.81> night<00:33.21>
-[00:33.94]<00:33.94>Come<00:34.44> be<00:34.82> my<00:35.23> shad<00:35.65>ow<00:36.49>
-[00:36.86]<00:36.86>Walk<00:38.20> at<00:38.53> my<00:39.36> side<00:40.36>
-[00:40.62]And<00:41.01> when<00:41.40> you<00:41.81> see<00:43.29>
-[00:43.55]<00:43.55>All<00:44.10> that<00:44.31> I<00:44.68> have<00:45.11> seen<00:46.56>
-[00:46.89]<00:46.89>Can<00:47.32> you<00:47.66> tell<00:48.03> me<00:48.58>
-[00:48.58]<00:48.58>Love<00:49.40> from<00:50.28> pride?<00:51.96>
-[00:52.31]
-[00:54.00]<00:54.00>I<00:54.40> have<00:54.76> been<00:55.18> wait<00:55.64>ing<00:56.65>
-[00:56.94]<00:56.94>all<00:58.04> this<00:58.49> time<00:59.89>
-[01:00.52]<01:00.52>for<01:01.02> one<01:01.44> to<01:01.86> wake<01:02.36> me<01:03.49>
-[01:03.49]<01:03.49>one<01:04.75> to<01:05.20> call<01:06.00> mine<01:07.20>
-[01:07.20]<01:07.20>So<01:07.59> when<01:08.00> you're<01:08.46> near
-[01:10.12]<01:10.12>all<01:10.55> that<01:10.87> you<01:11.27> hold<01:11.73> dear<01:13.18>
-[01:13.37]<01:13.37>do<01:13.81> you<01:14.22> fear<01:14.68> what<01:15.09> you<01:16.37> will<01:16.81> find?<01:19.33>
-[01:19.69]<01:19.69>As<01:20.02> the<01:20.27> dawn<01:21.54>
-[01:22.28]<01:22.28>Breaks<01:22.65> through<01:23.09> the<01:23.54> night<01:25.18>
-[01:25.63]
-[01:26.51]<01:26.51>I<01:26.72> move<01:26.97> on<01:28.49>
-[01:29.23]<01:29.23>For<01:29.48>ev<01:29.92>er<01:30.40> long<01:31.66>ing<01:32.02> for<01:33.42> the<01:33.79> home<01:35.32>
-[01:35.54]<01:35.54>I<01:35.94> found<01:36.44> in<01:37.15> your<01:37.37> eyes<01:40.60>
-[01:40.77]
-[01:47.66]<01:47.66>I<01:48.05> will<01:48.45> be<01:48.83> lis<01:49.01>ten<01:49.15>ing<01:50.30>
-[01:50.51]<01:50.51>for<01:51.73> the<01:52.08> drum<01:53.29>
-[01:54.17]<01:54.17>to<01:54.56> call<01:54.96> me<01:55.37> ov<01:55.79>er<01:56.21>
-[01:57.30]<01:57.30>far<01:58.31> a<01:58.72>way<01:59.52> from<02:00.35>
-[02:00.72]<02:00.72>my<02:01.08> ten<02:01.46>der<02:01.84> youth<02:03.28>
-[02:03.56]<02:03.56>and<02:03.94> the<02:04.30> ver<02:04.73>y<02:05.11> truth<02:06.45>
-[02:06.81]show<02:07.21>ing<02:07.62> me<02:08.05> what<02:08.42> I've<02:09.70> be<02:10.11>come
-[02:12.90]<02:12.90>As<02:13.12> the<02:13.35> dawn<02:15.24>
-[02:15.39]<02:15.39>Breaks<02:15.79> through<02:16.18> the<02:16.57> night<02:18.40>
-[02:19.47]<02:19.47>I<02:19.64> move<02:19.87> on<02:21.56>
-[02:21.89]<02:21.89>For<02:22.33>ev<02:22.71>er<02:23.14> long<02:24.37>ing<02:24.79> for<02:26.01> the<02:26.38> home<02:27.74>
-[02:28.30]<02:28.30>I<02:28.38> found<02:28.84> in<02:29.48> your<02:29.67> eyes<02:31.85>
-[02:32.10]<02:32.10>Your<02:32.93> voice<02:34.06>
-[02:34.53]<02:34.53>saw<02:35.02> me<02:35.32> through<02:35.80> the<02:36.14> night<02:39.53>
-[02:40.31]
+[00:27.29]<00:27.29>Come<00:27.64> take<00:28.07> my<00:28.45> jour<00:28.87>ney<00:30.18>
+[00:30.18]<00:30.18>In<00:31.37>to<00:31.81> night<00:33.21>
+[00:33.94]<00:33.94>Come<00:34.44> be<00:34.82> my<00:35.23> shad<00:35.65>ow<00:36.49>
+[00:36.86]<00:36.86>Walk<00:38.20> at<00:38.53> my<00:39.36> side<00:40.36>
+[00:40.62]And<00:41.01> when<00:41.40> you<00:41.81> see<00:43.29>
+[00:43.55]<00:43.55>All<00:44.10> that<00:44.31> I<00:44.68> have<00:45.11> seen<00:46.56>
+[00:46.89]<00:46.89>Can<00:47.32> you<00:47.66> tell<00:48.03> me<00:48.58>
+[00:48.58]<00:48.58>Love<00:49.40> from<00:50.28> pride?<00:51.96>
+[00:52.31]
+[00:54.00]<00:54.00>I<00:54.40> have<00:54.76> been<00:55.18> wait<00:55.64>ing<00:56.65>
+[00:56.94]<00:56.94>all<00:58.04> this<00:58.49> time<00:59.89>
+[01:00.52]<01:00.52>for<01:01.02> one<01:01.44> to<01:01.86> wake<01:02.36> me<01:03.49>
+[01:03.49]<01:03.49>one<01:04.75> to<01:05.20> call<01:06.00> mine<01:07.20>
+[01:07.20]<01:07.20>So<01:07.59> when<01:08.00> you're<01:08.46> near
+[01:10.12]<01:10.12>all<01:10.55> that<01:10.87> you<01:11.27> hold<01:11.73> dear<01:13.18>
+[01:13.37]<01:13.37>do<01:13.81> you<01:14.22> fear<01:14.68> what<01:15.09> you<01:16.37> will<01:16.81> find?<01:19.33>
+[01:19.69]<01:19.69>As<01:20.02> the<01:20.27> dawn<01:21.54>
+[01:22.28]<01:22.28>Breaks<01:22.65> through<01:23.09> the<01:23.54> night<01:25.18>
+[01:25.63]
+[01:26.51]<01:26.51>I<01:26.72> move<01:26.97> on<01:28.49>
+[01:29.23]<01:29.23>For<01:29.48>ev<01:29.92>er<01:30.40> long<01:31.66>ing<01:32.02> for<01:33.42> the<01:33.79> home<01:35.32>
+[01:35.54]<01:35.54>I<01:35.94> found<01:36.44> in<01:37.15> your<01:37.37> eyes<01:40.60>
+[01:40.77]
+[01:47.66]<01:47.66>I<01:48.05> will<01:48.45> be<01:48.83> lis<01:49.01>ten<01:49.15>ing<01:50.30>
+[01:50.51]<01:50.51>for<01:51.73> the<01:52.08> drum<01:53.29>
+[01:54.17]<01:54.17>to<01:54.56> call<01:54.96> me<01:55.37> ov<01:55.79>er<01:56.21>
+[01:57.30]<01:57.30>far<01:58.31> a<01:58.72>way<01:59.52> from<02:00.35>
+[02:00.72]<02:00.72>my<02:01.08> ten<02:01.46>der<02:01.84> youth<02:03.28>
+[02:03.56]<02:03.56>and<02:03.94> the<02:04.30> ver<02:04.73>y<02:05.11> truth<02:06.45>
+[02:06.81]show<02:07.21>ing<02:07.62> me<02:08.05> what<02:08.42> I've<02:09.70> be<02:10.11>come
+[02:12.90]<02:12.90>As<02:13.12> the<02:13.35> dawn<02:15.24>
+[02:15.39]<02:15.39>Breaks<02:15.79> through<02:16.18> the<02:16.57> night<02:18.40>
+[02:19.47]<02:19.47>I<02:19.64> move<02:19.87> on<02:21.56>
+[02:21.89]<02:21.89>For<02:22.33>ev<02:22.71>er<02:23.14> long<02:24.37>ing<02:24.79> for<02:26.01> the<02:26.38> home<02:27.74>
+[02:28.30]<02:28.30>I<02:28.38> found<02:28.84> in<02:29.48> your<02:29.67> eyes<02:31.85>
+[02:32.10]<02:32.10>Your<02:32.93> voice<02:34.06>
+[02:34.53]<02:34.53>saw<02:35.02> me<02:35.32> through<02:35.80> the<02:36.14> night<02:39.53>
+[02:40.31]
diff --git a/tests/test_pylrc.py b/tests/test_pylrc.py
index fa2f4c7..d6d0c0e 100755
--- a/tests/test_pylrc.py
+++ b/tests/test_pylrc.py
@@ -1,50 +1,50 @@
-import os
-import sys
-import unittest
-
-file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
-sys.path.insert(0, os.path.abspath(file_path))
-
-from operators.pylrc.parser import parse
-from operators.pysrt.srtfile import SubRipFile
-from operators.pysrt.convert_enhanced import convert_enhanced
-
-class TestPyLRC(unittest.TestCase):
- def setUp(self):
- self.static_path = os.path.join(file_path, 'tests', 'static')
- lyrics_path = os.path.join(self.static_path, 'I Move On.lrc')
- f = open(lyrics_path)
- self.lyrics = parse(f.read())
- f.close()
-
- lyrics_path = os.path.join(self.static_path, 'I Move On_bases.srt')
- f = open(lyrics_path)
- self.base_comparison = f.read()
- f.close()
-
- lyrics_path = os.path.join(self.static_path, 'I Move On_tops.srt')
- f = open(lyrics_path)
- self.tops_comparison = f.read()
- f.close()
-
- lyrics_path = os.path.join(self.static_path, 'non_subsimport.lrc')
- f = open(lyrics_path)
- self.non_subsimport = parse(f.read())
- f.close()
-
- def test_parsing(self):
- self.maxDiff = None
- srt_string = self.lyrics.to_SRT()
- subs = SubRipFile().from_string(srt_string)
- bases, tops, color = convert_enhanced(subs)
- self.assertEqual(1, 1)
- self.assertEqual(self.base_comparison, bases.to_string())
- self.assertEqual(self.tops_comparison, tops.to_string())
-
- srt_string = self.non_subsimport.to_SRT()
- subs = SubRipFile().from_string(srt_string)
- bases, tops, color = convert_enhanced(subs)
-
-
-if __name__ == '__main__':
+import os
+import sys
+import unittest
+
+file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
+sys.path.insert(0, os.path.abspath(file_path))
+
+from operators.pylrc.parser import parse
+from operators.pysrt.srtfile import SubRipFile
+from operators.pysrt.convert_enhanced import convert_enhanced
+
+class TestPyLRC(unittest.TestCase):
+ def setUp(self):
+ self.static_path = os.path.join(file_path, 'tests', 'static')
+ lyrics_path = os.path.join(self.static_path, 'I Move On.lrc')
+ f = open(lyrics_path)
+ self.lyrics = parse(f.read())
+ f.close()
+
+ lyrics_path = os.path.join(self.static_path, 'I Move On_bases.srt')
+ f = open(lyrics_path)
+ self.base_comparison = f.read()
+ f.close()
+
+ lyrics_path = os.path.join(self.static_path, 'I Move On_tops.srt')
+ f = open(lyrics_path)
+ self.tops_comparison = f.read()
+ f.close()
+
+ lyrics_path = os.path.join(self.static_path, 'non_subsimport.lrc')
+ f = open(lyrics_path)
+ self.non_subsimport = parse(f.read())
+ f.close()
+
+ def test_parsing(self):
+ self.maxDiff = None
+ srt_string = self.lyrics.to_SRT()
+ subs = SubRipFile().from_string(srt_string)
+ bases, tops, color = convert_enhanced(subs)
+ self.assertEqual(1, 1)
+ self.assertEqual(self.base_comparison, bases.to_string())
+ self.assertEqual(self.tops_comparison, tops.to_string())
+
+ srt_string = self.non_subsimport.to_SRT()
+ subs = SubRipFile().from_string(srt_string)
+ bases, tops, color = convert_enhanced(subs)
+
+
+if __name__ == '__main__':
unittest.main()
\ No newline at end of file
diff --git a/tests/test_pysrt.py b/tests/test_pysrt.py
index 60a0a71..ecb985b 100755
--- a/tests/test_pysrt.py
+++ b/tests/test_pysrt.py
@@ -1,41 +1,41 @@
-import os
-import sys
-import unittest
-
-file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
-sys.path.insert(0, os.path.abspath(file_path))
-
-from operators.pysrt.srtfile import SubRipFile
-from operators.pysrt.convert_enhanced import convert_enhanced
-
-class TestPySRT(unittest.TestCase):
- def setUp(self):
- self.static_path = os.path.join(file_path, 'tests', 'static')
-
- lyrics_path = os.path.join(self.static_path, 'I Move On.srt')
- f = open(lyrics_path)
- self.lyrics = SubRipFile.from_string(f.read())
- f.close()
-
- lyrics_bases = os.path.join(
- self.static_path, 'I Move On_bases.srt')
- f = open(lyrics_bases, 'r')
- self.lyrics_bases = f.read()
- f.close()
-
- lyrics_tops = os.path.join(
- self.static_path, 'I Move On_tops.srt')
- f = open(lyrics_tops, 'r')
- self.lyrics_tops = f.read()
- f.close()
-
- def test_parsing(self):
- self.maxDiff = None
- bases, tops, color = convert_enhanced(self.lyrics)
- self.assertEqual(bases.to_string(), self.lyrics_bases)
- self.assertEqual(tops.to_string().rstrip(), self.lyrics_tops.rstrip())
- self.assertEqual(color, "#ff8800")
- self.assertEqual(1, 1)
-
-if __name__ == '__main__':
+import os
+import sys
+import unittest
+
+file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
+sys.path.insert(0, os.path.abspath(file_path))
+
+from operators.pysrt.srtfile import SubRipFile
+from operators.pysrt.convert_enhanced import convert_enhanced
+
+class TestPySRT(unittest.TestCase):
+ def setUp(self):
+ self.static_path = os.path.join(file_path, 'tests', 'static')
+
+ lyrics_path = os.path.join(self.static_path, 'I Move On.srt')
+ f = open(lyrics_path)
+ self.lyrics = SubRipFile.from_string(f.read())
+ f.close()
+
+ lyrics_bases = os.path.join(
+ self.static_path, 'I Move On_bases.srt')
+ f = open(lyrics_bases, 'r')
+ self.lyrics_bases = f.read()
+ f.close()
+
+ lyrics_tops = os.path.join(
+ self.static_path, 'I Move On_tops.srt')
+ f = open(lyrics_tops, 'r')
+ self.lyrics_tops = f.read()
+ f.close()
+
+ def test_parsing(self):
+ self.maxDiff = None
+ bases, tops, color = convert_enhanced(self.lyrics)
+ self.assertEqual(bases.to_string(), self.lyrics_bases)
+ self.assertEqual(tops.to_string().rstrip(), self.lyrics_tops.rstrip())
+ self.assertEqual(color, "#ff8800")
+ self.assertEqual(1, 1)
+
+if __name__ == '__main__':
unittest.main()
\ No newline at end of file
diff --git a/tests/test_srttime.py b/tests/test_srttime.py
index 84c8024..1e9abea 100755
--- a/tests/test_srttime.py
+++ b/tests/test_srttime.py
@@ -1,13 +1,13 @@
-import os
-import sys
-import unittest
-
-file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
-sys.path.insert(0, os.path.abspath(file_path))
-
-from operators.pysrt.srttime import SubRipTime
-
-x = SubRipTime()
-x.from_millis(500000)
-# 00:08:20,000
+import os
+import sys
+import unittest
+
+file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
+sys.path.insert(0, os.path.abspath(file_path))
+
+from operators.pysrt.srttime import SubRipTime
+
+x = SubRipTime()
+x.from_millis(500000)
+# 00:08:20,000
print(x)
\ No newline at end of file
diff --git a/tests/test_textparser.py b/tests/test_textparser.py
index 7623bb5..014490b 100755
--- a/tests/test_textparser.py
+++ b/tests/test_textparser.py
@@ -1,30 +1,30 @@
-import os
-import sys
-import unittest
-
-file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
-sys.path.insert(0, os.path.abspath(file_path))
-
-from operators.textparser.parser import text_to_srt
-
-class TestTextParser(unittest.TestCase):
- def setUp(self):
- self.static_path = os.path.join(file_path, 'tests', 'static')
-
- lyrics_path = os.path.join(self.static_path, 'I Move On.txt')
- f = open(lyrics_path)
- self.lyrics = f.read()
- f.close()
-
- lyrics_output_path = os.path.join(
- self.static_path, 'I Move On_unsynchronized.srt')
- f = open(lyrics_output_path)
- self.output = f.read().rstrip()
- f.close()
-
- def test_parsing(self):
- self.maxDiff = None
- self.assertEqual(text_to_srt(self.lyrics), self.output)
-
-if __name__ == '__main__':
+import os
+import sys
+import unittest
+
+file_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
+sys.path.insert(0, os.path.abspath(file_path))
+
+from operators.textparser.parser import text_to_srt
+
+class TestTextParser(unittest.TestCase):
+ def setUp(self):
+ self.static_path = os.path.join(file_path, 'tests', 'static')
+
+ lyrics_path = os.path.join(self.static_path, 'I Move On.txt')
+ f = open(lyrics_path)
+ self.lyrics = f.read()
+ f.close()
+
+ lyrics_output_path = os.path.join(
+ self.static_path, 'I Move On_unsynchronized.srt')
+ f = open(lyrics_output_path)
+ self.output = f.read().rstrip()
+ f.close()
+
+ def test_parsing(self):
+ self.maxDiff = None
+ self.assertEqual(text_to_srt(self.lyrics), self.output)
+
+if __name__ == '__main__':
unittest.main()
\ No newline at end of file
diff --git a/tools/(early version) syllabator.py b/tools/(early version) syllabator.py
index 76d6c30..b3743e7 100755
--- a/tools/(early version) syllabator.py
+++ b/tools/(early version) syllabator.py
@@ -1,235 +1,235 @@
-class Syllabator():
- def __init__(self):
- self.consonants = 'bcdfghjklmnpqrstvwxz'
-
- self.consonant_pairs = [
- 'bl', 'br', 'ch', 'ck', 'cl', 'cr', 'ct', 'dg', 'dr', 'fl',
- 'fr', 'ft', 'gh', 'gl', 'gr', 'hr', 'ht', 'kh', 'ld', 'lf',
- 'lv', 'nc', 'nd', 'ng', 'nk', 'ns', 'nt', 'ph', 'pl', 'pr',
- 'rd', 'rd', 'rg', 'rh', 'sc', 'sh', 'sk', 'sl', 'sm', 'sn',
- 'sp', 'st', 'sw', 'th', 'tr', 'ts', 'tw', 'tz', 'wh', 'wr',
- 'hr', 'tc']
-
- self.vowels = 'aeiouy'
-
- self.word_parts = [""]
-
- def split_consonants(self):
- """
- make a split where there are 2 consonants next to
- eachother if the 2 consonants are not at the end of the word
- and they aren't in the consonant pairs
- example:
- pizzazz --> piz, zazz
- """
-
- i = 0
- while i < len(self.word_parts):
- for x in range(1, len(self.word_parts[i])):
- a = self.word_parts[i][x - 1]
- b = self.word_parts[i][x]
- if (a in self.consonants and
- b in self.consonants and not
- a + b in self.consonant_pairs and not
- x == len(self.word_parts[i]) - 1):
- part1 = self.word_parts[i][0:x]
- part2 = self.word_parts[i][x::]
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- break
- i += 1
-
- def handle_ckle(self):
- """
- make a split between ck and le
- """
-
- i = 0
- while i < len(self.word_parts):
- if self.word_parts[i].endswith('ckle'):
- part1 = self.word_parts[i][0:-2]
- part2 = 'le'
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- i += 1
-
- def handle_le(self):
- """
- make a split between word part and 'le' if it ends with le and the
- 3rd to last character is not a vowel.
- """
- i = 0
- while i < len(self.word_parts):
- if self.word_parts[i].endswith('le') and len(self.word_parts[i]) > 3:
- if len(self.word_parts[i]) > 3 and not self.word_parts[i][-3] in self.vowels:
- part1 = self.word_parts[i][0:-3]
- part2 = self.word_parts[i][-3::]
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- i += 1
-
-
- def split_surrounded_consonant(self, position='BEFORE'):
- """
- make a split when there is a consonant that is surrounded by vowels
- """
-
- i = 0
- while i < len(self.word_parts):
- for x in range(1, len(self.word_parts[i]) - 1):
- a = self.word_parts[i][x - 1]
- b = self.word_parts[i][x]
- c = self.word_parts[i][x + 1]
- if a in self.vowels and c in self.vowels and b in self.consonants:
-
- # mATE
- if x == len(self.word_parts[i]) - 2 and self.word_parts[i].endswith('e'):
- pass
-
- # cURE, cURED
- elif a == 'u' and b == 'r' and c == 'e' and self.word_parts[i].endswith('e') or self.word_parts[i].endswith('ed'):
- pass
-
- # brACElet
- elif a == 'a' and b == 'c' and c == 'e':
- pass
-
- else:
- if position == 'BEFORE':
- part1 = self.word_parts[i][0:x+1]
- part2 = self.word_parts[i][x+1::]
-
- else:
- part1 = self.word_parts[i][0:x+1]
- part2 = self.word_parts[i][x+1::]
-
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- break
-
- i += 1
-
- def split_surrounded_consonant_triples(self):
- """
- make a split where there are 2 consonant pairs back to back
- as in amaziNGLy
- """
-
- i = 0
- while i < len(self.word_parts):
- for x in range(1, len(self.word_parts[i]) - 3):
- a = self.word_parts[i][x - 1]
- b = self.word_parts[i][x]
- c = self.word_parts[i][x + 1]
- d = self.word_parts[i][x + 2]
- e = self.word_parts[i][x + 3]
- if a in self.vowels and b + c in self.consonant_pairs and c + d in self.consonant_pairs and e in self.vowels:
- part1 = self.word_parts[i][0:x]
- part2 = self.word_parts[i][x::]
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- break
- i += 1
-
- def split_surrounded_consonant_pairs(self, position='BEFORE'):
- """
- make a split when there is a consonant pair surrounded by vowels
- """
-
- i = 0
- while i < len(self.word_parts):
- for x in range(1, len(self.word_parts[i]) - 2):
- a = self.word_parts[i][x - 1]
- b = self.word_parts[i][x]
- c = self.word_parts[i][x + 1]
- d = self.word_parts[i][x + 2]
- if a in self.vowels and b + c in self.consonant_pairs and d in self.vowels:
- if x == len(self.word_parts[i]) - 3 and self.word_parts[i].endswith('e'):
- pass
-
- else:
- if position == 'BEFORE':
- part1 = self.word_parts[i][0:x+2]
- part2 = self.word_parts[i][x+2::]
- elif position == 'AFTER':
- part1 = self.word_parts[i][0:x+2]
- part2 = self.word_parts[i][x+2::]
- elif position == 'MIDDLE':
- part1 = self.word_parts[i][0:x+1]
- part2 = self.word_parts[i][x+1::]
-
- self.word_parts.pop(i)
- self.word_parts.insert(i, part2)
- self.word_parts.insert(i, part1)
- break
- i += 1
-
-
- def syllabify(self, word, pos1="BEFORE", pos2="BEFORE"):
- """Splits a word up into syllables"""
- self.word_parts = [word]
- self.split_consonants()
- self.handle_ckle()
- self.handle_le()
-
- self.split_surrounded_consonant_pairs(position=pos1)
- self.split_surrounded_consonant(position=pos2)
- self.split_surrounded_consonant_triples()
- return self.word_parts
-
-if __name__ == '__main__':
-
- count_dictionary = {}
- f = open('syllable_counts.txt', 'r')
- lines = f.readlines()
- f.close()
- for i in range(len(lines)):
- if not lines[i].rstrip() == '':
- word = lines[i].split(' ')[0]
- count = int(lines[i].split(' ')[1].rstrip())
- count_dictionary[word] = count
-
- syllable_dictionary = {}
- f = open('syllable_splits.txt', 'r')
- lines = f.readlines()
- f.close()
- for i in range(len(lines)):
- word = lines[i].rstrip()
- syllable_dictionary[word] = lines[i].rstrip()
-
- old_words = list(syllable_dictionary.keys())
- words = list(count_dictionary.keys())
-
- syllabator = Syllabator()
- hyphenator = Hyphenator()
-
- confirmed_words = []
- syl_splits = []
- for i in range(len(words)):
- syl_splits.append(syllabator.syllabify(words[i]))
- syl_splits.append(syllabator.syllabify(words[i], pos1='AFTER', pos2='BEFORE'))
- syl_splits.append(syllabator.syllabify(words[i], pos1='MIDDLE', pos2='BEFORE'))
- syl_splits.append(syllabator.syllabify(words[i], pos1='BEFORE', pos2='AFTER'))
- syl_splits.append(syllabator.syllabify(words[i], pos1='AFTER', pos2='AFTER'))
- syl_splits.append(syllabator.syllabify(words[i], pos1='MIDDLE', pos2='AFTER'))
-
- hyp_split = hyphenator.hyphenate_word(words[i])
-
- for x in range(len(syl_splits)):
- if len(syl_splits[x]) == count_dictionary[words[i]] and syl_splits[x] == hyp_split:
- w = ' '.join(syl_splits[x])
- if not w in old_words:
- confirmed_words.append(w)
- break
-
- lines = []
- for i in range(len(confirmed_words)):
- lines.append(confirmed_words[i] + '\n')
- f = open('new_splits.txt', 'w')
- f.write(''.join(lines))
+class Syllabator():
+ def __init__(self):
+ self.consonants = 'bcdfghjklmnpqrstvwxz'
+
+ self.consonant_pairs = [
+ 'bl', 'br', 'ch', 'ck', 'cl', 'cr', 'ct', 'dg', 'dr', 'fl',
+ 'fr', 'ft', 'gh', 'gl', 'gr', 'hr', 'ht', 'kh', 'ld', 'lf',
+ 'lv', 'nc', 'nd', 'ng', 'nk', 'ns', 'nt', 'ph', 'pl', 'pr',
+ 'rd', 'rd', 'rg', 'rh', 'sc', 'sh', 'sk', 'sl', 'sm', 'sn',
+ 'sp', 'st', 'sw', 'th', 'tr', 'ts', 'tw', 'tz', 'wh', 'wr',
+ 'hr', 'tc']
+
+ self.vowels = 'aeiouy'
+
+ self.word_parts = [""]
+
+ def split_consonants(self):
+ """
+ make a split where there are 2 consonants next to
+ eachother if the 2 consonants are not at the end of the word
+ and they aren't in the consonant pairs
+ example:
+ pizzazz --> piz, zazz
+ """
+
+ i = 0
+ while i < len(self.word_parts):
+ for x in range(1, len(self.word_parts[i])):
+ a = self.word_parts[i][x - 1]
+ b = self.word_parts[i][x]
+ if (a in self.consonants and
+ b in self.consonants and not
+ a + b in self.consonant_pairs and not
+ x == len(self.word_parts[i]) - 1):
+ part1 = self.word_parts[i][0:x]
+ part2 = self.word_parts[i][x::]
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ break
+ i += 1
+
+ def handle_ckle(self):
+ """
+ make a split between ck and le
+ """
+
+ i = 0
+ while i < len(self.word_parts):
+ if self.word_parts[i].endswith('ckle'):
+ part1 = self.word_parts[i][0:-2]
+ part2 = 'le'
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ i += 1
+
+ def handle_le(self):
+ """
+ make a split between word part and 'le' if it ends with le and the
+ 3rd to last character is not a vowel.
+ """
+ i = 0
+ while i < len(self.word_parts):
+ if self.word_parts[i].endswith('le') and len(self.word_parts[i]) > 3:
+ if len(self.word_parts[i]) > 3 and not self.word_parts[i][-3] in self.vowels:
+ part1 = self.word_parts[i][0:-3]
+ part2 = self.word_parts[i][-3::]
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ i += 1
+
+
+ def split_surrounded_consonant(self, position='BEFORE'):
+ """
+ make a split when there is a consonant that is surrounded by vowels
+ """
+
+ i = 0
+ while i < len(self.word_parts):
+ for x in range(1, len(self.word_parts[i]) - 1):
+ a = self.word_parts[i][x - 1]
+ b = self.word_parts[i][x]
+ c = self.word_parts[i][x + 1]
+ if a in self.vowels and c in self.vowels and b in self.consonants:
+
+ # mATE
+ if x == len(self.word_parts[i]) - 2 and self.word_parts[i].endswith('e'):
+ pass
+
+ # cURE, cURED
+ elif a == 'u' and b == 'r' and c == 'e' and self.word_parts[i].endswith('e') or self.word_parts[i].endswith('ed'):
+ pass
+
+ # brACElet
+ elif a == 'a' and b == 'c' and c == 'e':
+ pass
+
+ else:
+ if position == 'BEFORE':
+ part1 = self.word_parts[i][0:x+1]
+ part2 = self.word_parts[i][x+1::]
+
+ else:
+ part1 = self.word_parts[i][0:x+1]
+ part2 = self.word_parts[i][x+1::]
+
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ break
+
+ i += 1
+
+ def split_surrounded_consonant_triples(self):
+ """
+ make a split where there are 2 consonant pairs back to back
+ as in amaziNGLy
+ """
+
+ i = 0
+ while i < len(self.word_parts):
+ for x in range(1, len(self.word_parts[i]) - 3):
+ a = self.word_parts[i][x - 1]
+ b = self.word_parts[i][x]
+ c = self.word_parts[i][x + 1]
+ d = self.word_parts[i][x + 2]
+ e = self.word_parts[i][x + 3]
+ if a in self.vowels and b + c in self.consonant_pairs and c + d in self.consonant_pairs and e in self.vowels:
+ part1 = self.word_parts[i][0:x]
+ part2 = self.word_parts[i][x::]
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ break
+ i += 1
+
+ def split_surrounded_consonant_pairs(self, position='BEFORE'):
+ """
+ make a split when there is a consonant pair surrounded by vowels
+ """
+
+ i = 0
+ while i < len(self.word_parts):
+ for x in range(1, len(self.word_parts[i]) - 2):
+ a = self.word_parts[i][x - 1]
+ b = self.word_parts[i][x]
+ c = self.word_parts[i][x + 1]
+ d = self.word_parts[i][x + 2]
+ if a in self.vowels and b + c in self.consonant_pairs and d in self.vowels:
+ if x == len(self.word_parts[i]) - 3 and self.word_parts[i].endswith('e'):
+ pass
+
+ else:
+ if position == 'BEFORE':
+ part1 = self.word_parts[i][0:x+2]
+ part2 = self.word_parts[i][x+2::]
+ elif position == 'AFTER':
+ part1 = self.word_parts[i][0:x+2]
+ part2 = self.word_parts[i][x+2::]
+ elif position == 'MIDDLE':
+ part1 = self.word_parts[i][0:x+1]
+ part2 = self.word_parts[i][x+1::]
+
+ self.word_parts.pop(i)
+ self.word_parts.insert(i, part2)
+ self.word_parts.insert(i, part1)
+ break
+ i += 1
+
+
+ def syllabify(self, word, pos1="BEFORE", pos2="BEFORE"):
+ """Splits a word up into syllables"""
+ self.word_parts = [word]
+ self.split_consonants()
+ self.handle_ckle()
+ self.handle_le()
+
+ self.split_surrounded_consonant_pairs(position=pos1)
+ self.split_surrounded_consonant(position=pos2)
+ self.split_surrounded_consonant_triples()
+ return self.word_parts
+
+if __name__ == '__main__':
+
+ count_dictionary = {}
+ f = open('syllable_counts.txt', 'r')
+ lines = f.readlines()
+ f.close()
+ for i in range(len(lines)):
+ if not lines[i].rstrip() == '':
+ word = lines[i].split(' ')[0]
+ count = int(lines[i].split(' ')[1].rstrip())
+ count_dictionary[word] = count
+
+ syllable_dictionary = {}
+ f = open('syllable_splits.txt', 'r')
+ lines = f.readlines()
+ f.close()
+ for i in range(len(lines)):
+ word = lines[i].rstrip()
+ syllable_dictionary[word] = lines[i].rstrip()
+
+ old_words = list(syllable_dictionary.keys())
+ words = list(count_dictionary.keys())
+
+ syllabator = Syllabator()
+ hyphenator = Hyphenator()
+
+ confirmed_words = []
+ syl_splits = []
+ for i in range(len(words)):
+ syl_splits.append(syllabator.syllabify(words[i]))
+ syl_splits.append(syllabator.syllabify(words[i], pos1='AFTER', pos2='BEFORE'))
+ syl_splits.append(syllabator.syllabify(words[i], pos1='MIDDLE', pos2='BEFORE'))
+ syl_splits.append(syllabator.syllabify(words[i], pos1='BEFORE', pos2='AFTER'))
+ syl_splits.append(syllabator.syllabify(words[i], pos1='AFTER', pos2='AFTER'))
+ syl_splits.append(syllabator.syllabify(words[i], pos1='MIDDLE', pos2='AFTER'))
+
+ hyp_split = hyphenator.hyphenate_word(words[i])
+
+ for x in range(len(syl_splits)):
+ if len(syl_splits[x]) == count_dictionary[words[i]] and syl_splits[x] == hyp_split:
+ w = ' '.join(syl_splits[x])
+ if not w in old_words:
+ confirmed_words.append(w)
+ break
+
+ lines = []
+ for i in range(len(confirmed_words)):
+ lines.append(confirmed_words[i] + '\n')
+ f = open('new_splits.txt', 'w')
+ f.write(''.join(lines))
f.close()
\ No newline at end of file
diff --git a/tools/automatic_text_alignment.py b/tools/automatic_text_alignment.py
index b75cfea..643d098 100755
--- a/tools/automatic_text_alignment.py
+++ b/tools/automatic_text_alignment.py
@@ -1,98 +1,98 @@
-import bpy
-
-import sys
-import os
-
-modules_path = os.path.dirname(__file__)
-
-if not modules_path in sys.path:
- sys.path.append(os.path.dirname(__file__))
-
-import subsutils
-import pysrt
-
-from aeneas.executetask import ExecuteTask
-from aeneas.task import Task
-
-def write_word_level(text, txt_path):
- """
- Writes each word of text on a separate line inside the .txt file
- """
- words = []
- text = text.split('\n')
- for line in text:
- split = line.split(' ')
- for word in split:
- words.append(word)
-
- txt_file = open(txt_path, 'w')
- txt_file.write('\n'.join(words))
- txt_file.close()
-
-def make_subs(wav_path, txt_path, srt_path, start):
- """Gets the subtitles with the correct timing based on the wav file"""
-
- config_string = "task_language=eng|is_text_type=plain|os_task_file_format=srt"
-
- task = Task(config_string=config_string)
- task.audio_file_path_absolute = wav_path
- task.text_file_path_absolute = txt_path
- task.sync_map_file_path_absolute = srt_path
-
- ExecuteTask(task).execute()
- task.output_sync_map_file()
-
- subs = pysrt.open(srt_path)
-
- subs.shift(seconds=start)
-
- return subs
-
-
-class SplitWords(bpy.types.Operator):
- bl_label = 'Split Words'
- bl_idname = 'sequencerextra.split_words'
- bl_description = "Split each strip word by word. Needed for making enhanced subtitles"
-
- def execute(self, context):
- scene = context.scene
- edit_channel = scene.subtitle_edit_channel
-
- fps = scene.render.fps/scene.render.fps_base
-
- original_start = scene.frame_start
- original_end = scene.frame_end
-
- all_strips = list(sorted(
- scene.sequence_editor.sequences_all,
- key=lambda x: x.frame_start))
-
- text_strips = []
- for x in range(len(all_strips)):
- if (all_strips[x].type == "TEXT" and
- all_strips[x].channel == edit_channel):
- text_strips.append(all_strips[x])
-
- wav_path = os.path.join(os.path.dirname(__file__), 'temp.wav')
- txt_path = os.path.join(os.path.dirname(__file__), 'temp.txt')
- srt_path = os.path.join(os.path.dirname(__file__), 'temp.srt')
-
- subs = pysrt.SubRipFile()
-
- for i in range(len(text_strips)):
- frame_start = text_strips[i].frame_start
- frame_end = text_strips[i].frame_final_end - 1
- start = (frame_start + 1) / fps
- text = text_strips[i].text
-
- scene.frame_start = frame_start
- scene.frame_end = frame_end
-
- bpy.ops.sound.mixdown(filepath=wav_path, container="WAV", codec="PCM")
- write_word_level(text, txt_path)
- subs.extend(make_subs(wav_path, txt_path, srt_path, start))
-
-
- subsutils.addSubs(context, subs, use_color=True)
-
+import bpy
+
+import sys
+import os
+
+modules_path = os.path.dirname(__file__)
+
+if not modules_path in sys.path:
+ sys.path.append(os.path.dirname(__file__))
+
+import subsutils
+import pysrt
+
+from aeneas.executetask import ExecuteTask
+from aeneas.task import Task
+
+def write_word_level(text, txt_path):
+ """
+ Writes each word of text on a separate line inside the .txt file
+ """
+ words = []
+ text = text.split('\n')
+ for line in text:
+ split = line.split(' ')
+ for word in split:
+ words.append(word)
+
+ txt_file = open(txt_path, 'w')
+ txt_file.write('\n'.join(words))
+ txt_file.close()
+
+def make_subs(wav_path, txt_path, srt_path, start):
+ """Gets the subtitles with the correct timing based on the wav file"""
+
+ config_string = "task_language=eng|is_text_type=plain|os_task_file_format=srt"
+
+ task = Task(config_string=config_string)
+ task.audio_file_path_absolute = wav_path
+ task.text_file_path_absolute = txt_path
+ task.sync_map_file_path_absolute = srt_path
+
+ ExecuteTask(task).execute()
+ task.output_sync_map_file()
+
+ subs = pysrt.open(srt_path)
+
+ subs.shift(seconds=start)
+
+ return subs
+
+
+class SplitWords(bpy.types.Operator):
+ bl_label = 'Split Words'
+ bl_idname = 'sequencerextra.split_words'
+ bl_description = "Split each strip word by word. Needed for making enhanced subtitles"
+
+ def execute(self, context):
+ scene = context.scene
+ edit_channel = scene.subtitle_edit_channel
+
+ fps = scene.render.fps/scene.render.fps_base
+
+ original_start = scene.frame_start
+ original_end = scene.frame_end
+
+ all_strips = list(sorted(
+ scene.sequence_editor.sequences_all,
+ key=lambda x: x.frame_start))
+
+ text_strips = []
+ for x in range(len(all_strips)):
+ if (all_strips[x].type == "TEXT" and
+ all_strips[x].channel == edit_channel):
+ text_strips.append(all_strips[x])
+
+ wav_path = os.path.join(os.path.dirname(__file__), 'temp.wav')
+ txt_path = os.path.join(os.path.dirname(__file__), 'temp.txt')
+ srt_path = os.path.join(os.path.dirname(__file__), 'temp.srt')
+
+ subs = pysrt.SubRipFile()
+
+ for i in range(len(text_strips)):
+ frame_start = text_strips[i].frame_start
+ frame_end = text_strips[i].frame_final_end - 1
+ start = (frame_start + 1) / fps
+ text = text_strips[i].text
+
+ scene.frame_start = frame_start
+ scene.frame_end = frame_end
+
+ bpy.ops.sound.mixdown(filepath=wav_path, container="WAV", codec="PCM")
+ write_word_level(text, txt_path)
+ subs.extend(make_subs(wav_path, txt_path, srt_path, start))
+
+
+ subsutils.addSubs(context, subs, use_color=True)
+
return {"FINISHED"}
\ No newline at end of file
diff --git a/tools/pattern_converter.py b/tools/pattern_converter.py
index 154856c..74dec49 100755
--- a/tools/pattern_converter.py
+++ b/tools/pattern_converter.py
@@ -1,55 +1,55 @@
-# This script was used to get the hyphenator patterns from https://github.com/mnater/Hyphenopoly
-
-import os
-import ntpath
-
-def remove_punctuation(word):
- """Remove punctuation from the beginning and end of a word"""
-
- puncs = ['\\', '/', ':', '*', '?', '"', '<', '>', '|', '\n', '(',
- ')', '!', '@', '#', '$', '%', '^', '-', '+', '=', "'",
- ';', ',', '.', '{', '}','[', ']']
-
- while word[0] in puncs:
- word = word[1::]
-
- while word[-1] in puncs:
- word = word[0:-1]
-
- return word
-
-def extract_patterns(path):
- patterns = []
-
- f = open(path, 'r', encoding='utf-8')
- lines = f.readlines()
- f.close()
-
- important_lines = []
- for i in range(len(lines)):
- try:
- step = int(remove_punctuation(lines[i].strip().split(':')[0]))
- important_lines.append(lines[i])
- except:
- pass
-
- for i in range(len(important_lines)):
- step = int(remove_punctuation(important_lines[i].strip().split(':')[0]))
- text = remove_punctuation(important_lines[i].split(':')[-1].strip())
- while len(text) > 0:
- patterns.append(text[0:step].replace('_', '.'))
- text = text[step::]
-
- return patterns
-
-if __name__ == '__main__':
- files = os.listdir(os.getcwd())
-
- for file in files:
- if file.endswith('.js'):
- patterns = list(sorted(extract_patterns(file)))
- fname = os.path.splitext(ntpath.basename(file))[0]
-
- f = open(os.path.join('/home/doakey/Desktop/new_patterns', fname + '.txt'), 'w', encoding='utf-8')
- f.write('\n'.join(patterns))
+# This script was used to get the hyphenator patterns from https://github.com/mnater/Hyphenopoly
+
+import os
+import ntpath
+
+def remove_punctuation(word):
+ """Remove punctuation from the beginning and end of a word"""
+
+ puncs = ['\\', '/', ':', '*', '?', '"', '<', '>', '|', '\n', '(',
+ ')', '!', '@', '#', '$', '%', '^', '-', '+', '=', "'",
+ ';', ',', '.', '{', '}','[', ']']
+
+ while word[0] in puncs:
+ word = word[1::]
+
+ while word[-1] in puncs:
+ word = word[0:-1]
+
+ return word
+
+def extract_patterns(path):
+ patterns = []
+
+ f = open(path, 'r', encoding='utf-8')
+ lines = f.readlines()
+ f.close()
+
+ important_lines = []
+ for i in range(len(lines)):
+ try:
+ step = int(remove_punctuation(lines[i].strip().split(':')[0]))
+ important_lines.append(lines[i])
+ except:
+ pass
+
+ for i in range(len(important_lines)):
+ step = int(remove_punctuation(important_lines[i].strip().split(':')[0]))
+ text = remove_punctuation(important_lines[i].split(':')[-1].strip())
+ while len(text) > 0:
+ patterns.append(text[0:step].replace('_', '.'))
+ text = text[step::]
+
+ return patterns
+
+if __name__ == '__main__':
+ files = os.listdir(os.getcwd())
+
+ for file in files:
+ if file.endswith('.js'):
+ patterns = list(sorted(extract_patterns(file)))
+ fname = os.path.splitext(ntpath.basename(file))[0]
+
+ f = open(os.path.join('/home/doakey/Desktop/new_patterns', fname + '.txt'), 'w', encoding='utf-8')
+ f.write('\n'.join(patterns))
f.close()
\ No newline at end of file
diff --git a/tools/word_collector.py b/tools/word_collector.py
index 418ae50..a61df4f 100755
--- a/tools/word_collector.py
+++ b/tools/word_collector.py
@@ -1,206 +1,206 @@
-"""
-I used this module to collect words from the cmudict-0.7
-"""
-
-#!/usr/bin/env python
-# Copyright (c) 2012-2013 Kyle Gorman
-#
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this software and associated documentation files (the
-# "Software"), to deal in the Software without restriction, including
-# without limitation the rights to use, copy, modify, merge, publish,
-# distribute, sublicense, and/or sell copies of the Software, and to
-# permit persons to whom the Software is furnished to do so, subject to
-# the following conditions:
-#
-# The above copyright notice and this permission notice shall be included
-# in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-# syllabify.py: prosodic parsing of ARPABET entries
-
-from itertools import chain
-
-## constants
-SLAX = {'IH1', 'IH2', 'EH1', 'EH2', 'AE1', 'AE2', 'AH1', 'AH2',
- 'UH1', 'UH2',}
-
-VOWELS = {'IY1', 'IY2', 'IY0', 'EY1', 'EY2', 'EY0', 'AA1', 'AA2', 'AA0',
- 'ER1', 'ER2', 'ER0', 'AW1', 'AW2', 'AW0', 'AO1', 'AO2', 'AO0',
- 'AY1', 'AY2', 'AY0', 'OW1', 'OW2', 'OW0', 'OY1', 'OY2', 'OY0',
- 'IH0', 'EH0', 'AE0', 'AH0', 'UH0', 'UW1', 'UW2', 'UW0', 'UW',
- 'IY', 'EY', 'AA', 'ER', 'AW', 'AO', 'AY', 'OW', 'OY',
- 'UH', 'IH', 'EH', 'AE', 'AH', 'UH',} | SLAX
-
-## licit medial onsets
-
-O2 = {('P', 'R'), ('T', 'R'), ('K', 'R'), ('B', 'R'), ('D', 'R'),
- ('G', 'R'), ('F', 'R'), ('TH', 'R'),
- ('P', 'L'), ('K', 'L'), ('B', 'L'), ('G', 'L'),
- ('F', 'L'), ('S', 'L'),
- ('K', 'W'), ('G', 'W'), ('S', 'W'),
- ('S', 'P'), ('S', 'T'), ('S', 'K'),
- ('HH', 'Y'), # "clerihew"
- ('R', 'W'),}
-O3 = {('S', 'T', 'R'), ('S', 'K', 'L'), ('T', 'R', 'W')} # "octroi"
-
-# This does not represent anything like a complete list of onsets, but
-# merely those that need to be maximized in medial position.
-
-def syllabify(pron, alaska_rule=True):
- """
- Syllabifies a CMU dictionary (ARPABET) word string
-
- # Alaska rule:
- >>> pprint(syllabify('AH0 L AE1 S K AH0'.split())) # Alaska
- '-AH0-.L-AE1-S.K-AH0-'
- >>> pprint(syllabify('AH0 L AE1 S K AH0'.split(), 0)) # Alaska
- '-AH0-.L-AE1-.S K-AH0-'
-
- # huge medial onsets:
- >>> pprint(syllabify('M IH1 N S T R AH0 L'.split())) # minstrel
- 'M-IH1-N.S T R-AH0-L'
- >>> pprint(syllabify('AA1 K T R W AA0 R'.split())) # octroi
- '-AA1-K.T R W-AA0-R'
-
- # destressing
- >>> pprint(destress(syllabify('M IH1 L AH0 T EH2 R IY0'.split())))
- 'M-IH-.L-AH-.T-EH-.R-IY-'
-
- # normal treatment of 'j':
- >>> pprint(syllabify('M EH1 N Y UW0'.split())) # menu
- 'M-EH1-N.Y-UW0-'
- >>> pprint(syllabify('S P AE1 N Y AH0 L'.split())) # spaniel
- 'S P-AE1-N.Y-AH0-L'
- >>> pprint(syllabify('K AE1 N Y AH0 N'.split())) # canyon
- 'K-AE1-N.Y-AH0-N'
- >>> pprint(syllabify('M IH0 N Y UW2 EH1 T'.split())) # minuet
- 'M-IH0-N.Y-UW2-.-EH1-T'
- >>> pprint(syllabify('JH UW1 N Y ER0'.split())) # junior
- 'JH-UW1-N.Y-ER0-'
- >>> pprint(syllabify('K L EH R IH HH Y UW'.split())) # clerihew
- 'K L-EH-.R-IH-.HH Y-UW-'
-
- # nuclear treatment of 'j'
- >>> pprint(syllabify('R EH1 S K Y UW0'.split())) # rescue
- 'R-EH1-S.K-Y UW0-'
- >>> pprint(syllabify('T R IH1 B Y UW0 T'.split())) # tribute
- 'T R-IH1-B.Y-UW0-T'
- >>> pprint(syllabify('N EH1 B Y AH0 L AH0'.split())) # nebula
- 'N-EH1-B.Y-AH0-.L-AH0-'
- >>> pprint(syllabify('S P AE1 CH UH0 L AH0'.split())) # spatula
- 'S P-AE1-.CH-UH0-.L-AH0-'
- >>> pprint(syllabify('AH0 K Y UW1 M AH0 N'.split())) # acumen
- '-AH0-K.Y-UW1-.M-AH0-N'
- >>> pprint(syllabify('S AH1 K Y AH0 L IH0 N T'.split())) # succulent
- 'S-AH1-K.Y-AH0-.L-IH0-N T'
- >>> pprint(syllabify('F AO1 R M Y AH0 L AH0'.split())) # formula
- 'F-AO1 R-M.Y-AH0-.L-AH0-'
- >>> pprint(syllabify('V AE1 L Y UW0'.split())) # value
- 'V-AE1-L.Y-UW0-'
-
- # everything else
- >>> pprint(syllabify('N AO0 S T AE1 L JH IH0 K'.split())) # nostalgic
- 'N-AO0-.S T-AE1-L.JH-IH0-K'
- >>> pprint(syllabify('CH ER1 CH M AH0 N'.split())) # churchmen
- 'CH-ER1-CH.M-AH0-N'
- >>> pprint(syllabify('K AA1 M P AH0 N S EY2 T'.split())) # compensate
- 'K-AA1-M.P-AH0-N.S-EY2-T'
- >>> pprint(syllabify('IH0 N S EH1 N S'.split())) # inCENSE
- '-IH0-N.S-EH1-N S'
- >>> pprint(syllabify('IH1 N S EH2 N S'.split())) # INcense
- '-IH1-N.S-EH2-N S'
- >>> pprint(syllabify('AH0 S EH1 N D'.split())) # ascend
- '-AH0-.S-EH1-N D'
- >>> pprint(syllabify('R OW1 T EY2 T'.split())) # rotate
- 'R-OW1-.T-EY2-T'
- >>> pprint(syllabify('AA1 R T AH0 S T'.split())) # artist
- '-AA1 R-.T-AH0-S T'
- >>> pprint(syllabify('AE1 K T ER0'.split())) # actor
- '-AE1-K.T-ER0-'
- >>> pprint(syllabify('P L AE1 S T ER0'.split())) # plaster
- 'P L-AE1-S.T-ER0-'
- >>> pprint(syllabify('B AH1 T ER0'.split())) # butter
- 'B-AH1-.T-ER0-'
- >>> pprint(syllabify('K AE1 M AH0 L'.split())) # camel
- 'K-AE1-.M-AH0-L'
- >>> pprint(syllabify('AH1 P ER0'.split())) # upper
- '-AH1-.P-ER0-'
- >>> pprint(syllabify('B AH0 L UW1 N'.split())) # balloon
- 'B-AH0-.L-UW1-N'
- >>> pprint(syllabify('P R OW0 K L EY1 M'.split())) # proclaim
- 'P R-OW0-.K L-EY1-M'
- >>> pprint(syllabify('IH0 N S EY1 N'.split())) # insane
- '-IH0-N.S-EY1-N'
- >>> pprint(syllabify('IH0 K S K L UW1 D'.split())) # exclude
- '-IH0-K.S K L-UW1-D'
- """
- ## main pass
- mypron = list(pron)
- nuclei = []
- onsets = []
- i = -1
- for (j, seg) in enumerate(mypron):
- if seg in VOWELS:
- nuclei.append([seg])
- onsets.append(mypron[i + 1:j]) # actually interludes, r.n.
- i = j
- codas = [mypron[i + 1:]]
- ## resolve disputes and compute coda
- for i in range(1, len(onsets)):
- coda = []
- # boundary cases
- if len(onsets[i]) > 1 and onsets[i][0] == 'R':
- nuclei[i - 1].append(onsets[i].pop(0))
- if len(onsets[i]) > 2 and onsets[i][-1] == 'Y':
- nuclei[i].insert(0, onsets[i].pop())
- if len(onsets[i]) > 1 and alaska_rule and nuclei[i-1][-1] in SLAX \
- and onsets[i][0] == 'S':
- coda.append(onsets[i].pop(0))
- # onset maximization
- depth = 1
- if len(onsets[i]) > 1:
- if tuple(onsets[i][-2:]) in O2:
- depth = 3 if tuple(onsets[i][-3:]) in O3 else 2
- for j in range(len(onsets[i]) - depth):
- coda.append(onsets[i].pop(0))
- # store coda
- codas.insert(i - 1, coda)
-
- syllab = []
- for i in range(len(onsets)):
- group = [onsets[i], nuclei[i], codas[i]]
- syllab.append(group)
- #return output
-
- output = ('.'.join(' '.join(' '.join(p) for p in syl) for syl in syllab).strip())
- output = output.split('.')
- return output
-
-
-if __name__ == '__main__':
- dictionary = open('dictionary2.txt', 'r')
- lines = dictionary.readlines()
- #lines = ['AABERG AA1 B ER0 G']
- dictionary.close()
-
- new_lines = []
-
- for i in range(len(lines)):
- lines[i] = lines[i].rstrip()
- word = lines[i].split(' ')[0].lower()
- pronunciation = lines[i].split(' ')[-1]
- parts = syllabify(pronunciation.split(' '))
- count = len(parts)
- new_lines.append(word + ' ' + str(count) + '\n')
-
- dictionary = open('word_counts.txt', 'w')
- dictionary.write(''.join(new_lines))
+"""
+I used this module to collect words from the cmudict-0.7
+"""
+
+#!/usr/bin/env python
+# Copyright (c) 2012-2013 Kyle Gorman
+#
+# Permission is hereby granted, free of charge, to any person obtaining a
+# copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
+#
+# The above copyright notice and this permission notice shall be included
+# in all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+#
+# syllabify.py: prosodic parsing of ARPABET entries
+
+from itertools import chain
+
+## constants
+SLAX = {'IH1', 'IH2', 'EH1', 'EH2', 'AE1', 'AE2', 'AH1', 'AH2',
+ 'UH1', 'UH2',}
+
+VOWELS = {'IY1', 'IY2', 'IY0', 'EY1', 'EY2', 'EY0', 'AA1', 'AA2', 'AA0',
+ 'ER1', 'ER2', 'ER0', 'AW1', 'AW2', 'AW0', 'AO1', 'AO2', 'AO0',
+ 'AY1', 'AY2', 'AY0', 'OW1', 'OW2', 'OW0', 'OY1', 'OY2', 'OY0',
+ 'IH0', 'EH0', 'AE0', 'AH0', 'UH0', 'UW1', 'UW2', 'UW0', 'UW',
+ 'IY', 'EY', 'AA', 'ER', 'AW', 'AO', 'AY', 'OW', 'OY',
+ 'UH', 'IH', 'EH', 'AE', 'AH', 'UH',} | SLAX
+
+## licit medial onsets
+
+O2 = {('P', 'R'), ('T', 'R'), ('K', 'R'), ('B', 'R'), ('D', 'R'),
+ ('G', 'R'), ('F', 'R'), ('TH', 'R'),
+ ('P', 'L'), ('K', 'L'), ('B', 'L'), ('G', 'L'),
+ ('F', 'L'), ('S', 'L'),
+ ('K', 'W'), ('G', 'W'), ('S', 'W'),
+ ('S', 'P'), ('S', 'T'), ('S', 'K'),
+ ('HH', 'Y'), # "clerihew"
+ ('R', 'W'),}
+O3 = {('S', 'T', 'R'), ('S', 'K', 'L'), ('T', 'R', 'W')} # "octroi"
+
+# This does not represent anything like a complete list of onsets, but
+# merely those that need to be maximized in medial position.
+
+def syllabify(pron, alaska_rule=True):
+ """
+ Syllabifies a CMU dictionary (ARPABET) word string
+
+ # Alaska rule:
+ >>> pprint(syllabify('AH0 L AE1 S K AH0'.split())) # Alaska
+ '-AH0-.L-AE1-S.K-AH0-'
+ >>> pprint(syllabify('AH0 L AE1 S K AH0'.split(), 0)) # Alaska
+ '-AH0-.L-AE1-.S K-AH0-'
+
+ # huge medial onsets:
+ >>> pprint(syllabify('M IH1 N S T R AH0 L'.split())) # minstrel
+ 'M-IH1-N.S T R-AH0-L'
+ >>> pprint(syllabify('AA1 K T R W AA0 R'.split())) # octroi
+ '-AA1-K.T R W-AA0-R'
+
+ # destressing
+ >>> pprint(destress(syllabify('M IH1 L AH0 T EH2 R IY0'.split())))
+ 'M-IH-.L-AH-.T-EH-.R-IY-'
+
+ # normal treatment of 'j':
+ >>> pprint(syllabify('M EH1 N Y UW0'.split())) # menu
+ 'M-EH1-N.Y-UW0-'
+ >>> pprint(syllabify('S P AE1 N Y AH0 L'.split())) # spaniel
+ 'S P-AE1-N.Y-AH0-L'
+ >>> pprint(syllabify('K AE1 N Y AH0 N'.split())) # canyon
+ 'K-AE1-N.Y-AH0-N'
+ >>> pprint(syllabify('M IH0 N Y UW2 EH1 T'.split())) # minuet
+ 'M-IH0-N.Y-UW2-.-EH1-T'
+ >>> pprint(syllabify('JH UW1 N Y ER0'.split())) # junior
+ 'JH-UW1-N.Y-ER0-'
+ >>> pprint(syllabify('K L EH R IH HH Y UW'.split())) # clerihew
+ 'K L-EH-.R-IH-.HH Y-UW-'
+
+ # nuclear treatment of 'j'
+ >>> pprint(syllabify('R EH1 S K Y UW0'.split())) # rescue
+ 'R-EH1-S.K-Y UW0-'
+ >>> pprint(syllabify('T R IH1 B Y UW0 T'.split())) # tribute
+ 'T R-IH1-B.Y-UW0-T'
+ >>> pprint(syllabify('N EH1 B Y AH0 L AH0'.split())) # nebula
+ 'N-EH1-B.Y-AH0-.L-AH0-'
+ >>> pprint(syllabify('S P AE1 CH UH0 L AH0'.split())) # spatula
+ 'S P-AE1-.CH-UH0-.L-AH0-'
+ >>> pprint(syllabify('AH0 K Y UW1 M AH0 N'.split())) # acumen
+ '-AH0-K.Y-UW1-.M-AH0-N'
+ >>> pprint(syllabify('S AH1 K Y AH0 L IH0 N T'.split())) # succulent
+ 'S-AH1-K.Y-AH0-.L-IH0-N T'
+ >>> pprint(syllabify('F AO1 R M Y AH0 L AH0'.split())) # formula
+ 'F-AO1 R-M.Y-AH0-.L-AH0-'
+ >>> pprint(syllabify('V AE1 L Y UW0'.split())) # value
+ 'V-AE1-L.Y-UW0-'
+
+ # everything else
+ >>> pprint(syllabify('N AO0 S T AE1 L JH IH0 K'.split())) # nostalgic
+ 'N-AO0-.S T-AE1-L.JH-IH0-K'
+ >>> pprint(syllabify('CH ER1 CH M AH0 N'.split())) # churchmen
+ 'CH-ER1-CH.M-AH0-N'
+ >>> pprint(syllabify('K AA1 M P AH0 N S EY2 T'.split())) # compensate
+ 'K-AA1-M.P-AH0-N.S-EY2-T'
+ >>> pprint(syllabify('IH0 N S EH1 N S'.split())) # inCENSE
+ '-IH0-N.S-EH1-N S'
+ >>> pprint(syllabify('IH1 N S EH2 N S'.split())) # INcense
+ '-IH1-N.S-EH2-N S'
+ >>> pprint(syllabify('AH0 S EH1 N D'.split())) # ascend
+ '-AH0-.S-EH1-N D'
+ >>> pprint(syllabify('R OW1 T EY2 T'.split())) # rotate
+ 'R-OW1-.T-EY2-T'
+ >>> pprint(syllabify('AA1 R T AH0 S T'.split())) # artist
+ '-AA1 R-.T-AH0-S T'
+ >>> pprint(syllabify('AE1 K T ER0'.split())) # actor
+ '-AE1-K.T-ER0-'
+ >>> pprint(syllabify('P L AE1 S T ER0'.split())) # plaster
+ 'P L-AE1-S.T-ER0-'
+ >>> pprint(syllabify('B AH1 T ER0'.split())) # butter
+ 'B-AH1-.T-ER0-'
+ >>> pprint(syllabify('K AE1 M AH0 L'.split())) # camel
+ 'K-AE1-.M-AH0-L'
+ >>> pprint(syllabify('AH1 P ER0'.split())) # upper
+ '-AH1-.P-ER0-'
+ >>> pprint(syllabify('B AH0 L UW1 N'.split())) # balloon
+ 'B-AH0-.L-UW1-N'
+ >>> pprint(syllabify('P R OW0 K L EY1 M'.split())) # proclaim
+ 'P R-OW0-.K L-EY1-M'
+ >>> pprint(syllabify('IH0 N S EY1 N'.split())) # insane
+ '-IH0-N.S-EY1-N'
+ >>> pprint(syllabify('IH0 K S K L UW1 D'.split())) # exclude
+ '-IH0-K.S K L-UW1-D'
+ """
+ ## main pass
+ mypron = list(pron)
+ nuclei = []
+ onsets = []
+ i = -1
+ for (j, seg) in enumerate(mypron):
+ if seg in VOWELS:
+ nuclei.append([seg])
+ onsets.append(mypron[i + 1:j]) # actually interludes, r.n.
+ i = j
+ codas = [mypron[i + 1:]]
+ ## resolve disputes and compute coda
+ for i in range(1, len(onsets)):
+ coda = []
+ # boundary cases
+ if len(onsets[i]) > 1 and onsets[i][0] == 'R':
+ nuclei[i - 1].append(onsets[i].pop(0))
+ if len(onsets[i]) > 2 and onsets[i][-1] == 'Y':
+ nuclei[i].insert(0, onsets[i].pop())
+ if len(onsets[i]) > 1 and alaska_rule and nuclei[i-1][-1] in SLAX \
+ and onsets[i][0] == 'S':
+ coda.append(onsets[i].pop(0))
+ # onset maximization
+ depth = 1
+ if len(onsets[i]) > 1:
+ if tuple(onsets[i][-2:]) in O2:
+ depth = 3 if tuple(onsets[i][-3:]) in O3 else 2
+ for j in range(len(onsets[i]) - depth):
+ coda.append(onsets[i].pop(0))
+ # store coda
+ codas.insert(i - 1, coda)
+
+ syllab = []
+ for i in range(len(onsets)):
+ group = [onsets[i], nuclei[i], codas[i]]
+ syllab.append(group)
+ #return output
+
+ output = ('.'.join(' '.join(' '.join(p) for p in syl) for syl in syllab).strip())
+ output = output.split('.')
+ return output
+
+
+if __name__ == '__main__':
+ dictionary = open('dictionary2.txt', 'r')
+ lines = dictionary.readlines()
+ #lines = ['AABERG AA1 B ER0 G']
+ dictionary.close()
+
+ new_lines = []
+
+ for i in range(len(lines)):
+ lines[i] = lines[i].rstrip()
+ word = lines[i].split(' ')[0].lower()
+ pronunciation = lines[i].split(' ')[-1]
+ parts = syllabify(pronunciation.split(' '))
+ count = len(parts)
+ new_lines.append(word + ' ' + str(count) + '\n')
+
+ dictionary = open('word_counts.txt', 'w')
+ dictionary.write(''.join(new_lines))
dictionary.close()
\ No newline at end of file