Browsing articles tagged with " music"
Sep
9
2009

iTunes 9 (Screenshots)

Jul
19
2009

My Music (S3) iPhone App

My Music App

My Music App

I recently backed up my music to a private Amazon S3 Bucket just in case my HDD failed or I lost my music some how and most of the sites where I buy my music from only let you download it once.

I found a really groovy PHP Script that would allow me to upload and show the files in the bucket. I had an idea yesterday that I could listen to my music on my iPhone from Amazon S3. So I began to get some of the S3 Apps from the app store.  The apps in the app store would not play music from the S3/ They would only let me upload pictures and change the permisions but that was about it, so I decided create a little Web App.

I had already had a php script that I found on net tuts+ that would list the files in the bucket and allow uploads via a basic form. I use this script when I’m out and about and don’t have access to my music on my computer.

I found a site iPhone Web App Template I came across on Mod My i that I edited to fit my needs. I removed the iphonenav.js since that was not needed and I then had to remove some of the pre made content and set the title Storm’s Music (S3).

I then inserted PHP Code that I downloaded from net tuts+ into the iPhone WebApp Template. I then had to remove the the upload part since that is not needed.

I was looking on the internet for some icons for the web app and I came across some nice ones at E-maniacs which where free to use. I edited the one I wanted, saved it as apple-touch-icon.png and uploaded it to the root directory of where the files would be all stored.

I then added this one line of html in the header tags on my page

<link rel="apple-touch-icon" href="apple-touch-icon.png"/>

I now naviagted to my site (I wont give this out since it’s private and for me only) on my iPhone and then added a shortcut to my Home Screen.

Loading Screen of My App.

Loading Screen of My App.

I didnt like the Address Bar or the Safari Shortcut Bar to display when I loaded the site, since I don’t have access to a mac for a while I got my friend Houdini7 of Shift Key Software who kindly developed a little app for me with a nice loading screen. This solved the problem of the Address Bar and the Shortcut Bar from displaying.

Thats it done!

NOTE: This app is private and will NEVER be given or sent to anyone else. It will NEVER appear in the iTunes App Store as this would be agaisnt the law. Please DO NOT ask for it since I am the only person who will be using it. I just wrote this blog post as people may be intrested in creating their own.