Skip to main content

Posts

Kodi Google Drive Add-on

This Kodi Google Drive Add-on is great if you want to use your Google Drive as a repository for some of your media. And just because it says ‘Kodi’ this will work on XBMC versions of Kodi so those stuck on the old version, this will work for you. If you’re familiar with loading add-ons to your Kodi media player, then the following link will take you to the Google Drive Add-on project page where you can download and install the add-on. Remember, download as a .ZIP file! Project link for the latest version of Kodi Google Drive Add-on:  https://github.com/ddurdle/XBMC-gdrive For those that want some visual guidance, I have upload a video on to YouTube installing the Kodi Google Drive add-on. Other cloud drives are available, but unfortunately, they didn’t for me.

Apple TV 2: Update To Kodi (XBMC) v.14

Assuming that your Apple TV 2 is jailbroken, you can install Kodi media player on your jail broke device. For those that have an existing copy of XBMC on their Apple TV 2, i suggest completely removing XBMC along with dependencies and settings and installing a fresh copy of Kodi. At the time of this writing, I’m only aware of the use of Terminal on OS X to install Kodi. So here’s how we’re going to update Kodi on Apple TV 2: Uninstall XBMC Uninstall XBMC dependencies Uninstall XBMC settings Install Kodi   Uninstall XBMC via Terminal apt-get remove org.xbmc.xbmc-atv2 It will if you want to continue The following packages will be REMOVED: org.xbmc.kodi-atv2 0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded. After this operation, 0B of additional disk space will be used. Do you want to continue [Y/n]?   Uninstall XBMC Settings rm -Rf /private/var/mobile/Library/Preferences/XBMC   Uninstall XBMC Dependencies apt-get remove org.xbmc.xbmc-seatbel...

Essential Minecraft Handbooks

While walking through my local Costco, I stumbled on some really neat Minecraft guides. The guides are actual official books by Mojang; the developers of Minecraft. I like to call these guides, ‘essential Minecraft handbooks’ because the content in these books are great! The books are hard cover, full colour with lots of illustrations. Mojang have done an excellent job at putting together this little handbook and they aren’t terribly expensive either. At first I though there were only 2 handbooks, but after a quick search on Amazon, I found there are 2 MORE books that make up this exciting collections. Personally, I really like the books and I’m going to go after the other additional books as well. I also looked at the reviews and its appears everyone is really satisfied with the books..so I’m not the only one who’s happy with these handbooks! | | | |  | | If you’re interested in getting some helpful tips, and have a few dollars to spare, ...

Upgrade XBMC v.13 On Apple TV 2

Hi folks. This tutorial is for the those with an Apple TV 2 that is already jail broken. For some of us, we’ve had our Apple TV 2’s jail broken for quite a while now and XBMC maybe be outdated. There’s nothing wrong with an outdated version of XBMC. When I first jail broke my Apple TV 2, XBMC version 11 was released. And since jail breaking, XBMC has been stuck at version 11. Again, there’s nothing wrong with having an older copy of XBMC; as they say, “If it ain’t broke don’t fix it”. And besides, there maybe some plugins that are not yet compatible with the latest and greatest version of XBMC. But for those who what to use the latest version of XBMC on their Apple TV 2, there’s the easiest way to upgrade. Upgrade XBMC On Apple TV 2 NOW Download yourself a copy of “into Installer” which is available for free and install ( Mac / Windows ). Be sure that your Apple TV 2 (which is already jailbroken) is on the network and yo...

Apple TV: Device Isn't Eligible For The Requested Built

  Someone had given me their Apple TV2 to investigate why Netflix stopped working. The Apple TV2 was in firmware version 4.4.4, and it appears that Netflix has stopped working on anything older that version 5. And so the only was to resolve the issue was to load firmware version 5.3 and to get Netflix working again at the same time, jail breaking the Apple TV2 as it was before. So the first thing to do in this situation was to download the latest version if SeasOnPass and run. However, instead of clicking on “Create IPSW”, we need to load an existing IPSW file FIRST. And to load an existing IPSW (version 5.3) was to right click over the “Create IPSW” button. The image below is what you’ll get: After selecting version 5.3, there was a problem. I was not able to load the IPSW file and I received the message “This device isn’t eligible for the requested builded”. I though I was screwed, until I found the solution. Go to http://www.ipswdo...

Kodi (XBMC): Dependencies Not Met

For those that are unable to resolve the “Dependencies Not Met” error in XBMC, this post will hopefully be your last stop. I decided to write this article because the I would normally deal with an XBMC unit that was displaying errors, was to wipe XBMC clean to default settings using the Fusion Repo . I was given an Apple TV 2 to update, but when I tried to install XBMC Hub’s Fresh Start plugin, I kept getting the “Dependencies Not Met” error. Even when I tried to install the new favourite plugin “Mashup”, I received “Dependencies Not Met” error. Then I tried to remove all Repos from the file manager, added them again and tried to install the plugins…but alas, “Dependencies Not Met” kept greeting me. After some careful though, it seems that the “Dependencies” are part of XBMC and not installed through any plugin. So was pretty sure that something was broken with XBMC…more accurately, the Dependencie...

Enable TRIM On Mac OS X

If you’ve installed a Solid State Drive (SSD) in your laptop, there’s an important final step often missed; and that’s enabling TRIM. WHY ENABLE TRIM? When you simply “delete” a file on a traditional hard drive, it’s not really “erased.” Instead, its location on the drive is reported to the OS as “empty, even though the ones and zeroes are still there, ready to be overwritten. On SSDs, however, overwriting data can take a considerably longer time than writing to “unused” space.  As solid state drives became more affordable, the TRIM command was introduced to facilitate “garbage collection” of deleted data, allowing the SSD to reset those “unused” blocks back to an “empty” state. This allows for better performance for many SSDs. ENABLING TRIM ON OS X 10.9 and 10.8 Backup the file we’re patching “sudo cp /System/Library/Extensions/IOAHCIFamily.kext/Contents/PlugIns/IOAHCIBlockStorage.kext/Contents/MacOS/IOAHCIBlockStorage /System/Library/Extensions/IOAHCIFami...