Skip to main content

Xbian won't play MVK files

Had me stumped for a while before a light bulb went off in my head.

I was getting a grey screen with the sound in the background, the GUI would stay visible (i.e. The movie selection screen would not go away) and attempts to do anything else locked up the Pi.

After releasing that my movie backups using MakeMKV are merely containers for the original VOB files and therefore encoded in MPEG2, a quick and simple purchase of a licence key from the Pi people sorted things out.

It took about 2 hours for the key to come through and the easiest way to add this (at least for me), was to pop the card back into Windows and edit it there.

 # Licences for MPEG2 and VC1 
 decode_MPG2=xxxxxxxxxx 
 decode_WVC1=xxxxxxxxxx 

The Xbian script (under 0.8.3) got stuck in a loop as it would not accept 'n' when it came to entering the VC-1 key which I didn't buy so editing back in Windows was much quicker.

My entire MKV library now plays flawlessly on a 256MB Pi!

Comments

  1. how did you exit out of the loop

    ReplyDelete
    Replies
    1. Hi. Unfortunately I had to re-image the card as I found that was easier than trying to find the answer on Google.

      Delete

Post a Comment

Popular posts from this blog

Using ESPEasy with Home Assistant via MQTT

Preface: I've just started playing around with Home Assistant on a Raspberry Pi and exploring the world of MQTT to control devices on the network. Learning curve is a bit steep but worth the effort as MQTT is very fast. The hardware and software tools I'm using are as follows: 2 x Sonoff relay units 2 x NodeMCU Boards ESPEasy firmware (must be version 121 or above as that contains the MQTT 'retain' flag option. Home Assistant software on Raspberry Pi2 MQTT Test Software: PC: MQTT.fx Android: MQTT Dashboard

My Notepad++ tricks when editing YAML files in Home Assistant

To comment out a whole section in one go: Highlight the text you want to comment out and use CTRL + Q. If you do this at the start of a line, it will only comment that line. CTRL + Q is toggle mode (comment on/off). CTRL + K will allow you to add multiple comments one after the other.

Installing ha-bridge on your Raspberry Pi

EDIT: Updated 14th June 2017 to reflect version 4.5.5. Default port is now 80 to keep Google Home happy and service now supports MQTT! Advice on backups also added 7th Feb. Version 4x also supports adding a Home Assistant instance which is great! Want to control your Vera, Harmony hub or Home Assistant entities with your Amazon echo or Google Home? ha-bridge is the best way to achieve that and installation is actually quite easy and takes less than 5 minutes. Here are the steps.