Showing posts with label How To. Show all posts
Showing posts with label How To. Show all posts

Sunday, 23 June 2013

How to - Program Your Sky Remote to Work Your TV

I set up my Sky+ Remote some time ago to work the functions on my TV like changing channels and adjusting the volume so we only needed the one remote most of the time.  When I got home from work today I had to set it up again as my wife had needed to remove the batteries from the remote and it's TV functions had been wiped so here's a step-by-step guide on how to do this:

First you'll need to know the 4 digit code to use to program your Remote, to get this you'll need 3 pieces of information -

  • ~ The version number of your Sky+ Remote (you can find this by checking inside the battery compartment)
  • ~ The manufacturer of your TV
  • ~ The Model Number of your TV

Enter these 3 pieces of information into the Sky Remote Code Finder here.

Note: The Model Number is not essential to finding your code, if you don't know this information you can leave this field blank and when you press the GET MY CODE button you'll be presented with some generic manufacturer codes to try.

Next you need to program your Sky+ Remote with this code, to do this follow these steps -

  • 1. Select any channel on your TV
  • 2. Point your Sky+ remote away from the TV set and press the TV Button
  • 3. Simultaneously hold down the Select and Red Button on the Sky+ Remote until the red light at the top flashes twice
  • 4. Input the correct 4 digit number for your TV manufacturer on the Sky+ Remote then press the Select button.  The red light should blink twice more to confirm the code has been entered
  • 5. Point the Sky+ Remote at the TV and try the Volume Button.

If the Volume works try some of the other functions, if these work the Sky+ Remote has been programmed correctly - bear in mind that not all TV functions will work with the Sky+ Remote.  You should be able to change the volume, turn the TV on/off (standby) by pressing the TV Button and then the Power button, and cycle through the source inputs by pressing the Help button.

Not all TV's support these functions and the Sky+ Remote cannot utilise the more advanced features of your TV such as Picture in Picture (PIP), Surround Sound, and TV Tuning.

Tuesday, 18 June 2013

Android Movie Player

For this little How To you'll need several things -
  • ~ A device running Android (a tablet would be preferable unless you don't mind watching films on a teeny tiny phone screen)
  • ~ Access to Googles Play Store
  • ~ Some video files (any format is fine)

Out of the box Android only supports a limited number of video formats (3gp, mp4, mkv) which makes it a pain when trying to watch those videos and TV shows you may have downloaded from somewhere on the internet that aren't in a supported format (i.e. avi files).  Using a couple of apps we can make your Android device into an awesome looking media player that plays all those other formats and will be the envy of your fellow commuters.

1) Copy some video files you want to watch on to your Android device.  I prefer to separate Movies and TV Shows into different directories using the following directory structure on my PC and other devices:

This is the standard directory structure for most Media Server software and it's worth maintaining this structure if you want to implement a Media Server later.

2) Download and install Mizuu
This is a paid app but it's very reasonably priced (£1.29) very powerful, and there's not really anything free which offers an alternative to it although I wouldn't recommend anything other than this anyway.  Mizuu will download metadata and images for your TV Shows and Movies and display them with covers, backdrops, actor information, and trailers.  It even has links to enable you to view details and trailers of upcoming movies and videos on sharing sites like Youtube, Reddit, and Ted Talks and basically creates an awesome looking UI for you to access your files.
3) Download and install BSPlayer or BSPlayer Free
Whilst Mizuu will be the front-end BS Player will be the back-end and will play our video files, the reason we use this software is because it's one of the few which will also play non-native video files (such as AVI files) and transcodes on the fly with no lag in audio that you see on other players.  The main difference between BS Player and it's free version is the ad support, although this normally only appears when you pause the video (so it's relatively unobtrusive) but if you like the software you should pay for it to ensure it's continued support and development.

4) Go in to Mizuu and set up the locations for your Movie files and TV files in the settings, if Mizuu downloads the incorrect metadata and visuals for your files it's simple to change by tapping on the poster for the Movie or TV Show and then tapping the menu icon in the top right corner.

5) Once you've set up your folders and downloaded your metadata/visuals go into one of your Movies or TV Shows and click the Play button.  Android should give you a choice of media player you want to use to play the video file, select BS Player from the available options and then select ALWAYS so you never have to see this option again.

Monday, 17 June 2013

How to - Set up a Static IP Address

This is going to be a quick and dirty tutorial regarding setting up a Static IP address in Windows 7 partly as this will come in handy for a future tutorial I'm preparing but also because it's kind of handy to know.

What is an IP Address?
An IP Address is pretty much like a telephone number for your computer, any device attached to a network will be given an IP Address by the Router that they are connected to and allows devices attached to the network identify each other.  Every device should have a different IP Address, devices with the same IP Address will not work on the network and you'll see the error message "IP Address conflict with another system on the network"

