Difference between revisions of "Netherlands"

From MythTV Official Wiki
Jump to: navigation, search
(tv_grab_nl_gert)
(tv_grab_nl_wolf)
Line 138: Line 138:
  
 
== tv_grab_nl_wolf ==
 
== tv_grab_nl_wolf ==
[[Image:Package.png]] More information can be found here: http://wolf.xs4all.nl/xmltv.htm. It provides genre information, although not for every channel. Like the tv_grab_nl_gert script, it downloads xml information that was grabbed before. The xml is generated by wolf and all the script has to do is download it. This greatly recudes strain on www.tvgids.nl. In general it provides less program info than tv_grab_nl_gert.
+
[[Image:Package.png]] [http://wolf.xs4all.nl/xmltv.htm tv_grab_nl_wolf] It provides genre information, although not for every channel. Like the tv_grab_nl_gert script, it downloads xml information that was grabbed before. The xml is generated by wolf and all the script has to do is download it. This greatly recudes strain on www.tvgids.nl. In general it provides less program info than tv_grab_nl_gert.
  
 
*Cache detail information:      NO
 
*Cache detail information:      NO

Revision as of 12:17, 31 March 2007

Incomplete.png Incomplete, needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page


Introduction

In the Netherlands there is currently one system left for analog broadcast receiving. This is by means of using the cable, which is provided by the cable provider in the region where one is living. The old fashioned analog antenna system is no longer available. The options that are available in the Netherlands are:

  • Analogue - cable
  • Digital - cable, satellite or terrestrial

Digital

Dvb.png The Digital Video Broadcasting Project (DVB) is an industry-led consortium of over 260 broadcasters. The digital TV market is growing fast the Netherlands. Digital TV standards can be divided in 3 types:

  • DVB-C - Cable
  • DVB-S - Satellite (Canal Digitaal)
  • DVB-T - Terrestrial (like Digitenne from KPN over the air)


UPC uses Nagravision encryption

Essent, Casema, Multikabel en CAIw, use Irdeto 2 encryption


DVB providers in the Netherlands can be found on: http://www.televisiedigitaal.nl


http://www.mythtv.org/wiki/index.php/DVB#What_is_DVB.3F

Provider specific

UPC

File:Upc.pngThrough its UPC Broadband division, Liberty Global is active in 11 countries in Europe. UPC Broadband provides video, high-speed Internet access and telephony services over its networks and operates cable networks in The Netherlands. (upc)

Webpage.png - Channels and frequencies

Webpage.png - Can generate XML file or mySQL file



Digital

The UPC mediabox is a Thomson device that DOES NOT use a smart-card. During installation the box is registered at the UPC servers. More info about and older device from UPC can be found on http://www.digitalekabeltelevisie.nl/waar/upc.shtml


Encryption UPC uses Nagravision 2 encryption. The other Dutch providers like Essent, Casema, Multikabel en CAIw, use Irdeto 2. It seems that UPC only can provide one media box and that they do some kind of MAC address verification.


Links to UPC digital in the Netherlands: (links to Dutch site)

http://www.stopstandby.nl/UPC_MediaBox.html

http://upc.hasse.nl/

http://gathering.tweakers.net/forum/list_messages/1096768

http://www.degroeneknop.nl/forum/index.php/topic,3221.msg15760.html#msg15760

http://forum.trosradar.nl/viewtopic.php?t=37119&sid=bf4c67ce288fb1a8d3f536ad5313ed3b

CASEMA

File:Casema.png Did you know that Casema has about 12,500 miles of cable in the ground? And that these cables are used to provide over 1.4 million households with radio, (digital) TV, internet and telephony? Thanks to our modern cable system, we have become a leading supplier of network services and entertainment.

File:Irdeto.gif Casema uses (Irdeto 2) which makes every Irdeto 2 compatible decoder work.

List-add.png http://www.casema.nl/pagina/thuis/radioentelevisie/rtvanaloog/zenderoverzicht Channels and frequecies

List-add.png List of the new Casema channels for importing into Mythtv http://marcel.verpaalen.com/mythtv.html

KPN

KPN Digitenne

TV stations on the Digitenne network are in DVB-T (multiple TV programs per multiplex, all FTA public channels on one multiplex)

http://www.mythtv.org/wiki/index.php/Record_multiple_channels_from_one_multiplex#Netherlands

Place holder . please add your info here

VERSATEL / TELE2

Place holder . please add your info here

XMLTV Grabbers

tv_grab_nl_py

Package.png tv_grab_nl_py is a XMLTV compatibele grabber, written in Python that captures TV-guide info from tvgids.nl, including all channel icons.

~/.xmltv/tv_grab_nl_py.conf can be edited to delete some of the channels that you don't need.

Detailed instructions on howto install the tvgids grabber can be found here

  • Cache detail information: YES
  • Automatic add channel logos: YES
  • Configurable total days: YES
  • MythTV category color support: YES
  • IMDB support : UNKNOWN

The MythFILLEPG bash script a little bash script that prevents mythfilldatabase from grabbing lots of overlapping days http://mythtv.fotoniq.nl/

tv_grab_nl_upc

Package.png tv_grab_nl_upc is an XMLTV-compatible grabber, written in Ruby. It captures TV-guide info from chello.nl, including links to channel icons.

UPC's programme data contains more thorough programme descriptions than those available at tvgids.nl. Additionally, many of UPC's digital cable channels, such as BBC3, BBC4 and the Travel Channel are not supported by tvgids.nl. This grabber also runs faster than tv_grab_nl_py, because of the more efficient page structure of UPC's programme data.

~/.xmltv/tv_grab_nl_upc.conf can be edited to delete any channels that you don't need.

Detailed instructions on how to install and configure the grabber are available.

  • Cache detail information: NO (UPC's data is structured such that one page fetch retrieves a single channel's entire programming for one day, including all relevant programme details. For this reason, there is limited utility in caching programme data.)
  • Automatic add channel logos: YES
  • Configurable total days: YES
  • MythTV category colour support: YES
  • IMDB support: YES, either static or dynamic
  • Programme data for all UPC channels: YES

tv_grab_nl_gert

Package.png tv_grab_nl_gert This seems to be an alternative for tv_grab_nl_py but the info this page seems pretty old. never tried this myself

kwik: I do use this grabber and it is very good! It provides detailed information, including genre info. Furthermore it is well maintained. Here's some important info from the site: Because the standard tv_grab_nl script can be quite a strain on the www.tvgids.nl website and takes about an hour to get 1 day of detailed information. I wrote a script to get that info once a night, and make the resulting xml available.

  • Cache detail information: YES
  • Automatic add channel logos: UNKNOWN
  • Configurable total days: UNKNOWN
  • MythTV category color support: YES
  • IMDB support : UNKNOWN

tv_grab_nl_wolf

Package.png tv_grab_nl_wolf It provides genre information, although not for every channel. Like the tv_grab_nl_gert script, it downloads xml information that was grabbed before. The xml is generated by wolf and all the script has to do is download it. This greatly recudes strain on www.tvgids.nl. In general it provides less program info than tv_grab_nl_gert.

  • Cache detail information: NO
  • Automatic add channel logos: UNKOWN
  • Configurable total days: UNKOWN
  • MythTV category color support: LIMITED
  • IMDB support : UNKNOWN

User experiences

Place holder for tv_grabbers, add your info here

Channel logos

The electronic program guide (EPG), allows you to see what is currently being shown on the channels you receive. The source of the EPG is country specific. File:Netherlands.pngLogos are provided as square images, which makes them suitable for use with MythTV. To use these logos, download the logos to your mythtv backend box (in a seperate directory of course!), start mythtv-setup and go to the channel editor. Fill in the filenames for the channels you have a logo for.

There is another page on this Wiki which handles channel logos: Channel icons.

On the following pages you find logos for Dutch television:

Fambus logos

TU Delft Paul

Lyngsat Logo - Netherlands (Television)

Lyngsat Logo - Netherlands (Radio)