BT (album)

BT (short for "Best Tracks") is the third compilation album by Buck-Tick, released on March 20, 1999.[1] It compiles every single and B-side they released while signed to Victor Entertainment, except the live B-sides of "Die". It also includes a demo version of "Romanesque". It reached number sixteen on the Oricon chart.[2] The album was remastered and re-released on September 5, 2007.

BT
Compilation album by
ReleasedMarch 20, 1999
September 5, 2007 (remaster)
Genre
LabelVictor
Buck-Tick chronology
Sweet Strange Live Disc
(1998)
BT
(1999)
97BT99
(2000)

Track listing

Disc One

  1. "Sexual XXXXX!"
  2. "Hyper Love"
  3. "Romanesque" (Demo Version)
  4. "...In Heaven..."
  5. "Just One More Kiss"
  6. "To-Search"
  7. "Iconoclasm"
  8. "Aku no Hana" (悪の華; Evil Flower)
  9. "Under the Moon Light"
  10. "Love Me"
  11. "Speed" (スピード)
  12. "Narcissus" (ナルシス)
  13. "Taiyou ni Korosareta" (太陽ニ殺サレタ; Killed by the Sun)
  14. "M・A・D"
  15. "Angelic Conversation"
  16. "Jupiter"
  17. "Sakura" (さくら; Cherry Blossom)

Disc Two

  1. "Dress" (ドレス)
  2. "Roku Gatsu no Okinawa" (六月の沖縄; Okinawa June)
  3. "Kirameki no Naka de..." (キラメキの中で ・・・; In the Glitter・・・)
  4. "Die"
  5. "D・T・D"
  6. "Uta" (唄; Song)
  7. "Kimi e" (君へ; To You)
  8. "Itoshi no Rockstar" (愛しのロック・スター; Beloved Rockstar)
  9. "Kodou" (鼓動; Heartbeat)
  10. "Rakuen" (楽園; Paradise)
  11. "Mienai Mono o Miyo to Suru Gokai Subete Gokai da" (見えない物を見ようとする誤解 全て誤解だ; Misunderstanding in Trying to See the Invisible, Everything Is Misunderstood)
  12. "Kimi no Vanilla" (君のヴァニラ; Your Vanilla)
  13. "Candy" (キャンディ)
  14. "Chocolate" (チョコレート)
  15. "Ash-Ra"
  16. "Cosmos"
gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.

References

  1. "BT". jame-world.com. Retrieved 2011-04-13.
  2. "BUCK-TICKのアルバム売り上げランキング". oricon.co.jp. Retrieved 2011-04-27.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.