An IP Address will follow this format 000.000.000.000

Static and Dynamic IP Addresses
Most personal Routers assign Dynamic IP Addresses to devices when they join the network.  Each Router effectively contains the same list of IP Addresses and assigns the next Address on the list to the devices as they connect.  Sometimes the Router gets confused when more than one device attempts to connect at exactly the same time and assigns both devices the same IP Address causing an IP Address conflict.  You may also find that some wireless devices (e.g. printers) are assigned a Dynamic IP Address when you first set them up but if your Router resets and assigns it a different IP Address your PC will fail to find it and you'll need to reinstall the drivers to get it working again.  This can be a major pain in the ass and can be resolved by simply assigning the device a Static IP Address which is exactly what it says on the tin, a device set up with a Static IP address will ALWAYS be assigned the address from the list that has been assigned to it by the administrator.

Why use Static IP Addresses?
Aside from saving you the ball ache of having to reinstall drivers for network devices every time their Dynamic IP Address has been reset when your shitty ISP provided Router has reset itself for the fiftieth time?  If you have lots of devices attached to your home network and, lets face it, most of us do nowadays (PC, Laptop, Console, Tablet, Television, Blu-ray Player, Printer, Smartphone, Kitchen Sink) that's alot of devices requesting an address every time your Router resets and this can cause an IP Address conflict.  Setting a Static IP Address for a few key devices (everything if you want but 99% of the time this isn't necessary) can ensure that your network chugs along happily to itself while you browse for porn... err... I mean the latest info on games and stuff.

How to set up a Static IP Address
Now to the meat and bones... before setting a Static IP Address on your device there are several bits of information that you will need to know so go grab a pen and paper... I'll wait... done?  Okay, here we go.  We're going to need the:

  • ~ IPv4 Address
  • ~ Subnet Mask
  • ~ Default Gateway
  • ~ DNS Server

and we're going to get them by following these simple steps:

1) Open the START menu and look for the Search Programs and Files box

2) Click in the box and type CMD then press ENTER, this will bring up the Command Prompt Window

3) Type ipconfig /all in the window and press ENTER, you may see alot of information scroll up very quickly but you can just maximise the window to read it all

4) Write down the 4 things we needed from earlier then type exit and press ENTER to close the window

From here I describe how to assign a Static IP Address to a PC however the process is not that different for other devices on your network

5) Open the START menu again but this time click on CONTROL PANEL

6) Under the Network and Internet heading click on View Network Status and Tasks

7) On the sidebar to the left of the window left click on Change Adapter Settings

8) On the next screen right click on your network adapter and select Properties from the list

9) From the window that opens left click on Internet Protocol Version 4 (TCP/IP v4) then click on the Properties button

10) The next screen is where we assign our Static IP Address.  If the radio button for Obtain an IP Address Automatically is clicked and the rest of the boxes are empty then we're good to go, however if the Use the following IP Address button is clicked and the boxes are full then this has already been done for you and you can exit out now.

If you're continuing with assigning a Static IP Address the first thing you're going to need to do is enter the Static IP Address you've chosen in the IP Address box.  The first 3 sets of numbers should be the same as the first 3 sets for your Default Gateway with only the last 3 digits being changed - these last 3 digits should be in the range from 1 to 254.  Dynamic IP Addresses are assigned in ascending order so you're safest using a section from the highest range of numbers (e.g. from 200+ as a reserved range of Static IP Addresses).

Next enter the Subnet Mask, Default Gateway, and DNS Server information you found earlier into their relevant boxes.  Once done click OK to leave this screen and we're all done.

If you find you have difficulty accessing the internet with your Static IP Address try calling your ISP to check the DNS Server details, they should have this information to hand and will be able to tell you the correct details to use.

Setting a Static IP Address on a Wireless Device
Like setting a Static IP Address on your PC you will need most of the same information for setting a Static IP Address on your Wireless Devices.  You'll need the Subnet Mask, Default Gateway, and DNS Server information but you'll also need the Dynamic IP Address your Router has currently assigned to the device.  With most Wireless devices there is normally some sort of configuration menu where you can view the current IP Address and a browser based network administrator panel that you can log in to and adjust various settings.

Get the IP Address from your device and then open your Web Browser and type the IP Address into the Web Address bar at the top of the page, if you need to log in with a username and password refer to your device manual for this information.  Once in look for a Network tab, left click on it once and then look for a setting named something like IPv4 and click on it.  Once in you should see the option to choose Automatic or Manual IP, select Manual IP and refer to Step 10 above (you may not need to enter the DNS Server details for this), save and exit.  If you've just done this to a Wireless Printer then you may need to re-install your drivers again so that they point to the IP Address you've just assigned to it but this should be the last time you ever need to do it.