iScrobblerでポッドキャストを除外するには、えっと

Last.fm and podcasts

I've had a last.fm account for a while, but rarely use it.


This is because the default behaviour of most AudioScrobbler/last.fm tools is to scrobble podcasts I listen to. This is not behaviour that I particularly like, and there's no easy way to turn it off.


I've just found that there is a way of turning it off if you use iScrobbler for OS X. Here are the instructions. You just use the 'defaults' command to set the preferences of iScrobbler to exclude podcasts.


defaults write org.flexistentialist.iscrobbler "Track Filters" '("Podcast")'


Do that and iScrobbler will submit only non-podcasts to last.fm. Which is kind of what it’s intended for, see.

http://tommorris.org/blog/2007/05/19


詳細はhttp://www.last.fm/group/iScrobbler/forum/35555/_/216259へ、ふ〜ん。 ま、いっか。


まず、iScrobblerを終了して、ターミナルを起動、以下の一行をコピペ。

defaults write org.flexistentialist.iscrobbler "Track Filters" '("Podcast")'


iScrobblerを起動。


テスト。


う〜ん、ダメじゃない。


でもこれ、.plistファイルに書き込んでいるだけだろ、もしかして、別のファイルに書き込むのかな?


iScrobblerをコントロールクリック、パッケージの内容を表示、Contentsフォルダを開く、Info.plistファイルを開く*1


CFBundleIdentifierがorg.bergstrand.iscrobblerになってる。


もしかして、


iScrobblerを終了。

defaults write org.bergstrand.iscrobbler "Track Filters" '("Podcast")'

iScrobblerを起動。


テスト。


お〜〜、ポッドキャストを再生してもきちんと無視してくれる、いぇ〜〜い(^o^)。


一応http://www.last.fm/group/iScrobbler/forum/35555/_/216259も読んでみよ。

(Note: In versions older than 1.5b5, the preferences are accessed using org.flexistentialist.iscrobbler instead.

あ。


ほら、説明書(笑)きちんと読まないから回り道したじゃん(苦笑)

各種設定を変更するには、

defaults write org.bergstrand.iscrobbler "Key" "value"


あ、

IgnorePodcasts Don't submit Podcasts downloaded from the iTunes Store (other Podcasts are not marked as such by iTunes).
Default: false


あるじゃん、podcastを無視する設定(iTunes経由でDLしたpodcast限定らしいけど)。


ほら、説明書(笑)きちんと読まないから回り道したじゃん、part 2(爆笑)

*1:Developer ToolsをインストールしてあったのでProperty List Editorで開けた、いぇ〜い(^_^)