Class: Acme::Smileage::Discography::Tracks::GambaranakutemoEenende

Inherits:
Base
  • Object
show all
Includes:
Singleton
Defined in:
lib/acme/smileage/discography/tracks/2010/008_gambaranakutemo_eenende.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_USER_AGENT

Instance Attribute Summary

Attributes inherited from Base

#arrangers, #composers, #hpma, #itunes_links, #lyric_links, #lyricists, #name, #name_romaji, #nicknames, #play_time, #youtube_links

Instance Method Summary collapse

Methods inherited from Base

#cover?, #get_lyrics, #remix?

Constructor Details

#initializeGambaranakutemoEenende

Returns a new instance of GambaranakutemoEenende.



12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# File 'lib/acme/smileage/discography/tracks/2010/008_gambaranakutemo_eenende.rb', line 12

def initialize
  super
  @name = "○○ がんばらなくてもええねんで!!"
  @name_romaji = "gambaranakutemo eenende!!"
  @nicknames = ["がんばら"]
  @play_time = 255 # 04:15
  @arrangers = ["高橋諭一"]
  @hpma = HelloProjectMusicAward.new(2010, 35, 66.5, 39)
  @lyric_links = {
    :utamap => "http://www.utamap.com/showkasi.php?surl=k-100728-116",
    :utanet => "http://www.uta-net.com/song/98771/",
  }
  @youtube_links = [
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (MV)",
      :link => "https://www.youtube.com/watch?v=2V1Z5vFv8JM",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (福田Close-up Ver.)",
      :link => "https://www.youtube.com/watch?v=5Ua93ZMtvUI",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (和田Close-up Ver.)",
      :link => "https://www.youtube.com/watch?v=111MEXCdgXQ",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (featuring 和田)",
      :link => "https://www.youtube.com/watch?v=lk6qPmbuelA",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (featuring 福田)",
      :link => "https://www.youtube.com/watch?v=FXXZdGCa9Ok",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (Another Ver.)",
      :link => "https://www.youtube.com/watch?v=iSsgx89cgSk",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (Close-up Ver.)",
      :link => "https://www.youtube.com/watch?v=76r-hX6y7eI",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (Dance Shot Ver.Black)",
      :link => "https://www.youtube.com/watch?v=EQD0w9S8gJI",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (Dance Shot Ver.White)",
      :link => "https://www.youtube.com/watch?v=ErqUnGS5RcA",
    },
    {
      :title => "スマイレージ 「○○ がんばらなくてもええねんで!!」 (Another Ver.)",
      :link => "https://www.youtube.com/watch?v=-MrBYK0bdC8",
    },
  ]
  @itunes_links = [
    {
      :title => "○○ がんばらなくてもええねんで!!",
      :link => "https://itunes.apple.com/jp/album/id382386730",
    },
    {
      :title => "悪ガキッ①",
      :link => "https://itunes.apple.com/jp/album/id403700742",
    },
    {
      :title => "スマイレージ ベストアルバム完全版①",
      :link => "https://itunes.apple.com/jp/album/id528168545",
    },
  ]
end