1. rdio?
Rdio
http://www.rdio.com
Rdio lets you listen to millions of songs ad-free wherever you are – on the web and on your phone, even offline.
Rdio(アールディオー)は、Skype や KaZaA の創立チームが手がける定額制音楽配信サービス。
http://www.higuchi.com/item/679
2. building proxy
- 日本の IP から rdio へアクセスしても sign up できない.
- そのため、ec2 の US リージョンなどに適当なインスタンスを作成し、proxy を立てる.
以下は、ubuntu での例.
$ sudo su -
# apt-get install squid
# cd /etc/squid3/
# cp squid.conf squid.conf.original
# vi squid.conf
http_access allow all
http_port 8080
# service --status-all
# service squid3 restart
# tail -f /var/log/squid3/access.log
3. then
- 上記 proxy を使い rdio への登録(sign up, subscribe)を行う.
- 一度 sign up を済ませてしまえば、以降は proxy 経由でアクセスする必要はない.
- app store アプリの country を US に変更し ios クライアント(rdio)をダウンロード.