This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.textile | Thu May 01 20:46:27 -0700 2008 | [maddox] |
| |
browse.php | Thu May 01 07:12:54 -0700 2008 | [maddox] |
| |
images/ | Thu May 01 07:12:54 -0700 2008 | [maddox] |
| |
index.php | Thu May 01 07:12:54 -0700 2008 | [maddox] |
| |
javascripts/ | Thu May 01 07:12:54 -0700 2008 | [maddox] |
| |
stylesheets/ | Thu May 01 07:12:54 -0700 2008 | [maddox] |
README.textile
iPhone2iTunes! YEah!
The Point
Browse and watch all the video files you have in your iTunes library on your iPhone.
This only works locally. Unless you expose your webserver and you have kick ass bandwidth.
Setup
Edit /etc/apache2/httpd.conf and set its users to your user name:
User jmaddox
Group www
Don’t close the file! Uncomment the php module too if you haven’t already done that.
LoadModule php5_module libexec/apache2/libphp5.so
Symlink your tv and movie directories from your iTunes library to your webserver directory:
$ ln -s /Users/jmaddox/Music/iTunes/iTunes\ Music/Movies movies
$ ln -s /Users/jmaddox/Music/iTunes/iTunes\ Music/TV\ Shows tv
Make SURE you use the same symbolic link names as above.
Dump all of this at the root of /Library/WebServer/Documents
Turn on web sharing!
That should be it. Simple as pie.




