Blog Archives
iTunes Match – First thoughts
So today I subscribed to iTunes Match. Why?
1) I wanted all my music available where ever I went.
2) I wanted all of the album artwork that was available to me
3) I wanted someone to sort out my music collection while I drank coffee and which was all automatic
This works really well, however one thing I am disappointed with was the ability to not rename the file name of my music. iTunes match obviously had in mind what all the albums were but it didn’t rename the tracks that were in different styles. I wanted all my music to look similar. I have file names in capital letters, lower case and was hoping iTunes would sort all these out when it downloaded the album artwork for all of my music. However it didn’t.
This was a huge disappointment for me and for that reason I decided to turn off my auto renew subscription. I am going to see how much i use iTunes match and try to justify to myself is it worth the £22 that I paid for the year.
Another grumble I had, not anything to do with apple, or I don’t think it is, is how long it takes to upload the songs that iTunes doesn’t already have.
I have had iTunes running all day and uploading music files to “the cloud” but this is still on going as you can see from here

I think this may have something to do with my crappy upload speed but Im not sure yet. Time will tell.
Overall I am half satisfied and half not, I really wanted all my music to have a standard naming convention which iTunes match simply just hasn’t done.
#SiriProxy Plugin for Facebook
I have just installed the SiriProxy plugin for Facebook last night that can be found
https://github.com/rosswaycaster/SiriProxy-Facebook
This plugin is work in progress but I love how it will read all my notifications out to me.
Command to get Siri to read out your notifications is: Check Facebook
#SiriProxy installed and already loving the plugins
Well today I finally managed to get SiriProxy working on my Ubuntu VMware installation.
I wanted to try this to see all the cool things that could be done.
Plugins I currently have installed:
- IMDB
I messed up the first installation on my Ubuntu installation which resulted in endless problems. I got around this by completely reinstalling Ubuntu, since this was just going to be used for a Siri Proxy it didnt really make a difference to reinstall it or not.
Now that Siri Proxy is up and running I love it, still not sure why Apple hasn’t allowed all this stuff already.
More to come when I’m not so tired.
The installation guide I used is from Github
#Here’s what I did to get to the point where I’m at:#-Install Ubuntu 11.10#-Get all available updates#-Add the VirtualBox add-ons and video driver#-Set up SSH (for the SCP at the end)## I have done nothing else to this virtual machine.# On my iPhone, I set the DNS server to 192.168.2.131 (the IP of the virtual machine)## That’s all the pre-setup that was done on the iPhone (the certificate is installed as part of the process)# Here are the exact steps steps I followed:#Install all the prerequisitessudo apt-get install dnsmasq ruby build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion#edit the dnsmasq confsudo vi /etc/dnsmasq.conf# Keystrokes in vi:# /address=# A <enter> address=/guzzoni.apple.com/192.168.2.131 <–This is the IP of the VM# <esc> :wq!#Restart dnsmasqsudo /etc/init.d/dnsmasq restart#Install RVMbash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)#Set RVM path[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm”#Set the RVM path to be set up every time I log inecho ‘[[ -s "$HOME/.rvm/scripts/rvm" ]] && . “$HOME/.rvm/scripts/rvm” # Load RVM function’ >> ~/.bash_profile#Install Ruby 1.9.3 — This will take several minutesrvm install 1.9.3#Use ruby 1.9.3 as the default (and current) version of rubyrvm use 1.9.3 –default#clone the SiriProxy repogit clone git://github.com/plamoni/SiriProxy.git#Enter the SiriProxy directorycd SiriProxy#Install SiriProxy — Can take a minute or tworake install#Make the .siriproxy directory in my home directorymkdir ~/.siriproxy#Copy the example configcp ./config.example.yml ~/.siriproxy/config.yml#Generate the certificatessiriproxy gencerts#Install the certificate on the phone.# The way I do it in the video is through dropbox on my host machine.# You can email the certificate to yourself, or whatever floats your boat.# Here’s the SCP command I use in the video. It’s probably 100% worthless to anyone else## scp 192.168.2.131:~/.siriproxy/ca.pem ~/Dropbox/Public/siri.vm.pem#Bundle SiriProxy (this installs the plugins and whatnot)siriproxy bundle#Start the serverrvmsudo siriproxy server
Siri told me off for swearing
Well, this is something that I didn’t expect to happen. While swearing in a text message Siri told me off!
How to Sync shared #Google #Calendars on #iPhone
I have just made the switch back to iPhone from Android and one of the features I loved was being able to view shared calendars that I had on Google. This made it very easy for me and my Girlfriend to see what each other was up to and made it easier to see when we were free or what we had planned.
However since coming back to iOS today, the shared calendars didn’t seem to be syncing, I could only see my own.
After quick investigation it turned out that I only had to do the following:
Setup my Gmail account as Exchange mode on the phone.
Navigate to https://m.google.com/sync and choose all the calendars that I wanted to sync with my iOS device.
(In my case I had quite a lot of iPhone listings due to the amount I have had. Simply choose the one that is the latest sync… most probably today’s date)
How they are syncing fine. I can see all my shared Google Calendars on my Calendar.app.
#Samsung BD-D5500/ZA Blu-Ray DVD Player will not connect back to network
Recently my dad bought a new Blu-Ray DVD player, a Samsung BD-D5500/ZA. This device has network connectivity and can connect to the internet, so basically it turns your TV into a SmartTV.
All was working fine and I set it up to connect to my Media Server for movie streaming.
The problem came when it just refused to get an IP Address anymore. it was coming up with a 169.254.x.x address. Annoyingly I could see my router was trying to offer an IP to the device but it just wouldnt accept it. I even tried giving it a static IP which was hard coded into the machine but still no luck.
I had tried everything, IP settings, Router settings, Network cable testing and still nothing, I even turned the device off on the button and still nothing.
Finally this morning I cracked it, something so simple that you would have thought an IT guy would have thought of. I turned the BD-D5500/ZA off at the mains, killing all power to it, can you believe it? It actually worked, my media servers were now showing up and streaming was back!
So for all you people who say all you have to do to work in IT is “turn it off and back on again” 99% of the time you would be right, you just need to give it ago everynow and then.
