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&offset=3150&ordering=is_filler
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3404,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3200&ordering=is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3100&ordering=is_filler",
    "results": [
        {
            "id": 624224,
            "name": "5080 - Helge Jordal",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
                "original": "https://upload.frikanalen.no/media/624224/original/orig_198ecb256e8f496989e364a863f3d0a0.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624224/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624224/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624224/broadcast/5252_a26f410bb3a8491f85d4104e1718bbf4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:36.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:18:24.350000Z",
            "updatedTime": "2018-11-10T18:29:28.803881Z",
            "uploadedTime": "2011-02-02T19:18:24.350000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624224/theora/5252_24e6c47605374d22b28aaf3325924391.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624224/large_thumb/large.jpg"
        },
        {
            "id": 624874,
            "name": "NewLife_Promo_2012",
            "header": "Fra barnehjemmet Ebenezer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624874/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624874/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624874/broadcast/6253_c4439173c60b48218f20c89f6749b1bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:29.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-04-27T06:53:34.443000Z",
            "updatedTime": "2018-11-10T18:29:27.951243Z",
            "uploadedTime": "2012-04-27T06:53:34.443000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624874/theora/6253_908bdffa02f044e29725ccc42e0070bb.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624874/large_thumb/large.jpg"
        },
        {
            "id": 625619,
            "name": "Tales from 20 Years of Copyleft Enforcement",
            "header": "President of the Software Freedom Conservancy, Bradley M. Kuhn, shares his experiences from his work in the field.\r\n\r\nNUUG talk from 2016-06-06.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625619/theora/20160603-sfconservancy-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625619/large_thumb/20160603-sfconservancy-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625619/broadcast/20160603-sfconservancy-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625619/small_thumb/20160603-sfconservancy-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:01:10.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-09T12:32:47.272905Z",
            "updatedTime": "2018-11-10T18:29:26.969239Z",
            "uploadedTime": "2016-06-09T12:34:46.243579Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625619/theora/20160603-sfconservancy-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625619/large_thumb/20160603-sfconservancy-frikanalen.jpg"
        },
        {
            "id": 624223,
            "name": "5080 - Troll i ord",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
                "original": "https://upload.frikanalen.no/media/624223/original/orig_74e3071a46504f1a95b984e5007dc5cb.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624223/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624223/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624223/broadcast/5251_da03e434be914383ab6d29c98a2dd019.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:55.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T19:17:38.490000Z",
            "updatedTime": "2018-11-10T18:29:28.805234Z",
            "uploadedTime": "2011-02-02T19:17:38.490000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624223/theora/5251_5fc35fe0ea274a76a37975bb2de6362a.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624223/large_thumb/large.jpg"
        },
        {
            "id": 624222,
            "name": "5080 - Piss piss piss",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624222/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624222/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624222/broadcast/5250_f44caabb8a6b4f9abc1f1b6a87168064.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
            },
            "creator": "egilaslak@gmail.com",
            "organization": {
                "id": 108,
                "name": "Mediehuset 5080",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1059,
                "editorName": "Egil Aslak Aursand Hagerup",
                "editorEmail": "egilaslak@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:34.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://5080.no",
            "createdTime": "2011-02-02T14:44:19.727000Z",
            "updatedTime": "2018-11-10T18:29:28.806589Z",
            "uploadedTime": "2011-02-02T14:44:19.727000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624222/theora/5250_619e8e3de9ed49f4866ebac728f2fbbd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624222/large_thumb/large.jpg"
        },
        {
            "id": 625614,
            "name": "TED - Cédric Villani: What's so sexy about math?",
            "header": "Hidden truths permeate our world; they're inaccessible to our senses, but math allows us to go beyond our intuition to uncover their mysteries. In this survey of mathematical breakthroughs, Fields Medal winner Cédric Villani speaks to the thrill of discovery and details the sometimes perplexing life of a mathematician. \"Beautiful mathematical explanations are not only for our pleasure,\" he says. \"They change our vision of the world.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625614/broadcast/CedricVillani_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625614/small_thumb/CedricVillani_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625614/original/CedricVillani_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.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:27.710000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CedricVillani_2016",
            "createdTime": "2016-06-07T10:16:07.882543Z",
            "updatedTime": "2018-11-10T18:29:26.976438Z",
            "uploadedTime": "2016-06-07T10:30:29.105097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625614/theora/CedricVillani_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625614/large_thumb/CedricVillani_2016.jpg"
        },
        {
            "id": 624221,
            "name": "TED - Den beste gaven jeg overlevde",
            "header": "Stacey Kramer byr på en rørende, personlig, 3-minutts lignelse som viser hvordan en uønsket hendelse -- fryktelig, traumatisk, dyr -- kan vise seg å være en uvurderlig gave.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624221/theora/5249_a17eb8898c054b969f59fbc98bcac2d5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624221/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624221/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624221/broadcast/5249_6e4b2e8fa2c94a9aa88c6674ce9b7467.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624221/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:03:13.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-02T08:10:02Z",
            "updatedTime": "2018-11-10T18:29:28.808007Z",
            "uploadedTime": "2011-02-02T08:10:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624221/theora/5249_a17eb8898c054b969f59fbc98bcac2d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624221/large_thumb/large.jpg"
        },
        {
            "id": 624220,
            "name": "TED - Søt, sexy, godt, morsom",
            "header": "Hvorfor er babyer søte?  Hvorfor er kake godt?  Filosof Dan Dennett har svar du ikke forventer, der han gir oss evolusjonens ikke-intuitive forklaring på søte, gode og sexy ting (i tillegg til en ny teori fra Matthew Hurley om hvorfor vitser er morsomme).",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624220/theora/5248_a5a40c3639694b889281c0d95f6306e1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624220/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624220/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624220/broadcast/5248_66a885279aa545ae8f24f7663867d121.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624220/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:44.160000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanDennett_2009U",
            "createdTime": "2011-02-01T20:35:55.717000Z",
            "updatedTime": "2018-11-10T18:29:28.809365Z",
            "uploadedTime": "2011-02-01T20:35:55.717000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624220/theora/5248_a5a40c3639694b889281c0d95f6306e1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624220/large_thumb/large.jpg"
        },
        {
            "id": 624219,
            "name": "TED - Video på internett, innovasjon",
            "header": "TEDs Chris Anderson sier økningen av video på internett er med på å drive et verdensomspennende fenomen han kaller Publikums Aksellerert Innovasjon -- en selvdrevet syklus av læring som kan være like viktig som oppdagelsen av trykkekunsten. For å dra nytte av dette må organisasjoner være villige til å ta i bruk radikal åpenhet. Og for TED betyr dette begynnelsen på en helt ny epoke...",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624219/theora/5247_7fa4db1f274d4489bba62ad399dc8f30.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624219/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624219/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624219/broadcast/5247_42af627c163243b8a8097d4b140ade55.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624219/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:48.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-01T19:47:03Z",
            "updatedTime": "2018-11-10T18:29:28.810715Z",
            "uploadedTime": "2011-02-01T19:47:03Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624219/theora/5247_7fa4db1f274d4489bba62ad399dc8f30.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624219/large_thumb/large.jpg"
        },
        {
            "id": 624217,
            "name": "TED - Om hvordan bakterier snakker",
            "header": "Bonnie Bassler oppdaget at bakterier \"snakker\" med hverandre, de gjør dette ved å bruke et kjemisk språk som gjør det mulig å koordinere forsvar og starte angrep. Dette resultatet har iøynefallende implikasjoner for medisin, industrien -- og vår selvforståelse.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624217/theora/5245_a1a28f9162c246f3a683cd221d690589.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624217/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624217/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624217/broadcast/5245_5f001e496e374a8c8531fc8d74356bf1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624217/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:06.980000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-02-01T14:23:28.513000Z",
            "updatedTime": "2018-11-10T18:29:28.813563Z",
            "uploadedTime": "2011-02-01T14:23:28.513000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624217/theora/5245_a1a28f9162c246f3a683cd221d690589.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624217/large_thumb/large.jpg"
        },
        {
            "id": 624216,
            "name": "TED - Carter Emmart demos a 3D atlas of the universe",
            "header": "For the last 12 years, Carter Emmart has been coordinating the efforts of scientists, artists and programmers to build a complete 3D visualization of our known universe. He demos this stunning tour and explains how it's being shared with facilities around the world.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624216/theora/5246_b085bffc83a343e8bb52d8f64a1514e8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624216/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624216/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624216/broadcast/5246_a19aa2e9a5094c359aca61bd8cf3060d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624216/large_thumb/large.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:06:53.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/CarterEmmart_2010",
            "createdTime": "2011-02-01T14:27:16Z",
            "updatedTime": "2018-11-10T18:29:28.814959Z",
            "uploadedTime": "2011-02-01T14:27:16Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624216/theora/5246_b085bffc83a343e8bb52d8f64a1514e8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624216/large_thumb/large.jpg"
        },
        {
            "id": 623553,
            "name": "Møteplassen - Kjærlighet 3",
            "header": "Vi er med på samlivsweekend med Ole Magnus Olafsrud fra Navigatørene og snakker med ham om seminaret \"Sammen i kjærlighet\".\nJohanna Engamo Kleveland reflekterer over Jesu kjærlighet i lys av påskebudskapet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623553/theora/4073_ac6575810f1246b7b1a8fd94ddc97b48.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623553/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623553/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623553/broadcast/4073_748479f6a3c740a0a628400bfb4c2cb9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623553/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:35:23.540000Z",
            "updatedTime": "2018-11-10T18:29:29.655218Z",
            "uploadedTime": "2010-03-15T13:35:23.540000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623553/theora/4073_ac6575810f1246b7b1a8fd94ddc97b48.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623553/large_thumb/large.jpg"
        },
        {
            "id": 625599,
            "name": "Tor: Anonymous communication for the US Department of Defense...and you.",
            "header": "What do the United States Department of Defence and the\r\nElectronic Frontier Foundation have in common? They have both funded\r\nthe development of Tor (tor.eff.org), a free-software onion routing\r\nnetwork that helps people around the world use the Internet safely.\r\n\r\nThe public Tor network has 150 servers on five continents, and\r\naverages over 40Mbit/s of traffic. Our users include ordinary\r\ncitizens who want protection from identity theft and prying\r\ncorporations, corporations who want to look at a competitor's website\r\nin private, and aid workers in the Middle East who need to contact\r\ntheir home servers without fear of physical harm.\r\n\r\nRoger Dingledine give an overview of the Tor architecture, and talk\r\nabout why you'd want to use it, what security it provides, and how\r\nuser applications interface to it. He show a working Tor network, and\r\ninvite the audience to connect to it and use it.\r\n\r\nRoger Dingledine is a security and privacy researcher. While at MIT\r\nhe developed Free Haven, one of the early peer-to-peer systems that\r\nemphasized resource management while retaining anonymity for its\r\nusers. Currently he consults for the Electronic Frontier Foundation\r\nand the U.S. Navy to design and develop systems for anonymity and\r\ntraffic analysis resistance. Recent work includes anonymous\r\npublishing and communication systems, traffic analysis resistance,\r\ncensorship resistance, attack resistance for decentralized networks,\r\nand reputation.\r\n\r\nNUUG talk from 2005-04-21.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625599/small_thumb/20050421-tor-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625599/broadcast/20050421-tor-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:26:02.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-28T10:31:04.251569Z",
            "updatedTime": "2018-11-10T18:29:27.007300Z",
            "uploadedTime": "2016-05-28T10:33:58.288117Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625599/theora/20050421-tor-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625599/large_thumb/20050421-tor-frikanalen.jpg"
        },
        {
            "id": 623552,
            "name": "Talentfabrikken 15. oktober 2010 (R)",
            "header": "Reprise fra uke 16, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623552/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623552/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623552/broadcast/4229_ca6d256feb584bde91b2cceef514a3b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:39.800000",
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:49:07.287000Z",
            "updatedTime": "2018-11-10T18:29:29.656711Z",
            "uploadedTime": "2010-04-14T19:49:07.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623552/theora/4229_58c56c09fb6b411daa7b4f1842726519.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623552/large_thumb/large.jpg"
        },
        {
            "id": 624213,
            "name": "Flere studentboliger til Trondheim",
            "header": "Åpning av Berg studentby",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
                "original": "https://upload.frikanalen.no/media/624213/original/orig_216c02faab754e2b844ee832250cb164.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624213/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624213/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624213/broadcast/5234_dba8a6052c40407a88538e398b15286e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624213/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:41.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2011-01-31T20:32:57.227000Z",
            "updatedTime": "2018-11-10T18:29:28.819115Z",
            "uploadedTime": "2011-01-31T20:32:57.227000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624213/theora/5234_8ed59680d48d4e798b85d73f3952b8ad.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624213/large_thumb/large.jpg"
        },
        {
            "id": 623402,
            "name": "Bazar Fretex",
            "header": "Over 1000 Fretex-containere er plassert rundt i landet vårt, og ca 15 tonn klær ankommer sorteringsanlegget på Alnabru hver dag. Se noen av skattene som dukker opp der! Fretex er også Norges største attføringsbedrift, og vi møter Rolf Harald som har gått fra et liv i fangenskap og rus til et liv i frihet og fast jobb.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623402/theora/3943_b98427544cb54a9b9a9f9e43cbce21cf.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623402/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623402/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623402/broadcast/3943_329ade7c28664a44ac8755b4e57a12b1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623402/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-02-10T09:46:19.287000Z",
            "updatedTime": "2018-11-10T18:29:29.841472Z",
            "uploadedTime": "2010-02-10T09:46:19.287000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623402/theora/3943_b98427544cb54a9b9a9f9e43cbce21cf.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623402/large_thumb/large.jpg"
        },
        {
            "id": 624859,
            "name": "Hva er nytt i Ubuntu?",
            "header": "Det aller første vil handle litt om hvorfor folk er så sinte og hvorfor det er så mange som tror at det gamle skrivebordet er borte. Ellers vil mye handle om infrastukturen under Unity og hva den tilbyr av videre muligheter.\r\n\r\nNUUG talk from 2012-10-14.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624859/theora/6220_f525072492fb43bc8e2ec92c85e5e8da.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624859/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624859/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624859/broadcast/6220_f525072492fb43bc8e2ec92c85e5e8da.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624859/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:10.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-04-16T07:42:55Z",
            "updatedTime": "2018-11-10T18:29:27.970964Z",
            "uploadedTime": "2012-04-16T07:42:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624859/theora/6220_f525072492fb43bc8e2ec92c85e5e8da.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624859/large_thumb/large.jpg"
        },
        {
            "id": 624523,
            "name": "NM2011 - Oslofjord Brass",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624523/theora/5679_e62ec183204249639b9f57654b49a9b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624523/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624523/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624523/broadcast/5679_994b54785c8947e2a467042a8ba6ef9d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624523/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:29:00.050000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:19:35.027000Z",
            "updatedTime": "2018-11-10T18:29:28.408086Z",
            "uploadedTime": "2011-07-02T10:19:35.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624523/theora/5679_e62ec183204249639b9f57654b49a9b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624523/large_thumb/large.jpg"
        },
        {
            "id": 624522,
            "name": "NM2011 - Eikanger-Bjørsvik M.",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624522/theora/5677_20015393cec045b499ef926335704502.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624522/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624522/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624522/broadcast/5677_d50085797ebc4871aa837d8019631908.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624522/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:23.980000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:11:58.127000Z",
            "updatedTime": "2018-11-10T18:29:28.409472Z",
            "uploadedTime": "2011-07-02T10:11:58.127000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624522/theora/5677_20015393cec045b499ef926335704502.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624522/large_thumb/large.jpg"
        },
        {
            "id": 624519,
            "name": "NM2011 - Stavanger Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624519/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624519/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624519/broadcast/5675_28e822b1edfa4267a3fec292520cd269.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624519/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:46.530000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T09:58:33.220000Z",
            "updatedTime": "2018-11-10T18:29:28.413555Z",
            "uploadedTime": "2011-07-02T09:58:33.220000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624519/theora/5675_7c999398ced74cb482f5652f7fa9d710.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624519/large_thumb/large.jpg"
        },
        {
            "id": 624210,
            "name": "TED - Aimee Mullins and her 12 pairs of legs",
            "header": "Athlete, actor and activist Aimee Mullins talks about her prosthetic legs -- she's got a dozen amazing pairs -- and the superpowers they grant her: speed, beauty, an extra 6 inches of height ... Quite simply, she redefines what the body can be.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624210/theora/5209_fd790583259644e2a691a6741799f3f6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624210/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624210/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624210/broadcast/5209_1e66ecdc12414813b00d3af3c9619082.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624210/large_thumb/large.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:09:57.360000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AimeeMullins_2009U",
            "createdTime": "2011-01-27T19:28:15Z",
            "updatedTime": "2018-11-10T18:29:28.823274Z",
            "uploadedTime": "2011-01-27T19:28:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624210/theora/5209_fd790583259644e2a691a6741799f3f6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624210/large_thumb/large.jpg"
        },
        {
            "id": 624517,
            "name": "NM2011 - Krohnengen Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624517/theora/5673_53faf73ccbb64b8ca66d1b626a5497fe.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624517/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624517/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624517/broadcast/5673_53faf73ccbb64b8ca66d1b626a5497fe.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624517/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:27:46.160000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T09:11:43.660000Z",
            "updatedTime": "2018-11-10T18:29:28.416450Z",
            "uploadedTime": "2011-07-02T09:11:43.660000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624517/theora/5673_53faf73ccbb64b8ca66d1b626a5497fe.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624517/large_thumb/large.jpg"
        },
        {
            "id": 624209,
            "name": "TED - Nyhetene om nyhetene",
            "header": "Alisa Miller, sjef for Public Radio International i USA, snakker om hvorfor media dekker mindre av utenriksnyheter selv når publikum ønsker vite mer om verden enn noensinne. Oppsiktsvekkende statistikk og grafer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624209/theora/5210_4f5b07f92f524cb7be22329a113751ae.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624209/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624209/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624209/broadcast/5210_9d4801ac952f4a228b94626455a26d61.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624209/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:04:22.010000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-27T20:15:25.203000Z",
            "updatedTime": "2018-11-10T18:29:28.824755Z",
            "uploadedTime": "2011-01-27T20:15:25.203000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624209/theora/5210_4f5b07f92f524cb7be22329a113751ae.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624209/large_thumb/large.jpg"
        },
        {
            "id": 623401,
            "name": "Utrop Tv - Plata fra gata",
            "header": "= Oslo-talenter\n\nHer får =Oslo-selgerne mulighet til å vise sine ferdigheter innen tekst- og musikkproduksjon.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623401/theora/3981_251c2a1f0b6245ffbe761746f91f762f.ogv",
                "original": "https://upload.frikanalen.no/media/623401/original/orig_a704c6fbb18b4f288bf0a6e1ab66aeae.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623401/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623401/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623401/broadcast/3981_35df1e9c1c07461a878fdcfdf459b9ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623401/large_thumb/large.jpg"
            },
            "creator": "major@utrop.no",
            "organization": {
                "id": 4,
                "name": "UtropTV",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1073,
                "editorName": "Majoran Vivekananthan",
                "editorEmail": "major@utrop.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:04:24.960000",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-02-19T11:55:40.400000Z",
            "updatedTime": "2018-11-10T18:29:29.842820Z",
            "uploadedTime": "2010-02-19T11:55:40.400000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623401/theora/3981_251c2a1f0b6245ffbe761746f91f762f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623401/large_thumb/large.jpg"
        },
        {
            "id": 626770,
            "name": "Norsk fredsmegler til Midtøsten",
            "header": "Fra 2020 har Tor Wennesland hatt stilling som FNs spesialkoordinator for fredsprosessen i Midtøsten. Trond Ali knytter merknader til dette.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626770/theora/2021-03-26 14-26-47.mkv (720P) 25fps.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626770/broadcast/2021-03-26 14-26-47.mkv (720P) 25fps.dv",
                "original": "https://upload.frikanalen.no/media/626770/original/2021-03-26 14-26-47.mkv (720P) 25fps.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626770/large_thumb/2021-03-26 14-26-47.mkv (720P) 25fps.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:22:01.560000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-08T21:31:24.643422Z",
            "updatedTime": "2021-04-12T21:03:03.941885Z",
            "uploadedTime": "2021-04-09T09:55:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626770/theora/2021-03-26 14-26-47.mkv (720P) 25fps.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626770/large_thumb/2021-03-26 14-26-47.mkv (720P) 25fps.jpg"
        },
        {
            "id": 624513,
            "name": "NM2011 - Sørum Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624513/theora/5632_540a8678dec04eb4ad170eb4b4f812b6.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624513/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624513/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624513/broadcast/5632_006beb0cd94a4c34bd4ae8b78f16b1bf.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624513/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:24.090000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-06-27T17:27:38.407000Z",
            "updatedTime": "2018-11-10T18:29:28.420554Z",
            "uploadedTime": "2011-06-27T17:27:38.407000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624513/theora/5632_540a8678dec04eb4ad170eb4b4f812b6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624513/large_thumb/large.jpg"
        },
        {
            "id": 626769,
            "name": "Blikk på historien. Kanaans land og Palestina",
            "header": "Trond Ali forteller om Kanaans land og Palestina",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626769/theora/2021-04-05 17-04-37.mkv (720P) 25fps.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626769/broadcast/2021-04-05 17-04-37.mkv (720P) 25fps.dv",
                "original": "https://upload.frikanalen.no/media/626769/original/2021-04-05 17-04-37.mkv (720P) 25fps.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626769/large_thumb/2021-04-05 17-04-37.mkv (720P) 25fps.jpg"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:17:15.440000",
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-08T20:53:39.741274Z",
            "updatedTime": "2021-04-12T21:03:16.338363Z",
            "uploadedTime": "2021-04-08T21:28:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626769/theora/2021-04-05 17-04-37.mkv (720P) 25fps.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626769/large_thumb/2021-04-05 17-04-37.mkv (720P) 25fps.jpg"
        },
        {
            "id": 624206,
            "name": "TED - Økonomisk realitetssjekk",
            "header": "Idet verden er på vei inn i økonomiske nedgangstider, klimaendringer og urettferdighet, utfordrer Tim Jackson etablerte økonomiske prinsipper og forklarer hvordan vi kan slutte å forsterke krisene og heller investere i vår egen fremtid.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624206/theora/5204_a4e765e005b046f4aebcfc19cbfe249f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624206/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624206/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624206/broadcast/5204_a4e765e005b046f4aebcfc19cbfe249f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624206/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "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:20:18.720000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2011-01-26T10:59:51.450000Z",
            "updatedTime": "2018-11-10T18:29:28.827567Z",
            "uploadedTime": "2011-01-26T10:59:51.450000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624206/theora/5204_a4e765e005b046f4aebcfc19cbfe249f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624206/large_thumb/large.jpg"
        },
        {
            "id": 623763,
            "name": "Inside Israel august 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623763/theora/4525_f048b77cb3984efbac9d835348b79d85.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623763/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623763/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623763/broadcast/4525_62bbbd0497f646788dbcda6f5fae6968.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623763/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:02.200000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-07-24T12:09:29.510000Z",
            "updatedTime": "2018-11-10T18:29:29.410199Z",
            "uploadedTime": "2010-07-24T12:09:29.510000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623763/theora/4525_f048b77cb3984efbac9d835348b79d85.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623763/large_thumb/large.jpg"
        },
        {
            "id": 625561,
            "name": "TED - Mary Norris: The nit-picking glory of The New Yorker's Comma Queen",
            "header": "\"Copy editing for The New Yorker is like playing shortstop for a major league baseball team — every little movement gets picked over by the critics,\" says Mary Norris, who has played the position for more than thirty years. In that time, she's gotten a reputation for sternness and for being a \"comma maniac,\" but this is unfounded, she says. Above all, her work is aimed at one thing: making authors look good. Explore The New Yorker's distinctive style with the person who knows it best in this charming talk.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625561/theora/MaryNorris_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625561/broadcast/MaryNorris_2016.dv",
                "original": "https://upload.frikanalen.no/media/625561/original/MaryNorris_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625561/large_thumb/MaryNorris_2016.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625561/small_thumb/MaryNorris_2016.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:09:53.110000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MaryNorris_2016",
            "createdTime": "2016-05-16T21:00:22.263380Z",
            "updatedTime": "2018-11-10T18:29:27.084856Z",
            "uploadedTime": "2016-05-17T04:24:48.291362Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625561/theora/MaryNorris_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625561/large_thumb/MaryNorris_2016.jpg"
        },
        {
            "id": 625556,
            "name": "Big Data i oljeleting",
            "header": "Presentasjon Thomas Elboth fra CGG holdt for NUUGs medlemmer 2016-05-10:\r\n\r\nInnsamling av geofysiske data (seismikk) krever dedikerte systemer for både håntering og prosessering. På den siste topp-500-listen over verdens raskeste maskiner har maskiner dedikert til geofysikk prosessering plass 14, 19 og 32.\r\n\r\nNUUG talk from 2016-05-10.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625556/small_thumb/20160510-big-data-olje-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625556/broadcast/20160510-big-data-olje-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:51:56.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-05-11T11:06:24.920963Z",
            "updatedTime": "2018-11-10T18:29:27.092452Z",
            "uploadedTime": "2016-05-11T11:08:42.661709Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625556/theora/20160510-big-data-olje-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625556/large_thumb/20160510-big-data-olje-frikanalen.jpg"
        },
        {
            "id": 625552,
            "name": "TED - Danielle Feinberg: The magic ingredient that brings Pixar movies to life",
            "header": "Danielle Feinberg, Pixar's director of photography, creates stories with soul and wonder using math, science and code. Go behind the scenes of Finding Nemo, Toy Story, Brave, WALL-E and more, and discover how Pixar interweaves art and science to create fantastic worlds where the things you imagine can become real. This talk comes from the PBS special \"TED Talks: Science & Wonder.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625552/small_thumb/DanielleFeinberg_2015P.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625552/broadcast/DanielleFeinberg_2015P.dv",
                "original": "https://upload.frikanalen.no/media/625552/original/DanielleFeinberg_2015P.mp4",
                "theora": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.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:12:08.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielleFeinberg_2015P",
            "createdTime": "2016-05-05T21:18:31.433411Z",
            "updatedTime": "2018-11-10T18:29:27.098357Z",
            "uploadedTime": "2016-05-05T21:48:34.820629Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625552/theora/DanielleFeinberg_2015P.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625552/large_thumb/DanielleFeinberg_2015P.jpg"
        },
        {
            "id": 625546,
            "name": "TED - Astro Teller: The unexpected benefit of celebrating failure",
            "header": "\"Great dreams aren't just visions,\" says Astro Teller, \"They're visions coupled to strategies for making them real.\" The head of X (formerly Google X), Teller takes us inside the \"moonshot factory,\" as it's called, where his team seeks to solve the world's biggest problems through experimental projects like balloon-powered Internet and wind turbines that sail through the air. Find out X's secret to creating an organization where people feel comfortable working on big, risky projects and exploring audacious ideas.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625546/original/AstroTeller_2016.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625546/broadcast/AstroTeller_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625546/small_thumb/AstroTeller_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.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:15:36.860000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AstroTeller_2016",
            "createdTime": "2016-05-02T20:22:02.215473Z",
            "updatedTime": "2018-11-10T18:29:27.105716Z",
            "uploadedTime": "2016-05-03T05:36:28.260428Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625546/theora/AstroTeller_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625546/large_thumb/AstroTeller_2016.jpg"
        },
        {
            "id": 625544,
            "name": "TED - Tim Urban: Inside the mind of a master procrastinator",
            "header": "Tim Urban knows that procrastination doesn't make sense, but he's never been able to shake his habit of waiting until the last minute to get things done. In this hilarious and insightful talk, Urban takes us on a journey through YouTube binges, Wikipedia rabbit holes and bouts of staring out the window — and encourages us to think harder about what we're really procrastinating on, before we run out of time.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "largeThumb": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625544/broadcast/TimUrban_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625544/small_thumb/TimUrban_2016.jpg",
                "original": "https://upload.frikanalen.no/media/625544/original/TimUrban_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625544/theora/TimUrban_2016.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:14:07.740000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TimUrban_2016",
            "createdTime": "2016-04-30T06:11:25.306777Z",
            "updatedTime": "2018-11-10T18:29:27.108632Z",
            "uploadedTime": "2016-04-30T06:23:28.202710Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625544/theora/TimUrban_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625544/large_thumb/TimUrban_2016.jpg"
        },
        {
            "id": 625540,
            "name": "TED - Robert Palmer: The Panama Papers exposed a huge global problem. What's next?",
            "header": "On April 3, 2016 we saw the largest data leak in history. The Panama Papers exposed rich and powerful people hiding vast amounts of money in offshore accounts. But what does it all mean? We called Robert Palmer of Global Witness to find out.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625540/broadcast/RobertPalmer_2016.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625540/small_thumb/RobertPalmer_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
                "original": "https://upload.frikanalen.no/media/625540/original/RobertPalmer_2016.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_2016.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:07:49.040000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/RobertPalmer_2016",
            "createdTime": "2016-04-28T07:56:25.218536Z",
            "updatedTime": "2018-11-10T18:29:27.114067Z",
            "uploadedTime": "2016-04-28T08:07:27.257093Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625540/theora/RobertPalmer_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625540/large_thumb/RobertPalmer_2016.jpg"
        },
        {
            "id": 625534,
            "name": "TED - Gregory Heyworth: How I'm discovering the secrets of ancient texts",
            "header": "Gregory Heyworth is a textual scientist; he and his lab work on new ways to read ancient manuscripts and maps using spectral imaging technology. In this fascinating talk, watch as Heyworth shines a light on lost history, deciphering texts that haven't been read in thousands of years. How could these lost classics rewrite what we know about the past?\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg",
                "original": "https://upload.frikanalen.no/media/625534/original/GregoryHeyworth_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625534/small_thumb/GregoryHeyworth_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625534/broadcast/GregoryHeyworth_2015X.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:11.500000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/GregoryHeyworth_2015X",
            "createdTime": "2016-04-24T20:22:08.861647Z",
            "updatedTime": "2018-11-10T18:29:27.125126Z",
            "uploadedTime": "2016-04-24T20:54:54.286642Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625534/theora/GregoryHeyworth_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625534/large_thumb/GregoryHeyworth_2015X.jpg"
        },
        {
            "id": 625529,
            "name": "TED - Linus Torvalds: The mind behind Linux",
            "header": "Linus Torvalds transformed technology twice — first with the Linux kernel, which helps power the Internet, and again with Git, the source code management system used by developers worldwide. In a rare interview with TED Curator Chris Anderson, Torvalds discusses with remarkable openness the personality traits that prompted his unique philosophy of work, engineering and life. \"I am not a visionary, I'm an engineer,\" Torvalds says. \"I'm perfectly happy with all the people who are walking around and just staring at the clouds ... but I'm looking at the ground, and I want to fix the pothole that's right in front of me before I fall in.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625529/original/LinusTorvalds_2016.mp4",
                "theora": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625529/small_thumb/LinusTorvalds_2016.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625529/broadcast/LinusTorvalds_2016.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:21:34.050000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LinusTorvalds_2016",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.129777Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625529/theora/LinusTorvalds_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625529/large_thumb/LinusTorvalds_2016.jpg"
        },
        {
            "id": 625527,
            "name": "Practical Protocol-Oriented Programming in Swift",
            "header": "Value types are at the core of Swift (seriously, mostly everything in the Swift standard library is a value type). But how do you avoid subclassing? That's where the power of Protocol-Oriented programming comes in. Learn how to structure your code to (almost) never subclass again! Practical everyday examples and ideas for your own code base will be included.\r\n\r\nThe speaker Natasha Murashev is an iOS developer by day and a robot by night. She blogs about Swift, WatchOS, and iOS development on her blog, natashatherobot.com, and curates a fast-growing weekly Swift  newsletter: This Week in Swift. In her free time, she works on personal projects, speaks at meetups and conferences, contributes to open source, and likes to cross things off her bucket list. She's currently living the digital nomad life as her alter identity: @NatashaTheNomad.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625527/small_thumb/20160412-practicalswift-frikanalen.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625527/broadcast/20160412-practicalswift-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:46:26.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.132701Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625527/theora/20160412-practicalswift-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625527/large_thumb/20160412-practicalswift-frikanalen.jpg"
        },
        {
            "id": 625526,
            "name": "TED - Sean Follmer: Shape-shifting tech will change work as we know it",
            "header": "What will the world look like when we move beyond the keyboard and mouse? Interaction designer Sean Follmer is building a future with machines that bring information to life under your fingers as you work with it. In this talk, check out prototypes for a 3D shape-shifting table, a phone that turns into a wristband, a deformable game controller and more that may change the way we live and work.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625526/broadcast/SeanFollmer_2015X.dv",
                "original": "https://upload.frikanalen.no/media/625526/original/SeanFollmer_2015X.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625526/small_thumb/SeanFollmer_2015X.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:09:26.610000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/SeanFollmer_2015X",
            "createdTime": "2016-04-09T19:19:00Z",
            "updatedTime": "2018-11-10T18:29:27.134044Z",
            "uploadedTime": "2016-04-09T19:19:02Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625526/theora/SeanFollmer_2015X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625526/large_thumb/SeanFollmer_2015X.jpg"
        },
        {
            "id": 626766,
            "name": "TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626766/theora/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626766/broadcast/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626766/large_thumb/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.jpg",
                "original": "https://upload.frikanalen.no/media/626766/original/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.mp4"
            },
            "creator": "linstad@urtehagen.com",
            "organization": {
                "id": 137,
                "name": "Trond Ali Linstad",
                "homepage": null,
                "description": "",
                "postalAddress": "0187 Oslo",
                "streetAddress": "Norbygata 13",
                "editorId": 2216,
                "editorName": "Trond Ali Linstad",
                "editorEmail": "linstad@urtehagen.com",
                "editorMsisdn": "+47 406 16 181",
                "fkmember": true
            },
            "duration": "00:21:58.480000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-08T10:35:38.237085Z",
            "updatedTime": "2021-04-12T21:07:44.352547Z",
            "uploadedTime": "2021-04-08T10:45:35Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626766/theora/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626766/large_thumb/TAK - Fred i Palestina krever oppgjør med sionist-jødisk tenkning.jpg"
        },
        {
            "id": 625523,
            "name": "TED - Tania Simoncelli: How I took on the gene patent industry -- and won",
            "header": "Are human genes patentable? Back in 2005, when Tania Simoncelli first contemplated this complex question, US patent law said they were — which meant patent holders had the right to stop anyone from sequencing, testing or even looking at a patented gene. Troubled by the way this law both harmed patients and created a barrier to biomedical innovation, Simoncelli and her colleagues at the ACLU challenged it. In this riveting talk, hear the story of how they took a case everybody told them they would lose all the way to the Supreme Court.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625523/small_thumb/TaniaSimoncelli_2014X.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.jpg",
                "theora": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
                "original": "https://upload.frikanalen.no/media/625523/original/TaniaSimoncelli_2014X.mp4",
                "broadcast": "https://upload.frikanalen.no/media/625523/broadcast/TaniaSimoncelli_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:18:09.670000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/TaniaSimoncelli_2014X",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.138250Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625523/theora/TaniaSimoncelli_2014X.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625523/large_thumb/TaniaSimoncelli_2014X.jpg"
        },
        {
            "id": 625519,
            "name": "TED - Aomawa Shields: How we'll find life on other planets",
            "header": "Astronomer Aomawa Shields searches for clues that life might exist elsewhere in the universe by examining the atmospheres of distant exoplanets. When she isn't exploring the heavens, the classically trained actor (and TED Fellow) looks for ways to engage young women in the sciences using theater, writing and visual art. \"Maybe one day they'll join the ranks of astronomers who are full of contradictions,\" she says, \"and use their backgrounds to discover, once and for all, that we are truly not alone in the universe.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625519/small_thumb/AomawaShields_2015U.jpg",
                "theora": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625519/broadcast/AomawaShields_2015U.dv",
                "original": "https://upload.frikanalen.no/media/625519/original/AomawaShields_2015U.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.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:05:29.540000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/AomawaShields_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.139639Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625519/theora/AomawaShields_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625519/large_thumb/AomawaShields_2015U.jpg"
        },
        {
            "id": 625516,
            "name": "TED - Paul Greenberg: The four fish we're overeating -- and what to eat instead",
            "header": "The way we fish for popular seafood such as salmon, tuna and shrimp is threatening to ruin our oceans. Paul Greenberg explores the sheer size and irrationality of the seafood economy, and suggests a few specific ways we can change it, to benefit both the natural world and the people who depend on fishing for their livelihoods.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625516/small_thumb/PaulGreenberg_2015Z.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625516/broadcast/PaulGreenberg_2015Z.dv",
                "original": "https://upload.frikanalen.no/media/625516/original/PaulGreenberg_2015Z.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.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:14:28.700000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/PaulGreenberg_2015Z",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.141008Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625516/theora/PaulGreenberg_2015Z.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625516/large_thumb/PaulGreenberg_2015Z.jpg"
        },
        {
            "id": 624501,
            "name": "NM2011 - Jaren Hornm.forening",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624501/theora/5616_f0122b4af40342c8886cfecd2c64ae26.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624501/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624501/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624501/broadcast/5616_ce533469fb2641678d4c5ae3dfcc710c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624501/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:59.120000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-30T06:35:14.243000Z",
            "updatedTime": "2018-11-10T18:29:28.436012Z",
            "uploadedTime": "2011-05-30T06:35:14.243000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624501/theora/5616_f0122b4af40342c8886cfecd2c64ae26.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624501/large_thumb/large.jpg"
        },
        {
            "id": 624500,
            "name": "NM2011 - Mus. Gjallarhorn",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624500/theora/5615_ab278951476b4a469e268ea1d1ed64f3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624500/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624500/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624500/broadcast/5615_567bd705365447a882088659cf908754.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624500/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:39.990000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-30T06:32:41.363000Z",
            "updatedTime": "2018-11-10T18:29:28.437356Z",
            "uploadedTime": "2011-05-30T06:32:41.363000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624500/theora/5615_ab278951476b4a469e268ea1d1ed64f3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624500/large_thumb/large.jpg"
        },
        {
            "id": 625513,
            "name": "Software Piracy and Linux Adoptation",
            "header": "The open-source software operating system Linux is a\r\nfree-of-charge substitute to proprietary systems like Microsoft\r\nWindows. By using a cross-country data set, this paper finds evidence\r\nthat increased piracy of proprietary software has a negative impact\r\non adoption of desktop versions of Linux. The interpretation of this\r\nresult is that the availability of pirated versions of Windows, as\r\nwell as pirated applications compatible with Windows and OS-X, lead\r\nto fewer individuals installing a Linux operating system on their\r\ndesktop computers. Thus, in the absence of software piracy, Linux\r\nwould be a more widely used operating system.\r\n\r\nArne Rogde Gramstad er stipendiat ved Økonomisk institutt, UiO. Arnes\r\narbeid er motivert av markeder for digitale produkter og omhandler\r\nbl.a. konkurranse i markeder for programvare, sosiale nettverk og\r\nnettverkseffekter.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/625513/theora/20160308-piratkopiering-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625513/broadcast/20160308-piratkopiering-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625513/large_thumb/20160308-piratkopiering-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625513/small_thumb/20160308-piratkopiering-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:05:25.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-03-09T17:59:17Z",
            "updatedTime": "2018-11-10T18:29:27.145185Z",
            "uploadedTime": "2016-03-09T17:59:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625513/theora/20160308-piratkopiering-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625513/large_thumb/20160308-piratkopiering-frikanalen.jpg"
        },
        {
            "id": 625512,
            "name": "TED - David Rothkopf: How fear drives American politics",
            "header": "Does it seem like Washington has no new ideas? Instead of looking to build the future, it sometimes feels like the US political establishment happily retreats into fear and willful ignorance. Journalist David Rothkopf lays out a few of the major issues that US leadership is failing to address — from cybercrime to world-shaking new tech to the reality of modern total war — and calls for a new vision that sets fear aside.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "original": "https://upload.frikanalen.no/media/625512/original/DavidRothkopf1_2015.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/625512/small_thumb/DavidRothkopf1_2015.jpg",
                "theora": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625512/broadcast/DavidRothkopf1_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:04.370000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DavidRothkopf1_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.146619Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625512/theora/DavidRothkopf1_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625512/large_thumb/DavidRothkopf1_2015.jpg"
        },
        {
            "id": 625510,
            "name": "TED - Jeremy Heimans: What new power looks like",
            "header": "We can see the power of distributed, crowd-sourced business models every day — witness Uber, Kickstarter, Airbnb. But veteran online activist Jeremy Heimans asks: When does that kind of \"new power\" start to work in politics? His surprising answer: Sooner than you think. It’s a bold argument about the future of politics and power; watch and see if you agree.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": "",
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625510/broadcast/JeremyHeimans_2014S.dv",
                "original": "https://upload.frikanalen.no/media/625510/original/JeremyHeimans_2014S.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625510/large_thumb/JeremyHeimans_2014S.jpg",
                "theora": "https://upload.frikanalen.no/media/625510/theora/JeremyHeimans_2014S.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/625510/small_thumb/JeremyHeimans_2014S.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:15:12.340000",
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/JeremyHeimans_2014S",
            "createdTime": "2016-03-06T07:27:49Z",
            "updatedTime": "2018-11-10T18:29:27.149457Z",
            "uploadedTime": "2016-03-06T07:27:51Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625510/theora/JeremyHeimans_2014S.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625510/large_thumb/JeremyHeimans_2014S.jpg"
        },
        {
            "id": 625507,
            "name": "TED - Daniel Kish: How I use sonar to navigate the world",
            "header": "Daniel Kish has been blind since he was 13 months old, but has learned to “see” using a form of echolocation. He clicks his tongue and sends out flashes of sound that bounce off surfaces in the environment and return to him, helping him to construct an understanding of the space around him. In a rousing talk, Kish demonstrates how this works and asks us to let go of our fear of the “dark unknown.”\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
                "original": "https://upload.frikanalen.no/media/625507/original/DanielKish_2015.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625507/broadcast/DanielKish_2015.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625507/small_thumb/DanielKish_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:13:07.340000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/DanielKish_2015",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.153796Z",
            "uploadedTime": "2016-04-27T17:54:29.690855Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625507/theora/DanielKish_2015.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625507/large_thumb/DanielKish_2015.jpg"
        },
        {
            "id": 625504,
            "name": "TED - Lucianne Walkowicz: Let's not use Mars as a backup planet",
            "header": "Stellar astronomer and TED Senior Fellow Lucianne Walkowicz works on NASA's Kepler mission, searching for places in the universe that could support life. So it's worth a listen when she asks us to think carefully about Mars. In this short talk, she suggests that we stop dreaming of Mars as a place that we'll eventually move to when we've messed up Earth, and to start thinking of planetary exploration and preservation of the Earth as two sides of the same goal. As she says, \"The more you look for planets like Earth, the more you appreciate our own planet.\"\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625504/small_thumb/LucianneWalkowicz_2015U.jpg",
                "original": "https://upload.frikanalen.no/media/625504/original/LucianneWalkowicz_2015U.mp4",
                "theora": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625504/broadcast/LucianneWalkowicz_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:05:54.660000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/LucianneWalkowicz_2015U",
            "createdTime": null,
            "updatedTime": "2018-11-10T18:29:27.157923Z",
            "uploadedTime": null,
            "ogvUrl": "https://upload.frikanalen.no/media/625504/theora/LucianneWalkowicz_2015U.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625504/large_thumb/LucianneWalkowicz_2015U.jpg"
        }
    ]
}