Author Archives: Error-Prone

Windows Live Mail(Hotmail)转发 Gmail 或任意域名邮箱备忘

已测试:
Windows Live Mail(Hotmail)账号及企业版(自定义域名)账号转发至 Gmail 或 Google Apps(自定义域名)账号,其他邮件提供尚未测试,不过应该都可以的

方法是:
将要转入的邮箱 注册为 Windows Live 账号 即可

注意事项:
开启转发后会在后台中显示:Please sign in at least once every 270 days so that your account doesn’t get deleted. (In order to help fight junk, we delete inactive accounts.),也就是说,你必须在 270 天内登陆一次这个邮箱,否则删账号

foo_librescrobbler.dll

libre.fm 是一个开源的类 last.fm 服务,当然会有免费 radio,并且都是 indie artists,这个 foo_librescrobbler.dll 是根据 foo_audioscrobbler.dll 不合法修改字串而来,没技术含量,而且设置界面存在 bug(功能上完全稳定)。这个 bug 是有时打开 fb2k 选项时不会显示 Librescrobbler 选下,关闭后继续 ctrl+p 直到出现为止-_

可以与 foo_audioscrobbler.dll 同时存在于 fb2k,使用时如下图设置即可(89.16.177.55 为 turtle.libre.fm/ 的地址):

下载:foo_librescrobbler.zip

Android v1.5 自带播放器备忘

  • 默认支持 ogg 格式,但没标出
  • 无法做到 no-gap 播放
  • 专辑封面可以使用 Album Art Grabber 下载,相对准确
  • 手动设置封面图片放到专辑目录并命名为 albumart.jpg 即可
  • 耳机比较烂,当然和 iPhone 自带的比起来还算心理平衡

攻壳机动队电影、 OVA 系列字幕补完计划

普通版本制作进度

√ Ghost_in_the_Shell_(720p_Bluray_DTS)
√ Ghost_in_the_Shell_(1080p_Bluray_DTS)
√ Ghost_in_the_Shell_2.0_(1080p_Bluray_DTS)
√ Ghost_in_the_Shell_2.0_(1080p_Bluray_FLAC)
√ Ghost_in_the_Shell_2_-_Innocence_(720p_Bluray_DTS)
√ Ghost_in_the_Shell_2_-_Innocence_[Absolute_Edition]_(1080p_Bluray_FLAC)
Ghost_in_the_Shell_S.A.C._2nd_GIG_Individual_Eleven_(1080p_BluRay_DTS)
Ghost_in_the_Shell_S.A.C._Solid_State_Society_(1080p_Bluray_DTS)
√ Ghost_in_the_Shell_S.A.C._The_Laughing_Man_(1080p_Bluray_AC3)

特效版本(暂定)[计划已取消]

Ghost_in_the_Shell_(720p_Bluray_DTS)
Ghost_in_the_Shell_(1080p_Bluray_DTS)
Ghost_in_the_Shell_2.0_(1080p_Bluray_DTS)
Ghost_in_the_Shell_2.0_(1080p_Bluray_FLAC)
Ghost_in_the_Shell_2_-_Innocence_(720p_Bluray_DTS)
Ghost_in_the_Shell_2_-_Innocence_[Absolute_Edition]_(1080p_Bluray_FLAC)
Ghost_in_the_Shell_S.A.C._2nd_GIG_Individual_Eleven_(1080p_BluRay_DTS)
Ghost_in_the_Shell_S.A.C._Solid_State_Society_(1080p_Bluray_DTS)
Ghost_in_the_Shell_S.A.C._The_Laughing_Man_(1080p_Bluray_AC3)

从 MKV 封装中 Demux FLAC 音频备忘

MKV 封装的文件中 FLAC 音轨无法用 mkvextract 的 GUI 直接提取,提取时会提示无法提取此类文件,但在官方 doc 中这样提到:

–no-ogg: Only valid for FLAC tracks. Normally FLAC tracks are embedded in an Ogg transport stream. With this switch they are extracted to raw FLAC files instead.

于是:

mkvextract.exe tracks track.mkv --no-ogg 2:output.flac

ELPlaylist 备忘

第一段:

$puts(track.w,$gettextwidth($get(track.text)))
$puts(title.w,$gettextwidth($get(title.text)))

$if(%bpm%,
   $puts(bpm.text,%bpm% BPM)
   $if(%tracknumber%,
      $puts(bpm.x,$add(%TRACK.X%,$add(%TRACK.W%,%TEXT.X%))),
      $puts(bpm.x,%TRACK.X%)
   )
   $puts(title.x,$add(%BPM.SPACING%,$add($get(bpm.x)),%BPM.W%))
   $if($not(%el_isplaying%),
      $drawtext($get(bpm.text),
         $get(bpm.x),0,
         %BPM.W%,%el_height%,
         %BPM.COLOR%,right vcenter)
   ,)
,
   $if(%tracknumber%,
      $puts(title.x,$add(%TRACK.X%,$add(%TRACK.W%,%TEXT.X%))),
      $puts(title.x,%TRACK.X%)
   )
)

$puts(len.w,$add(8,$gettextwidth(%length%)))
$puts(len.x,$sub(%el_width%,$get(len.w)))
$puts(artist.x,$add($get(title.x),$get(title.w)))
$puts(artist.w,$sub($get(len.x),$get(artist.x)))

第二段:

$puts(artist.text,[ / %track artist%])
$puts(title.text,%title%)
$puts(title.w,$gettextwidth($get(title.text)))
$puts(artist.x,$add($get(title.x),$get(title.w)))

第三段:

$drawtext($get(artist.text),$get(artist.x),0,
$sub(%el_width%,165),%el_height%,
120-120-120,vcenter end_ellipsis)

本来以为今天一下午能弄完,现在一拖又是三天

攻殼機動隊漫 TV 、电影、 OVA 备忘 [已补完]

最后更新:2010-03-08T05:29:54+08:00

√ GitS [电影]
√ GitS 2.0 [电影]
√ GitS 2: Innocence [电影]
√ GitS: Stand Alone Complex [TV]
√ GitS: Stand Alone Complex – タチコマな日々 [TV Special]
√ GitS: Stand Alone Complex – Solid State Society [电影]
√ GitS: Stand Alone Complex – The Laughing Man [OVA]
√ GitS: Stand Alone Complex 2nd GIG [TV]
√ GitS: Stand Alone Complex 2nd GIG – タチコマな日々 [TV Special]
√ GitS: Stand Alone Complex 2nd GIG – Individual Eleven [OVA]

说明:
GitS 2.0 是 GitS 的重制版,2008 年日本上映,也是普遍人脑海中浮现的 “攻壳机动队” 的第一印象
タチコマな日々 均附在 DVD 版本中,另外 S.A.C. S.S.S. DVD 中内附 5 分钟 SP,类型与 タチコマな日々 类似