mt-daapd
[root@FreeBSD]/usr/ports# portupgrade audio/mt-daapd/
/usr/local/etc/mt-daapd.conf を適宜変更.
書くのめんどいので,今回新たに変更した部分のみ.
#
# extensions (任意)
#
# These are the file extensions that the daap server will
# try to index and serve. By default, it only indexes and
# serves .mp3 files. It can also server .m4a and .m4p files,
# and just about any other files, really. Unfortunately, while
# it can *attempt* to serve other files (.ogg?), iTunes won't
# play them. Perhaps this would be useful on Linux with
# Rhythmbox, once it understands daap. (hurry up!)
#
extensions .mp3,.m4a,.m4p,.m4v
extensionsの項目に「.m4v」を追加すると,ビデオも共有できてちょっと幸せになれる.
[注意]
iTunes6.0.2以上でないと,ビデオ共有に対応してない.
また,mt-daapd-0.2.3では最新のiTunes6.0.4に対応していない.
[root@FreeBSD]/usr/local/etc/rc.d# ./mt-daapd.sh start
で起動.
http://yourhost:3689/
でブラウザから設定確認,リストの更新など.
コメント
コメントを投稿