human commit
This commit is contained in:
parent
d891906702
commit
f938333ff3
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# mousepad shit #
|
||||
*.*~
|
||||
|
||||
# jekyll no need to push #
|
||||
_site
|
||||
_site/*
|
||||
_data/.~lock.*.csv#
|
||||
|
||||
# no heavy files in here
|
||||
*.mp3
|
12
404.html
Normal file
12
404.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: default
|
||||
title : Error 404
|
||||
bgimg: /assets/img/404.png
|
||||
permalink: /404.html
|
||||
---
|
||||
{% include JB/setup %}
|
||||
<h1>Sorry, this page is not available anymore or never has been. <br />
|
||||
Have a look in the archive...</h1>
|
||||
If you really miss something, please send an email to info@basspistol.com
|
||||
{% assign posts_collate = site.posts %}
|
||||
{% include JB/posts_collate %}
|
8
Gemfile
Normal file
8
Gemfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'jekyll', '3.8.3'
|
||||
gem 'thin'
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-paginate-v2", "~> 1.7"
|
||||
end
|
73
Gemfile.lock
Normal file
73
Gemfile.lock
Normal file
|
@ -0,0 +1,73 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
addressable (2.5.2)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.0.5)
|
||||
daemons (1.2.6)
|
||||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.9.25)
|
||||
forwardable-extended (2.6.0)
|
||||
http_parser.rb (0.6.0)
|
||||
i18n (0.9.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jekyll (3.8.3)
|
||||
addressable (~> 2.4)
|
||||
colorator (~> 1.0)
|
||||
em-websocket (~> 0.5)
|
||||
i18n (~> 0.7)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 2.0)
|
||||
kramdown (~> 1.14)
|
||||
liquid (~> 4.0)
|
||||
mercenary (~> 0.3.3)
|
||||
pathutil (~> 0.9)
|
||||
rouge (>= 1.7, < 4)
|
||||
safe_yaml (~> 1.0)
|
||||
jekyll-paginate-v2 (1.9.4)
|
||||
jekyll (~> 3.0)
|
||||
jekyll-sass-converter (1.5.2)
|
||||
sass (~> 3.4)
|
||||
jekyll-watch (2.0.0)
|
||||
listen (~> 3.0)
|
||||
kramdown (1.17.0)
|
||||
liquid (4.0.0)
|
||||
listen (3.1.5)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
ruby_dep (~> 1.2)
|
||||
mercenary (0.3.6)
|
||||
pathutil (0.16.1)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (3.0.2)
|
||||
rack (2.0.6)
|
||||
rb-fsevent (0.10.3)
|
||||
rb-inotify (0.9.10)
|
||||
ffi (>= 0.5.0, < 2)
|
||||
rouge (3.2.0)
|
||||
ruby_dep (1.5.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.5.7)
|
||||
sass-listen (~> 4.0.0)
|
||||
sass-listen (4.0.0)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
thin (1.7.2)
|
||||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0, >= 1.0.4)
|
||||
rack (>= 1, < 3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
jekyll (= 3.8.3)
|
||||
jekyll-paginate-v2 (~> 1.7)
|
||||
thin
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.1
|
674
LICENSE
Normal file
674
LICENSE
Normal file
|
@ -0,0 +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>.
|
2387
_albums/dust-and-soda.md
Normal file
2387
_albums/dust-and-soda.md
Normal file
File diff suppressed because it is too large
Load diff
1737
_albums/headcleaner.md
Normal file
1737
_albums/headcleaner.md
Normal file
File diff suppressed because it is too large
Load diff
2134
_albums/kick-n-base-made-in-barcelona.md
Normal file
2134
_albums/kick-n-base-made-in-barcelona.md
Normal file
File diff suppressed because it is too large
Load diff
1812
_albums/musical-tourism.md
Normal file
1812
_albums/musical-tourism.md
Normal file
File diff suppressed because it is too large
Load diff
2502
_albums/psykedelisk-pop.md
Normal file
2502
_albums/psykedelisk-pop.md
Normal file
File diff suppressed because it is too large
Load diff
1907
_albums/tfb-otk.md
Normal file
1907
_albums/tfb-otk.md
Normal file
File diff suppressed because it is too large
Load diff
1547
_albums/the-house-of-set.md
Normal file
1547
_albums/the-house-of-set.md
Normal file
File diff suppressed because it is too large
Load diff
36
_config.yml
Normal file
36
_config.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
permalink: /:categories/:year/:month/:day/:title/
|
||||
|
||||
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md", "*.*~", "color_chart.txt", Gemfile, Gemfile.lock]
|
||||
highlighter: pygments
|
||||
|
||||
title : 'Basspistol'
|
||||
tagline: 'The Outernational Music Syndicate. Established in 2010'
|
||||
banner: '/assets/img/basspistol_est_2010_square_bluegreen.jpg'
|
||||
mblabel: '0f83baf3-4f44-44db-9e30-d5c05d7b77b9'
|
||||
|
||||
social_ids: [insta, twitter, facebook, soundcloud, tumblr, archive, mastodon]
|
||||
social:
|
||||
insta: 'https://www.instagram.com/basspistol'
|
||||
twitter: 'https://twitter.com/bpist'
|
||||
facebook: 'https://www.facebook.com/basspistolQC'
|
||||
soundcloud: 'https://soundcloud.com/basspistol'
|
||||
tumblr: 'https://basspistol.tumblr.com'
|
||||
archive: 'https://archive.org/details/basspistol'
|
||||
mastodon: 'https://mastodon.art/@basspistol'
|
||||
|
||||
production_url : https://basspistol.com
|
||||
baseurl : '/'
|
||||
shop_url: https://shop.basspistol.com/
|
||||
|
||||
# excerpt_separator: '<!--more-->'
|
||||
pagination:
|
||||
enabled: true
|
||||
|
||||
collections:
|
||||
albums:
|
||||
output: true
|
||||
permalink: /albums/:name/
|
||||
tracks:
|
||||
output: true
|
||||
staff_members:
|
||||
_hide_content: true
|
14078
_data/albums.yml
Normal file
14078
_data/albums.yml
Normal file
File diff suppressed because it is too large
Load diff
88
_data/artists.yml
Normal file
88
_data/artists.yml
Normal file
|
@ -0,0 +1,88 @@
|
|||
# - id: franky
|
||||
# mb: 'de2a996e-513c-4474-b03c-63b9566f1475'
|
||||
# avatar: /assets/img/thumb/frankyfresco.jpg
|
||||
# photo:
|
||||
# display_name: 'Franky Fresco'
|
||||
# web: https://frankyfresco.com
|
||||
# bio: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque bibendum ornare luctus. Nullam a mi risus. Nulla sit amet facilisis neque. In a urna a massa iaculis pharetra. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean at semper orci. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. '
|
||||
# email: frankyfresco@basspistol.com
|
||||
- id: holyhertz
|
||||
mb: '89d471b5-88a6-4330-a76c-6c3d7ca98e33'
|
||||
avatar: /assets/img/thumb/holyhertz2019.jpg
|
||||
photo:
|
||||
display_name: 'Holyhertz'
|
||||
web: https://soundcloud.com/holyhertz
|
||||
bio: 'Phasellus quis ex at arcu elementum ornare. Morbi facilisis eu diam semper elementum. Aliquam erat volutpat. Aenean luctus lorem nisl, sit amet interdum libero suscipit eget. Mauris semper lacinia lectus et facilisis. Nulla mollis lacinia ipsum eget suscipit. Nullam hendrerit purus a lacus dapibus fermentum. Ut fermentum leo sed lacinia ultrices.'
|
||||
email: holyhertz@basspistol.com
|
||||
# - id: jokko
|
||||
# mb:
|
||||
# avatar: /assets/img/thumb/jokko.jpg
|
||||
# photo:
|
||||
# display_name: 'Jokko'
|
||||
# web: https://soundcloud.com/jokkomusic
|
||||
# bio: 'Aenean nec libero gravida, vestibulum ex eu, fermentum erat. Nulla facilisi. Nam tempus augue vitae vestibulum viverra. Ut eleifend dui semper eros porttitor molestie. Quisque eget blandit justo. Aliquam velit orci, mattis sed justo et, fringilla sagittis tellus. Etiam fermentum ullamcorper dolor at scelerisque. Duis dolor diam, placerat id porttitor placerat, fermentum tempus elit. Nulla lectus libero, tincidunt vitae rhoncus consequat, luctus aliquam dui.'
|
||||
# email: jokko@basspistol.com
|
||||
# - id: max
|
||||
# mb: 'd12105e6-ec94-48bd-bbd9-39786208f231'
|
||||
# avatar: /assets/img/thumb/max.jpg
|
||||
# photo:
|
||||
# display_name: 'Max Park'
|
||||
# web:
|
||||
# bio: 'Phasellus vitae tortor a metus blandit gravida ut ac eros. Nullam eu metus a metus tempor laoreet. Aenean vel eleifend elit. Maecenas massa mi, posuere eu augue quis, finibus sollicitudin ante. Mauris mi dolor, interdum a consectetur id, cursus et neque. Vivamus aliquam augue ac dui pretium scelerisque. Pellentesque pretium magna vel metus vulputate, vitae porta nisl posuere. Ut suscipit urna a ante malesuada tempus. Proin venenatis nisi sit amet elit fermentum porta. Nullam volutpat ultrices purus, a tempus lorem congue a. Sed euismod eleifend nulla, ut porttitor orci efficitur eget. '
|
||||
# email: max@basspistol.com
|
||||
# - id: publicservice
|
||||
# mb:
|
||||
# avatar: /assets/img/thumb/publicservice.jpg
|
||||
# photo:
|
||||
# display_name: 'Public Service'
|
||||
# web:
|
||||
# bio: 'Phasellus a malesuada felis. Nullam maximus libero ac blandit imperdiet. Nulla eget pretium dolor, ac fringilla tortor. Interdum et malesuada fames ac ante ipsum primis in faucibus. Integer vulputate posuere ultricies. Duis commodo lobortis elit, sed tempus nulla euismod tempus. Aenean in tellus ut dui ullamcorper porta sed scelerisque lacus. Mauris quis venenatis nulla. Vivamus non posuere tortor, id euismod augue. Sed eu mollis nunc. '
|
||||
# email: publicservice@basspistol.com
|
||||
- id: sakrecoer
|
||||
mb: 'a2899399-d1d5-462f-9d56-ec1ea78cc4b6'
|
||||
avatar: /assets/img/thumb/sakrecoer.jpg
|
||||
photo:
|
||||
display_name: 'Sakrecoer Fam'
|
||||
web: https://sakrecoer.com
|
||||
bio: 'Aenean nec libero gravida, vestibulum ex eu, fermentum erat. Nulla facilisi. Nam tempus augue vitae vestibulum viverra. Ut eleifend dui semper eros porttitor molestie. Quisque eget blandit justo. Aliquam velit orci, mattis sed justo et, fringilla sagittis tellus. Etiam fermentum ullamcorper dolor at scelerisque. Duis dolor diam, placerat id porttitor placerat, fermentum tempus elit. Nulla lectus libero, tincidunt vitae rhoncus consequat, luctus aliquam dui.'
|
||||
email: sakrecoer@basspistol.com
|
||||
- id: synapset
|
||||
mb: 'a0dd2f36-1681-4bc0-970e-06a0450e16ec'
|
||||
avatar: /assets/img/thumb/synapset.jpg
|
||||
photo:
|
||||
display_name: 'Synapsset'
|
||||
web: https://basspistol.com/albums/musical-tourism
|
||||
bio: 'Mauris semper lacinia lectus et facilisis. Nulla mollis lacinia ipsum eget suscipit. Nullam hendrerit purus a lacus dapibus fermentum. Ut fermentum leo sed lacinia ultrices. Donec facilisis est sit amet facilisis dapibus. Interdum et malesuada fames ac ante ipsum primis in faucibus. Quisque non justo justo. Vivamus varius placerat gravida. '
|
||||
email: synapset@basspistol.com
|
||||
# - id: sweatsky
|
||||
# mb:
|
||||
# avatar: /assets/img/thumb/sweatsky.jpg
|
||||
# photo:
|
||||
# display_name: 'Sweatsky'
|
||||
# web: https://soundcloud.com/sweatsky
|
||||
# bio: 'Quisque bibendum ornare luctus. Nullam a mi risus. Nulla sit amet facilisis neque. In a urna a massa iaculis pharetra. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Aenean at semper orci.'
|
||||
# email: sweatsky@basspistol.com
|
||||
- id: tikov
|
||||
mb: '1313ee01-590c-4fcf-a149-7f4d2a16d550'
|
||||
avatar: /assets/img/thumb/tikov.jpg
|
||||
photo:
|
||||
display_name: 'Dr. Tikov'
|
||||
web: http://tikov.com
|
||||
bio: 'Duis dolor diam, placerat id porttitor placerat, fermentum tempus elit. Nulla lectus libero, tincidunt vitae rhoncus consequat, luctus aliquam dui. Nullam iaculis, nisi sit amet mattis ullamcorper, ante nisi accumsan nisl, eget varius enim nisi at tortor. Morbi a commodo magna.'
|
||||
email: tikov@basspistol.com
|
||||
- id: tfb
|
||||
mb: '3e250a22-ed45-41f7-ab07-ac8f7b4cf1c7'
|
||||
avatar: /assets/img/thumb/tfb.jpg
|
||||
photo:
|
||||
display_name: 'The FragleBay'
|
||||
web: https://fraglebay.tumblr.com
|
||||
bio: 'Nullam eu metus a metus tempor laoreet. Aenean vel eleifend elit. Maecenas massa mi, posuere eu augue quis, finibus sollicitudin ante. Mauris mi dolor, interdum a consectetur id, cursus et neque. Vivamus aliquam augue ac dui pretium scelerisque. Pellentesque pretium magna vel metus vulputate, vitae porta nisl posuere. Ut suscipit urna a ante malesuada tempus. Proin venenatis nisi sit amet elit fermentum porta.'
|
||||
email: tfb@basspistol.com
|
||||
- id: setto
|
||||
mb: '31e8e456-0589-47eb-9334-20872851cd3e'
|
||||
avatar: /assets/img/thumb/setto.jpg
|
||||
photo:
|
||||
display_name: '徒 Setto セット'
|
||||
web: https://setto.basspistol.com
|
||||
bio: 'Nullam eu metus a metus tempor laoreet. Aenean vel eleifend elit. Maecenas massa mi, posuere eu augue quis, finibus sollicitudin ante. Mauris mi dolor, interdum a consectetur id, cursus et neque. Vivamus aliquam augue ac dui pretium scelerisque. Pellentesque pretium magna vel metus vulputate, vitae porta nisl posuere. Ut suscipit urna a ante malesuada tempus. Proin venenatis nisi sit amet elit fermentum porta.'
|
||||
email: setto@protonmail.ch
|
30
_data/links.yml
Normal file
30
_data/links.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
- title: Linux Audio
|
||||
url: https://www.linuxaudio.org/
|
||||
banner: The Audio community for the free and open minded
|
||||
- title: Good Karma Records
|
||||
url: https://www.goodkarma.ru/
|
||||
banner: Good Karma music for the masses
|
||||
- title: Cytown Records
|
||||
url: http://cytownrecords.com/
|
||||
banner: Legendary electronics from Copenhagen
|
||||
- title: PopEm Records
|
||||
url: http://popemrecords.com/
|
||||
banner: They might blow up, but they wont go pop!
|
||||
- title: Ubuntu Studio
|
||||
url: https://ubuntustudio.org/
|
||||
banner: The Operative System of choice for any creative human being
|
||||
- title: Rasta Soft
|
||||
url: http://rastasoft.org/
|
||||
banner: pioneering multimedia on GNU/Linux with many JAH People in the World
|
||||
- title: Dyne.org
|
||||
url: https://www.dyne.org/
|
||||
banner: Free to share code. Coding to share freedom
|
||||
- title: Alsnet
|
||||
url: http://www.alsenet.com/
|
||||
banner: The motherweb of basspistol
|
||||
- title: Gandi.net
|
||||
url: https://www.gandi.net
|
||||
banner: No bullshit, just an open internet.
|
||||
- title: Lynn Smeria
|
||||
url: https://github.com/aengl
|
||||
banner: Freedom-tool smith and Robot tamer
|
22
_data/navigation.yml
Normal file
22
_data/navigation.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
- text: icofont-home
|
||||
url: /
|
||||
title: Home
|
||||
- text: icofont-disc
|
||||
url: /discography/
|
||||
title: Discography
|
||||
- text: icofont-radio
|
||||
url: /radio/
|
||||
title: Radio
|
||||
- text: icofont-newspaper
|
||||
url: /highlights/
|
||||
title: Highlights
|
||||
- text: icofont-people
|
||||
url: /artists/
|
||||
title: Artists
|
||||
- text: icofont-finger-print
|
||||
url: /about/
|
||||
title: About
|
||||
- text: icofont-link
|
||||
url: /links/
|
||||
title: Links
|
||||
|
18
_drafts/2018-09-25-dabke.md
Normal file
18
_drafts/2018-09-25-dabke.md
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: 'Dabke'
|
||||
artist: 'Various Artists'
|
||||
category: highlights
|
||||
tags: [oriental, arabic, kurdish, persian, dabke, maghreb, article]
|
||||
layout: link
|
||||
description: 'Oriental music and the 1001 unreadable superhits'
|
||||
uid: '1001dabkedeliciousness'
|
||||
cover: 'clr.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/TmAvt5p6f8g'
|
||||
author: set
|
||||
---
|
||||
There is something intriguing with minorities. Even the concept itself: often times a minority is actually a majority. It's easy to glue a bunch of stuff together under the minority tag; many occidentals think that arabs are a minortiy, and perhaps they are in whatever occidental country said westener is thinking about it, but there is so much more. There are kurds, persians, Maghrebins (ironically occidentals in arabic) and there is probably more!!!? Lately i have geeked out on music from the middle east. Particularily this one style mainly associated to a dance called [Dabke](https://en.wikipedia.org/wiki/Dabke "Dabke-Dance Wikipedia page")
|
||||
|
||||
It first hit me in a Lebanease restaurant. I didn't really pay attention first, because the rythm was so familiar, it felt like reaggeton. But at some point there was this crazy TB-303 basline with resonance and tune knob set to max. As i started to listen, i realized this was neither Acid Techno, nor reggeaton. I waved in the waiter and asked what it was. A slightly emarassed young man told me he didn't know how to spell it in European carachters, but gave me a paper with the name in arabic and an attempt in European. Of course, I lost that paper and none of my attempts to spell the name in search queries ever worked.
|
||||
|
||||
Fastforward, in a train to Södertälje, also known as "Little Syria". I hear that melody again, this time comming from someones headphone. I emediatly asked
|
11
_drafts/2018-10-17-vetesnskap.md
Normal file
11
_drafts/2018-10-17-vetesnskap.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
Stadens vetenhet mot stadens vetenskap.
|
||||
Vi vet saker men vi vet inte vilka saker andra vet
|
||||
Vi ger varandra erfarenhet och erfarenheten kommer till oss från alla andra
|
||||
tillsammans har vi ovisgemenskapen
|
||||
Tillsmamans vet vart vi ska
|
||||
Vetenskapen drivas av kärlek för vetenskap
|
||||
Skepticism definerar kärlekens utsträckning.
|
||||
Utsträckning vara religion
|
||||
Religion äro ej vetenskap.
|
||||
Ingen absolut kunskap är möjlig
|
||||
Ingen absolut kärlek heller.
|
21
_drafts/highlight_template.markdown
Normal file
21
_drafts/highlight_template.markdown
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: ''
|
||||
artist: ''
|
||||
author: ''
|
||||
category: highlights
|
||||
tags: [lower, case, no, artist, names, single, words]
|
||||
layout: bc | vid | interview | article | link
|
||||
description: ''
|
||||
uid: ''
|
||||
cover: ''
|
||||
download: ''
|
||||
link: '' (only if not article)
|
||||
image_id: [1, 2]
|
||||
image:
|
||||
1:
|
||||
url: 'image01.jpg'
|
||||
title: 'Janne I Min Hjärna'
|
||||
2:
|
||||
url: 'image02.jpg'
|
||||
title: 'Step Up'
|
||||
---
|
27
_drafts/records/XXXX-XX-XX-Title.markdown
Normal file
27
_drafts/records/XXXX-XX-XX-Title.markdown
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
layout: release
|
||||
title: ''
|
||||
category: ''
|
||||
uid: ''
|
||||
artist: ''
|
||||
permalink: /records/release-name/
|
||||
coverart:
|
||||
art: '/assets/coverart/BPISTXXX/XXXX.jpg'
|
||||
download: 'https://archive.org/download/XXX/XXXX.torrent'
|
||||
archive: 'https://archive.org/details/XXXX'
|
||||
description: 'XXX'
|
||||
credits: 'XXXXXX'
|
||||
youtube: 'XXXyoutube_giberish'
|
||||
mbrelease: '2ab5cbaa-6818-4604-8070-26b81b860bfa'
|
||||
mbdigital: 'fda0a215-114f-4c4b-9220-3b2157368a3f'
|
||||
mbduration: 'PT0H44M031'
|
||||
player_id: [1, N,]
|
||||
player:
|
||||
1:
|
||||
track: '/assets/mu/reSet%20Sakrecoer%20-%20Psykedelisk%20Pop%20-%2001%20-%20Janne%20I%20Min%20Hjarna.mp3'
|
||||
title: 'Janne I Min Hjärna'
|
||||
N:
|
||||
track:
|
||||
title:
|
||||
---
|
||||
Content
|
128
_drafts/trackdata_UNSORTED.yml
Normal file
128
_drafts/trackdata_UNSORTED.yml
Normal file
|
@ -0,0 +1,128 @@
|
|||
---
|
||||
date: "2013-01-01"
|
||||
disambiguation: BPIST013
|
||||
id: 077bef9a-b91e-4f48-a5f7-8e8089287392
|
||||
tracks:
|
||||
-
|
||||
id: e4cb8b33-d592-4e80-bdf8-1a344af557fa
|
||||
length: 34000
|
||||
number: "1"
|
||||
position: 1
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: 966f26de-b4c4-4bdd-a2cc-805ae60614f1
|
||||
length: 34000
|
||||
title: "Fragleism You Know"
|
||||
video: false
|
||||
title: "Fragleism You Know"
|
||||
-
|
||||
id: cdbfb48d-3ad8-4368-91a1-4f30d437d524
|
||||
length: 150000
|
||||
number: "2"
|
||||
position: 2
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: e832bd72-3d39-467c-b7ee-1cbac54c6fd8
|
||||
length: 150000
|
||||
title: "From Earth To My Folder"
|
||||
video: false
|
||||
title: "From Earth To My Folder"
|
||||
-
|
||||
id: 5c09e57f-a947-4039-b7e7-668d24dad746
|
||||
length: 136000
|
||||
number: "3"
|
||||
position: 3
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: 103a2a0c-a95a-444b-81ba-7d1d044b9603
|
||||
length: 136000
|
||||
title: "Midnight Ragga Frag"
|
||||
video: false
|
||||
title: "Midnight Ragga Frag"
|
||||
-
|
||||
id: f1bbc593-197d-4101-a803-963a91e0f0f6
|
||||
length: 325000
|
||||
number: "4"
|
||||
position: 4
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: d44e2dac-d79d-4109-b55f-df0059f1e9c3
|
||||
length: 325000
|
||||
title: "Saint Fragle Day"
|
||||
video: false
|
||||
title: "Saint Fragle Day"
|
||||
-
|
||||
id: 0a7a1982-2eee-443f-a250-33a6423423ff
|
||||
length: 183000
|
||||
number: "5"
|
||||
position: 5
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: 6a69862a-0962-4d16-a84d-793203532439
|
||||
length: 183000
|
||||
title: "Robot Is A Computer"
|
||||
video: false
|
||||
title: "Robot Is A Computer"
|
||||
-
|
||||
id: 47c6d61e-969f-4de2-9d20-da3afa85032f
|
||||
length: 178000
|
||||
number: "6"
|
||||
position: 6
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: a78bf370-f793-4dd5-a5c3-2b956ff8447c
|
||||
length: 178000
|
||||
title: "Werido Rap HD"
|
||||
video: false
|
||||
title: "Werido Rap HD"
|
||||
-
|
||||
id: 9dbd434c-84c2-47f3-aa01-d2fb51058443
|
||||
length: 291000
|
||||
number: "7"
|
||||
position: 7
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: 0aa79e03-caa7-4468-9895-3663d3bb4f3f
|
||||
length: 291000
|
||||
title: "About Cherry"
|
||||
video: false
|
||||
title: "About Cherry"
|
||||
-
|
||||
id: 35e4d630-25bc-40ad-8027-ba7ddd450736
|
||||
length: 180000
|
||||
number: "8"
|
||||
position: 8
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: f5327162-3005-4fc2-ab42-a6c579839c06
|
||||
length: 180000
|
||||
title: "Nuffsaid VonFragle"
|
||||
video: false
|
||||
title: "Nuffsaid VonFragle"
|
||||
-
|
||||
id: 4fa0903b-dcc4-4d14-8d7c-75d27edf931d
|
||||
length: 344000
|
||||
number: "9"
|
||||
position: 9
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: 66c3b964-49bd-4a91-b079-66c9c0c14f9e
|
||||
length: 344000
|
||||
title: "Computer Voodoo"
|
||||
video: false
|
||||
title: "Computer Voodoo"
|
||||
-
|
||||
id: fa19ba7c-8815-4f4f-9d72-9ed12351406e
|
||||
length: 233000
|
||||
number: "10"
|
||||
position: 10
|
||||
recording:
|
||||
disambiguation: ""
|
||||
id: dac47dc3-13a8-4dc0-8d6e-2b624dde72df
|
||||
length: 233000
|
||||
title: "TFB OTK"
|
||||
video: false
|
||||
title: "TFB OTK"
|
||||
|
||||
|
||||
title: "TFB - OTK"
|
55
_includes/JB/posts_collate
Normal file
55
_includes/JB/posts_collate
Normal file
|
@ -0,0 +1,55 @@
|
|||
{% comment %}<!--
|
||||
Collate_posts helper. Collated posts by year and month.
|
||||
Usage:
|
||||
1) assign the 'posts_collate' variable to a valid array of posts.
|
||||
2) include JB/posts_collate
|
||||
example:
|
||||
{% assign posts_collate = site.posts %}
|
||||
{% include JB/posts_collate %}
|
||||
|
||||
Ordering:
|
||||
Posts are displayed in reverse chronological order.
|
||||
For normal chronological order:
|
||||
1) Change the for loop to this:
|
||||
=> 'for post in site.posts reversed'
|
||||
2) Next make sure to change 'post.previous.date' to:
|
||||
=> 'post.next.date'
|
||||
|
||||
-->{% endcomment %}
|
||||
|
||||
{% if site.JB.posts_collate.provider == "custom" %}
|
||||
{% include custom/posts_collate %}
|
||||
{% else %}
|
||||
{% for post in posts_collate %}
|
||||
{% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
|
||||
{% capture this_month %}{{ post.date | date: "%B" }}{% endcapture %}
|
||||
{% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
|
||||
{% capture next_month %}{{ post.previous.date | date: "%B" }}{% endcapture %}
|
||||
|
||||
{% if forloop.first %}
|
||||
<p><strong>{{this_year}}</stong></p>
|
||||
<p>{{this_month}}</p>
|
||||
<ul>
|
||||
{% endif %}
|
||||
|
||||
<li><a href="{{ BASE_PATH }}{{ post.url }}">{{ post.title }}</a></li>
|
||||
|
||||
{% if forloop.last %}
|
||||
</ul>
|
||||
{% else %}
|
||||
{% if this_year != next_year %}
|
||||
</ul>
|
||||
<p><strong>{{next_year}}</strong></p>
|
||||
<p><strong>{{next_month}}</strong></p>
|
||||
<ul>
|
||||
{% else %}
|
||||
{% if this_month != next_month %}
|
||||
</ul>
|
||||
<p><strong>{{next_month}}</strong></p>
|
||||
<ul>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% assign posts_collate = nil %}
|
22
_includes/JB/setup
Normal file
22
_includes/JB/setup
Normal file
|
@ -0,0 +1,22 @@
|
|||
{% capture jbcache %}
|
||||
<!--
|
||||
- Dynamically set liquid variables for working with URLs/paths
|
||||
-->
|
||||
{% if site.JB.setup.provider == "custom" %}
|
||||
{% include custom/setup %}
|
||||
{% else %}
|
||||
{% if site.safe and site.JB.BASE_PATH and site.JB.BASE_PATH != '' %}
|
||||
{% assign BASE_PATH = site.JB.BASE_PATH %}
|
||||
{% assign HOME_PATH = site.JB.BASE_PATH %}
|
||||
{% else %}
|
||||
{% assign BASE_PATH = nil %}
|
||||
{% assign HOME_PATH = "/" %}
|
||||
{% endif %}
|
||||
|
||||
{% if site.JB.ASSET_PATH %}
|
||||
{% assign ASSET_PATH = site.JB.ASSET_PATH %}
|
||||
{% else %}
|
||||
{% capture ASSET_PATH %}{{ BASE_PATH }}/assets/themes/{{ page.theme.name }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endcapture %}{% assign jbcache = nil %}
|
231
_includes/SEO.html
Normal file
231
_includes/SEO.html
Normal file
|
@ -0,0 +1,231 @@
|
|||
<!-- BEGIN SEOmatic rendered SEO Meta -->
|
||||
|
||||
<title>an online radio station from Rotterdam - Operator Radio</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Home" />
|
||||
<meta name="generator" content="SEOmatic" />
|
||||
<link rel="canonical" href="https://www.operator-radio.com" />
|
||||
<link rel="alternate" href="https://www.operator-radio.com" hreflang="x-default" />
|
||||
<meta name="geo.placename" content="Operator" />
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="https://www.operator-radio.com" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="Operator Radio" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="Operator Radio" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="https://www.operator-radio.com/" />
|
||||
<meta name="dcterms.Rights" content="Copyright ©2018 Operator." />
|
||||
<meta name="dcterms.Title" content="an online radio station from Rotterdam" />
|
||||
<meta name="dcterms.Subject" content="" />
|
||||
<meta name="dcterms.Contributor" content="Operator Radio" />
|
||||
<meta name="dcterms.Date" content="2018-03-09" />
|
||||
<meta name="dcterms.Description" content="Home" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="https://www.operator-radio.com" />
|
||||
<meta property="og:title" content="an online radio station from Rotterdam - Operator Radio" />
|
||||
<meta property="og:description" content="Home" />
|
||||
<meta property="og:image" content="https://www.operator-radio.com/system/_seoImageTransform/marsman_171201_181413.jpg" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
<meta property="og:site_name" content="Operator Radio" />
|
||||
<meta property="og:see_also" content="https://twitter.com/operator_rd" />
|
||||
<meta property="og:see_also" content="https://www.facebook.com/operator.radio" />
|
||||
<meta property="og:see_also" content="https://www.instagram.com/operator.radio" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@operator_rd" />
|
||||
<meta name="twitter:title" content="an online radio station from Rotterdam - Operator Radio" />
|
||||
<meta name="twitter:description" content="Home" />
|
||||
<meta name="twitter:image" content="https://www.operator-radio.com/system/marsman_171201_181413.jpg" />
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Operator Radio",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "an online radio station from Rotterdam",
|
||||
"description": "Home",
|
||||
"image": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://www.operator-radio.com/system/_seoImageTransform/marsman_171201_181413.jpg",
|
||||
"width": "1200",
|
||||
"height": "630"
|
||||
},
|
||||
"url": "https://www.operator-radio.com",
|
||||
"mainEntityOfPage": "https://www.operator-radio.com",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "an online radio station from Rotterdam",
|
||||
"dateCreated": "2017-02-13T15:11:10+0000",
|
||||
"dateModified": "2018-01-15T16:11:48+0000",
|
||||
"datePublished": "2017-02-19T12:28:36+0000",
|
||||
"copyrightYear": "2017",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Operator",
|
||||
"url": "https://www.operator-radio.com",
|
||||
"sameAs": ["https://twitter.com/operator_rd","https://www.facebook.com/operator.radio","https://www.instagram.com/operator.radio"]
|
||||
}
|
||||
},
|
||||
"breadcrumb": {
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": "1",
|
||||
"item": {
|
||||
"@id": "https://www.operator-radio.com",
|
||||
"name": "Home"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Breadcrumbs -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": "1",
|
||||
"item": {
|
||||
"@id": "https://www.operator-radio.com",
|
||||
"name": "Home"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END SEOmatic rendered SEO Meta -->
|
3
_includes/albumheader.html
Normal file
3
_includes/albumheader.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ page.track.coverart }}');background-size:cover;background-position:center;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ page.track.coverart }}');background-size:cover;background-position:center;"></div></a>
|
28
_includes/asciisplash.html
Normal file
28
_includes/asciisplash.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!--
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|.............................................. |
|
||||
|.............................................. ▄▄▄▄ ▄▄▄ ██████ ██████ |
|
||||
|...........'';,............................... ▓█████▄ ▒████▄ ▒██ ▒ ▒██ ▒ |
|
||||
|.........'',,;:o:,............................ ▒██▒ ▄██▒██ ▀█▄ ░ ▓██▄ ░ ▓██▄ |
|
||||
|.......',;;::::::;;;,......................... ▒██░█▀ ░██▄▄▄▄██ ▒ ██▒ ▒ ██▒ |
|
||||
|.....,;:ooooooooooo;,,''''.................... ░▓█ ▀█▓ ▓█ ▓██▒▒██████▒▒▒██████▒▒ |
|
||||
|....,;ooooooooooooooo;,'..'''''............... ░▒▓███▀▒ ▒▒ ▓▒█░▒ ▒▓▒ ▒ ░▒ ▒▓▒ ▒ ░ |
|
||||
|...,:ooooooooooooooooo;''......'''............ ▒░▒ ░ ▒ ▒▒ ░░ ░▒ ░ ░░ ░▒ ░ ░ |
|
||||
|..,;:ooooooooooooooooo',,.........,'.......... ░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ |
|
||||
|..,,;:,ooooo;;:ooo;o,:;,',.........;,''....... ░ ░ ░ ░ ░ |
|
||||
|..,'..,,;:o,''.,;;'''..'';,,,,,,''',;'''...... ░ |
|
||||
|..,'......':ooo:.......'';,'''''''',;,,,...... ██▓███ ██▓ ██████ ▄▄▄█████▓ ▒█████ ██▓ |
|
||||
|..,,.......,:o:'.......,'oooo:::::;:,.',;,.... ▓██░ ██▒▓██▒▒██ ▒ ▓ ██▒ ▓▒▒██▒ ██▒▓██▒ |
|
||||
|..','.................',,..'',,,;;;;;;,.,:.... ▓██░ ██▓▒▒██▒░ ▓██▄ ▒ ▓██░ ▒░▒██░ ██▒▒██░ |
|
||||
|...,,'...............',;oooooooooo:;;:,;oo,... ▒██▄█▓▒ ▒░██░ ▒ ██▒░ ▓██▓ ░ ▒██ ██░▒██░ |
|
||||
|....,,'.............,,;ooooooooo;,..'',oooo,.. ▒██▒ ░ ░░██░▒██████▒▒ ▒██▒ ░ ░ ████▓▒░░██████▒ |
|
||||
|.....',,'........',,;ooo::;;,'........'oooo;.. ▒▓▒░ ░ ░░▓ ▒ ▒▓▒ ▒ ░ ▒ ░░ ░ ▒░▒░▒░ ░ ▒░▓ ░ |
|
||||
|.......'',,'''',,;;;,,'...............';;;'... ░▒ ░ ▒ ░░ ░▒ ░ ░ ░ ░ ▒ ▒░ ░ ░ ▒ ░ |
|
||||
|...........'''''.............................. ░░ ▒ ░░ ░ ░ ░ ░ ░ ░ ▒ ░ ░ |
|
||||
|.............................................. ░ ░ ░ ░ ░ ░ |
|
||||
|.............................................. |
|
||||
|.............................................. All you saw was sound! |
|
||||
|.............................................. |
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
-->
|
6
_includes/author.html
Normal file
6
_includes/author.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
{% if page.author != null %}
|
||||
{% assign author_id = page.author | prepend: "/staff_members/" | append: "/" %}
|
||||
{% assign author_name = site.staff_members | where: "url", author_id | first %}
|
||||
<a href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><img class="square-image" src="{{ base }}{{ author_name.image_path }}" /></a>
|
||||
<br /><p class="blurb"><a href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey Set! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;"><strong>{{ author_name.name }}</strong></a><br />{{ author_name.blurb }}</p>
|
||||
{% endif %}
|
8
_includes/base.html
Normal file
8
_includes/base.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size %}
|
||||
{% if depth <= 1 %}{% assign base = '.' %}
|
||||
{% elsif depth == 2 %}{% assign base = '..' %}
|
||||
{% elsif depth == 3 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../../..' %}
|
||||
{% elsif depth == 5 %}{% assign base = '../../../..' %}
|
||||
{% elsif depth == 6 %}{% assign base = '../../../../..' %}{% endif %}
|
0
_includes/blog.css
Normal file
0
_includes/blog.css
Normal file
24
_includes/footer.html
Normal file
24
_includes/footer.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<div id="footer">
|
||||
<p>
|
||||
Basspistol 2010-†
|
||||
<br />All Priviledges Reserved
|
||||
<br />
|
||||
<a target="_blank" href="/rss.xml">RSS</a> |
|
||||
<a href="mailto:info@basspistol.com">REAL</a> |
|
||||
<a href="https://archive.org/details/basspistol">Archive.org</a> |
|
||||
<a href="https://mastodon.art/@basspistol">GNU Social</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://twitter.com/bpist">Twatter</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://basspistol.tumblr.com">Scumblr</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://youtube.com/thebasspistol">YouLube</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://soundcloud.com/basspistol">CloudSound</a> |
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="https://www.facebook.com/basspistolQC">Faceblock</a>
|
||||
<br />
|
||||
<br /><strong>Privacy disclaimer: We do NOT use cookies or trackers. The only information we store is your IP, under legitimate use, to review in case of abuse. IPs are stored for a maximum of 30 days.</strong><br />
|
||||
<br />This website is made in Internet and is licensed with <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener noreferrer nofollow">Creative Commons CC-BY-NC-SA 4.0</a>
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
$("#content").scroll(function(){
|
||||
$("#headline").css("opacity", 1 - $("#content").scrollTop() / 250);
|
||||
});
|
||||
</script>
|
44
_includes/highlight_pagination.html
Normal file
44
_includes/highlight_pagination.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
<div class="articles-pargraph">
|
||||
{% for post in site.categories.highlights %}
|
||||
{% if post.url == page.url %}
|
||||
{% assign post_index0 = forloop.index0 %}
|
||||
{% assign post_index1 = forloop.index %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% for post in site.categories.highlights %}
|
||||
{% if post_index0 == forloop.index %}
|
||||
{% assign next_post = post.url %}
|
||||
{% endif %}
|
||||
{% if post_index1 == forloop.index0 %}
|
||||
{% assign prev_post = post.url %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
<br /><br /><a id="commentlink" href="mailto:info+comment@basspistol.com?subject=Regarding the post "{{ page.title }}"!&body=Hey! The post on on your site with the title "{{ page.title }}" is wrong/right/good/bad/weird/peanuts/jelly/crazy/" style="text-decoration:none;">Write a comment</a>
|
||||
<br /><br /><h2>
|
||||
{% if prev_post %}
|
||||
<a href="{{ base }}{{ prev_post }}" style="text-decoration: none;">« Older</a> {% if next_post %}<span style="color:#313d26;">|</span>{% endif %}
|
||||
{% endif %}
|
||||
{% if next_post %}
|
||||
<a href="{{ base }}{{ next_post }}" style="text-decoration: none;">Newer»</a>
|
||||
{% endif %}
|
||||
</h2>
|
||||
|
||||
<p>Tags:</p>
|
||||
{% assign sortedtags = page.tags | sort %} {% for tags in sortedtags%}
|
||||
<a href="{{ base }}/tags/#{{ tags }}">{{ tags }}</a> /
|
||||
{% endfor %}
|
||||
<br /><br />
|
||||
<a style="text-decoration: none;" href="https://touch.facebook.com/sharer.php?u={{ page.link | xml_escape }}"e={{ page.description | xml_escape }} via https://basspistol.com" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/facebook.svg" width="22px" height="22px" alt="share on facebook" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://twitter.com/share?url={{ page.link | xml_escape }}&text={{ page.description | xml_escape }}&via=bpist&hashtags=BpistHilights" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/twitter.svg" width="24px" height="24px" alt="share on twitter" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://telegram.me/share/url?url={{ page.link }}&text={{ page.description }} via @basspistolQC" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/telegram.svg" width="24px" height="24px" alt="share on telegram" />
|
||||
</a>
|
||||
<a style="text-decoration: none;" href="https://reddit.com/submit/?url={{ page.link }}" target="_blank" rel="noopener noreferrer nofollow">
|
||||
<img src="{{ base }}/assets/img/reddit.svg" width="24px" height="24px" alt="share on reddit" />
|
||||
</a>
|
||||
</div>
|
8
_includes/highlightbase.html
Normal file
8
_includes/highlightbase.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
{% assign base = '' %}
|
||||
{% assign depth = page.url | split: '/' | size %}
|
||||
{% if depth <= 1 %}{% assign base = '.' %}
|
||||
{% elsif depth == 2 %}{% assign base = '.' %}
|
||||
{% elsif depth == 3 %}{% assign base = '..' %}
|
||||
{% elsif depth == 4 %}{% assign base = '../..' %}
|
||||
{% elsif depth == 5 %}{% assign base = '../../..' %}
|
||||
{% elsif depth == 6 %}{% assign base = '../../../..' %}{% endif %}
|
230
_includes/highlightmetahead.html
Normal file
230
_includes/highlightmetahead.html
Normal file
|
@ -0,0 +1,230 @@
|
|||
{% include highlightbase.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}, {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />{% if page.description == null %}
|
||||
<meta name="description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
<meta name="keywords" content="{{ page.keywords}}">
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ site.time | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />{% if page.description == null %}
|
||||
<meta name="dcterms.Description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="dcterms.Description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.poster == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" /> {% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.cover }}" />{% endif %}
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}<meta property="og:see_also" content="{{ social }}" />
|
||||
{% endfor %}
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.category == "discog" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="https://basspistol.com/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline | strip_html }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "{{ page.title }} | {{ site.title }}",
|
||||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.category == "discog" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.cover }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
},
|
||||
"url": "{{ site.production_url }}{{ page.url }}",
|
||||
"mainEntityOfPage": "{{ site.production_url }}",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "{{ site.tagline }}",
|
||||
"dateCreated": "{{ page.date }}",
|
||||
"dateModified": "{{ site.time | date_to_xmlschema }}",
|
||||
"datePublished": "{{ page.date }}",
|
||||
"copyrightYear": "{{ site.time | date: "%Y" }}",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
38
_includes/highlightsnavmenu.html
Normal file
38
_includes/highlightsnavmenu.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<div id="navigation">
|
||||
<ul>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/" title="Home" class="icofont-home"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/discography/" title="Discography" class="icofont-disc"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/radio/" title="Radio" class="icofont-radio"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/highlights/" title="Highlights" class="icofont-newspaper current"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/artists/" title="Artists" class="icofont-people"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/about/" title="About" class="icofont-finger-print"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}/links/" title="Links" class="icofont-link"></a>
|
||||
</li>
|
||||
|
||||
<li class="icofont">
|
||||
<a href="https://shop.basspistol.com" class="iconfont-shop" rel="noopener noreferrer nofollow"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
6429
_includes/icofont.css
Normal file
6429
_includes/icofont.css
Normal file
File diff suppressed because it is too large
Load diff
234
_includes/metahead.html
Normal file
234
_includes/metahead.html
Normal file
|
@ -0,0 +1,234 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.title }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}, {{ site.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />{% if page.description == null %}
|
||||
<meta name="description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
<meta name="keywords" content="{{ page.keywords}}">
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ site.time | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline | strip_html }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />{% if page.description == null %}
|
||||
<meta name="dcterms.Description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="dcterms.Description" content="{{ page.description | strip_html }}" />{% endif %}
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
{% if page.category != "highlights" %}<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="{{ site.production_url }}" />{% else %}
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="{{ site.production_url }}{{ page.url }}" />{% endif %}
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta property="og:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta property="og:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta property="og:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ site.banner }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:image:width" content="1024" />
|
||||
<meta property="og:image:height" content="1024" />{% endif %}
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}<meta property="og:see_also" content="{{ social }}" />
|
||||
{% endfor %}
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />{% if page.description == null %}
|
||||
<meta name="twitter:description" content="{{ site.tagline | strip_html }}" />{% else %}
|
||||
<meta name="twitter:description" content="{{ page.description | strip_html }}" />{% endif %}{% if page.cover == null %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/vid/{{ page.poster }}" />{% elsif page.category == "highlights" %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}/assets/img/thumb/{{ page.cover }}" />{% else %}
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ site.banner }}" />{% endif %}
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="https://basspistol.com/humans.txt" />
|
||||
|
||||
<!-- Domain verification -->
|
||||
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline | strip_html }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- WebSite -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"creator": {
|
||||
"@type": "Organization"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Place -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Main Entity of Page -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "{{ page.title }} | {{ site.title }}",
|
||||
{% if page.description == null %}"description": "{{ site.tagline | strip_html }}",{% else %}"description": "{{ page.description | strip_html }}",{% endif %}
|
||||
"image": {
|
||||
"@type": "ImageObject", {% if page.cover == null %}
|
||||
"url": "{{ site.production_url }}/assets/vid/{{ page.poster }}"{% elsif page.category == "highlights" %}
|
||||
"url": "{{ site.production_url }}/assets/img/thumb/{{ page.cover }}"{% else %}
|
||||
"url": "{{ site.production_url }}{{ site.banner }}",
|
||||
"width": "1024",
|
||||
"height": "1024"{% endif %}
|
||||
},
|
||||
"url": "{{ site.production_url }}{{ page.url }}",
|
||||
"mainEntityOfPage": "{{ site.production_url }}",
|
||||
"inLanguage": "en_us",
|
||||
"headline": "{{ site.tagline }}",
|
||||
"dateCreated": "{{ page.date }}",
|
||||
"dateModified": "{{ site.time | date_to_xmlschema }}",
|
||||
"datePublished": "{{ page.date }}",
|
||||
"copyrightYear": "{{ site.time | date: "%Y" }}",
|
||||
"author": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"copyrightHolder": {
|
||||
"@type": "Corporation",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}],
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}]
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
33
_includes/navmenu.css
Normal file
33
_includes/navmenu.css
Normal file
|
@ -0,0 +1,33 @@
|
|||
/*******
|
||||
NAV MENU
|
||||
*******/
|
||||
|
||||
#navigation {
|
||||
/* background: linear-gradient(to bottom, #f4ffe8 400px, #f4ffe8, #60784a); */
|
||||
background: #f4ffe8;
|
||||
flex: 0 0 50px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
#navigation ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 2em;
|
||||
|
||||
}
|
||||
#navigation li {
|
||||
list-style-type: none;
|
||||
margin-top: 0.8em;
|
||||
text-align: center;
|
||||
}
|
||||
#navigation a {
|
||||
color:#60784a;
|
||||
transition-property: hover;
|
||||
transition: color 0.3s ease-in-out;
|
||||
}
|
||||
#navigation a:hover {
|
||||
color: #560784;
|
||||
background-color: transparent;
|
||||
}
|
||||
#navigation a.current {
|
||||
color: #1b2241;
|
||||
}
|
14
_includes/navmenu.html
Normal file
14
_includes/navmenu.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div id="navigation">
|
||||
<ul>
|
||||
{% for link in site.data.navigation %}
|
||||
<li class="icofont">
|
||||
<a href="{{ base }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
<li class="icofont">
|
||||
<a href="https://shop.basspistol.com" class="iconfont-shop" rel="noopener noreferrer nofollow"></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
482
_includes/normalize.css
vendored
Normal file
482
_includes/normalize.css
vendored
Normal file
|
@ -0,0 +1,482 @@
|
|||
/**
|
||||
* @package IcoFont by ThemeHunt - https://themehunt.com
|
||||
* @version 1.0.0 Beta
|
||||
* @author IcoFont http://icofont.com
|
||||
* @copyright Copyright (c) 2018 IcoFont
|
||||
* @license - http://icofont.com/license/
|
||||
*/
|
||||
{% include base.html %}
|
||||
@font-face {
|
||||
font-family: 'icofont';
|
||||
src: url('../fonts/icofont.eot?v=1.0.0-beta');
|
||||
src: url('../fonts/icofont.eot?v=1.0.0-beta#iefix') format('embedded-opentype'),
|
||||
url('../fonts/icofont.ttf?v=1.0.0-beta') format('truetype'),
|
||||
url('../fonts/icofont.woff?v=1.0.0-beta') format('woff'),
|
||||
url('../fonts/icofont.svg?v=1.0.0-beta#icofont') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.icofont {
|
||||
font-family: 'IcoFont' !important;
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
font-variant: normal;
|
||||
text-transform: none;
|
||||
line-height: 1;
|
||||
|
||||
/* Better Font Rendering =========== */
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icofont-radio:before {
|
||||
content: "\f0b3";
|
||||
}
|
||||
.icofont-disc:before {
|
||||
content: "\efda";
|
||||
}
|
||||
.icofont-people:before {
|
||||
content: "\ea7e";
|
||||
}
|
||||
.icofont-home:before {
|
||||
content: "\f01f";
|
||||
}
|
||||
.icofont-finger-print:before {
|
||||
content: "\eca3";
|
||||
}
|
||||
.icofont-rss-feed:before {
|
||||
content: "\f0c1";
|
||||
}
|
||||
.iconfont-shop:before {
|
||||
content: "\eaa0";
|
||||
}
|
||||
.icofont-newspaper:before {
|
||||
content: "\f085";
|
||||
}
|
||||
.icofont-link:before {
|
||||
content: "\f04e";
|
||||
}
|
||||
|
||||
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
@font-face {
|
||||
font-family: 'Rubik';
|
||||
src: url('../fonts/Rubik/Rubik-Light.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikI';
|
||||
src: url('../fonts/Rubik/Rubik-LightItalic.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikB';
|
||||
src: url('../fonts/Rubik/Rubik-Medium.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'RubikBI';
|
||||
src: url('../fonts/Rubik/Rubik-MediumItalic.ttf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'plex';
|
||||
src: url('../fonts/Bungee/Bungee-Regular.ttf');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/**
|
||||
* Correct `block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct `inline-block` display not defined in IE 8/9.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Set default font family to sans-serif.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
background: #879976;
|
||||
color: #313d26;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Rubik, Helevetica, Arial, sans-serif; /* 1 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address variable `h1` font-size and margin within `section` and `article`
|
||||
* contexts in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-family: RubikB, Helevetica, Arial, sans-serif; /* 1 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct font family set oddly in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability of pre-formatted text in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set consistent quote types.
|
||||
*/
|
||||
|
||||
q {
|
||||
quotes: "\201C" "\201D" "\2018" "\2019";
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove border when inside `a` element in IE 8/9.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow displayed oddly in IE 9.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 8/9 and Safari 5.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct `color` not being inherited in IE 8/9.
|
||||
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct font family not being inherited in all browsers.
|
||||
* 2. Correct font size not being inherited in all browsers.
|
||||
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit; /* 1 */
|
||||
font-size: 100%; /* 2 */
|
||||
margin: 0; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
|
||||
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address box sizing set to `content-box` in IE 8/9.
|
||||
* 2. Remove excess padding in IE 8/9.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
||||
* on OS X.
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 4+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove default vertical scrollbar in IE 8/9.
|
||||
* 2. Improve readability and alignment in all browsers.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
171
_includes/releasemeta.html
Normal file
171
_includes/releasemeta.html
Normal file
|
@ -0,0 +1,171 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.name }} by {{ page.artists }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ page.date | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="music.album" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||||
<meta property="og:audio" content="{{ site.production_url }}/albums/{{ page.slug }}/" />
|
||||
<meta property="og:title" content="{{ page.title }} by {{ page.artists }} | {{ site.title }}" />
|
||||
<meta property="og:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />{% for track in page.tracks %}
|
||||
<meta property="music:song" content="{{ site.production_url }}/tracks/{{ page.slug }}/{{ track.slug }}/" />{% endfor %}{% for track in page.tracks limit: 1 %}
|
||||
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}" />{% endfor %}
|
||||
<meta property="music:release_date" content="{{ page.date | date_to_xmlschema }}" />
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="Release by {{ page.artists }} on {{ site.title }}" />
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.2073",
|
||||
"longitude": "6.1559"
|
||||
},
|
||||
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Release -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "MusicAlbum",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||||
"name": "{{ page.title }}",
|
||||
"url": "{{ site.production_url }}{{ page.url }}",{% for track in page.tracks limit: 1 %}
|
||||
"image": "https://coverartarchive.org/release-group/{{ track.transformed["ID3v2.4"].MUSICBRAINZ_RELEASEGROUPID }}",{% endfor %}
|
||||
"albumProductionType": "https://schema.org/StudioAlbum",
|
||||
"albumReleaseType": "https://schema.org/AlbumRelease",
|
||||
"genre": "rock",
|
||||
"byArtist": {
|
||||
"@type": "MusicGroup",
|
||||
"name": "{{ page.artists }}",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/artist/{{ track.common.musicbrainz_albumartistid }}"{% endfor %}
|
||||
},
|
||||
"albumRelease": {
|
||||
"@type": "MusicRelease",
|
||||
"name": "{{ page.title }}",{% for track in page.tracks limit: 1 %}
|
||||
"@id": "https://musicbrainz.org/release/{{ track.common.musicbrainz_albumid }}"{% endfor %}
|
||||
},
|
||||
"track": {
|
||||
"@type": "ItemList",
|
||||
"numberOfItems": {{ page.trackCount }},
|
||||
"itemListElement": [{% for track in page.tracks %}
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": {{ track.common.track.no }},
|
||||
"item": {
|
||||
"@type": "MusicRecording",
|
||||
"name": "{{ track.common.title }}"
|
||||
}
|
||||
}{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
]
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "MusicRelease",
|
||||
"name": "{{ page.title }}",
|
||||
"alternateName": "{{ page.title }}",
|
||||
"musicReleaseFormat": "https://schema.org/DigitalFormat",
|
||||
"duration": "{{ page.mbduration }}",
|
||||
"inLanguage": "EN",
|
||||
"recordLabel": {
|
||||
"@type": "Organization",
|
||||
"@id": "https://musicbrainz.org/label/{{ site.mblabel }}",
|
||||
"name": "{{ site.title }}"
|
||||
},{% for track in page.tracks limit: 1 %}
|
||||
"catalogNumber": "{{ track.transformed["ID3v2.4"].CATALOGNUMBER }}",{% endfor %}
|
||||
"releasedEvent": [
|
||||
{
|
||||
"@type": "PublicationEvent",
|
||||
"startDate": "{{ page.date | date: "%Y-%m-%d" }}"
|
||||
}
|
||||
],
|
||||
"producer": [
|
||||
{
|
||||
"@type": "Person",
|
||||
"name": "{{ page.artists }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
410
_includes/style.css
Normal file
410
_includes/style.css
Normal file
|
@ -0,0 +1,410 @@
|
|||
/*! basspistol sheet */
|
||||
{% include base.html %}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
/* letter-spacing: -0.05em; */
|
||||
font-family: plex;
|
||||
font-weight: normal;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active,
|
||||
a:focus {
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
a,
|
||||
a:link,
|
||||
a:visited {
|
||||
color: #1b2241;
|
||||
transition-property: hover;
|
||||
transition: color 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #fafbff;
|
||||
border-radius: 2px;
|
||||
}
|
||||
a:active {
|
||||
color: #fafbff;
|
||||
}
|
||||
p {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/*! LAYOUT */
|
||||
#content {
|
||||
flex-grow: 1;
|
||||
overflow-x: hidden;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#content a {
|
||||
|
||||
text-decoration: underline;
|
||||
}
|
||||
#content a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.fitter {
|
||||
padding: 10px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#footer {
|
||||
font-size: .6em;
|
||||
text-align: left;
|
||||
line-height: 130%;
|
||||
width: 100%;
|
||||
padding-top: 100px;
|
||||
}
|
||||
/***********
|
||||
RADIO PLAYER
|
||||
***********/
|
||||
audio{
|
||||
position:fixed;
|
||||
right:0;
|
||||
bottom:0;
|
||||
min-width:100%;
|
||||
min-height:100%;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background-size:cover;
|
||||
opacity:0.7;
|
||||
-webkit-transition:1s opacity;transition:1s opacity;
|
||||
display: block;
|
||||
}
|
||||
button {
|
||||
line-height: 1em;
|
||||
font-size:0.85em;
|
||||
text-transform: uppercase;
|
||||
padding: 7px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
button:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#ffwd, #rwd {
|
||||
line-height: 1em;
|
||||
font-size:0.85em;
|
||||
text-transform: uppercase;
|
||||
padding: 3px 5px 3px 5px;
|
||||
border-radius: 50px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
#ffwd:hover, #rwd:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
text-decoration: none;
|
||||
}
|
||||
#mu_pause {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
button #mu_pause {
|
||||
border-radius: 300px;
|
||||
}
|
||||
|
||||
/*******
|
||||
AL PAGES
|
||||
********/
|
||||
.description {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 100%;
|
||||
|
||||
}
|
||||
|
||||
/***********
|
||||
RECORDS PAGE
|
||||
***********/
|
||||
.records {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
border-bottom: solid 1px #f4ffe8;
|
||||
}
|
||||
|
||||
.recordthumbs {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(35deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
}
|
||||
img.recordthumbs:hover {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
.recordthumbs_mini {
|
||||
width: 100px;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(35deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
img.recordthumbs_mini:hover {
|
||||
width: 100px;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*************
|
||||
Articles Grid
|
||||
**************/
|
||||
.articles {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
}
|
||||
.articlethumbs {
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
border-radius:3px;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
opacity: 0.75;
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
}
|
||||
img.articlethumbs:hover {
|
||||
width: 100%;
|
||||
border-radius:3px;
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
.articles-pargraph {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 800px;
|
||||
|
||||
}
|
||||
.article-nav-share {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 300px;
|
||||
}
|
||||
.square-image {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
border-radius: 200px;
|
||||
background-size:cover;
|
||||
background-repeat:no-repeat;
|
||||
margin: 0 10px 0 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/***********
|
||||
VIDEO PLAYER
|
||||
***********/
|
||||
#bgvid {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#bgpic {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
@media screen and (max-width: 730px) {
|
||||
video {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 731px) {
|
||||
#bgpic {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/***********
|
||||
ARTIST PAGE
|
||||
***********/
|
||||
.artistimg {
|
||||
|
||||
background-size: cover;
|
||||
background-position: 50% 50%;
|
||||
padding: 100px;
|
||||
border-radius: 3px;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
}
|
||||
.artistimg:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
/***********
|
||||
HEADLINERS
|
||||
***********/
|
||||
#headline {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 50px;
|
||||
color: #f4ffe8;
|
||||
text-shadow: 0px 0px 10px #313d26;
|
||||
padding: 0 0 0 10px;
|
||||
margin-right:10px;
|
||||
border-radius: 3px;
|
||||
opacity: 1;
|
||||
font-size: 1em;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
/****************
|
||||
HIGHLIGHT LINKS
|
||||
****************/
|
||||
#linkhead {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
#linkheadthumb {
|
||||
object-fit: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
@media screen and (max-width: 730px) {
|
||||
#linkhead {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 731px) {
|
||||
#linkheadthumb {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.padded {
|
||||
padding: 10px;
|
||||
}
|
||||
#highlightlink {
|
||||
line-height: 1em;
|
||||
font-size:1em;
|
||||
text-transform: uppercase;
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#highlightlink:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#commentlink {
|
||||
line-height: 1em;
|
||||
font-size:1em;
|
||||
text-transform: uppercase;
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
#commentlink:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
.hilightindex {
|
||||
height: 250px;
|
||||
padding: 0 10px 0 10px;
|
||||
position: relative;
|
||||
border-radius: 3px 3px 0 0;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
opacity: .5;
|
||||
}
|
||||
.hilightindex:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.highlights {
|
||||
margin: 0 10px 10px 0;
|
||||
flex: 1 1 300px;
|
||||
max-width: 500px;
|
||||
border-radius: 3px;
|
||||
height: 400px;
|
||||
opacity: .5;
|
||||
padding: 0 10px 0 10px;
|
||||
position: relative;
|
||||
filter:sepia(1) hue-rotate(30deg);
|
||||
transition-property: hover;
|
||||
transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
||||
color: #1b2241;
|
||||
text-decoration: 0;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.highlights:hover {
|
||||
filter:sepia(0) hue-rotate(0deg);
|
||||
opacity: 1;
|
||||
}
|
||||
.highlights h1 {
|
||||
|
||||
background-color: #879976d7;;
|
||||
border-radius: 3px;
|
||||
padding: 0 10px 0 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.hicontain {
|
||||
background-color: #f4ffe879;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
/* TRACK and ALBUM PAGES */
|
||||
|
||||
.download {
|
||||
|
||||
padding: 20px;
|
||||
border-radius: 300px;
|
||||
border:none;
|
||||
background:#1b2241;
|
||||
-webkit-transition:.3s background;
|
||||
transition:.3s background;
|
||||
color: #f4ffe8;
|
||||
}
|
||||
.download:hover {
|
||||
background:#560784;
|
||||
color: #f4ffe8;
|
||||
}
|
133
_includes/trackmeta.html
Normal file
133
_includes/trackmeta.html
Normal file
|
@ -0,0 +1,133 @@
|
|||
{% include base.html %}
|
||||
{% include asciisplash.html %}
|
||||
<link rel="shortcut icon" href="{{ base }}/assets/img/basspistolico.png" type="image/png" />
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ site.production_url }}/rss.xml" />
|
||||
|
||||
<!-- BEGIN rendered SEO Meta -->
|
||||
|
||||
<title>{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}</title>
|
||||
|
||||
<!-- Standard SEO -->
|
||||
<meta name="title" content="{{ page.common.title }}">
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="{{ site.time | date_to_xmlschema }}" />
|
||||
<meta name='robots' content='index'/>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="generator" content="Jekyll" />
|
||||
<link rel="canonical" href="{{ site.production_url }}{{ page.url }}" />
|
||||
<link rel="alternate" href="{{ site.production_url }}{{ page.url }}" hreflang="x-default" />
|
||||
<meta name="geo.region" content="CH-GE" />
|
||||
<meta name="geo.placename" content="Geneva" />
|
||||
<meta name="geo.position" content="46.204391;6.143158" />
|
||||
<meta name="ICBM" content="46.204391, 6.143158" />
|
||||
|
||||
|
||||
<!-- Dublin Core basic info -->
|
||||
|
||||
<meta name="dcterms.Identifier" content="{{ site.production_url }}" />
|
||||
<meta name="dcterms.Format" content="text/html" />
|
||||
<meta name="dcterms.Relation" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Language" content="en" />
|
||||
<meta name="dcterms.Publisher" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Type" content="text/html" />
|
||||
<meta name="dcterms.Coverage" content="{{ site.production_url }}/" />
|
||||
<meta name="dcterms.Rights" content="Copyleft ©{{ page.date | date: "%Y" }} {{ site.title }}." />
|
||||
<meta name="dcterms.Title" content="{{ page.common.title }} by {{ page.common.artists }} | {{ site.title }}" />
|
||||
<meta name="dcterms.Subject" content="{{ site.tagline }}" />
|
||||
<meta name="dcterms.Contributor" content="{{ site.title }}" />
|
||||
<meta name="dcterms.Date" content="{{ site.time | date: "%Y-%m-%d" }}" />
|
||||
<meta name="dcterms.Description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
|
||||
<!-- Facebook OpenGraph -->
|
||||
|
||||
<meta property="og:type" content="music.song" />
|
||||
<meta property="og:locale" content="en_us" />
|
||||
<meta property="og:url" content="{{ site.production_url }}/tracks/{{ page.albumSlug }}/{{ page.slug }}" />
|
||||
<meta property="og:title" content="{{ page.common.title }}" />
|
||||
<meta property="og:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta property="og:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
<meta property="og:image:type" content="image/jpeg" />
|
||||
<meta property="og:site_name" content="{{ site.title }}" />
|
||||
<meta property="og:audio" content="{{ site.production_url }}{{ page.audio }}" />
|
||||
<meta property="og:audio:type" content="audio/vnd.facebook.bridge" />
|
||||
<meta property="music:musician" content="https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}" />
|
||||
<meta property="music:album" content="{{ site.production_url }}/albums/{{ page.albumSlug }}/" />
|
||||
<meta property="music:album:track" content="{{ page.common.track.no }}" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta name="twitter:site" content="@bpist" />
|
||||
<meta name="twitter:title" content="{{ page.common.title }} | {{ site.title }}" />
|
||||
<meta name="twitter:description" content="Release by {{ page.common.artists }} on {{ site.title }}" />
|
||||
<meta name="twitter:image" content="{{ site.production_url }}{{ page.cover }}" />
|
||||
|
||||
<!-- Humans.txt authorship http://humanstxt.org -->
|
||||
|
||||
<link type="text/plain" rel="author" href="/humans.txt" />
|
||||
|
||||
<!-- Identity -->
|
||||
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "Organization",
|
||||
"name": "{{ site.title }}",
|
||||
"url": "{{ site.production_url }}",
|
||||
"sameAs": [
|
||||
{% for social_id in site.social_ids %}{% assign social = site.social[social_id] %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
|
||||
],
|
||||
"logo": "{{ site.production_url }}{{ site.banner }}",
|
||||
"image": "{{ site.production_url }}{{ site.banner }}",
|
||||
"description": "{{ site.tagline }}",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Geneva",
|
||||
"addressRegion": "Geneva",
|
||||
"postalCode": "1201",
|
||||
"addressCountry": "Switzerland"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": "46.2073",
|
||||
"longitude": "6.1559"
|
||||
},
|
||||
"hasMap": "https://osm.org/go/0CFtFcjU-?m="
|
||||
}
|
||||
</script>
|
||||
|
||||
<!-- Release -->
|
||||
|
||||
<script type="application/ld+json">
|
||||
|
||||
{
|
||||
"@context": "http://schema.org/",
|
||||
"@type": "MusicRecording",
|
||||
"byArtist": {
|
||||
"@type": "MusicGroup",
|
||||
"name": "{{ page.common.artists }}",
|
||||
"@id": "https://musicbrainz.org/artist/{{ page.common.musicbrainz_artistid }}"
|
||||
},
|
||||
"datePublished": "{{ page.common.date }}",
|
||||
"genre": "{{ page.common.genre }}",
|
||||
"isAccessibleForFree": "YES",
|
||||
"thumbnailUrl": "{{ site.production_url }}{{ page.cover }}",
|
||||
"name": "{{ page.common.title }}"
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<!-- Google Tag Manager -->
|
||||
|
||||
|
||||
<!-- Google Analytics -->
|
||||
|
||||
|
||||
<!-- END rendered SEO Meta -->
|
||||
<script src="{{ base }}/assets/js/jquery-3.3.1.min.js"></script>
|
||||
|
5
_includes/videopageheader.html
Normal file
5
_includes/videopageheader.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<video poster="{{ base }}/assets/vid/{{ page.poster }}" id="bgvid" autoplay playsinline muted loop>
|
||||
<source src="{{ base }}/assets/vid/{{ page.video }}" type="video/mp4">
|
||||
</video>
|
||||
<img id="bgpic" src="{{ base }}/assets/vid/{{ page.poster }}" alt="Basspistol" />
|
||||
<div id="headline"><h1>~/{{ page.subtitle }}</h1></div>
|
34
_layouts/album.html
Normal file
34
_layouts/album.html
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include releasemeta.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/{{ page.name }} by {{ page.artists }} </h1></div>
|
||||
<div id="linkhead" style="background-image:url('{{ base }}{{ page.cover }}');background-size:cover;background-position:center;"></div>
|
||||
<div id="linkheadthumb" style="background-image:url('{{ base }}{{ page.cover }}');background-size:cover;background-position:center;"></div>
|
||||
<div class="padded">
|
||||
<h1>{{ page.title }}</h1>{% for track in page.tracks limit: 1 %}<a href="{{ track.transformed["ID3v2.4"].WOAS }}" target="_blank" rel="noopener noreferrer"><img src="{{ base }}/assets/img/cloud-download.svg" width="64px" height="64px" /></a>{% endfor %}
|
||||
<p>Released on: <strong>{{ page.date | date: "%a, %b %d, %Y" }}</strong></p><br />
|
||||
|
||||
</div>
|
||||
<div class="fitter">
|
||||
{% for track in page.tracks %}
|
||||
<div class="articles">
|
||||
<a href="{{ base }}/tracks/{{ page.slug }}/{{ track.slug }}/">
|
||||
<img class="recordthumbs_mini" src="{{ base }}{{ track.cover}}" title="{{ track.common.title }}" alt="{{ track.common.title }}" width="100px"/>
|
||||
<br /><h3>{{ track.common.track.no }}. {{ track.common.title }}</h3>
|
||||
</a>
|
||||
{% if track.common.genre != null %}<p>Genre: <strong>{{ track.common.genre }}</strong></p>{% endif %}
|
||||
<p>Duration: <strong>{{ track.format.duration | round }} sec</strong></p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
28
_layouts/article.html
Normal file
28
_layouts/article.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<div class="fitter">
|
||||
<div class="articles-pargraph">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p><strong>{{ page.date | date: "%a, %b %d, %Y" }}</strong></p>
|
||||
{{ content }}
|
||||
{% include author.html %}
|
||||
</div>
|
||||
|
||||
{% include highlight_pagination.html %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
23
_layouts/blog.html
Normal file
23
_layouts/blog.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
{% include videopageheader.html %}
|
||||
<div class="fitter">
|
||||
{% for page in site.categories.highlights offset: 0 limit: 15 %}
|
||||
<div class="records">
|
||||
<a href="{{ base }}{{ page.url }}">
|
||||
<img class="recordthumbs" src="{{ base }}{{ page.coverart.art }}" title="{{ page.title }}" alt="{{ page.title }}" />
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
17
_layouts/default.html
Normal file
17
_layouts/default.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
{% include videopageheader.html %}
|
||||
<div class="fitter">
|
||||
{{ content }}
|
||||
{{ page.tags }}
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
29
_layouts/link.html
Normal file
29
_layouts/link.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include metahead.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/hi-light</h1></div>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkhead" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<a href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer"><div id="linkheadthumb" style="background-image:url('{{ base }}/assets/img/{{ page.cover }}');background-size:cover;background-position:center;opacity:0.75;"></div></a>
|
||||
<div class="fitter">
|
||||
<div class="articles-pargraph">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<p><strong>{{ page.date | date: "%a, %b %d, %Y" }}</strong></p>
|
||||
{{ content }}
|
||||
{% include author.html %} <br /><br /><br /><br />
|
||||
|
||||
<br /><br /><a id="highlightlink" href="{{ page.link }}?ref=TheOuternationalMusicSyndicateWasHere" target="_blank" rel="noopener noreferrer" style="text-decoration:none;">CHECK IT OUT!</a>
|
||||
<br /><br /><p style="font-size:0.85em; margin:5px;">Warning, some links might lead you to webshits like google, with aggressive tracking.</p>
|
||||
</div>
|
||||
{% include highlight_pagination.html %}
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
78
_layouts/track.html
Normal file
78
_layouts/track.html
Normal file
|
@ -0,0 +1,78 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include trackmeta.html %}
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
<div id="headline"><h1>~/{{ page.common.title }}</h1></div>
|
||||
<div id="linkhead" style="background-image:url('{{ base }}{{ page.cover }}');background-size:cover;background-position:center;"></div>
|
||||
<div id="linkheadthumb" style="background-image:url('{{ base }}{{ page.cover }}');background-size:cover;background-position:center;"></div>
|
||||
<div class="fitter">
|
||||
<div class="articles" style="text-align: center">
|
||||
<p> </p>
|
||||
<a id="rwd" href="{{ base }}/tracks/{{ page.previousTrack.albumSlug }}/{{ page.previousTrack.slug }}/"><< RWD</a>
|
||||
<button id="mu_pause" style="margin:0 5px 0 5px;">Pause</button>
|
||||
<a id="ffwd" href="{{ base }}/tracks/{{ page.nextTrack.albumSlug }}/{{ page.nextTrack.slug }}/">FWD >></a>
|
||||
<p style="padding:40px;"><a href="{{ page.transformed["ID3v2.4"].WOAS }}" target="_blank" rel="noopener noreferrer"><img src="{{ base }}/assets/img/cloud-download.svg" width="64px" height="64px" /></a></p>
|
||||
</div>
|
||||
<div class="articles">
|
||||
<h3>{{ page.common.track.no }}. {{ page.common.title }}</h3>
|
||||
Artists: <strong>{{ page.common.artists }}</strong>
|
||||
<br />Album: <strong>{{ page.common.album }}</strong>
|
||||
<br />Duration: <span id="tracktime"><strong>{{ page.format.duration }}</strong></span> Seconds
|
||||
<br />
|
||||
{% if page.transformed["ID3v2.4"].lyrics != null %}Lyrics:<br /> {{ page.transformed["ID3v2.4"].lyrics }}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="articles">
|
||||
<h1> </h1>
|
||||
Release Date: <strong>{{ page.common.date }} </strong>
|
||||
<br />Genre: <strong>{{ page.common.genre }} </strong>
|
||||
<br />Musicbrainz: <a href="https://musicbrainz.org/recording/{{ page.common.musicbrainz_recordingid }}" target="_blank" rel="noopener noreferrer"><strong>{{ page.common.musicbrainz_recordingid }}</strong></a>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
<audio preload="none" autoplay ontimeupdate="document.getElementById('tracktime').innerHTML = Math.floor(this.currentTime) + ' / ' + Math.floor(this.duration);">
|
||||
<source src="{{ base }}/assets/albums/{{ page.albumSlug }}/{{ page.slug }}.mp3" type="audio/mpeg" />
|
||||
<source src="{{ base }}/assets/albums/{{ page.albumSlug }}/{{ page.slug }}.ogg" type="audio/ogg" />
|
||||
<h1>Your browser isn't ready for so much hotness. Use these links instead: <a href="{{ base }}/assets/albums/{{ page.albumSlug }}/{{ page.slug }}.ogg">OGG</a> or <a href="{{ base }}/assets/albums/{{ page.albumSlug }}/{{ page.slug }}.mp3">MP3</a></h1>.
|
||||
</audio>
|
||||
<script type="text/javascript">
|
||||
function loadUrl(newLocation) {
|
||||
window.location = newLocation;
|
||||
return false;
|
||||
}
|
||||
var mu = document.getElementsByTagName("audio")[0];
|
||||
var pauseButton = document.getElementById("mu_pause");
|
||||
function muFade() {
|
||||
mu.classList.add("stopfade");
|
||||
}
|
||||
mu.addEventListener('ended', function() {
|
||||
// only functional if "loop" is removed
|
||||
mu.pause();
|
||||
mu.currentTime=0;
|
||||
|
||||
loadUrl("{{ base }}/tracks/{{ page.nextTrack.albumSlug }}/{{ page.nextTrack.slug }}/"); return false;
|
||||
|
||||
// qq IE10
|
||||
muFade();
|
||||
});
|
||||
pauseButton.addEventListener("click", function() {
|
||||
mu.classList.toggle("stopfade");
|
||||
if (mu.paused) {
|
||||
mu.play();
|
||||
pauseButton.innerHTML = "Pause";
|
||||
} else {
|
||||
mu.pause();
|
||||
pauseButton.innerHTML = "Resume";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
70
_layouts/video_release.html
Normal file
70
_layouts/video_release.html
Normal file
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
---
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include releasemeta.html %}
|
||||
<script src="{{ base }}/assets/js/timeJump.js"></script>
|
||||
<link rel="stylesheet" href="{{ base }}/assets/css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
{% include navmenu.html %}
|
||||
<div id="content">
|
||||
|
||||
<video poster="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/polina.jpg" id="bgvid" playsinline muted>
|
||||
<source src="http://thenewcode.com/assets/videos/polina.webm" type="video/webm">
|
||||
<source src="http://thenewcode.com/assets/videos/polina.mp4" type="video/mp4">
|
||||
</video>
|
||||
<button>Play</button>
|
||||
<div class="fitter">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<h2>By {% assign artists = site.artists[page.artist] %}{{ artists.display_name }}</h2>
|
||||
<p class="quote">{{ page.description }}</p>
|
||||
{{ content }}
|
||||
<p>TRACKLIST</p>
|
||||
{% for player_id in page.player_id %}
|
||||
{% assign players = page.player[player_id] %} <p><a href="#t={{ players.startpoint }}">→ {{ players.title }}</a></p>
|
||||
{% endfor %}
|
||||
<p class="credits">{{ page.credits }}</p>
|
||||
{% assign artists = site.artists[page.artist] %}
|
||||
<a href="{{ page.download }}"><img src="/assets/coverart/{{ page.ref }}/flac.png" style="float:left" />
|
||||
<h2>Download TORRENT</h2></a>
|
||||
<p class="warning">Please support our artists using any or all of these options:
|
||||
<br />- Donate to the <a href="mailto:{{ artists.email }}">Author!</a> Ask him/her/them how
|
||||
<br />- Subscribe to our mailing list on info@basspistol.com
|
||||
<br />- Write a blogg post about this release and send the link to info@basspistol.com</p>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var vid = document.getElementById("bgvid");
|
||||
var pauseButton = document.querySelector("button");
|
||||
if (window.matchMedia('(prefers-reduced-motion)').matches) {
|
||||
vid.removeAttribute("autoplay");
|
||||
vid.pause();
|
||||
pauseButton.innerHTML = "Paused";
|
||||
}
|
||||
function vidFade() {
|
||||
vid.classList.add("stopfade");
|
||||
}
|
||||
vid.addEventListener('ended', function()
|
||||
{
|
||||
// only functional if "loop" is removed
|
||||
vid.pause();
|
||||
// to capture IE10
|
||||
vidFade();
|
||||
});
|
||||
pauseButton.addEventListener("click", function() {
|
||||
vid.classList.toggle("stopfade");
|
||||
if (vid.paused) {
|
||||
vid.play();
|
||||
pauseButton.innerHTML = "Pause";
|
||||
} else {
|
||||
vid.pause();
|
||||
pauseButton.innerHTML = "Paused";
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
8
_posts/blog/2009-09-30-web3point0.markdown
Normal file
8
_posts/blog/2009-09-30-web3point0.markdown
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Niche Anyone?
|
||||
category: blog
|
||||
---
|
||||
Most music labels are their own genres. But Basspistol is a syndicate that does not limit its scope by whether or not a certain piece of music information fits within a specific envelope of style.
|
||||
|
||||
The scope is wide yet focusing on context and content. Digging crates of the digital era is a dirty job, but someone has to do debunk the master pieces that haven't gotten the attention they deserve or those that paved the way for the mainstream. And if it has gotten a lot of attention but is featured anyways, then it probably is a piece that has deeper sociopolitical message, whether it is contextual within the time of publication or simply a forgotten gem.
|
10
_posts/blog/2009-10-17-WeDealMusic.markdown
Normal file
10
_posts/blog/2009-10-17-WeDealMusic.markdown
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: We Deal Music
|
||||
layout: default
|
||||
category: blog
|
||||
images:
|
||||
one: /assets/img/AK40Seventyseven.jpg
|
||||
---
|
||||
But we don't sell any because we respect the straight line between the Fans and the Artists we promote. If you are interested in buying music, you should opt for a DIRECT ORDER at the source: by talking to the <a href="/artists/">artists or go to their respective stores.</a> <br />
|
||||
|
||||
The same applies regarding information about the Syndiacte members: check their websites. If you can't find any website, it probably means they don't want to be found.<br />
|
10
_posts/blog/2009-11-07-Production.markdown
Normal file
10
_posts/blog/2009-11-07-Production.markdown
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Production
|
||||
layout: blog
|
||||
category: blog
|
||||
images:
|
||||
one: /assets/img/ubuntustudio_carbon_thumb.jpg
|
||||
---
|
||||
We operate this website using inclusively open source tools. We care about you too much to stalk you: we do not track what you look at, which article drives traffic or which gender prefers what genre.
|
||||
<br />
|
||||
<br />We are <strong>NOT</strong> data driven, instead our passion is our engine and the freedom we posses allows us to navigate time, without having to bother about being profitable.
|
12
_posts/blog/2009-12-30-web3point0.markdown
Normal file
12
_posts/blog/2009-12-30-web3point0.markdown
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: blog
|
||||
title: Web 3.0
|
||||
category: blog
|
||||
---
|
||||
We are The Outernational Music Syndicate, we believe in music. The Music Industry is healthy and blossoming like never before, there is no crisis in this industry, only greed and midlemen.
|
||||
|
||||
Basspistol is a midlehand slayer but mostly your magic magnifying glass, allowing you to see what happens when the sweet artists get into to the salty ocean of creativity. This is what we work for. Nothing less, nothing more. <br />
|
||||
<br />
|
||||
And if you want to, <a href="/artists/">we</a> will <a href="/radio">share it with you.</a>
|
||||
|
||||
|
17
_posts/highlights/2010-09-06-Psykedelisk-Pop.markdown
Normal file
17
_posts/highlights/2010-09-06-Psykedelisk-Pop.markdown
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: 'Psykedelisk Pop'
|
||||
artist: 'Sakrecoer'
|
||||
category: highlights
|
||||
layout: link
|
||||
tags: [internal, albums, download]
|
||||
description: 'Psykedelisk Pop, by reSet Sakrecoer is the journey of a boyish Piaf on a pounding kick-ride.'
|
||||
uid: 'BPIST001'
|
||||
cover: 'PsykedeliskPopFront.jpg'
|
||||
download: 'https://archive.org/download/BPIST001/BPIST001_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/psykedelisk-pop/'
|
||||
permalink: /records/psykedelisk-pop/
|
||||
---
|
||||
In colourful soundscapes and lyrics, Sakrecoer narrates more than music.
|
||||
|
||||
Credits:<br />
|
||||
All Music Written, performed, programmed, recorded, mixed, and arranged by reSet Sakrecoer. Except:<br />(1). Featuring Gregoire Iwaniec On Guitar<br />(2). Featuring Don Miguel De Suecia On Lead Vocals & Lyrics<br />(3). Feat Soulfed On Guitar & Dr.Tikov on Synths.<br />Mastered by Gregoire Iwaniec, Except "Step Up". Mastered by reSet Sakrecoer.<br />Cover Art by Trans Ritarn and reSet Sakrecoer<br /><br />This project was recorded between 2005 and 2010. It was made with love, for no particular reason. It is involving and dedicated to people. I hope you recognize yourself.<br />/reSet Sakrecoer<br /><br />©2010 - All Rights Reserved. - http://sakrecoer.com Creative minded right holders.
|
18
_posts/highlights/2010-10-17-musicaltourism.markdown
Normal file
18
_posts/highlights/2010-10-17-musicaltourism.markdown
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
description: 'Musical Tourism by SYNAPSET was recorded over a week in April 2010 by Synapskollaps and reSet Sakrecoer.'
|
||||
cover: 'Synapset-MusicalTourism_Fro.jpg'
|
||||
title: Musical Tourism
|
||||
artist: synapset
|
||||
category: highlights
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
uid: BPIST002
|
||||
download: 'https://archive.org/download/BPIST002/BPIST002_archive.torrent'
|
||||
link: https://basspistol.com/albums/musical-tourism/
|
||||
permalink: /records/musical-tourism/
|
||||
---
|
||||
|
||||
Synapset is a blitz-collective. Their album questions the space existing between people and how music interconnects them. It is based on experimenting with the risk of taking opportunities in life and reproduce them with machines. It's core formation is Synapskollaps and reSet Sakrecoer, with special appearance by Dr.Tikov.
|
||||
|
||||
<p>Credits</p>
|
||||
(1)Feat. Keys By Dr. Tikov, (2)Feat. Rap By Charlot, (3)Feat. Guidtar By Dr. Tikov, (4)Feat. Vox By Dr. Tikov, (5)Feat. Guitar By Tikov<br />Recorded In The FragglRock Studio v2.59, Barcelona<br />Cover photo by Patsy Boop, Edit by the Sakrecoer Design Robot<br />Mastered By Dr. Tikov<br />Synapskollaps http://trig.com/snps<br />Dr. Tikov http://tikov.com/<br />reSet Sakrecoer http://sakrecoer.com<br />© Synapset - 2010 - All rights Reserved - Creative minded Rightholders.
|
24
_posts/highlights/2011-01-07-holyhertzkicknbase.markdown
Normal file
24
_posts/highlights/2011-01-07-holyhertzkicknbase.markdown
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: Kick'N'Base Made In Barcelona
|
||||
artist: Holyhertz
|
||||
category: highlights
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
description: 'Kick N Base Made In Barcelona by Holyhertz is a collaborative conception between infamous musicians Dr. Tikov and reSet Sakrecoer'
|
||||
uid: BPIST003
|
||||
cover: 'holyhertzcover.jpg'
|
||||
download: 'https://archive.org/download/BPIST003/BPIST003_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/kick-n-base-made-in-barcelona/'
|
||||
permalink: /records/kicknbase-made-barcelona/
|
||||
---
|
||||
This record got tremendous attention in the middle east capital cities.A journey from one end of the Kick'N'Base musical genre spectrum to the other, this record was produced during 2010 and was intended for kangaroos and happy ravers.
|
||||
|
||||
<p>Credits</p>
|
||||
<p>(1) feat science futurst David Apfel<br />
|
||||
More from Sakrecoer: http://sakrecoer.com/simio<br />
|
||||
More From Tikov: http://tikov.com<br />
|
||||
Booking inquiries info@basspistol.com<br />
|
||||
<br />
|
||||
This records was published fall of 2010 under a Creative Commons.<br />
|
||||
Attribution-NonCommercial-ShareAlike 3.0 Unported License. (BY-NC-SA)<br />
|
||||
See http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode for details.</p>
|
34
_posts/highlights/2011-02-03-travle3.md
Normal file
34
_posts/highlights/2011-02-03-travle3.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
title: 'Travel3'
|
||||
artist: 'Synapset'
|
||||
category: highlights
|
||||
tags: [video, internal]
|
||||
layout: link
|
||||
description: ''
|
||||
uid: 'travel3'
|
||||
cover: 'travel3.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V005'
|
||||
---
|
||||
Synapset is a blitz collective formed in Barcelona, over a week in the beginning of April 2010 by Synapskollaps and reSet Sakrecoer. It is based on experimenting with the risk of taking opportunities in life and reproduce them with machines. It questions the space existing between people and how music interconnects them. This album was written, recorded, mixed and mastered in 7 days.
|
||||
|
||||
Lyrics:
|
||||
|
||||
### Travel3
|
||||
|
||||
Traveling by plane, traveling by shoe.<br />
|
||||
Traveling by mind, traveling by heart too.<br />
|
||||
Traveling away from you.<br />
|
||||
Welcome aboard spacessip EZJT7,<br />
|
||||
Destination Love<br />
|
||||
You will find the communicator, between your two eyes in your forehead<br />
|
||||
We wish you a pleasant journey,<br />
|
||||
And have sweet dreams.<br />
|
||||
ouu ouu ...<br />
|
||||
Passenger of flight EZJT7, it's time to wake up.<br />
|
||||
You may open the window, to the left of your heart.<br />
|
||||
As you can see, today is a sunny day in dreamland.<br />
|
||||
We hope you've joined the flight.<br />
|
||||
Please remember that in this country you have to love.<br />
|
||||
Wait till the sign shows, and you may leave.<br />
|
||||
We hope that next time you will fly with us again, back and forth.<br />
|
20
_posts/highlights/2011-06-06-headcleaner.markdown
Normal file
20
_posts/highlights/2011-06-06-headcleaner.markdown
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
title: Headcleaner
|
||||
category: highlights
|
||||
artist: tikov
|
||||
uid: BPIST005
|
||||
permalink: /records/headcleaner-dr-tikov/
|
||||
cover: DrTikov_Headcleaner.jpg
|
||||
download: https://archive.org/download/BPIST005/BPIST005_archive.torrent
|
||||
link: 'https://basspistol.com/albums/headcleaner/'
|
||||
description: 'Headcleaner by Dr. Tikov. A tasteful and minimalistic opus of dubish Russian techno, made in Barcelona.'
|
||||
---
|
||||
Inspired by the Spanish city's hectic nightlife, its legendary night-clubs and house venues such as The Moog, our infamously talented Doctor produced his own approach to the rich jungle of Catalan minimal tehcno. Homeopathic and vital, this LP is a journey into the self, a trip into your own body and a healthy neurotic cleansing.
|
||||
|
||||
<p>Credtis</p>
|
||||
More from Dr. Tikov: http://www.tikov.com <br />
|
||||
Booking inquiries info@basspistol.com<br />
|
||||
<br />
|
||||
This records was published fall of 2011
|
22
_posts/highlights/2012-09-06-houseofset.markdown
Normal file
22
_posts/highlights/2012-09-06-houseofset.markdown
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: The House Of Set
|
||||
artist: Simio Sakrecoer
|
||||
category: highlights
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
description: The House Of Set, Recorded in an itinerant studio by Simio Sakrecoer
|
||||
uid: BPIST007
|
||||
cover: 'templeofSetCoverART_INV.png'
|
||||
download: 'https://archive.org/download/BPIST007/BPIST007_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/the-house-of-set/'
|
||||
permalink: /records/house-set/
|
||||
---
|
||||
With influences from the middle-east mythologies to the western post-modern occult organisations. Too catchy for being IDM, too harsh for the mainstream, it's aim is to make you dance and reflect in the same instant. The title is a homage to his creator.
|
||||
|
||||
<p>Credits</p>
|
||||
More from Simio: https://sakrecoer.com/simio<br />
|
||||
Booking inquiries info@basspistol.com<br />
|
||||
<br />
|
||||
This records was published fall of 2012 under a Creative Commons.<br />
|
||||
Attribution-NonCommercial-ShareAlike 3.0 Unported License. (BY-NC-SA)<br />
|
||||
See http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode for details.
|
29
_posts/highlights/2013-02-13-battretider.md
Normal file
29
_posts/highlights/2013-02-13-battretider.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: 'Bättre tider'
|
||||
artist: 'The FragleBay'
|
||||
category: highlights
|
||||
tags: [video, internal]
|
||||
layout: link
|
||||
description: 'I''m waiting for better times. I''m laying home in the sofa and waiting for better times. Why should i wait here? I can do something better with my life!'
|
||||
uid: 'battretider'
|
||||
cover: 'battretider.jpg'
|
||||
link: 'https://archive.org/details/BPIST-V004'
|
||||
---
|
||||
I'm waiting for better times
|
||||
I'm laying home in the sofa and waiting for better times.
|
||||
Why should i wait here? I can do something better with my life!
|
||||
I don't want' to lay here.
|
||||
I don't want to lay here anymore,
|
||||
I go downtown and meet the buddies.
|
||||
We go to Årsta.
|
||||
Have a fallafel at Paniras Kebab
|
||||
Sitting in the square chillling.
|
||||
Then we pull some tags on the bench over there.
|
||||
Me and my buddies can do miracles.
|
||||
Together we can creatie something new
|
||||
You and me, common be good!
|
||||
You and me.
|
||||
You and me, we could do something!
|
||||
Should we do something?
|
||||
Yes!
|
||||
Should we wait for better times?
|
19
_posts/highlights/2013-04-01-DustAndSoda.markdown
Normal file
19
_posts/highlights/2013-04-01-DustAndSoda.markdown
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: Dust And Soda
|
||||
artist: Franky Fresco
|
||||
category: highlights
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
description: 'Dust And Soda is radical disco by young Mexican producer, Franky Fresco.'
|
||||
uid: BPIST011
|
||||
cover: 'DustAndSoda.jpg'
|
||||
download: https://archive.org/download/BPIST011/BPIST011_archive.torrent
|
||||
link: 'https://basspistol.com/albums/dust-and-soda/'
|
||||
permalink: /records/dust-and-soda/
|
||||
---
|
||||
An instrumental master piece! This record is of the kind that grows into you. Franky lives in Mexico and belongs to it's active and conscious youth, taking position in his music. Something you can not only read in the titles of his tracks but also feel in the complexity of his arrangements. Like hymns to a Dusty Soda brand from a future far further west!
|
||||
|
||||
<p>Credits</p>
|
||||
<p>All Music Written, performed, programmed, recorded, mixed, and arranged by Franky Fresco.<br />
|
||||
Cover Art by Ivan Quintero<br />
|
||||
©2010 - All Rights Reserved. - FrankyFresco - Creative minded right holders.</p>
|
24
_posts/highlights/2013-05-01-TFB-OTK.markdown
Normal file
24
_posts/highlights/2013-05-01-TFB-OTK.markdown
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: TFB - OTK
|
||||
artist: The FragleBay
|
||||
category: highlights
|
||||
tags: [internal, albums, download]
|
||||
layout: link
|
||||
description: 'Enter this cybernetic opus of oblivion and computer aided overstanding, grown somewhere beyond the laws of physics.'
|
||||
uid: BPIST013
|
||||
cover: 'TFB-OTK.png'
|
||||
download: 'https://archive.org/download/BPIST013/BPIST013_archive.torrent'
|
||||
link: 'https://basspistol.com/albums/tfb-otk/'
|
||||
permalink: /records/tfb-otk/
|
||||
---
|
||||
|
||||
A message from The FragleBay:<br />
|
||||
<br />
|
||||
From earth to your folder, we send you vibrant energy, defying the relative time of life. We wanted to hand you the key to inner-space and Invite you to Enter:<br />
|
||||
THE FRAGLEBAY<br />
|
||||
ON THE KEYBOARD<br />
|
||||
ON THE KEYBOARD<br />
|
||||
on the keyboard<br />
|
||||
on the keyb<br />
|
||||
<br />
|
||||
Stay Fragle!
|
21
_posts/highlights/2013-05-12-2biljonprojekt.md
Normal file
21
_posts/highlights/2013-05-12-2biljonprojekt.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: '2 Billion Projects'
|
||||
artist: 'The FragleBay'
|
||||
category: highlights
|
||||
tags: [video, internal]
|
||||
layout: link
|
||||
description: 'In a dystopian future, will The Fraglebay survive on their 2billion project?'
|
||||
uid: '2biljonprojekt'
|
||||
cover: '2biljon.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V003'
|
||||
---
|
||||
In a dystopian future, will The Fraglebay survive on their 2billion project? Hiding in the bush, lurking in a rush, the 2 fragles fight together with ancient forest gods to reestablish the right to Kick'N'Base!
|
||||
|
||||
This High-End, Professional very expensive Movie was made using GPL Software.
|
||||
|
||||
Costume design; Jean-Gaul Paultier
|
||||
Make-Up: Amela Panderson
|
||||
Camera: Uncle Flying Linux
|
||||
Art-Direction: Cipaso
|
||||
Cathering: Girardet
|
94
_posts/highlights/2014-01-04-goldenbank.md
Normal file
94
_posts/highlights/2014-01-04-goldenbank.md
Normal file
|
@ -0,0 +1,94 @@
|
|||
---
|
||||
title: 'Golden Bank'
|
||||
artist: 'Franky Fresco'
|
||||
category: highlights
|
||||
tags: [video, internal]
|
||||
layout: link
|
||||
description: 'ROM THE ALBUM "DUST AND SODA"'
|
||||
uid: 'goldenbank'
|
||||
cover: 'goldenbank.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V001'
|
||||
---
|
||||
http://www.frankyfresco.com
|
||||
FROM THE ALBUM "DUST AND SODA"
|
||||
http://basspistol.com/records/dust-and-soda/
|
||||
|
||||
VIDEO DIRECTED AND PRODUCED BY
|
||||
Set Hallström
|
||||
THANKS TO, IN NO PARTICULAR ORDER, THE DELIGHTFULL HELP FROM
|
||||
|
||||
3D MODELS
|
||||
|
||||
"Launchpad (Lunatics! Series)"
|
||||
by KuhnIndustries.
|
||||
Released under Creative Commons Attribution 3.0
|
||||
www.blendswap.com
|
||||
http://lunatics.tv
|
||||
|
||||
"Helicopter Rig"
|
||||
by Heinzelnisse.
|
||||
Released under Creative Commons Attribution 3.0
|
||||
www.blendswap.com
|
||||
|
||||
"Mac 10 machine-pistol"
|
||||
by Joe Mossman
|
||||
Released under Creative Commons Attribution 2.0
|
||||
www.blendswap.com
|
||||
|
||||
"BassQueen"
|
||||
By Set Hallström.
|
||||
Released in the Public Domain
|
||||
http://set.hallstrom.ch
|
||||
|
||||
"Cassette Tape" by comeinandburn
|
||||
Released under Creative Commons Zero (Public Domain)
|
||||
www.blendswap.com
|
||||
|
||||
"Computer Magnetic Tape Reader" by kolban
|
||||
Released under Creative Commons Zero (Public Domain)
|
||||
http://www.blendswap.com
|
||||
|
||||
"Laptop Keyboard" by rich33584
|
||||
Released under Creative Commons Attribution 3.0
|
||||
http://www.blendswap.com/blends/view/65604
|
||||
|
||||
TEXTURES
|
||||
|
||||
Grungemaps0043 by CGTextures
|
||||
http://cgtextures.com/texview.php?id=12739
|
||||
|
||||
MetalLeaking0086 by CGTextures
|
||||
http://cgtextures.com/texview.php?id=105464
|
||||
|
||||
IMAGES
|
||||
|
||||
Sombrero Galaxy
|
||||
http://www.flickr.com/photos/bobfamiliar
|
||||
Released under Creative Commons Attribution 2.0
|
||||
|
||||
Mars
|
||||
by Kevin M. Gill
|
||||
http://www.flickr.com/photos/kevinmgill/8145809230
|
||||
Released under Creative Commons Attribution 2.0
|
||||
|
||||
GRAFFITI
|
||||
|
||||
NER, MARR, LEON, THED, FINSTA, ENCRYPTED, LEE DE LICIOUS & BLESS
|
||||
Released in the Public Domain
|
||||
|
||||
KNOWLEDGE BASE
|
||||
|
||||
Tim Bahrij
|
||||
Image Lucidity
|
||||
Blendercookie dot com
|
||||
BlenderGuru
|
||||
Sebastian König
|
||||
And All the supper tutors on youtube I forgot to subscribe to....
|
||||
|
||||
SOFTWARE
|
||||
|
||||
UbuntuStudio
|
||||
GIMP
|
||||
MakeHuman
|
||||
Blender3D
|
36
_posts/highlights/2016-05-07-kalsongsalong.md
Normal file
36
_posts/highlights/2016-05-07-kalsongsalong.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
title: 'Kalsong Salong'
|
||||
artist: 'Sakrecoer'
|
||||
category: highlights
|
||||
tags: [video, music, internal]
|
||||
layout: link
|
||||
description: 'Papi Crapy staring in a Sakrecoer video'
|
||||
uid: 'kalsongsalong'
|
||||
cover: 'kalsongsalong.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V002'
|
||||
---
|
||||
|
||||
Jag Tippidi-tapade taget
|
||||
Bigidi-Botten och Taket
|
||||
Kom och häng i mitt hus,
|
||||
Vi gör musik och sex-bus
|
||||
|
||||
Nigidi-när kommer bakslaget
|
||||
Sigidi-så skönt över huvudtaget.
|
||||
Kryp ner i mitt hus,
|
||||
Vi gör musik och sex-bus.
|
||||
|
||||
Tjololo Baby kom hit
|
||||
Sigidi-sexig dynamit
|
||||
Digidi-dansa i ditt rus
|
||||
Vi gör musik och sex-bus
|
||||
|
||||
Nigidi-nu är vi nära
|
||||
Migidi-musik i all ära
|
||||
Anigid-analogt brus
|
||||
Vi gör musik och sex-bus
|
||||
|
||||
|
||||
|
||||
Music and video produced with Free Software in Ubuntu Studio
|
47
_posts/highlights/2016-09-05-pingnu.md
Normal file
47
_posts/highlights/2016-09-05-pingnu.md
Normal file
|
@ -0,0 +1,47 @@
|
|||
---
|
||||
title: 'PinGNU'
|
||||
artist: 'Sakrecoer'
|
||||
category: highlights
|
||||
tags: [video, internal]
|
||||
layout: link
|
||||
description: 'PinGNU is a cybersoul banger of rank; a weird and wonderful mix between autotuned R''n''B, boombass and dope geekery. Blurring the lines of cooldom and cuteness, this track is a triptych love song addressed to all the FLOSS coder out there, in the Name of the GNU, The Pingu, and the Holy User.'
|
||||
uid: 'pingnu'
|
||||
cover: 'pingnu.jpg'
|
||||
download: ''
|
||||
link: 'https://archive.org/details/BPIST-V007'
|
||||
---
|
||||
PinGNU is a cybersoul banger of rank; a weird and wonderful mix between autotuned R'n'B, boombass and dope geekery. Blurring the lines of cooldom and cuteness, this track is a triptych love song addressed to all the FLOSS coder out there, in the Name of the GNU, The Pingu, and the Holy User.
|
||||
|
||||
Message from Sakrecoer: "If you think this music is worth anything, please donate what you would reward me to the FSF or the LF
|
||||
|
||||
Lyrics:
|
||||
|
||||
I’m a little Pingu, riding on a GNU.
|
||||
Looking at the world, looking at you.
|
||||
Free at the core, i wonder why don’t you,
|
||||
Look at me the way i look at you.
|
||||
|
||||
It would be so nice,
|
||||
if you could take me in.
|
||||
Your computer and i could change the world we’re in.
|
||||
Your freedom is being diluted.
|
||||
And your code is being polluted.
|
||||
|
||||
I’m a big GNU with my little Pingu,
|
||||
Looking at the world, looking at you.
|
||||
Free at the core, i wonder why don’t you,
|
||||
Look at me the way i look at you.
|
||||
|
||||
It would be so nice,
|
||||
if you could compute.
|
||||
Your freedom is not to dilute,
|
||||
Someone has taken your tool into dispute,
|
||||
This is what together we should refute.
|
||||
|
||||
More skarecoer music: http://sakrecoer.com
|
||||
|
||||
|
||||
Baby GNU model by Nicolas Rougier, distributed under GNU General Public License.
|
||||
https://www.gnu.org/graphics/3dbabygnutux.en.html
|
||||
|
||||
The music is published using a Non-Commercial Creative Commons license, but commercial use is granted to anyone producing commercial software distributed under GNU General Public License.
|
38
_posts/highlights/2018-08-23-defconradio.md
Normal file
38
_posts/highlights/2018-08-23-defconradio.md
Normal file
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
title: 'DefCon Radio'
|
||||
artist: 'Soma.FM'
|
||||
category: highlights
|
||||
tags: [hackers, coding, nerdcore]
|
||||
layout: link
|
||||
description: 'Music for Hacking. The DEF CON Year-Round Channel. DEF CON is one of the world''s largest annual hacker conventions, held every year in Las Vegas, Nevada. Since 2013, SomaFM has provided the music for the DEF CON Chill room.'
|
||||
uid: 'defconradio'
|
||||
cover: 'dcsite-bg-ret.jpg'
|
||||
download: ''
|
||||
link: 'https://somafm.com/defcon/index.html'
|
||||
---
|
||||
DEF CON is one of the world's largest annual hacker conventions, held every year in Las Vegas, Nevada. Since 2013, SomaFM has provided the music for the DEF CON Chill room. That theme continues with SomaFM broadcasting this special year-round stream from San Francisco, hosted by the DJs who entertain the DEF CON 26 chill room this year in Vegas.
|
||||
|
||||
|
||||
DEF CON DJ Bios
|
||||
|
||||
kampf, DEF CON Resident
|
||||
|
||||
With over a decade of experience as a college radio DJ at KWCR on Nerd Show, kampf has waded long and deep through the muddied waters of electronic music, casting his rod time and again to obtain, then share the eclectic, the compelling, the sounds off the beaten path and those lesser know varieties or species. Also featured on Groovement.co.uk and UtahFM.org.
|
||||
Resident Chill Out Room and Lounge DJ for DEF CON 19 thru 22, Pool Party and Wall of Sheep. A veteran volunteer for the conference who is pleased to be working with SomaFM and providing music for the con once more.
|
||||
You can find kampf on Twitter, Mixcloud, Facebook and Vine.
|
||||
|
||||
DJ Merin MC, Resident DJ
|
||||
|
||||
Merin has been involved in SomaFM from its inception. Her contributions include designing station logos, producing live events, partner marketing, photography, writing and editing site content, and helping curate the stations. She has DJ'd for SomaFM at Chillits, the How Weird Street Fair, and DEF CON.
|
||||
|
||||
DJ Pie, Resident DJ
|
||||
|
||||
Although my more recent gigs spinning metal and hiphop for the Bay Area Derby Girls would seem to indicate otherwise, I'm an oldschool bedroom and chillout party DJ with a soft spot for the clickier, crunchier side of downtempo. Having heard a lot about DEF CON from my coworkers during many years in the software industry, I'm especially pleased at this opportunity to attend and help provide a chill atmosphere.
|
||||
|
||||
DJ Jon Logan, Resident DJ
|
||||
|
||||
Jon has been active in the chillout scene in San Francisco for over 15 years. As one of the co-founders of the legendary "Woom" deep chill parties, he also spend several years in China performing in clubs there.
|
||||
|
||||
Rusty Hodge, Program & Music Director
|
||||
|
||||
I program music for several SomaFM channels, and I've been following DEF CON from afar since the very first one. So I'll be spinning a mix of downtempo/ambient/triphop/idm and late at night I'll get more into space music and deep ambient.
|
49
_posts/highlights/2018-08-27-cricketsummermix.md
Normal file
49
_posts/highlights/2018-08-27-cricketsummermix.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: 'G-Funk Summer Mix 2018'
|
||||
artist: 'Dj Criket'
|
||||
category: highlights
|
||||
tags: [g-funk, summer, mix]
|
||||
layout: link
|
||||
description: '100% Vinyl mix of G-Funk'
|
||||
uid: 'gmixsummer'
|
||||
cover: 'cricket.summer.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/alexandrebertrand-1/dj-criket-g-funk-summer-mix-2018-100-vinyl'
|
||||
---
|
||||
Dj Criket makes his debut in 2003 alongside Rude Music Selection with Agent N and Mista B. Together they host numerous Reggae, Ragga and Dancehall parties in Geneva. From 2006 to 2007, Dj Criket is the official selector of the "Rude Boy Connection" crew composed of 3 MCs; Bingy, Myai & Mista B. In 2009, he joins LTS Production where he produces the mixtape "Part One Old School Ragga Hip-Hop Style". Appreciated for his good mood and his overflowing energy, he travels the clubs of the city and collaborates with many local artists, including Unity Sound, Postman, X-IT Crew, Lil' George, Majesty Sound, GC Sound and Little Lion Sound, Joka Sound, Skorseize, Dasstereo. Since 2010, Dj Criket has been moving towards old school hip-hop and continues to mix "strictly vinyl" Boom-Bap, Gangsta Rap and G-Funk, bringing together East Coast as well as West Coast sounds.
|
||||
|
||||
TRACKLIST:
|
||||
|
||||
1. Nate Dogg - Nobody Does it Better
|
||||
2. Lil 1/2 Dead - Deadicated
|
||||
3. Daz Dillinger - OG Feat. Snoop Dogg, Nate Dogg
|
||||
4. Twins - Jump Ta This
|
||||
5. Dj Quik - Do I Love Her feat. Suga Free
|
||||
6. Down From Upstaires - Reason For Breathin'
|
||||
7. Snoop Dogg - Doggy Dogg World (Perfecto X-Rated Mix)
|
||||
8. Snoop Dogg - Gin & Juice (Remix)
|
||||
9. C-Funk - Get Off My Sack
|
||||
10. Foesum - Runnin' Game (Remix)
|
||||
11. Paris - It's Real (Extended Movment Mix)
|
||||
12. Dj Quik - Fandango feat. B-Real
|
||||
13. Dj Quik - Murda 1 Case feat. Pharoahe Monch and K.K
|
||||
14. Snoop Dogg - Groupie feat. Tha Dogg Pound, Nate Dogg, Warren G, Charlie Wilson
|
||||
15. Shug - Werster Hills Funk
|
||||
16. Dr. Dre - Let Me Ride : Remix Feat. Snoop, Das, Clinton, Lil 1/2 Dead
|
||||
17. Mr. X - Active Crew
|
||||
18. Kam - Benefits
|
||||
19. King Tee, Yo Yo, Mc Eight, B-Real, JD, Kam, Threat and Ice Cube. - Get The Fist
|
||||
20. Ganksta C - Stepchild
|
||||
21. Spice 1 - Playa Man
|
||||
22. Snoop Dogg - Boss' Life'' feat. Nate Dogg
|
||||
23. B.g. Knocc Out & Dresta - 50/50 Luv
|
||||
24. Bookie - If You Aint Feelin Us Feat. Playa Hamm
|
||||
25. Bad Azz - How We Get Down feat. The Angels
|
||||
26. Bookie - 602 - Feat Omega G & Agony
|
||||
27. George Clinton - Atomic Dog
|
||||
28. George Clinton - Atomic Dog Feat. Coolio
|
||||
29. Parliament - Flash Light
|
||||
30. Shug - Nuthing But Props
|
||||
31. Battlecat - Stone Cold Nut
|
||||
32. Dj Quik - Reprise (Medly For A "V")
|
||||
33. Paris - Same Ol' Same Ol' (Jet)
|
13
_posts/highlights/2018-08-29-abitosim.md
Normal file
13
_posts/highlights/2018-08-29-abitosim.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: 'Abiotism'
|
||||
artist: 'somDisko'
|
||||
category: highlights
|
||||
tags: [fredagsbas, house, deep]
|
||||
layout: link
|
||||
description: 'An extremly lively piece of music for being an abiotism.'
|
||||
uid: 'somdiskoabiotism'
|
||||
cover: 'abiotism.jpg'
|
||||
download: ''
|
||||
link: 'https://soundcloud.com/disko-som-disco/abiotism'
|
||||
---
|
||||
An extremly lively piece of music for being an abiotism. This deep-house comes with a touch of variation that can only be found in the scandinavian forests. Reminicent of legendary tracks from John Tejada's album <i>"Cleaning Sounds Is a Filthy Business",</i> it caries all the movements you need to express yourself on the dancefloor, withing a repeat-1 friendly format of 4 minutes.
|
49
_posts/highlights/2018-08-30-A-Wa-habib galbi.md
Normal file
49
_posts/highlights/2018-08-30-A-Wa-habib galbi.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: 'Habib Galbi'
|
||||
artist: 'A-Wa'
|
||||
category: highlights
|
||||
tags: [girlpower, video, oriental]
|
||||
layout: link
|
||||
description: 'A WA is a band formed by 3 sisters who combine Yemenite folk singing with electronic dance music.'
|
||||
uid: 'awagalbi'
|
||||
cover: 'awgalbi.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/g3bjZlmsb4A'
|
||||
---
|
||||
A-WA is a band formed by 3 sisters who combine Yemenite folk singing with electronic dance music.
|
||||
|
||||
Lyrics: <br />
|
||||
حبيبي بكى اعياني, مبيش مثله حبيب ثاني حبيبي بكى اعياني, وكم رحله وخلاني حبيب قلبي ويا عيني عجب من عيبك مني عجب من عيبك مني, جهل ياكل ولا يهني, حبيب قلبي ويا عيني, عجب من عيبك مني من اول طلعة الفجر, حنق خيلي وسار يجري حنق خيلي وسار يجري, حنق يا ناس وما بدري, حبيب قلبي ويا عيني عجب من عيبك مني حبيب القلب اعياني , سنة وشهرين وما جاني سنة وشهرين وما جاني, يا ناس رحله وشجاني, حبيب قلبي ويا عيني عجب من عيبك مني لمن اشكي ويفهمني, لمن ابكي ويرحمني لمن ابكي ويرحمني, منو منكم يساعدني حبيب قلبي ويا عيني عجب من عيبك مني
|
||||
|
||||
Translation: <br />
|
||||
Love of my heart, my eyes <br />
|
||||
It is a wonder who has set you against me <br />
|
||||
He dared to eat but not be satisfied <br />
|
||||
And as the dawn rose <br />
|
||||
My love got upset and left running <br />
|
||||
My love got upset, o’ people!, and I am left unknowing <br />
|
||||
Love my of heart, my eyes… <br />
|
||||
My love has made my eyes cry <br />
|
||||
He rose and left me <br />
|
||||
And there is no other love like him Love of my heart, my eyes… <br />
|
||||
Love of my heart, my eyes <br />
|
||||
A year and a half has passed and he has not returned to me <br />
|
||||
O’ people, he has left and driven me mad <br />
|
||||
Love of my heart, my eyes… <br />
|
||||
To whom can I bemoan that will understand me? <br />
|
||||
To whom can I cry that will pity me? <br />
|
||||
Which of you will help me? Love of my heart, my eyes…<br />
|
||||
|
||||
Music credits:
|
||||
|
||||
Lyrics & Music - Traditional Yemenite Folk<br />
|
||||
Produced & Arranged by Tomer Yosef <br />
|
||||
Recording by Dan Zeitune <br />
|
||||
Vocals - Tair, Liron & Tagel Haim <br />
|
||||
Keyboards - Tom Darom <br />
|
||||
Drums - Tamir Muskat <br />
|
||||
Bass & Guitars - Itamar Ziegler <br />
|
||||
Electronic Drums & Percussion - Tomer Yosef <br />
|
||||
Mixed by Tamir Muskat @ Vibroeast Studio <br />
|
||||
Assistant engineer - Omri Amdo <br />
|
||||
Mastering by Shmulik Daniel @ Hook &High Mastering<br />
|
34
_posts/highlights/2018-09-07-v4.20.md
Normal file
34
_posts/highlights/2018-09-07-v4.20.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
title: 'Basspistol v 4.20'
|
||||
artist: 'Set'
|
||||
author: 'set'
|
||||
category: highlights
|
||||
tags: [article, release, internal, log]
|
||||
layout: article
|
||||
description: 'Music is not a number. Software versioning is. It''s time to bringing back cultural diversity to the interwebs. '
|
||||
uid: 'newerabpist'
|
||||
cover: 'newera.jpg'
|
||||
download: ''
|
||||
link: ''
|
||||
---
|
||||
### Welcome back earthling!
|
||||
|
||||
[It's been a long time coming](https://youtu.be/OhSNpX18eLo?ref=TheOuternationalMusicSyndicateWasHere "Hijack - Back To Brixton"). 5 years of silence is...
|
||||
|
||||
My name is [Set](https://set.hallstrom.ch?ref=TheOuternationalMusicSyndicateWasHere "Set's Website"), i'm a co-founder of The Outernational Music Syndicate and currently the main contributor. I could make up all sorts of excuses as to why it's been silent for so long, I could go on and ramble about the good ol' past, and how together with a couple of people we founded this syndicate in a chat-conversation and made it real on January 7th 2010. Or how at first the idea was to create a booking agency that would be the exact opposite of everything that sucked with booking agencies. I could continue on about how we were given this awesome server by [Alexander Poltorak](http://alsenet.com?ref=TheOuternationalMusicSyndicateWasHere "Alsenet.com") and started to distribute music. But all I will do in that regard is to emphasise [Alsenet.com](http://alsenet.com?ref=TheOuternationalMusicSyndicateWasHere "Alsenet.com") because really [Alsenet.com](http://alsenet.com?ref=TheOuternationalMusicSyndicateWasHere "Alsenet.com"), from our standpoint, deserves all the love we can give them. (To suport Alsenet, share their Software with your neighbour!)
|
||||
|
||||
### However, this post is about the present
|
||||
|
||||
The present of Basspistol and eventually of music. The past and the future cannot be contained in a frame. They operate like dreams: their form, meaning and relevance are subjective and personal. They are visions that are oh so difficult to transmit. But the present... That! ...is something we can hold on to. Something we can affect, in affect with effect. Today the music industry is ruled by a very strange set of data. It has different names but represents the same values: "likes", "shares", "favorits", "retweets"... As if music was a measurable artform on a human scale. This illusion is reinforced by the recurrent televised competitions where creativity is tamed, bent, violated and normalised for the greater consumer's good. Countless web-logs are using the oldest tricks in the books: appeal to your guts, twinkle with your genitals and feed you with sugar. To find out which kind of sweetness you prefer, data is captured, statistics are analysed and the conclusion these lead to form the next publication. Don't get me wrong, I'm an amateur SysAdmin, I LOVE stats. Making A-B tests to see what works on most of you or what doesn't gives me a god-like feeling: control! But when it comes to Art, does it really matter what the fuck everyone thinks? Well, if you need to fill up that excel sheet with reassuring ciphers that bring food on your table, it probably does. But to me it doesn't. And hence I see an opportunity in this, that is not given to any- and everyone, that I decided to capture: Spending free time and energy on something i enjoy doing. Namely listen to rare contemporary music from all azimuths and communicate what it makes me feel.
|
||||
|
||||
### What we do isn't special
|
||||
|
||||
It is how we do it that is different. You may say: "But this is just a blog" and you are right, it is. It is just like the nytimes.com or MTV.com; we write articles in a web-log, where we share links with pictures and videos, hoping you might want to read them. Except, well, it is hosted on [a provider](http://alsenet.com?ref=TheOuternationalMusicSyndicateWasHere "Alsetnet.com") that respect your freedom, [the domain name](https://www.gandi.net?ref=TheOuternationalMusicSyndicateWasHere) is provided by a registrar that respect your freedom, and all the [tools to build it](https://en.wikipedia.org/wiki/Open-source_model?ref=TheOuternationalMusicSyndicateWasHere "Open Source Software") are forged by communities that respect your freedom. And the curators, like me, only care about one thing: the relation between the art and the human, when the artist is free to create and the human is free to feel. No "accept these cookies" strings attached.
|
||||
|
||||
It takes great detachement and economical freedom to create something personal; detachement from the expectations of society regarding what your personality should be, and economical freedom to enable the time and energy required to develop said personality. Thanks to the free software community and the dedication of fire-soul enhanced humanoids such as [Lynn Smeria](https://github.com/aengl?ref=TheOuternationalMusicSyndicateWasHere "Lynn Smeria's Github") it has been possible to render this page on a very particular premiss, that is only given to humans: Friendship cultivation. The [free software community](https://www.fsf.org/?ref=TheOuternationalMusicSyndicateWasHere "Free Software Foundation") enabled the machine that this page is rendered on, and Lynn created [The rusty metal heart of the Basspistol release machine](https://github.com/aengl/publikator?ref=TheOuternationalMusicSyndicateWasHere "Git-Repo for Jekyll enabled Music Album publications").
|
||||
|
||||
### So what's next?
|
||||
|
||||
Hopefully in your company, a lot. But if i spoiled it now, would you come back tomorrow to read the next post?
|
||||
|
||||
Yours, with friendly regards,
|
17
_posts/highlights/2018-09-09-Birraweed.md
Normal file
17
_posts/highlights/2018-09-09-Birraweed.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: 'BIRRA x WEED (Prod. by Keizen)'
|
||||
artist: 'Bill Kraneos'
|
||||
category: highlights
|
||||
tags: [video, ekipz, rap, chille]
|
||||
layout: link
|
||||
description: 'Chillean lean, straight out of Valparaíso'
|
||||
uid: 'birraweed'
|
||||
cover: 'birraweed.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/qsxGmA4frLA'
|
||||
---
|
||||
Delights from Chille, Valparaíso City. Bill Kraneos is a rare and lean trap-constelation of Chille's finest MCs.
|
||||
|
||||
Music Production & Recording: [Keizen](https://instagram.com/keizenbeatz)<br />
|
||||
MCs: [Ekipz](https://www.instagram.com/pablitoekipz), [Aleskill](https://www.instagram.com/aleskill1_)<br />
|
||||
Graphic design: [@iamdidd95](https://www.instagram.com/iamdidd95) <br />
|
29
_posts/highlights/2018-09-11-phenomonalyyung.md
Normal file
29
_posts/highlights/2018-09-11-phenomonalyyung.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
title: 'Ratitude'
|
||||
artist: 'ABI2SPEE, CLR Production'
|
||||
author: 'set'
|
||||
category: highlights
|
||||
tags: [yung, lean, article]
|
||||
layout: link
|
||||
description: 'Codes, idioms and how the Yungster redefined the notion of a band.'
|
||||
uid: 'powerfullylean1unf13r9u1ruvbpeif'
|
||||
cover: 'clr.jpg'
|
||||
download: ''
|
||||
link: 'https://youtu.be/TmAvt5p6f8g'
|
||||
author: set
|
||||
---
|
||||
Recently, a [good friend](https://soundcloud.com/gabbaboy?ref=TheOuternationalMusicSyndicateWasHere "Gabba Boy Soundlcoud") of mine snitched a link to me. A crew of yungsters from my home town. I'm no stranger to the leaners and their music. But listening to this I had to reflect a little around the movement that's been here for a while now.
|
||||
|
||||
It seems to be easy for people of my generation to dismiss the Lean movement as lazy and unoriginal. I think it's beautiful. While these yungsters tend to use networks controlled by Babylon such as YouLube, Instagrat and CloudSound, they use them so well that it sometimes feel like they actually run them. Yes, hiphop has changed, but the fetish for codes and idioms remains. This time the influences are broader though. The aesthetics comes from everywhere and no one seems to give the slightest ufck about copyright. How could I not applause that?
|
||||
|
||||
The way they conceive bands is radically different from how it use to be; Given how important the full experience has become, with video being the main mode of consuming entertainment, the camera-man and video editor has replaced the drummer. The make-up artists and hair dressers pushed of the keyboardist from the stage. The MC remains backed by the crew and elevated by the producers and their pirated music software. All of them jumping on stage during the concerts in front of a proud local crowd that knows the lyrics by heart.
|
||||
|
||||
Maybe the overused trap snare is there, maybe the wavy astethics and burner phones are there, maybe the phat blunt and the purple drank is there, maybe it's all the same sound all over the globe. But so it was during the boombap and g-funk days. Same same but different codes. Things evolve, naturally.
|
||||
|
||||
I feel the leaners, are more inclusive then we were though. The attitude is welcoming any sort of style and body type. You can hear this music where ever you go in the world. And while they tend to sing in their native tongue, the same baseline of the codex is present everywhere: These yung people understand each other beyond borders in encompassing ways i've never seen before. Sure, in my days we had breakdance, turntablism and graffiti. But we also had a lot of taboos. Copying success was being an unoriginal copycat; a toy. In this movement, copycating is key. It's like a cross bread between creative commons and memes with international unity sprinkled on top. You may say it is lyrically levelled to lowest common denominator. And I'll agree to disagree: it's levelled. Just about anyone can decide to do it. There are no more gate-keeping talent required. It's all measured in how much you'll dare to add your own personality to your jam, including your flaws. You don't have to be pretty; instead you have to have a DIY brand. Preferably backed by hoard of yungsters waving the same brand on their swag or in a tattoo.
|
||||
|
||||
[CLR](https://www.youtube.com/channel/UCeJQNYmVGPtbmjfES7GgITA?ref=TheOuternationalMusicSyndicateWasHere "CLR Youtube Channel") caught my attention immediately. I'd been wondering who write those modern graffitis depicting LUX in Geneva because I think they set a new standard for style in the city. The videos contains images of places in Geneva where I would be at their age. But the angle they are showing is elevating these places to underground levels I wouldn't have dreamed of at their age. Times are tougher in Switzerland. Geneva used to be full of alternativ space for creativity. There still is creativity, but the space is small, and while it's a sad thing, it would seem that it has forced the newer generations to step up their game.
|
||||
|
||||
But don't take my words for it. Just go ahead and make your own impressoin; listen to and download [Ratitude on HauteCulture](https://www.hauteculture.com/mixtape/28455/ratitude?ref=TheOuternationalMusicSyndicateWasHere "Ratitude on Haute Culture")
|
||||
|
||||
Regards,
|
16
_posts/highlights/2018-10-05-LosGanglios.md
Normal file
16
_posts/highlights/2018-10-05-LosGanglios.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: 'Los Ganglios'
|
||||
artist: 'Los Ganglios'
|
||||
author:
|
||||
category: highlights
|
||||
tags: [spanish,post-pop,porc,]
|
||||
layout: link
|
||||
description: 'PORC, or what happens when you conglomerate Punk, Techno, Rock and Cumbia'
|
||||
uid: 'losgangliosnomamesguey'
|
||||
cover: 'trnx_losganglios.jpg'
|
||||
download: ''
|
||||
link: 'http://losganglios.com/videos/'
|
||||
---
|
||||
Los Ganglios is a Spanish PORC band (a conglomerate Punk Techno Rock and Cumbia) with a really strong and peculiar vibe. To some extend many of their tracks will feel plain weird to the non-Spanish speaking audience. But the videos they put out should appeal to anyone with a bit of humor and a taste for anti-aestethics and retro-computing.
|
||||
|
||||
The way they merge the ordinary with the extraordinary is quite mesmerising. If you are lucky to find yourself in a city where [they are touring,](http://losganglios.com/agenda/ "Los Ganglios dates") you need to go: Live they burn down the roof using a simple and effective set-up of hardware electronics combined with guitars and a chanting choir of die-hard fans.
|
16
_posts/highlights/2018-12-05-AcidDecember2018.md
Normal file
16
_posts/highlights/2018-12-05-AcidDecember2018.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
title: 'Acid December 2018'
|
||||
artist: 'Acid December'
|
||||
author: 'set'
|
||||
category: highlights
|
||||
tags: [acid,december,]
|
||||
layout: link
|
||||
description: 'Intergalactic tradition finally back in our dimension.'
|
||||
uid: 'aciddecember2018'
|
||||
cover: 'aciddecember2018.jpg'
|
||||
download: ''
|
||||
link: 'http://acid.datapop.se/'
|
||||
---
|
||||
Every now in then, our dimension aligns with a thousand year old intergalactic tradition called #AcidDecember. When this happens, musicians worldwide are compulsively submitting tracks to a mysterious email address. These pieces of delicious music are then being published one by one on http://acid.datapop.se during December and beyond.
|
||||
|
||||
We’re late on the news; it started the 1st of December and there are already 5 delicious tracks published. However, it would seem it is possible to contribute during the entire month. Are you going to send something in?
|
21
_posts/highlights/2019-01-18-waitinggame.md
Normal file
21
_posts/highlights/2019-01-18-waitinggame.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: 'Waiting Game'
|
||||
artist: 'Sakrecoer'
|
||||
category: highlights
|
||||
tags: [internal,album]
|
||||
layout: link
|
||||
description: 'Sakrecoer Sells out!'
|
||||
uid: 'waitinggamesakrecoer2019'
|
||||
cover: 'waitinggame.jpg'
|
||||
download: ''
|
||||
link: 'https://sakrecoer.com/waitinggame/'
|
||||
---
|
||||
The shocking news this morning that Sakrecoer puts a record out on Spotofy and iFumes!
|
||||
|
||||
Critics are mindblown by this sudden change of strategy.
|
||||
|
||||
Sakrecoer responded quickly on the mesh-web:
|
||||
|
||||
<i>"Well, it's not like you can't find the music for free on the internet anyways. I thought i'd do an experiment with mainstream platforms for a year and see where it goes."</i>
|
||||
|
||||
Hit the link to find out what all the fuzz is about!
|
17
_posts/highlights/2019-01-20-kastufesdenous.md
Normal file
17
_posts/highlights/2019-01-20-kastufesdenous.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: 'K''as-tu fait de nous?'
|
||||
artist: '徒 Setto セット'
|
||||
category: highlights
|
||||
tags: [internal,release,EP]
|
||||
layout: link
|
||||
description: 'Satoshi Mon Ami EP, out now!'
|
||||
uid: 'kas tu fais de nous 2019'
|
||||
cover: '2018-setto-single-003-reve_de_toi-117bpm_sqaure_FINAL.jpg'
|
||||
download: ''
|
||||
link: 'https://shop.basspistol.com/album/satoshi-mon-ami'
|
||||
---
|
||||
徒 Setto セット is releasing on basspistol in 2019! First out is the 2 track EP "Satoshi Mon Ami".
|
||||
|
||||
The 2 tracks of laid back cloud rap are tales of daily didigtal life-struggles. When day-to-day communication blurrs the line between the virtual and real. Being close to someone, without them knowing, anonymoulsy and obsesively thorugh a device. Decrypting interconnected sub-stories from every node in the graph and losing your mind on it.
|
||||
|
||||
What's the latest story? FOMO to the max, The Fear Of Missing Out!
|
17
_posts/highlights/2019-02-09-darkweb.md
Normal file
17
_posts/highlights/2019-02-09-darkweb.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: 'Darkweb'
|
||||
artist: '徒 Setto セット'
|
||||
category: highlights
|
||||
tags: [internal,release,EP]
|
||||
layout: link
|
||||
description: 'What if there was another space within cyberspace? What if there was a place the strange could call a home?'
|
||||
uid: 'darkweb2019'
|
||||
cover: 'coverartDarkweb_setto.jpg'
|
||||
download: ''
|
||||
link: 'https://setto.basspistol.com/darkweb'
|
||||
---
|
||||
徒 Setto セット is at it again! This time with an amazing cover art illustration by the designer of the basspistol logo: <a href="https://ritarn.com/" target="_blank" rel="noopener noreferrer nofollow">Mattias “Ritarn” Lindström</a>
|
||||
|
||||
While the A-side offers a sweet balade about taking social initiatives away from the the web, its b-side opens up for a new, dark voice. The story of a network misfit, finding it hard to cut through the noise of cats, selfies and political propaganda. But what if there was another space within that space? What if there was a place the strange could call a home? Well there is one, it's nicknamed "Darkweb" and you might like it.
|
||||
|
||||
_As dystopian as the present might seem on-line, there is always room for a strange future in the cypher. At the end of the tunnel through the flashy but controlled cyberspace we call the "Internet", a light of hope for the underground is shining._
|
9
_staff_members/set.md
Normal file
9
_staff_members/set.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
name: Set Sakrecoer
|
||||
position: 'Co-Founder'
|
||||
image_path: /assets/img/staff/set.png
|
||||
url_staff: 'https://sakrecoer.com'
|
||||
email: 'set@basspistol.com'
|
||||
gpg: 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x92401D3F102A0208'
|
||||
blurb: 'Multi-tasking humanoïd.'
|
||||
---
|
599
_tracks/dust-and-soda/1-the-all-new-american-holocaust.md
Normal file
599
_tracks/dust-and-soda/1-the-all-new-american-holocaust.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
audio: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 1-the-all-new-american-holocaust
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
cover: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 12920832
|
||||
duration: 292.98938775510203
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The All New American Holocaust
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NGJhNzA5MjktNjAyMS00Y2I2LWI2MjktNDZiYWVjNzk5YWRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 1/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 1
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The All New American Holocaust
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 4ba70929-6021-4cb6-b629-46baec799ade
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The All New American Holocaust
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 1/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
audio: /assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 2-microchip-babies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16372224
|
||||
duration: 371.2522448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Microchip Babies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> OTYwNmVhOGQtYWM2MS00OTQ0LWFlMzAtOGU4MmMyYTkzZWNk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 2/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Microchip Babies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 9606ea8d-ac61-4944-ae30-8e82c2a93ecd
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Microchip Babies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 2/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
audio: /assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 12-nuclear-youth
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
cover: /assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17365248
|
||||
duration: 393.7697959183673
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Nuclear Youth
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTYyZTdlYzMtMWMyMC00ZTYyLWFjZTItMzI5MjEwZDQwZDRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 12/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 12
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Nuclear Youth
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e62e7ec3-1c20-4e62-ace2-329210d40d4e
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Nuclear Youth
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 12/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/10-mercury-inside-us.md
Normal file
599
_tracks/dust-and-soda/10-mercury-inside-us.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
audio: /assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 10-mercury-inside-us
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
cover: /assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16868736
|
||||
duration: 382.5110204081633
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Mercury Inside Us
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTc2NmE1YjUtZWUzYy00YmVkLWJkNWItZjMzM2YwZTNkZjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 10/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 10
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Mercury Inside Us
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e766a5b5-ee3c-4bed-bd5b-f333f0e3df97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Mercury Inside Us
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 10/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
audio: /assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 11-corporations-are-persons-too
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
cover: /assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18355968
|
||||
duration: 416.23510204081634
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Corporations are Persons Too
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NTQwMTZmNGQtODRhOS00NDBkLWJiNzctZDdhODg2ODhkMGI4
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 11/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 11
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Corporations are Persons Too
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 54016f4d-84a9-440d-bb77-d7a88688d0b8
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Corporations are Persons Too
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 11/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
audio: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 9-the-story-of-the-patented-vegetables
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
cover: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Story Of The Patented Vegetables
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YTA0NWMzNTMtMWYyNi00YWZiLTllODYtNTk4ZTVkMzEzOWFj
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 9/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 9
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Story Of The Patented Vegetables
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: a045c353-1f26-4afb-9e86-598e5d3139ac
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Story Of The Patented Vegetables
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 9/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/11-corporations-are-persons-too.md
Normal file
599
_tracks/dust-and-soda/11-corporations-are-persons-too.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
audio: /assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 11-corporations-are-persons-too
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
cover: /assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18355968
|
||||
duration: 416.23510204081634
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Corporations are Persons Too
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NTQwMTZmNGQtODRhOS00NDBkLWJiNzctZDdhODg2ODhkMGI4
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 11/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 11
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Corporations are Persons Too
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 54016f4d-84a9-440d-bb77-d7a88688d0b8
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Corporations are Persons Too
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 11/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
audio: /assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 12-nuclear-youth
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
cover: /assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17365248
|
||||
duration: 393.7697959183673
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Nuclear Youth
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTYyZTdlYzMtMWMyMC00ZTYyLWFjZTItMzI5MjEwZDQwZDRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 12/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 12
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Nuclear Youth
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e62e7ec3-1c20-4e62-ace2-329210d40d4e
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Nuclear Youth
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 12/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
audio: /assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 10-mercury-inside-us
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
cover: /assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16868736
|
||||
duration: 382.5110204081633
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Mercury Inside Us
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTc2NmE1YjUtZWUzYy00YmVkLWJkNWItZjMzM2YwZTNkZjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 10/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 10
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Mercury Inside Us
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e766a5b5-ee3c-4bed-bd5b-f333f0e3df97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Mercury Inside Us
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 10/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/12-nuclear-youth.md
Normal file
599
_tracks/dust-and-soda/12-nuclear-youth.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
audio: /assets/albums/dust-and-soda/12-nuclear-youth.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 12-nuclear-youth
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
cover: /assets/albums/dust-and-soda/12-nuclear-youth.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17365248
|
||||
duration: 393.7697959183673
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Nuclear Youth
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTYyZTdlYzMtMWMyMC00ZTYyLWFjZTItMzI5MjEwZDQwZDRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 12/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 12
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Nuclear Youth
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e62e7ec3-1c20-4e62-ace2-329210d40d4e
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Nuclear Youth
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 498a35a0-5706-4f58-b4cc-de1ae8f48f88
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5fd86e5d-672f-4928-871b-c3d06435e46a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 12/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
audio: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 1-the-all-new-american-holocaust
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
cover: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 12920832
|
||||
duration: 292.98938775510203
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The All New American Holocaust
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NGJhNzA5MjktNjAyMS00Y2I2LWI2MjktNDZiYWVjNzk5YWRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 1/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 1
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The All New American Holocaust
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 4ba70929-6021-4cb6-b629-46baec799ade
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The All New American Holocaust
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 1/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
audio: /assets/albums/dust-and-soda/11-corporations-are-persons-too.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 11-corporations-are-persons-too
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
cover: /assets/albums/dust-and-soda/11-corporations-are-persons-too.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18355968
|
||||
duration: 416.23510204081634
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Corporations are Persons Too
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NTQwMTZmNGQtODRhOS00NDBkLWJiNzctZDdhODg2ODhkMGI4
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 11/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 11
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Corporations are Persons Too
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 54016f4d-84a9-440d-bb77-d7a88688d0b8
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Corporations are Persons Too
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 7c440b10-eaaa-42f2-a3fa-0426e65e4a12
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2cce431a-1a8c-497d-8d33-e39a1dec6c5e
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 11/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/2-microchip-babies.md
Normal file
599
_tracks/dust-and-soda/2-microchip-babies.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
audio: /assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 2-microchip-babies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16372224
|
||||
duration: 371.2522448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Microchip Babies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> OTYwNmVhOGQtYWM2MS00OTQ0LWFlMzAtOGU4MmMyYTkzZWNk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 2/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Microchip Babies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 9606ea8d-ac61-4944-ae30-8e82c2a93ecd
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Microchip Babies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 2/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
audio: /assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 3-the-golden-bank
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
cover: /assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14222592
|
||||
duration: 322.5077551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Golden Bank
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZmQxYWU3MDYtZjU5Yi00MjBjLTgwYWEtYjkwZjE4ZDEwYmEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 3/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Golden Bank
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: fd1ae706-f59b-420c-80aa-b90f18d10ba3
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Golden Bank
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 3/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
audio: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 1-the-all-new-american-holocaust
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
cover: /assets/albums/dust-and-soda/1-the-all-new-american-holocaust.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 12920832
|
||||
duration: 292.98938775510203
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The All New American Holocaust
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NGJhNzA5MjktNjAyMS00Y2I2LWI2MjktNDZiYWVjNzk5YWRl
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 1/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 1
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The All New American Holocaust
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 4ba70929-6021-4cb6-b629-46baec799ade
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The All New American Holocaust
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 3af0821e-e0e9-4352-b9ad-f0e1cdb7adb0
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7efc66fe-5fe8-42e9-aad6-22f24b33572c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 1/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/3-the-golden-bank.md
Normal file
599
_tracks/dust-and-soda/3-the-golden-bank.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
audio: /assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 3-the-golden-bank
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
cover: /assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14222592
|
||||
duration: 322.5077551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Golden Bank
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZmQxYWU3MDYtZjU5Yi00MjBjLTgwYWEtYjkwZjE4ZDEwYmEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 3/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Golden Bank
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: fd1ae706-f59b-420c-80aa-b90f18d10ba3
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Golden Bank
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 3/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
audio: /assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 4-chemtrail-zombie
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
cover: /assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Chemtrail Zombie
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjU0ZDc1MjYtOWY0Yy00ODBlLWIzZjItMDc0ZmVjY2Q5Zjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 4/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Chemtrail Zombie
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 254d7526-9f4c-480e-b3f2-074feccd9f97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Chemtrail Zombie
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 4/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
audio: /assets/albums/dust-and-soda/2-microchip-babies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 2-microchip-babies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/2-microchip-babies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16372224
|
||||
duration: 371.2522448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Microchip Babies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> OTYwNmVhOGQtYWM2MS00OTQ0LWFlMzAtOGU4MmMyYTkzZWNk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 2/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a1b35807-122b-42aa-a190-6f36d475d531
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Microchip Babies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 9606ea8d-ac61-4944-ae30-8e82c2a93ecd
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Microchip Babies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a1b35807-122b-42aa-a190-6f36d475d531
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 7fd9ecc4-f419-42d2-89b8-ebd18db28f2f
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 2/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/4-chemtrail-zombie.md
Normal file
599
_tracks/dust-and-soda/4-chemtrail-zombie.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
audio: /assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 4-chemtrail-zombie
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
cover: /assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Chemtrail Zombie
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjU0ZDc1MjYtOWY0Yy00ODBlLWIzZjItMDc0ZmVjY2Q5Zjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 4/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Chemtrail Zombie
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 254d7526-9f4c-480e-b3f2-074feccd9f97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Chemtrail Zombie
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 4/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
audio: /assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 5-planned-obsolescence
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
cover: /assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Planned Obsolescence
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NDcyNDkwZDctODIwZC00M2IzLWJhNmUtMDhhN2Y3MTgwNTEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 5/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Planned Obsolescence
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 472490d7-820d-43b3-ba6e-08a7f7180513
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Planned Obsolescence
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 5/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
audio: /assets/albums/dust-and-soda/3-the-golden-bank.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 3-the-golden-bank
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
cover: /assets/albums/dust-and-soda/3-the-golden-bank.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14222592
|
||||
duration: 322.5077551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Golden Bank
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZmQxYWU3MDYtZjU5Yi00MjBjLTgwYWEtYjkwZjE4ZDEwYmEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 3/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Golden Bank
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: fd1ae706-f59b-420c-80aa-b90f18d10ba3
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Golden Bank
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 00f344ef-1844-46a5-b9e2-c5787846bde3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 25076153-d9c8-470c-9c76-d1d9e7c84c31
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 3/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/5-planned-obsolescence.md
Normal file
599
_tracks/dust-and-soda/5-planned-obsolescence.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
audio: /assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 5-planned-obsolescence
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
cover: /assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Planned Obsolescence
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NDcyNDkwZDctODIwZC00M2IzLWJhNmUtMDhhN2Y3MTgwNTEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 5/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Planned Obsolescence
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 472490d7-820d-43b3-ba6e-08a7f7180513
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Planned Obsolescence
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 5/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
audio: /assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 6-blue-minies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13168512
|
||||
duration: 298.60571428571427
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Blue Minies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NzI2YWVkNzktNzJjZi00MmUzLWEyNTgtMzQyM2I4ZGZiYjlk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 6/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Blue Minies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 726aed79-72cf-42e3-a258-3423b8dfbb9d
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Blue Minies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 6/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
audio: /assets/albums/dust-and-soda/4-chemtrail-zombie.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 4-chemtrail-zombie
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
cover: /assets/albums/dust-and-soda/4-chemtrail-zombie.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Chemtrail Zombie
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjU0ZDc1MjYtOWY0Yy00ODBlLWIzZjItMDc0ZmVjY2Q5Zjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 4/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Chemtrail Zombie
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 254d7526-9f4c-480e-b3f2-074feccd9f97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Chemtrail Zombie
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 03018560-a304-433d-95ad-7de9a7b838e2
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: a337c3e1-bb21-474b-ba00-0d5ea269136b
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 4/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/6-blue-minies.md
Normal file
599
_tracks/dust-and-soda/6-blue-minies.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
audio: /assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 6-blue-minies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13168512
|
||||
duration: 298.60571428571427
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Blue Minies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NzI2YWVkNzktNzJjZi00MmUzLWEyNTgtMzQyM2I4ZGZiYjlk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 6/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Blue Minies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 726aed79-72cf-42e3-a258-3423b8dfbb9d
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Blue Minies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 6/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
audio: /assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 7-placebo-business
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
cover: /assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Placebo Business
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YzRhMzQ5MWUtYjIxMy00N2Q4LWFjY2YtNGVjYTk1NDgxYjVh
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 7/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 7
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Placebo Business
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: c4a3491e-b213-47d8-accf-4eca95481b5a
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Placebo Business
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 7/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
audio: /assets/albums/dust-and-soda/5-planned-obsolescence.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 5-planned-obsolescence
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
cover: /assets/albums/dust-and-soda/5-planned-obsolescence.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Planned Obsolescence
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NDcyNDkwZDctODIwZC00M2IzLWJhNmUtMDhhN2Y3MTgwNTEz
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 5/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- bab07852-314a-47dd-b928-8cbc486a668e
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Planned Obsolescence
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 472490d7-820d-43b3-ba6e-08a7f7180513
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Planned Obsolescence
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: bab07852-314a-47dd-b928-8cbc486a668e
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 03a2b7cf-74c9-4e42-877c-94659f506bdb
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 5/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/7-placebo-business.md
Normal file
599
_tracks/dust-and-soda/7-placebo-business.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
audio: /assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 7-placebo-business
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
cover: /assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Placebo Business
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YzRhMzQ5MWUtYjIxMy00N2Q4LWFjY2YtNGVjYTk1NDgxYjVh
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 7/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 7
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Placebo Business
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: c4a3491e-b213-47d8-accf-4eca95481b5a
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Placebo Business
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 7/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
audio: /assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 8-television-makes-you-smarter
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
cover: /assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17157888
|
||||
duration: 389.0677551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Television Makes You Smarter
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MWFmMTY2MWUtYzA5OS00ZDAwLWE3MTgtMTFhNzAwMGZhZDM2
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 8/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 8
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Television Makes You Smarter
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 1af1661e-c099-4d00-a718-11a7000fad36
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Television Makes You Smarter
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 8/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
audio: /assets/albums/dust-and-soda/6-blue-minies.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 6-blue-minies
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
cover: /assets/albums/dust-and-soda/6-blue-minies.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13168512
|
||||
duration: 298.60571428571427
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Blue Minies
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NzI2YWVkNzktNzJjZi00MmUzLWEyNTgtMzQyM2I4ZGZiYjlk
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 6/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Blue Minies
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 726aed79-72cf-42e3-a258-3423b8dfbb9d
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Blue Minies
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 76afe95a-1180-4b98-a68b-139629a710c7
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 65020695-3d89-49d0-95c8-a9b453b23aad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 6/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/8-television-makes-you-smarter.md
Normal file
599
_tracks/dust-and-soda/8-television-makes-you-smarter.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
audio: /assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 8-television-makes-you-smarter
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
cover: /assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17157888
|
||||
duration: 389.0677551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Television Makes You Smarter
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MWFmMTY2MWUtYzA5OS00ZDAwLWE3MTgtMTFhNzAwMGZhZDM2
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 8/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 8
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Television Makes You Smarter
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 1af1661e-c099-4d00-a718-11a7000fad36
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Television Makes You Smarter
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 8/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
audio: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 9-the-story-of-the-patented-vegetables
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
cover: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Story Of The Patented Vegetables
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YTA0NWMzNTMtMWYyNi00YWZiLTllODYtNTk4ZTVkMzEzOWFj
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 9/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 9
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Story Of The Patented Vegetables
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: a045c353-1f26-4afb-9e86-598e5d3139ac
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Story Of The Patented Vegetables
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 9/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
audio: /assets/albums/dust-and-soda/7-placebo-business.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 7-placebo-business
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
cover: /assets/albums/dust-and-soda/7-placebo-business.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 14305536
|
||||
duration: 324.3885714285714
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Placebo Business
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YzRhMzQ5MWUtYjIxMy00N2Q4LWFjY2YtNGVjYTk1NDgxYjVh
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 7/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 7
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 5ed52b45-b54f-4439-a427-aec176421688
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Placebo Business
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: c4a3491e-b213-47d8-accf-4eca95481b5a
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Placebo Business
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 5ed52b45-b54f-4439-a427-aec176421688
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 706d0c29-c150-4369-8aa4-21775998b90a
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 7/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
599
_tracks/dust-and-soda/9-the-story-of-the-patented-vegetables.md
Normal file
599
_tracks/dust-and-soda/9-the-story-of-the-patented-vegetables.md
Normal file
|
@ -0,0 +1,599 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
audio: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 9-the-story-of-the-patented-vegetables
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
cover: /assets/albums/dust-and-soda/9-the-story-of-the-patented-vegetables.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 13623552
|
||||
duration: 308.92408163265304
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: The Story Of The Patented Vegetables
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YTA0NWMzNTMtMWYyNi00YWZiLTllODYtNTk4ZTVkMzEzOWFj
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 9/12
|
||||
- id: USLT
|
||||
value: &ref_1
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 9
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- ca107d02-644c-4434-857d-d0b634a06db5
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: The Story Of The Patented Vegetables
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: a045c353-1f26-4afb-9e86-598e5d3139ac
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: The Story Of The Patented Vegetables
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: ca107d02-644c-4434-857d-d0b634a06db5
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1cc5b2d6-d04d-48fb-bbf2-d8ce5193e84c
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_0
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 9/12
|
||||
USLT: *ref_1
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
audio: /assets/albums/dust-and-soda/10-mercury-inside-us.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 10-mercury-inside-us
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
cover: /assets/albums/dust-and-soda/10-mercury-inside-us.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16868736
|
||||
duration: 382.5110204081633
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Mercury Inside Us
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZTc2NmE1YjUtZWUzYy00YmVkLWJkNWItZjMzM2YwZTNkZjk3
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 10/12
|
||||
- id: USLT
|
||||
value: &ref_3
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 10
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- c2970d67-637b-478a-9ea9-749d850d5883
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Mercury Inside Us
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: e766a5b5-ee3c-4bed-bd5b-f333f0e3df97
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Mercury Inside Us
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 104dbe41-8fbc-45bc-8b8e-dfdc9cd356f6
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: c2970d67-637b-478a-9ea9-749d850d5883
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_2
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 10/12
|
||||
USLT: *ref_3
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
audio: /assets/albums/dust-and-soda/8-television-makes-you-smarter.mp3
|
||||
albumSlug: dust-and-soda
|
||||
slug: 8-television-makes-you-smarter
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
cover: /assets/albums/dust-and-soda/8-television-makes-you-smarter.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17157888
|
||||
duration: 389.0677551020408
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: www.basspistol.com
|
||||
- id: TCON
|
||||
value: Mexican House
|
||||
- id: TIT2
|
||||
value: Television Makes You Smarter
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2012-11-07'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST011
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2012'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Franky Fresco
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
- id: TPE2
|
||||
value: Franky Fresco
|
||||
- id: TALB
|
||||
value: Dust And Soda
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: de2a996e-513c-4474-b03c-63b9566f1475
|
||||
- id: TPE1
|
||||
value: Franky Fresco
|
||||
- id: UFID
|
||||
value: &ref_4
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MWFmMTY2MWUtYzA5OS00ZDAwLWE3MTgtMTFhNzAwMGZhZDM2
|
||||
- id: TSOP
|
||||
value: Franky Fresco
|
||||
- id: TRCK
|
||||
value: 8/12
|
||||
- id: USLT
|
||||
value: &ref_5
|
||||
language: eng
|
||||
description: ''
|
||||
text: ' '
|
||||
- id: TDRC
|
||||
value: '2012-11-07'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST011'
|
||||
common:
|
||||
track:
|
||||
'no': 8
|
||||
of: 12
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- www.basspistol.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
- '2012-11-07'
|
||||
- 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
- official
|
||||
- 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
- BPIST011
|
||||
- Digital Media
|
||||
- album
|
||||
- '2012'
|
||||
- Franky Fresco
|
||||
genre:
|
||||
- Mexican House
|
||||
title: Television Makes You Smarter
|
||||
musicbrainz_albumartistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
musicbrainz_albumid: 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
albumartist: Franky Fresco
|
||||
album: Dust And Soda
|
||||
musicbrainz_artistid:
|
||||
- de2a996e-513c-4474-b03c-63b9566f1475
|
||||
artists:
|
||||
- Franky Fresco
|
||||
artist: Franky Fresco
|
||||
musicbrainz_recordingid: 1af1661e-c099-4d00-a718-11a7000fad36
|
||||
artistsort: Franky Fresco
|
||||
year: 2012
|
||||
date: '2012-11-07'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: www.basspistol.com
|
||||
TCON: Mexican House
|
||||
TIT2: Television Makes You Smarter
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 6bd4f95d-a20e-4e9e-95ba-3844746f4ea3
|
||||
ORIGINALDATE: '2012-11-07'
|
||||
MUSICBRAINZ_RELEASEGROUPID: 750b0f83-4ffd-4764-aed5-dde96d66bf22
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 49bd0f27-d964-4791-b733-4cacdbcf1cad
|
||||
CATALOGNUMBER: BPIST011
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2012'
|
||||
ARTISTS: Franky Fresco
|
||||
'TXXX:MusicBrainz Album Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_albumartistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
'TXXX:musicbrainz_albumid': 03cdbffb-4dd1-43af-9b8d-5db0924a5bcd
|
||||
TPE2: Franky Fresco
|
||||
TALB: Dust And Soda
|
||||
'TXXX:MusicBrainz Artist Id': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
'TXXX:musicbrainz_artistid': de2a996e-513c-4474-b03c-63b9566f1475
|
||||
TPE1: Franky Fresco
|
||||
UFID: *ref_4
|
||||
TSOP: Franky Fresco
|
||||
TRCK: 8/12
|
||||
USLT: *ref_5
|
||||
TDRC: '2012-11-07'
|
||||
WOAS: 'https://archive.org/compress/BPIST011'
|
||||
---
|
573
_tracks/headcleaner/1-radius.md
Normal file
573
_tracks/headcleaner/1-radius.md
Normal file
|
@ -0,0 +1,573 @@
|
|||
---
|
||||
layout: track
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/1-radius.mp3
|
||||
audio: /assets/albums/headcleaner/1-radius.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 1-radius
|
||||
coverPath: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/1-radius.jpeg
|
||||
cover: /assets/albums/headcleaner/1-radius.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 21492864
|
||||
duration: 487.3665306122449
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Radius
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YTdkMmJiZWItM2U0Ni00ZTBmLWE3NTAtNGU3YWU4MDBjYjEy
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 1/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 1
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Radius
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: a7d2bbeb-3e46-4e0f-a750-4e7ae800cb12
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Radius
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 1/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.mp3
|
||||
audio: /assets/albums/headcleaner/2-headcleaner.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 2-headcleaner
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
cover: /assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25477632
|
||||
duration: 577.7240816326531
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Headcleaner
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZjVhMzZmOGUtZDkwNS00MGI3LWFiNzAtMjRlZTliOTE2ZTY3
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 2/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Headcleaner
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: f5a36f8e-d905-40b7-ab70-24ee9b916e67
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Headcleaner
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 2/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/9-final-cleaning.mp3
|
||||
audio: /assets/albums/headcleaner/9-final-cleaning.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 9-final-cleaning
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/9-final-cleaning.jpeg
|
||||
cover: /assets/albums/headcleaner/9-final-cleaning.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 17442432
|
||||
duration: 395.52
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Final Cleaning
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 638b4bb5-1532-4238-a5f4-a6c07c19fb0a
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NDQxMWQxMzgtNjAxNi00MzMxLWIyNWQtZjIyODUwYjgxNDg4
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 9/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 9
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 638b4bb5-1532-4238-a5f4-a6c07c19fb0a
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Final Cleaning
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 4411d138-6016-4331-b25d-f22850b81488
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Final Cleaning
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 638b4bb5-1532-4238-a5f4-a6c07c19fb0a
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 9/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
580
_tracks/headcleaner/2-headcleaner.md
Normal file
580
_tracks/headcleaner/2-headcleaner.md
Normal file
|
@ -0,0 +1,580 @@
|
|||
---
|
||||
layout: track
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.mp3
|
||||
audio: /assets/albums/headcleaner/2-headcleaner.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 2-headcleaner
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
cover: /assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25477632
|
||||
duration: 577.7240816326531
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Headcleaner
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZjVhMzZmOGUtZDkwNS00MGI3LWFiNzAtMjRlZTliOTE2ZTY3
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 2/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Headcleaner
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: f5a36f8e-d905-40b7-ab70-24ee9b916e67
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Headcleaner
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 2/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
audio: /assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 3-ravers-dream
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
cover: /assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25008768
|
||||
duration: 567.0922448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Ravers Dream
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MGFjNTJkODgtNWJiYy00OWFlLTgyNjMtNmMyNzhiNWQ5MjBj
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 3/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Ravers Dream
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 0ac52d88-5bbc-49ae-8263-6c278b5d920c
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Ravers Dream
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 3/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/1-radius.mp3
|
||||
audio: /assets/albums/headcleaner/1-radius.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 1-radius
|
||||
coverPath: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/1-radius.jpeg
|
||||
cover: /assets/albums/headcleaner/1-radius.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 21492864
|
||||
duration: 487.3665306122449
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Radius
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> YTdkMmJiZWItM2U0Ni00ZTBmLWE3NTAtNGU3YWU4MDBjYjEy
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 1/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 1
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Radius
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: a7d2bbeb-3e46-4e0f-a750-4e7ae800cb12
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Radius
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 0b32b730-88f6-48d1-959e-9fac203c8a54
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5f9d1ac8-312b-4f02-a6d6-5154fb00be57
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 1/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
582
_tracks/headcleaner/3-ravers-dream.md
Normal file
582
_tracks/headcleaner/3-ravers-dream.md
Normal file
|
@ -0,0 +1,582 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
audio: /assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 3-ravers-dream
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
cover: /assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25008768
|
||||
duration: 567.0922448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Ravers Dream
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MGFjNTJkODgtNWJiYy00OWFlLTgyNjMtNmMyNzhiNWQ5MjBj
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 3/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Ravers Dream
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 0ac52d88-5bbc-49ae-8263-6c278b5d920c
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Ravers Dream
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 3/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.mp3
|
||||
audio: /assets/albums/headcleaner/4-gerlinas.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 4-gerlinas
|
||||
coverPath: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
cover: /assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16759296
|
||||
duration: 380.02938775510205
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Gerlinas
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> Y2M2YTI4ZmItZWQxNi00MTcxLTlmZWQtMDhjYzk3YjI1NzZl
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 4/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Gerlinas
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: cc6a28fb-ed16-4171-9fed-08cc97b2576e
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Gerlinas
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 4/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.mp3
|
||||
audio: /assets/albums/headcleaner/2-headcleaner.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 2-headcleaner
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
cover: /assets/albums/headcleaner/2-headcleaner.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25477632
|
||||
duration: 577.7240816326531
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Headcleaner
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> ZjVhMzZmOGUtZDkwNS00MGI3LWFiNzAtMjRlZTliOTE2ZTY3
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 2/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 2
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Headcleaner
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: f5a36f8e-d905-40b7-ab70-24ee9b916e67
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Headcleaner
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: a89bb976-ebf3-45f8-9ba0-5b264ee0ddfd
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 966cc857-3f58-4fcf-b5e4-d92cc854c8b8
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 2/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
582
_tracks/headcleaner/4-gerlinas.md
Normal file
582
_tracks/headcleaner/4-gerlinas.md
Normal file
|
@ -0,0 +1,582 @@
|
|||
---
|
||||
layout: track
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.mp3
|
||||
audio: /assets/albums/headcleaner/4-gerlinas.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 4-gerlinas
|
||||
coverPath: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
cover: /assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16759296
|
||||
duration: 380.02938775510205
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Gerlinas
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> Y2M2YTI4ZmItZWQxNi00MTcxLTlmZWQtMDhjYzk3YjI1NzZl
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 4/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Gerlinas
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: cc6a28fb-ed16-4171-9fed-08cc97b2576e
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Gerlinas
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 4/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
audio: /assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 5-land-of-joy
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
cover: /assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18274176
|
||||
duration: 414.3804081632653
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Land Of Joy
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NjQ3N2FjZTYtMjlmMy00YjBiLWJhYWItNDYzYWZmMmU1ZjEx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 5/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Land Of Joy
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 6477ace6-29f3-4b0b-baab-463aff2e5f11
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Land Of Joy
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 5/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
audio: /assets/albums/headcleaner/3-ravers-dream.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 3-ravers-dream
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
cover: /assets/albums/headcleaner/3-ravers-dream.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 25008768
|
||||
duration: 567.0922448979592
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Ravers Dream
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MGFjNTJkODgtNWJiYy00OWFlLTgyNjMtNmMyNzhiNWQ5MjBj
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 3/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 3
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Ravers Dream
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 0ac52d88-5bbc-49ae-8263-6c278b5d920c
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Ravers Dream
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: c0c0e43b-169a-407a-8744-51cb10adcc72
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 2dc58c72-46d5-48b1-ba00-d9d355a60a8b
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 3/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
581
_tracks/headcleaner/5-land-of-joy.md
Normal file
581
_tracks/headcleaner/5-land-of-joy.md
Normal file
|
@ -0,0 +1,581 @@
|
|||
---
|
||||
layout: track
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
audio: /assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 5-land-of-joy
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
cover: /assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18274176
|
||||
duration: 414.3804081632653
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Land Of Joy
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NjQ3N2FjZTYtMjlmMy00YjBiLWJhYWItNDYzYWZmMmU1ZjEx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 5/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Land Of Joy
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 6477ace6-29f3-4b0b-baab-463aff2e5f11
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Land Of Joy
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 5/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
audio: /assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 6-tropical-minimal
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
cover: /assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 23824512
|
||||
duration: 540.2383673469387
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Tropical Minimal
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjI4MDljMDAtNjZlNy00MTVlLThhYmYtNTg4Mjg3MWIwMTQx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 6/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Tropical Minimal
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 22809c00-66e7-415e-8abf-5882871b0141
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Tropical Minimal
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 6/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.mp3
|
||||
audio: /assets/albums/headcleaner/4-gerlinas.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 4-gerlinas
|
||||
coverPath: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
cover: /assets/albums/headcleaner/4-gerlinas.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 16759296
|
||||
duration: 380.02938775510205
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Gerlinas
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> Y2M2YTI4ZmItZWQxNi00MTcxLTlmZWQtMDhjYzk3YjI1NzZl
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 4/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 4
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Gerlinas
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: cc6a28fb-ed16-4171-9fed-08cc97b2576e
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Gerlinas
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: b9ab5aa9-b3e9-44fe-8b00-89e6438db7c2
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 8f7cd4a8-5a3d-4cfe-a347-1a0e87a65925
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 4/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
584
_tracks/headcleaner/6-tropical-minimal.md
Normal file
584
_tracks/headcleaner/6-tropical-minimal.md
Normal file
|
@ -0,0 +1,584 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
audio: /assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 6-tropical-minimal
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
cover: /assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 23824512
|
||||
duration: 540.2383673469387
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Tropical Minimal
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjI4MDljMDAtNjZlNy00MTVlLThhYmYtNTg4Mjg3MWIwMTQx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 6/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Tropical Minimal
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 22809c00-66e7-415e-8abf-5882871b0141
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Tropical Minimal
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 6/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/7-function-111.mp3
|
||||
audio: /assets/albums/headcleaner/7-function-111.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 7-function-111
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/7-function-111.jpeg
|
||||
cover: /assets/albums/headcleaner/7-function-111.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 23624064
|
||||
duration: 535.6930612244898
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Function 111
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MTZlZGU0NzYtNzFiOC00NTYyLTg3MjctNmVhMjVmMzBmOWZm
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 7/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 7
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Function 111
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 16ede476-71b8-4562-8727-6ea25f30f9ff
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Function 111
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 7/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
audio: /assets/albums/headcleaner/5-land-of-joy.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 5-land-of-joy
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
cover: /assets/albums/headcleaner/5-land-of-joy.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 18274176
|
||||
duration: 414.3804081632653
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Land Of Joy
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NjQ3N2FjZTYtMjlmMy00YjBiLWJhYWItNDYzYWZmMmU1ZjEx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 5/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 5
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Land Of Joy
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 6477ace6-29f3-4b0b-baab-463aff2e5f11
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Land Of Joy
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 4757d66a-98d4-4e8a-801e-3ec7f873f9a7
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 1e5adfc4-3b5d-4624-b0d0-bebe2fd34e7d
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 5/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
583
_tracks/headcleaner/7-function-111.md
Normal file
583
_tracks/headcleaner/7-function-111.md
Normal file
|
@ -0,0 +1,583 @@
|
|||
---
|
||||
layout: track
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/7-function-111.mp3
|
||||
audio: /assets/albums/headcleaner/7-function-111.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 7-function-111
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/7-function-111.jpeg
|
||||
cover: /assets/albums/headcleaner/7-function-111.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 23624064
|
||||
duration: 535.6930612244898
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Function 111
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_0
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MTZlZGU0NzYtNzFiOC00NTYyLTg3MjctNmVhMjVmMzBmOWZm
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 7/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 7
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Function 111
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 16ede476-71b8-4562-8727-6ea25f30f9ff
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Function 111
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 650e0ebc-65d8-4add-85b2-3b7c22d4bc78
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 5432b723-b5bd-4775-88c9-7c6b894c79d6
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_0
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 7/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
nextTrack:
|
||||
path: /Users/set/Desktop/publikator_test/assets/albums/headcleaner/8-concept-0.mp3
|
||||
audio: /assets/albums/headcleaner/8-concept-0.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 8-concept-0
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/8-concept-0.jpeg
|
||||
cover: /assets/albums/headcleaner/8-concept-0.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 22372992
|
||||
duration: 507.3240816326531
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Concept 0
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: d4a8636c-98b3-40bd-bc85-48abe712da3b
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 3edca791-c0c1-410a-b679-1c6dc7cd4334
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_1
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> NDlhODczYmYtYzY2ZS00NzljLWJiZTMtOGFkYWZjOTA4MzJm
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 8/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 8
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- d4a8636c-98b3-40bd-bc85-48abe712da3b
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 3edca791-c0c1-410a-b679-1c6dc7cd4334
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Concept 0
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 49a873bf-c66e-479c-bbe3-8adafc90832f
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Concept 0
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: d4a8636c-98b3-40bd-bc85-48abe712da3b
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 3edca791-c0c1-410a-b679-1c6dc7cd4334
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_1
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 8/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
previousTrack:
|
||||
path: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
audio: /assets/albums/headcleaner/6-tropical-minimal.mp3
|
||||
albumSlug: headcleaner
|
||||
slug: 6-tropical-minimal
|
||||
coverPath: >-
|
||||
/Users/set/Desktop/publikator_test/assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
cover: /assets/albums/headcleaner/6-tropical-minimal.jpeg
|
||||
format:
|
||||
tagTypes:
|
||||
- ID3v2.4
|
||||
lossless: false
|
||||
dataformat: mp3
|
||||
bitrate: 128000
|
||||
sampleRate: 44100
|
||||
numberOfChannels: 2
|
||||
encoder: LAME 3.99.5
|
||||
codecProfile: CBR
|
||||
numberOfSamples: 23824512
|
||||
duration: 540.2383673469387
|
||||
native:
|
||||
ID3v2.4:
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: c0
|
||||
text: basspistol.com - tikov.com
|
||||
- id: TCON
|
||||
value: House
|
||||
- id: TIT2
|
||||
value: Tropical Minimal
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASECOUNTRY
|
||||
text: XW
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: LABEL
|
||||
text: Basspistol
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASETRACKID
|
||||
text: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALDATE
|
||||
text: '2011-10-01'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MUSICBRAINZ_RELEASEGROUPID
|
||||
text: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASESTATUS
|
||||
text: official
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ACOUSTID_ID
|
||||
text: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: CATALOGNUMBER
|
||||
text: BPIST005
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: MEDIA
|
||||
text: Digital Media
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: RELEASETYPE
|
||||
text: album
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ORIGINALYEAR
|
||||
text: '2011'
|
||||
- id: COMM
|
||||
value:
|
||||
language: XXX
|
||||
description: ARTISTS
|
||||
text: Dr. Tikov
|
||||
- id: 'TXXX:MusicBrainz Album Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_albumartistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPOS
|
||||
value: 1/1
|
||||
- id: 'TXXX:MusicBrainz Album Id'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: 'TXXX:musicbrainz_albumid'
|
||||
value: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
- id: TPE2
|
||||
value: Dr. Tikov
|
||||
- id: TALB
|
||||
value: Headcleaner
|
||||
- id: 'TXXX:MusicBrainz Artist Id'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: 'TXXX:musicbrainz_artistid'
|
||||
value: 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
- id: TPE1
|
||||
value: Dr. Tikov
|
||||
- id: UFID
|
||||
value: &ref_2
|
||||
owner_identifier: 'http://musicbrainz.org'
|
||||
identifier: !<tag:yaml.org,2002:binary> MjI4MDljMDAtNjZlNy00MTVlLThhYmYtNTg4Mjg3MWIwMTQx
|
||||
- id: TSOP
|
||||
value: 'Tikov, Dr.'
|
||||
- id: TRCK
|
||||
value: 6/9
|
||||
- id: TDRC
|
||||
value: '2011-10-01'
|
||||
- id: WOAS
|
||||
value: 'https://archive.org/compress/BPIST005'
|
||||
common:
|
||||
track:
|
||||
'no': 6
|
||||
of: 9
|
||||
disk:
|
||||
'no': 1
|
||||
of: 1
|
||||
comment:
|
||||
- basspistol.com - tikov.com
|
||||
- XW
|
||||
- Basspistol
|
||||
- 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
- '2011-10-01'
|
||||
- cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
- official
|
||||
- 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
- BPIST005
|
||||
- Digital Media
|
||||
- album
|
||||
- '2011'
|
||||
- Dr. Tikov
|
||||
genre:
|
||||
- House
|
||||
title: Tropical Minimal
|
||||
musicbrainz_albumartistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
musicbrainz_albumid: f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
albumartist: Dr. Tikov
|
||||
album: Headcleaner
|
||||
musicbrainz_artistid:
|
||||
- 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
artists:
|
||||
- Dr. Tikov
|
||||
artist: Dr. Tikov
|
||||
musicbrainz_recordingid: 22809c00-66e7-415e-8abf-5882871b0141
|
||||
artistsort: 'Tikov, Dr.'
|
||||
year: 2011
|
||||
date: '2011-10-01'
|
||||
transformed:
|
||||
ID3v2.4:
|
||||
c0: basspistol.com - tikov.com
|
||||
TCON: House
|
||||
TIT2: Tropical Minimal
|
||||
RELEASECOUNTRY: XW
|
||||
LABEL: Basspistol
|
||||
MUSICBRAINZ_RELEASETRACKID: 049af7ed-da93-4eac-b4fd-f258b99365b6
|
||||
ORIGINALDATE: '2011-10-01'
|
||||
MUSICBRAINZ_RELEASEGROUPID: cd559315-3a81-4430-b4f3-a58bf1e346a4
|
||||
RELEASESTATUS: official
|
||||
ACOUSTID_ID: 6853f34f-10c4-4c3c-85d8-a85354bfdd82
|
||||
CATALOGNUMBER: BPIST005
|
||||
MEDIA: Digital Media
|
||||
RELEASETYPE: album
|
||||
ORIGINALYEAR: '2011'
|
||||
ARTISTS: Dr. Tikov
|
||||
'TXXX:MusicBrainz Album Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_albumartistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPOS: 1/1
|
||||
'TXXX:MusicBrainz Album Id': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
'TXXX:musicbrainz_albumid': f4823431-9d09-48d3-81cd-51fbd24a8f3c
|
||||
TPE2: Dr. Tikov
|
||||
TALB: Headcleaner
|
||||
'TXXX:MusicBrainz Artist Id': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
'TXXX:musicbrainz_artistid': 1313ee01-590c-4fcf-a149-7f4d2a16d550
|
||||
TPE1: Dr. Tikov
|
||||
UFID: *ref_2
|
||||
TSOP: 'Tikov, Dr.'
|
||||
TRCK: 6/9
|
||||
TDRC: '2011-10-01'
|
||||
WOAS: 'https://archive.org/compress/BPIST005'
|
||||
---
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue