List of videos

Query parameters

q - Free search query.

page_size - How many items per page. If set to 0 it will list all items. Default is 50 items.

ordering - Order results by specified field. Prepend a minus for descending order. I.e. ?ordering=-id.

creator__email - the email of the video's creator

framerate - the framerate in hz * 1000

has_tono_records - if the tono flag is set (true/false)

is_filler - if this is a filler video (true/false)

name - the exact name/title of the video

name__icontains - substring is part of name/title of the video

organization - Frikanalen ID of organization behind video

played_count_web - the number of times this video was played on the web

played_count_web__gt - greater than

played_count_web__gte - greater than or equal

played_count_web__lt - less than

played_count_web__lte - less than or equal

publish_on_web - if this video is published ont the web (true/false)

proper_import - if the uploaded video was properly imported (true/false)

ref_url - the exact reference url

ref_url__startswith - the reference url start with this string

ref_url__icontains - the reference url contain this string

GET /api/videos/?format=api&limit=50&offset=3300&ordering=created_time&page=70
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3372,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3350&ordering=created_time&page=70",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3250&ordering=created_time&page=70",
    "results": [
        {
            "id": 625498,
            "name": "Random Aussies - McClaren Vale",
            "header": "Random Aussies - McClaren Vale\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625498/broadcast/11 - McClaren Vale.dv",
                "original": "https://upload.frikanalen.no/media/625498/original/11 - McClaren Vale.mp4",
                "theora": "https://upload.frikanalen.no/media/625498/theora/11 - McClaren Vale.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625498/large_thumb/11 - McClaren Vale.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625498/small_thumb/11 - McClaren Vale.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:24:06",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:02:11.833799Z",
            "uploadedTime": "2016-05-29T22:23:31.833833Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625498/theora/11 - McClaren Vale.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625498/large_thumb/11 - McClaren Vale.jpg"
        },
        {
            "id": 625499,
            "name": "Random Aussies - Greelong",
            "header": "Random Aussies - Greelong\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625499/original/12 - Geelong.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625499/broadcast/12 - Geelong.dv",
                "theora": "https://upload.frikanalen.no/media/625499/theora/12 - Geelong.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625499/large_thumb/12 - Geelong.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625499/small_thumb/12 - Geelong.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:25:05",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:01:53.888879Z",
            "uploadedTime": "2016-05-29T22:23:28.680643Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625499/theora/12 - Geelong.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625499/large_thumb/12 - Geelong.jpg"
        },
        {
            "id": 625500,
            "name": "Random Aussies - Season highlights",
            "header": "Random Aussies - Season highlights\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625500/original/13 - Season Highlights.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625500/broadcast/13 - Season Highlights.dv",
                "theora": "https://upload.frikanalen.no/media/625500/theora/13 - Season Highlights.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625500/large_thumb/13 - Season Highlights.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625500/small_thumb/13 - Season Highlights.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:24:54",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:01:39.690558Z",
            "uploadedTime": "2016-05-29T22:23:25.235673Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625500/theora/13 - Season Highlights.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625500/large_thumb/13 - Season Highlights.jpg"
        },
        {
            "id": 625329,
            "name": "TED - Bruno Torturra: Got a smartphone? Start broadcasting",
            "header": "In 2011, journalist Bruno Torturra covered a protest in São Paulo which turned ugly. His experience of being teargassed had a profound effect on the way he thought about his work, and he quit his job to focus on broadcasting raw, unedited experiences online. In this fascinating talk, he shares some of the ways in which he's experimented with livestreaming on the web, and how in the process he has helped to create a very modern media network.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625329/large_thumb/BrunoTorturra_2014G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625329/small_thumb/BrunoTorturra_2014G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625329/broadcast/BrunoTorturra_2014G.dv",
                "original": "https://upload.frikanalen.no/media/625329/original/BrunoTorturra_2014G.mp4",
                "theora": "https://upload.frikanalen.no/media/625329/theora/BrunoTorturra_2014G.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:39.830000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrunoTorturra_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.390210Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625329/theora/BrunoTorturra_2014G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625329/large_thumb/BrunoTorturra_2014G.jpg"
        },
        {
            "id": 625502,
            "name": "Random Aussies - Outtakes 2",
            "header": "Random Aussies - Outtakes 2\r\n\r\nTelling stories, one Aussie at a time\r\n\r\nWe all know that every man and woman has got their own story, and that every town has a tale ready to be told.\r\n\r\nThis notion is what sparked the concept behind Random Aussies, where we take to exploring the many unique cities and towns throughout Australia and learning a few things along the way.\r\n\r\nWith our trusty team and reliable Ford, we will be bringing you new content weekly, in the hopes that you’ll follow us around via your computer or mobile device as we get to know the real Australia!",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625502/broadcast/15 - Outtakes 2.dv",
                "original": "https://upload.frikanalen.no/media/625502/original/15 - Outtakes 2.mp4",
                "theora": "https://upload.frikanalen.no/media/625502/theora/15 - Outtakes 2.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625502/small_thumb/15 - Outtakes 2.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625502/large_thumb/15 - Outtakes 2.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 918 59 508",
                "fkmember": true
            },
            "duration": "00:24:35",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": false,
            "isFiller": false,
            "refUrl": "http://www.randomaussies.com.au/home",
            "createdTime": null,
            "updatedTime": "2020-09-02T06:00:41.706045Z",
            "uploadedTime": "2016-05-29T22:21:39.828775Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625502/theora/15 - Outtakes 2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625502/large_thumb/15 - Outtakes 2.jpg"
        },
        {
            "id": 625330,
            "name": "TED - David Gallo shows underwater astonishments",
            "header": "David Gallo shows jaw-dropping footage of amazing sea creatures, including a color-shifting cuttlefish, a perfectly camouflaged octopus, and a Times Square's worth of neon light displays from fish who live in the blackest depths of the ocean.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625330/small_thumb/DavidGallo_2007.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625330/broadcast/DavidGallo_2007.dv",
                "theora": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
                "original": "https://upload.frikanalen.no/media/625330/original/DavidGallo_2007.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:25.030000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidGallo_2007",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.388846Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625330/theora/DavidGallo_2007.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625330/large_thumb/DavidGallo_2007.jpg"
        },
        {
            "id": 625331,
            "name": "TED - Ron Finley: A guerilla gardener in South Central LA",
            "header": "Ron Finley plants vegetable gardens in South Central LA -- in abandoned lots, traffic medians, along the curbs. Why? For fun, for defiance, for beauty and to offer some alternative to fast food in a community where \"the drive-thrus are killing more people than the drive-bys.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625331/small_thumb/RonFinley_2013.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625331/broadcast/RonFinley_2013.dv",
                "theora": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
                "original": "https://upload.frikanalen.no/media/625331/original/RonFinley_2013.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:10:45.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RonFinley_2013",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.387405Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625331/theora/RonFinley_2013.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625331/large_thumb/RonFinley_2013.jpg"
        },
        {
            "id": 625332,
            "name": "TED - Britta Riley: A garden in my apartment",
            "header": "Britta Riley wanted to grow her own food (in her tiny apartment). So she and her friends developed a system for growing plants in discarded plastic bottles -- researching, testing and tweaking the system using social media, trying many variations at once and quickly arriving at the optimal system. Call it distributed DIY. And the results? Delicious.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625332/small_thumb/BrittaRiley_2011X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625332/broadcast/BrittaRiley_2011X.dv",
                "theora": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
                "original": "https://upload.frikanalen.no/media/625332/original/BrittaRiley_2011X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:07:52.690000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BrittaRiley_2011X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.386050Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625332/theora/BrittaRiley_2011X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625332/large_thumb/BrittaRiley_2011X.jpg"
        },
        {
            "id": 625333,
            "name": "TED - Peter van Manen: How can Formula 1 racing help ... babies?",
            "header": "During a Formula 1 race, a car sends hundreds of millions of data points to its garage for real-time analysis and feedback. So why not use this detailed and rigorous data system elsewhere, like ... at children’s hospitals? Peter van Manen tells us more.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625333/small_thumb/PeterVanManen_2013X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625333/broadcast/PeterVanManen_2013X.dv",
                "original": "https://upload.frikanalen.no/media/625333/original/PeterVanManen_2013X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:07:56.750000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PeterVanManen_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.384690Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625333/theora/PeterVanManen_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625333/large_thumb/PeterVanManen_2013X.jpg"
        },
        {
            "id": 625334,
            "name": "TED - Sir Ken Robinson: Bring on the learning revolution!",
            "header": "In this poignant, funny follow-up to his fabled 2006 talk, Sir Ken Robinson makes the case for a radical shift from standardized schools to personalized learning -- creating conditions where kids' natural talents can flourish.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625334/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625334/large_thumb/SirKenRobinson_2010.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625334/small_thumb/SirKenRobinson_2010.jpg",
                "original": "https://upload.frikanalen.no/media/625334/original/SirKenRobinson_2010.mp4",
                "theora": "https://upload.frikanalen.no/media/625334/theora/SirKenRobinson_2010.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625334/broadcast/SirKenRobinson_2010.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:57.570000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SirKenRobinson_2010",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.383291Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625334/theora/SirKenRobinson_2010.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625334/large_thumb/SirKenRobinson_2010.jpg"
        },
        {
            "id": 625336,
            "name": "TED - Geoffrey Canada: Our failing schools. Enough is enough!",
            "header": "Why, why, why does our education system look so similar to the way it did 50 years ago? Millions of students were failing then, as they are now -- and it’s because we’re clinging to a business model that clearly doesn’t work. Education advocate Geoffrey Canada dares the system to look at the data, think about the customers and make systematic shifts in order to help greater numbers of kids excel.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625336/small_thumb/GeoffreyCanada_2013S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625336/broadcast/GeoffreyCanada_2013S.dv",
                "theora": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
                "original": "https://upload.frikanalen.no/media/625336/original/GeoffreyCanada_2013S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:07.550000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GeoffreyCanada_2013S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.380610Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625336/theora/GeoffreyCanada_2013S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625336/large_thumb/GeoffreyCanada_2013S.jpg"
        },
        {
            "id": 625319,
            "name": "TED - Eric Dishman: Health care should be a team sport",
            "header": "When Eric Dishman was in college, doctors told him he had 2 to 3 years to live. That was a long time ago. One rectified diagnosis and a transplant later, Dishman puts his personal experience and his expertise as a leading medical tech specialist together to suggest some bold ideas for reinventing healthcare -- by putting the patient at the center of a treatment team. (Filmed at TED@Intel)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625319/small_thumb/EricDishman_2013X.jpg",
                "theora": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
                "original": "https://upload.frikanalen.no/media/625319/original/EricDishman_2013X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625319/broadcast/EricDishman_2013X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:59.330000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/EricDishman_2013X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.404154Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625319/theora/EricDishman_2013X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625319/large_thumb/EricDishman_2013X.jpg"
        },
        {
            "id": 625337,
            "name": "TED - Mitch Resnick: Let's teach kids to code",
            "header": "Coding isn’t just for computer whizzes, says Mitch Resnick of MIT Media Lab -- it’s for everyone. In a fun, demo-filled talk Resnick outlines the benefits of teaching kids to code, so they can do more than just “read” new technologies -- but also create them. (Filmed at TEDxBeaconStreet.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625337/large_thumb/MitchResnick_2012X.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625337/small_thumb/MitchResnick_2012X.jpg",
                "theora": "https://upload.frikanalen.no/media/625337/theora/MitchResnick_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625337/broadcast/MitchResnick_2012X.dv",
                "original": "https://upload.frikanalen.no/media/625337/original/MitchResnick_2012X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:48.930000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MitchResnick_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.379245Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625337/theora/MitchResnick_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625337/large_thumb/MitchResnick_2012X.jpg"
        },
        {
            "id": 625338,
            "name": "TED - Marco Tempest: The electric rise and fall of Nikola Tesla",
            "header": "Combining projection mapping and a pop-up book, Marco Tempest tells the visually arresting story of Nikola Tesla -- called “the greatest geek who ever lived” -- from his triumphant invention of alternating current to his penniless last days.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625338/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625338/large_thumb/MarcoTempest_Session4_2012.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625338/small_thumb/MarcoTempest_Session4_2012.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625338/broadcast/MarcoTempest_Session4_2012.dv",
                "theora": "https://upload.frikanalen.no/media/625338/theora/MarcoTempest_Session4_2012.ogv",
                "original": "https://upload.frikanalen.no/media/625338/original/MarcoTempest_Session4_2012.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:05.250000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_Session4_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.377888Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625338/theora/MarcoTempest_Session4_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625338/large_thumb/MarcoTempest_Session4_2012.jpg"
        },
        {
            "id": 625339,
            "name": "TED - Marco Tempest: A magical tale (with augmented reality)",
            "header": "Marco Tempest spins a beautiful story of what magic is, how it entertains us and how it highlights our humanity -- all while working extraordinary illusions with his hands and an augmented reality machine.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625339/small_thumb/MarcoTempest_2012.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625339/large_thumb/MarcoTempest_2012.jpg",
                "theora": "https://upload.frikanalen.no/media/625339/theora/MarcoTempest_2012.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625339/broadcast/MarcoTempest_2012.dv",
                "original": "https://upload.frikanalen.no/media/625339/original/MarcoTempest_2012.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:32",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.376565Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625339/theora/MarcoTempest_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625339/large_thumb/MarcoTempest_2012.jpg"
        },
        {
            "id": 625340,
            "name": "TED - Marco Tempest: The magic of truth and lies (and iPods)",
            "header": "Using three iPods like magical props, Marco Tempest spins a clever, surprisingly heartfelt meditation on truth and lies, art and emotion.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625340/small_thumb/MarcoTempest_2011G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625340/large_thumb/MarcoTempest_2011G.jpg",
                "theora": "https://upload.frikanalen.no/media/625340/theora/MarcoTempest_2011G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625340/broadcast/MarcoTempest_2011G.dv",
                "original": "https://upload.frikanalen.no/media/625340/original/MarcoTempest_2011G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:06.990000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_2011G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.375174Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625340/theora/MarcoTempest_2011G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625340/large_thumb/MarcoTempest_2011G.jpg"
        },
        {
            "id": 625341,
            "name": "TED - Marco Tempest: Augmented reality, techno-magic",
            "header": "Using sleight-of-hand techniques and charming storytelling, illusionist Marco Tempest brings a jaunty stick figure to life onstage at TEDGlobal.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625341/large_thumb/MarcoTempest_Session7_2011G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625341/small_thumb/MarcoTempest_Session7_2011G.jpg",
                "theora": "https://upload.frikanalen.no/media/625341/theora/MarcoTempest_Session7_2011G.ogv",
                "original": "https://upload.frikanalen.no/media/625341/original/MarcoTempest_Session7_2011G.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625341/broadcast/MarcoTempest_Session7_2011G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:44.820000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_Session7_2011G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.373837Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625341/theora/MarcoTempest_Session7_2011G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625341/large_thumb/MarcoTempest_Session7_2011G.jpg"
        },
        {
            "id": 625342,
            "name": "TED - Marco Tempest: A cyber-magic card trick like no other",
            "header": "The suits, numbers and colors in a deck of cards correspond to the seasons, moon cycles and calendar. Marco Tempest straps on augmented reality goggles and does a card trick like you’ve never seen before, weaving a lyrical tale as he deals. (This version fixes a glitch in the original performance, but is otherwise exactly as seen live by the TEDGlobal audience, including the dazzling augmented reality effects.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625342/large_thumb/MarcoTempest_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625342/small_thumb/MarcoTempest_2012G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625342/broadcast/MarcoTempest_2012G.dv",
                "original": "https://upload.frikanalen.no/media/625342/original/MarcoTempest_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625342/theora/MarcoTempest_2012G.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:32.580000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.372476Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625342/theora/MarcoTempest_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625342/large_thumb/MarcoTempest_2012G.jpg"
        },
        {
            "id": 625343,
            "name": "TED - Marco Tempest: Maybe the best robot demo ever",
            "header": "Marco Tempest uses charming stagecraft to demo EDI, the multi-purpose robot designed to work very closely with humans. Less a magic trick than an intricately choreographed performance, Tempest shows off the robot’s sensing technology, safety features and strength, and makes the case for a closer human-robot relationship. (Okay, there’s a little magic, too.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625343/large_thumb/MarcoTempest_2014.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625343/small_thumb/MarcoTempest_2014.jpg",
                "original": "https://upload.frikanalen.no/media/625343/original/MarcoTempest_2014.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625343/broadcast/MarcoTempest_2014.dv",
                "theora": "https://upload.frikanalen.no/media/625343/theora/MarcoTempest_2014.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:18.760000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MarcoTempest_2014",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.371097Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625343/theora/MarcoTempest_2014.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625343/large_thumb/MarcoTempest_2014.jpg"
        },
        {
            "id": 625344,
            "name": "TED - William Noel: Revealing the lost codex of Archimedes",
            "header": "How do you read a two-thousand-year-old manuscript that has been erased, cut up, written on and painted over? With a powerful particle accelerator, of course! Ancient books curator William Noel tells the fascinating story behind the Archimedes palimpsest, a Byzantine prayer book containing previously-unknown original writings from ancient Greek mathematician Archimedes and others.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625344/large_thumb/WilliamNoel_2012S.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625344/small_thumb/WilliamNoel_2012S.jpg",
                "theora": "https://upload.frikanalen.no/media/625344/theora/WilliamNoel_2012S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625344/broadcast/WilliamNoel_2012S.dv",
                "original": "https://upload.frikanalen.no/media/625344/original/WilliamNoel_2012S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:14:53.780000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/WilliamNoel_2012S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.369757Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625344/theora/WilliamNoel_2012S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625344/large_thumb/WilliamNoel_2012S.jpg"
        },
        {
            "id": 625345,
            "name": "TED - Rob Reid: The $8 billion iPod",
            "header": "Comic author Rob Reid unveils Copyright Math (TM), a remarkable new field of study based on actual numbers from entertainment industry lawyers and lobbyists.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625345/large_thumb/RobReid_2012.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625345/small_thumb/RobReid_2012.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625345/broadcast/RobReid_2012.dv",
                "original": "https://upload.frikanalen.no/media/625345/original/RobReid_2012.mp4",
                "theora": "https://upload.frikanalen.no/media/625345/theora/RobReid_2012.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:11.190000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobReid_2012",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.368409Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625345/theora/RobReid_2012.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625345/large_thumb/RobReid_2012.jpg"
        },
        {
            "id": 625346,
            "name": "TED - Dave deBronkart: Meet e-Patient Dave",
            "header": "When Dave deBronkart learned he had a rare and terminal cancer, he turned to a group of fellow patients online -- and found the medical treatment that saved his life. Now he calls on all patients to talk with one another, know their own health data, and make health care better one e-Patient at a time.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625346/small_thumb/DavedeBronkart_2010X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625346/large_thumb/DavedeBronkart_2010X.jpg",
                "theora": "https://upload.frikanalen.no/media/625346/theora/DavedeBronkart_2010X.ogv",
                "original": "https://upload.frikanalen.no/media/625346/original/DavedeBronkart_2010X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625346/broadcast/DavedeBronkart_2010X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:31.070000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavedeBronkart_2010X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.366889Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625346/theora/DavedeBronkart_2010X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625346/large_thumb/DavedeBronkart_2010X.jpg"
        },
        {
            "id": 625347,
            "name": "TED - Michael Specter: The danger of science denial",
            "header": "Vaccine-autism claims, \"Frankenfood\" bans, the herbal cure craze: All point to the public's growing fear (and, often, outright denial) of science and reason, says Michael Specter. He warns the trend spells disaster for human progress.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625347/small_thumb/MichaelSpecter_2010.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625347/large_thumb/MichaelSpecter_2010.jpg",
                "original": "https://upload.frikanalen.no/media/625347/original/MichaelSpecter_2010.mp4",
                "theora": "https://upload.frikanalen.no/media/625347/theora/MichaelSpecter_2010.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625347/broadcast/MichaelSpecter_2010.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:29.430000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MichaelSpecter_2010",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.365540Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625347/theora/MichaelSpecter_2010.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625347/large_thumb/MichaelSpecter_2010.jpg"
        },
        {
            "id": 625348,
            "name": "TED - James Randi's fiery takedown of psychic fraud",
            "header": "Legendary skeptic James Randi takes a fatal dose of homeopathic sleeping pills onstage, kicking off a searing 18-minute indictment of irrational beliefs. He throws out a challenge to the world's psychics: Prove what you do is real, and I'll give you a million dollars. (No takers yet.)\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625348/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625348/large_thumb/JamesRandi_2007.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625348/small_thumb/JamesRandi_2007.jpg",
                "original": "https://upload.frikanalen.no/media/625348/original/JamesRandi_2007.mp4",
                "theora": "https://upload.frikanalen.no/media/625348/theora/JamesRandi_2007.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625348/broadcast/JamesRandi_2007.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:19.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JamesRandi_2007",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.364193Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625348/theora/JamesRandi_2007.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625348/large_thumb/JamesRandi_2007.jpg"
        },
        {
            "id": 625349,
            "name": "TED - Ernesto Sirolli: Want to help someone? Shut up and listen!",
            "header": "When most well-intentioned aid workers hear of a problem they think they can fix, they go to work. This, Ernesto Sirolli suggests, is naïve. In this funny and impassioned talk, he proposes that the first step is to listen to the people you're trying to help, and tap into their own entrepreneurial spirit. His advice on what works will help any entrepreneur.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625349/small_thumb/ErnestoSirolli_2012X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625349/large_thumb/ErnestoSirolli_2012X.jpg",
                "original": "https://upload.frikanalen.no/media/625349/original/ErnestoSirolli_2012X.mp4",
                "theora": "https://upload.frikanalen.no/media/625349/theora/ErnestoSirolli_2012X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625349/broadcast/ErnestoSirolli_2012X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:17:09.600000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ErnestoSirolli_2012X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.362818Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625349/theora/ErnestoSirolli_2012X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625349/large_thumb/ErnestoSirolli_2012X.jpg"
        },
        {
            "id": 625350,
            "name": "TED - Kirby Ferguson: Embrace the remix",
            "header": "Nothing is original, says Kirby Ferguson, creator of Everything is a Remix. From Bob Dylan to Steve Jobs, he says our most celebrated creators borrow, steal and transform.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625350/large_thumb/KirbyFerguson_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625350/small_thumb/KirbyFerguson_2012G.jpg",
                "theora": "https://upload.frikanalen.no/media/625350/theora/KirbyFerguson_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625350/broadcast/KirbyFerguson_2012G.dv",
                "original": "https://upload.frikanalen.no/media/625350/original/KirbyFerguson_2012G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:42.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/KirbyFerguson_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.361497Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625350/theora/KirbyFerguson_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625350/large_thumb/KirbyFerguson_2012G.jpg"
        },
        {
            "id": 625351,
            "name": "TED - Daniel Suarez: The kill decision shouldn't belong to a robot",
            "header": "As a novelist, Daniel Suarez spins dystopian tales of the future. But on the TEDGlobal stage, he talks us through a real-life scenario we all need to know more about: the rise of autonomous robotic weapons of war. Advanced drones, automated weapons and AI-powered intelligence-gathering tools, he suggests, could take the decision to make war out of the hands of humans.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625351/small_thumb/DanielSuarez_2013G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625351/large_thumb/DanielSuarez_2013G.jpg",
                "original": "https://upload.frikanalen.no/media/625351/original/DanielSuarez_2013G.mp4",
                "theora": "https://upload.frikanalen.no/media/625351/theora/DanielSuarez_2013G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625351/broadcast/DanielSuarez_2013G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:13:20.280000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielSuarez_2013G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.360138Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625351/theora/DanielSuarez_2013G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625351/large_thumb/DanielSuarez_2013G.jpg"
        },
        {
            "id": 625352,
            "name": "TED - Apollo Robbins: The art of misdirection",
            "header": "Hailed as the greatest pickpocket in the world, Apollo Robbins studies the quirks of human behavior as he steals your watch. In a hilarious demonstration, Robbins samples the buffet of the TEDGlobal 2013 audience, showing how the flaws in our perception make it possible to swipe a wallet and leave it on its owner’s shoulder while they remain clueless.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625352/large_thumb/ApolloRobbins_2013G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625352/small_thumb/ApolloRobbins_2013G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625352/broadcast/ApolloRobbins_2013G.dv",
                "theora": "https://upload.frikanalen.no/media/625352/theora/ApolloRobbins_2013G.ogv",
                "original": "https://upload.frikanalen.no/media/625352/original/ApolloRobbins_2013G.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:08:47.300000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ApolloRobbins_2013G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.358731Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625352/theora/ApolloRobbins_2013G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625352/large_thumb/ApolloRobbins_2013G.jpg"
        },
        {
            "id": 625353,
            "name": "TED - Sergei Lupashin: A flying camera ... on a leash",
            "header": "Let's admit it: aerial photo drones and UAVs are a little creepy, and they come with big regulatory and safety problems. But aerial photos can be a powerful way of telling the truth about the world: the size of a protest, the spread of an oil spill, the wildlife hidden in a delta. Sergei Lupashin demos Fotokite, a nifty new way to see the world from on high, safely and under control.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625353/small_thumb/SergeiLupashin_2014S.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625353/broadcast/SergeiLupashin_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625353/original/SergeiLupashin_2014S.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:06:27.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SergeiLupashin_2014S",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.357386Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625353/theora/SergeiLupashin_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625353/large_thumb/SergeiLupashin_2014S.jpg"
        },
        {
            "id": 625354,
            "name": "TED - Sanjay Pradhan: How open data is changing international aid",
            "header": "How do we make sure that development and aid money actually goes to the people who most need it? Sanjay Pradhan of the World Bank Institute lays out three guidelines to help relief efforts make the most impact — while curbing corruption. One key: connecting the players who are working to change broken systems with the data they need.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625354/small_thumb/SanjayPradhan_2012G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625354/original/SanjayPradhan_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625354/broadcast/SanjayPradhan_2012G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:17.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SanjayPradhan_2012G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.356056Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625354/theora/SanjayPradhan_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625354/large_thumb/SanjayPradhan_2012G.jpg"
        },
        {
            "id": 625356,
            "name": "TED - Michael Green: What the Social Progress Index can reveal about your country",
            "header": "The term Gross Domestic Product is often talked about as if it were “handed down from god on tablets of stone.” But this concept was invented by an economist in the 1930s. We need a more effective measurement tool to match 21st century needs, says Michael Green: the Social Progress Index. With charm and wit, he shows how this tool measures societies across the three dimensions that actually matter. And reveals the dramatic reordering of nations that occurs when you use it.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625356/large_thumb/MichaelGreen_2014G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625356/small_thumb/MichaelGreen_2014G.jpg",
                "theora": "https://upload.frikanalen.no/media/625356/theora/MichaelGreen_2014G.ogv",
                "original": "https://upload.frikanalen.no/media/625356/original/MichaelGreen_2014G.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625356/broadcast/MichaelGreen_2014G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:15:00.770000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MichaelGreen_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.353317Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625356/theora/MichaelGreen_2014G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625356/large_thumb/MichaelGreen_2014G.jpg"
        },
        {
            "id": 625357,
            "name": "TED - Dan Dennett on our consciousness",
            "header": "Philosopher Dan Dennett makes a compelling argument that not only don't we understand our own consciousness, but that half the time our brains are actively fooling us.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "srt": "https://upload.frikanalen.no/media/625357/srt/nb.srt",
                "largeThumb": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625357/small_thumb/DanDennett_2003.jpg",
                "theora": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625357/broadcast/DanDennett_2003.dv",
                "original": "https://upload.frikanalen.no/media/625357/original/DanDennett_2003.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:21:51.530000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanDennett_2003",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.351953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625357/theora/DanDennett_2003.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625357/large_thumb/DanDennett_2003.jpg"
        },
        {
            "id": 625359,
            "name": "TED - Ben Wellington: How we found the worst place to park in New York City -- using big data",
            "header": "City agencies have access to a wealth of data and statistics reflecting every part of urban life. But as data analyst Ben Wellington suggests in this entertaining talk, sometimes they just don't know what to do with it. He shows how a combination of unexpected questions and smart data crunching can produce strangely useful insights, and shares tips on how to release large sets of data so that anyone can use them.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625359/small_thumb/BenWellington_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg",
                "original": "https://upload.frikanalen.no/media/625359/original/BenWellington_2014X.mp4",
                "theora": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625359/broadcast/BenWellington_2014X.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:52.090000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/BenWellington_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.349247Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625359/theora/BenWellington_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625359/large_thumb/BenWellington_2014X.jpg"
        },
        {
            "id": 625361,
            "name": "TED - Topher White: What can save the rainforest? Your used cell phone",
            "header": "The sounds of the rainforest include: the chirps of birds, the buzz of cicadas, the banter of gibbons. But in the background is the almost-always present sound of a chainsaw, from illegal loggers. Engineer Topher White shares a simple, scalable way to stop this brutal deforestation — that starts with your old cell phone.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625361/small_thumb/TopherWhite_2014X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625361/broadcast/TopherWhite_2014X.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625361/original/TopherWhite_2014X.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:34.350000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TopherWhite_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.346425Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625361/theora/TopherWhite_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625361/large_thumb/TopherWhite_2014X.jpg"
        },
        {
            "id": 625363,
            "name": "TED - Andy Yen: Think your email's private? Think again",
            "header": "Sending an email message is like sending a postcard, says scientist Andy Yen in this thought-provoking talk: Anyone can read it. Yet encryption, the technology that protects the privacy of email communication, does exist. It's just that until now it has been difficult to install and a hassle to use. Showing a demo of an email program he designed with colleagues at CERN, Yen argues that encryption can be made simple to the point of becoming the default option, providing true email privacy to all.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625363/original/AndyYen_2014G.mp4",
                "theora": "https://upload.frikanalen.no/media/625363/theora/AndyYen_2014G.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625363/small_thumb/AndyYen_2014G.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625363/large_thumb/AndyYen_2014G.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625363/broadcast/AndyYen_2014G.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:13.240000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AndyYen_2014G",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.343707Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625363/theora/AndyYen_2014G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625363/large_thumb/AndyYen_2014G.jpg"
        },
        {
            "id": 625365,
            "name": "TED - Fei-Fei Li: How we're teaching computers to understand pictures",
            "header": "When a very young child looks at a picture, she can identify simple elements: \"cat,\" \"book,\" \"chair.\" Now, computers are getting smart enough to do that too. What's next? In a thrilling talk, computer vision expert Fei-Fei Li describes the state of the art  — including the database of 15 million photos her team built to \"teach\" a computer to understand pictures — and the key insights yet to come.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625365/small_thumb/FeiFeiLi_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625365/large_thumb/FeiFeiLi_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625365/original/FeiFeiLi_2015.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625365/broadcast/FeiFeiLi_2015.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:02.310000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/FeiFeiLi_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.340994Z",
            "uploadedTime": null,
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625365/large_thumb/FeiFeiLi_2015.jpg"
        },
        {
            "id": 625367,
            "name": "Killswitch-debatt med A. Brenna, H.W. Lie, K. Miazine og P. Reinholdtsen",
            "header": "Diskusjon om overvåkning og Internets fremtid med Håkon Wium Lie, Kirill Miazine, Petter Reinholdtsen og ordstyrer Anders Brenna etter visning av dokumentarfilmen Killswitch på Oslo Dokumentarkino.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625367/theora/67db84dd53d634aa97c74cd293a9c1a0.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625367/broadcast/558772cfe29b30897d778146269f0925.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625367/large_thumb/20150214-nuug-killswitch-debatt.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625367/small_thumb/20150214-nuug-killswitch-debatt.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:42:37.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.338290Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625367/theora/67db84dd53d634aa97c74cd293a9c1a0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625367/large_thumb/20150214-nuug-killswitch-debatt.jpg"
        },
        {
            "id": 625368,
            "name": "Citizenfour - Samtale med Snowden-advokat Patrick Toomey og Jon Wessel-Aas før visning",
            "header": "Samtale med Patrick Toomey, en av advokatene til Edward Snowden, og Jon Wessel-Aas før forpremieren av Citizenfour 2015-04-15.  Arrangert i samarbeid med Fritt Ord, Tour de Force og Ny Tid.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625368/broadcast/2dc2473b68cb284753774c8b22124b8a.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625368/small_thumb/2dc2473b68cb284753774c8b22124b8a.jpg",
                "theora": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:40:25.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.336953Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625368/theora/2dc2473b68cb284753774c8b22124b8a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625368/large_thumb/2dc2473b68cb284753774c8b22124b8a.jpg"
        },
        {
            "id": 625370,
            "name": "TED - Gary Haugen: The hidden reason for poverty the world needs to address now",
            "header": "Collective compassion has meant an overall decrease in global poverty since the 1980s, says civil rights lawyer Gary Haugen. Yet for all the world's aid money, there's a pervasive hidden problem keeping poverty alive. Haugen reveals the dark underlying cause we must recognize and act on now.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625370/small_thumb/GaryHaugen_2015.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625370/large_thumb/GaryHaugen_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625370/broadcast/GaryHaugen_2015.dv",
                "theora": "https://upload.frikanalen.no/media/625370/theora/GaryHaugen_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625370/original/GaryHaugen_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:10.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GaryHaugen_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.334208Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625370/theora/GaryHaugen_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625370/large_thumb/GaryHaugen_2015.jpg"
        },
        {
            "id": 625372,
            "name": "TED - Nathalie Cabrol: How Mars might hold the secret to the origin of life",
            "header": "While we like to imagine little green men, it’s far more likely that life on other planets will be microbial. Planetary scientist Nathalie Cabrol takes us inside the search for microbes on Mars, a hunt which counterintuitively leads us to the remote lakes of the Andes mountains. This extreme environment — with its thin atmosphere and scorched land — approximates the surface of Mars about 3.5 billion years ago. How microbes adapt to survive here may just show us where to look on Mars — and could help us understand why some microbial pathways lead to civilization while others are a dead end.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625372/theora/NathalieCabrol_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625372/large_thumb/NathalieCabrol_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625372/broadcast/NathalieCabrol_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625372/small_thumb/NathalieCabrol_2015.jpg",
                "original": "https://upload.frikanalen.no/media/625372/original/NathalieCabrol_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:06.230000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/NathalieCabrol_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.331387Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625372/theora/NathalieCabrol_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625372/large_thumb/NathalieCabrol_2015.jpg"
        },
        {
            "id": 625373,
            "name": "OpenStack og drift i nettskyen",
            "header": "Dag Stenstad fra Zetta.IO presenterer hvordan man kommer igang med drift av tjenester i nettskyen. De siste årene har skjedd en stor omveltning i den globale IT-bransjen, hvor IT-infrastruktur blir industrialisert og standardisert. Dette legger grunnlaget for helt andre drifts- og utviklingsmodeller enn det som benyttes i dag. Automatisering av oppsett og styring av kapasitet, gjør at fokus endres fra det å drifte enkelte servere, til å levere tjenester.\r\n\r\nDag er daglig leder i Zetta.IO, den første norske leverandøren av Infrastruktur som tjeneste (IaaS) levert på Openstack. Han har 16 års erfaring fra telco- og hostingbransjen.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625373/theora/20150210-openstack-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625373/small_thumb/20150210-openstack-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625373/large_thumb/20150210-openstack-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625373/broadcast/20150210-openstack-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:22:50.640000",
            "categories": [
                "Annet",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.329964Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625373/theora/20150210-openstack-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625373/large_thumb/20150210-openstack-frikanalen.jpg"
        },
        {
            "id": 625374,
            "name": "TED - Chris Milk: How virtual reality can create the ultimate empathy machine",
            "header": "Chris Milk uses cutting edge technology to produce astonishing films that delight and enchant. But for Milk, the human story is the driving force behind everything he does. In this short, charming talk, he shows some of his collaborations with musicians including Kanye West and Arcade Fire, and describes his latest, mind-bending experiments with virtual reality.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625374/small_thumb/ChrisMilk_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625374/broadcast/ChrisMilk_2015.dv",
                "original": "https://upload.frikanalen.no/media/625374/original/ChrisMilk_2015.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:10:29.680000",
            "categories": [
                "Kultur",
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/ChrisMilk_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.328282Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625374/theora/ChrisMilk_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625374/large_thumb/ChrisMilk_2015.jpg"
        },
        {
            "id": 625376,
            "name": "Console Password Manager - Passord-behandling i terminalen",
            "header": "Console Password Manager (CPM) er et program for å håndtere lagring av passord på en sikker og strukturert måte. Det bruker ncurses for brukergrensesnitt, libxml2 for å lagre informasjonen, zlib for å komprimere dataen og GpgMe-biblioteket for å kryptere og dekryptere informasjonen.\r\n\r\nKacper jobber i Redpill Linpro, han spesialiserer seg på sikkerhet og et helhetlig perspektiv over datasystemene. Han har erfaring innen utvikling, distribusjon og analyse.\r\n\r\nNUUG talk from  2014-05-13.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625376/theora/20140513-cpm-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625376/large_thumb/20140513-cpm-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625376/small_thumb/20140513-cpm-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625376/broadcast/20140513-cpm-frikanalen.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:30:24.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.326898Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625376/theora/20140513-cpm-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625376/large_thumb/20140513-cpm-frikanalen.jpg"
        },
        {
            "id": 625377,
            "name": "TED - Greg Gage: How to control someone else's arm with your brain",
            "header": "Greg Gage is on a mission to make brain science accessible to all. In this fun, kind of creepy demo, the neuroscientist and TED Senior Fellow uses a simple, inexpensive DIY kit to take away the free will of an audience member. It’s not a parlor trick; it actually works. You have to see it to believe it.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625377/small_thumb/GregGage_2015U.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625377/large_thumb/GregGage_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625377/original/GregGage_2015U.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625377/broadcast/GregGage_2015U.dv",
                "theora": "https://upload.frikanalen.no/media/625377/theora/GregGage_2015U.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:05:56.400000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GregGage_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.325508Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625377/theora/GregGage_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625377/large_thumb/GregGage_2015U.jpg"
        },
        {
            "id": 625378,
            "name": "Fri programvareløsning for NOARK 5-kjerne og dots i praksis",
            "header": "NOARK5 er det offentlige Norges standard for elektronisk journalføring og arkivering av dokumenter og korrespondanse. Noark 5 skal kunne brukes for alle typer arkivdanning, uavhengig av teknologisk løsning og type organ. På dette møtet får vi høre mer om et pilotprosjekt som er blitt utført i Trondheim og Malvik kommune i forhold til digitalisering av papirarkiver. Dette er en del av ideologien om å \"liberate your data\".\r\n\r\nChristian Lundvang er fra Ålesund, gründer og medeier av flere selskaper deriblant NXC AS, som står bak Documaster Dots. Utdannet BSc i Datateknikk fra HiO og jobber nå som daglig leder i Documaster AS.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625378/theora/20140211-noark-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625378/large_thumb/20140211-noark-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625378/broadcast/20140211-noark-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625378/small_thumb/20140211-noark-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:11:18.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.324019Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625378/theora/20140211-noark-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625378/large_thumb/20140211-noark-frikanalen.jpg"
        },
        {
            "id": 625379,
            "name": "TED - Abe Davis: New video technology that reveals an object's hidden properties",
            "header": "Subtle motion happens around us all the time, including tiny vibrations caused by sound. New technology shows that we can pick up on these vibrations and actually re-create sound and conversations just from a video of a seemingly still object. But now Abe Davis takes it one step further: Watch him demo software that lets anyone interact with these hidden properties, just from a simple video.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625379/large_thumb/AbeDavis_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625379/theora/AbeDavis_2015.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625379/broadcast/AbeDavis_2015.dv",
                "original": "https://upload.frikanalen.no/media/625379/original/AbeDavis_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625379/small_thumb/AbeDavis_2015.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:18:01.680000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AbeDavis_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.322623Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625379/theora/AbeDavis_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625379/large_thumb/AbeDavis_2015.jpg"
        },
        {
            "id": 625380,
            "name": "Teknologien bak den digitale valutaen Bitcoin",
            "header": "Sturle Sunde presenterer Bitcoin, teknologien bak Bitcoin og hvordan Bitcoin fungerer. Hvorfor nettopp du burde bruke Bitcoin og hvorfor ikke de store butikkkjedene kommer til å godta Bitcoin med det første.\r\n\r\nSturle er daglig leder i Sunde Bitmynthandel og står bak bitmynt.no. Han har brukt og handlet med Bitcoin siden 2010.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625380/broadcast/20141014-bitcoin-frikanalen.dv",
                "theora": "https://upload.frikanalen.no/media/625380/theora/20141014-bitcoin-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625380/large_thumb/20141014-bitcoin-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625380/small_thumb/20141014-bitcoin-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:24:55.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.321297Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625380/theora/20141014-bitcoin-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625380/large_thumb/20141014-bitcoin-frikanalen.jpg"
        },
        {
            "id": 625381,
            "name": "TED - Alice Goffman: How we're priming some kids for college — and others for prison",
            "header": "In the United States, two institutions guide teenagers on the journey to adulthood: college and prison. Sociologist Alice Goffman spent six years in a troubled Philadelphia neighborhood and saw first-hand how teenagers of African-American and Latino backgrounds are funneled down the path to prison — sometimes starting with relatively minor infractions. In an impassioned talk she asks, “Why are we offering only handcuffs and jail time?”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625381/original/AliceGoffman_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625381/broadcast/AliceGoffman_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625381/small_thumb/AliceGoffman_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:08.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AliceGoffman_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.319967Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625381/theora/AliceGoffman_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625381/large_thumb/AliceGoffman_2015.jpg"
        },
        {
            "id": 625382,
            "name": "Erfaringer fra drift av sks-keyservers.net",
            "header": "Kristian Fiskerstrand presenterer sine erfaringer med å utvikle og drive OpenPGP-nøkkeltjenere for utveksling av nøkler brukt til blant annet epostkryptering. Det vil være et særskilt fokus på DNS poolene på sks-keyservers.net - et prosjekt som ble startet av han i 2006 og i dag er brukt som standard nøkkeltjener av bl.a GnuPG.\r\n\r\nI tillegg til dette prosjektet er Kristian også en av utviklerne av nøkkeltjeneren SKS og Gentoo Developer med særlig fokus på Security og Crypto teamene.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625382/theora/20140909-skskeyservers-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625382/large_thumb/20140909-skskeyservers-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625382/broadcast/20140909-skskeyservers-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625382/small_thumb/20140909-skskeyservers-frikanalen.jpg"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:02:45.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.318583Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625382/theora/20140909-skskeyservers-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625382/large_thumb/20140909-skskeyservers-frikanalen.jpg"
        },
        {
            "id": 625383,
            "name": "TED - Dan Ariely: How equal do we want the world to be? You'd be surprised",
            "header": "The news of society's growing inequality makes all of us uneasy. But why? Dan Ariely reveals some new, surprising research on what we think is fair, as far as how wealth is distributed over societies ... then shows how it stacks up to the real stats.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625383/original/DanAriely_2015U.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625383/small_thumb/DanAriely_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625383/theora/DanAriely_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625383/large_thumb/DanAriely_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625383/broadcast/DanAriely_2015U.dv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:08:57.840000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanAriely_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.317230Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625383/theora/DanAriely_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625383/large_thumb/DanAriely_2015U.jpg"
        }
    ]
}