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

{
    "count": 3626,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3400&ordering=is_filler",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=3300&ordering=is_filler",
    "results": [
        {
            "id": 625673,
            "name": "FLOSSing for healthier society - Debconf 16",
            "header": "Code For South Africa use technology to promote informed decision making for social change.\r\n\r\nThis talk points out some of the tech and principles we use to maximise our positive impact on society. From building a data gathering platform for citizen journalists, to releasing government financial data, FLOSS and a lean process helps deliver the best bang for the buck in these important partnerships. Often avoiding writing new software delivers more value, and frees us so that when we do need to write something, it counts.\r\n\r\nOpen Weekend session with J.D. Bothma during Debconf 16",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg",
                "original": "https://upload.frikanalen.no/media/625673/original/FLOSSing_for_healthier_society.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625673/small_thumb/FLOSSing_for_healthier_society.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625673/broadcast/FLOSSing_for_healthier_society.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:22:19.880000",
            "durationSec": 1339.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/118/",
            "createdTime": "2016-07-19T19:18:44.823747Z",
            "updatedTime": "2018-11-10T18:29:26.889393Z",
            "uploadedTime": "2016-07-19T19:37:26.773299Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625673/theora/FLOSSing_for_healthier_society.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625673/large_thumb/FLOSSing_for_healthier_society.jpg"
        },
        {
            "id": 625672,
            "name": "Debugging the IoT - Open Hardware Panel - Debconf 16",
            "header": "Panel discussion, aimed at the general public and more technical participants alike.\r\n\r\nThe panel hosted by Bernelle Verster discuss the open hardware movement, and how it fits in with Smart Homes. It highlight and discuss the futurology, trends, and challenges. Challenges include security, the role of big vendors, the requirement for a more powerful platform, competing interests and the role of industrial providers.\r\n\r\nOpen Weekend session with Bdale Garbee, Bernelle Verster and Andy Simpkins during Debconf 16",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625672/broadcast/Debugging_the_IoT.dv",
                "theora": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg",
                "original": "https://upload.frikanalen.no/media/625672/original/Debugging_the_IoT.webm",
                "smallThumb": "https://upload.frikanalen.no/media/625672/small_thumb/Debugging_the_IoT.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:38:25.880000",
            "durationSec": 2305.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://debconf16.debconf.org/talks/119/",
            "createdTime": "2016-07-19T18:26:30.277131Z",
            "updatedTime": "2018-11-10T18:29:26.890872Z",
            "uploadedTime": "2016-07-19T18:43:27.837124Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625672/theora/Debugging_the_IoT.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625672/large_thumb/Debugging_the_IoT.jpg"
        },
        {
            "id": 628018,
            "name": "Diesen og Nekrasov: Magnitsky Act",
            "header": "",
            "description": "Diesen og Mercouris snakker med Andrei Nekrasov om hans film Magnitsky Act",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628018/theora/Diesen_MagnitskyAct.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628018/broadcast/Diesen_MagnitskyAct.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628018/large_thumb/Diesen_MagnitskyAct.jpg",
                "original": "https://upload.frikanalen.no/media/628018/original/Diesen_MagnitskyAct.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:59:56.480000",
            "durationSec": 3596.48,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-02-07T08:05:40.674829Z",
            "updatedTime": "2025-03-17T07:00:17.217862Z",
            "uploadedTime": "2025-02-07T08:10:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628018/theora/Diesen_MagnitskyAct.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628018/large_thumb/Diesen_MagnitskyAct.jpg"
        },
        {
            "id": 625656,
            "name": "TED - Malte Spitz: Your phone company is watching",
            "header": "What kind of data is your cell phone company collecting? Malte Spitz wasn’t too worried when he asked his operator in Germany to share information stored about him. Multiple unanswered requests and a lawsuit later, Spitz received 35,830 lines of code -- a detailed, nearly minute-by-minute account of half a year of his life.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "broadcast": "https://upload.frikanalen.no/media/625656/broadcast/MalteSpitz_2012G.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625656/small_thumb/MalteSpitz_2012G.jpg",
                "original": "https://upload.frikanalen.no/media/625656/original/MalteSpitz_2012G.mp4",
                "theora": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:56.240000",
            "durationSec": 596.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/MalteSpitz_2012G",
            "createdTime": "2016-06-30T19:52:16.299147Z",
            "updatedTime": "2018-11-10T18:29:26.913484Z",
            "uploadedTime": "2016-06-30T20:10:28.994824Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625656/theora/MalteSpitz_2012G.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625656/large_thumb/MalteSpitz_2012G.jpg"
        },
        {
            "id": 624124,
            "name": "Maria Amelie",
            "header": "Portrettintervju av Maria Amelie, forfatteren av boken \"Ulovlig norsk\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
                "original": "https://upload.frikanalen.no/media/624124/original/orig_03d5ccfc9e8b4a5f9688626016281f7e.mov",
                "smallThumb": "https://upload.frikanalen.no/media/624124/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624124/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624124/broadcast/5096_e0d85d0c8a0549a3b9478834e38774dc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624124/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:03:42.320000",
            "durationSec": 222.32,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-12-20T20:30:18.787000Z",
            "updatedTime": "2018-11-10T18:29:28.929201Z",
            "uploadedTime": "2010-12-20T20:30:18.787000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624124/theora/5096_0b466bc8801d454c9ec23ff7acd10b81.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624124/large_thumb/large.jpg"
        },
        {
            "id": 625653,
            "name": "TED - Stephen Wilkes: The passing of time, caught in a single photo",
            "header": "Photographer Stephen Wilkes crafts stunning compositions of landscapes as they transition from day to night, exploring the space-time continuum within a two-dimensional still photograph. Journey with him to iconic locations like the Tournelle Bridge in Paris, El Capitan in Yosemite National Park and a life-giving watering hole in heart of the Serengeti in this tour of his art and process.\r\n\r\nTED talk downloaded from The Internet Archive.",
            "description": null,
            "files": {
                "smallThumb": "https://upload.frikanalen.no/media/625653/small_thumb/StephenWilkes_2016.jpg",
                "largeThumb": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg",
                "theora": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625653/broadcast/StephenWilkes_2016.dv",
                "original": "https://upload.frikanalen.no/media/625653/original/StephenWilkes_2016.mp4"
            },
            "creator": "pere@hungry.com",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:40.940000",
            "durationSec": 760.94,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://archive.org/details/StephenWilkes_2016",
            "createdTime": "2016-06-30T09:44:48.273268Z",
            "updatedTime": "2018-11-10T18:29:26.917602Z",
            "uploadedTime": "2016-06-30T10:13:51.242438Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625653/theora/StephenWilkes_2016.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625653/large_thumb/StephenWilkes_2016.jpg"
        },
        {
            "id": 626499,
            "name": "Demo foran Stortinget III",
            "header": "En palestiner holder et innlegg foran Stortinget om Osloavtalen som splittet palestinerne og at den nå kan sees bort fra slik at palestinerne på nytt kan stå sammen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626499/theora/IMG_0107.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626499/broadcast/IMG_0107.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626499/large_thumb/IMG_0107.jpg",
                "original": "https://upload.frikanalen.no/media/626499/original/IMG_0107.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 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:08:55.702369",
            "durationSec": 535.702369,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-09-24T11:11:30.618284Z",
            "updatedTime": "2020-09-24T12:54:13.287138Z",
            "uploadedTime": "2020-09-24T11:54:32.204044Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626499/theora/IMG_0107.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626499/large_thumb/IMG_0107.jpg"
        },
        {
            "id": 623589,
            "name": "Utrop TV - Flerkulturelt magasin nr 09",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623589/theora/4207_30916d3314774a2d87990c7c0fcb1160.ogv",
                "original": "https://upload.frikanalen.no/media/623589/original/orig_94e8adbe60b1408b867f0bd991c61b3b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623589/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623589/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623589/broadcast/4207_f0ca2e7097db4a0cbb3846de5f6e7b37.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623589/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:28:46.120000",
            "durationSec": 1726.12,
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:53:16.820000Z",
            "updatedTime": "2018-11-10T18:29:29.619929Z",
            "uploadedTime": "2010-04-08T09:53:16.820000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623589/theora/4207_30916d3314774a2d87990c7c0fcb1160.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623589/large_thumb/large.jpg"
        },
        {
            "id": 623588,
            "name": "Møteplassen - Kjærlighet 5",
            "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/623588/theora/4075_04ddbb5134cf496db3a39eb974857bc5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623588/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623588/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623588/broadcast/4075_e3e28563fea24a11892798f9d99e5117.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623588/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",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:37:27.467000Z",
            "updatedTime": "2018-11-10T18:29:29.621271Z",
            "uploadedTime": "2010-03-15T13:37:27.467000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623588/theora/4075_04ddbb5134cf496db3a39eb974857bc5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623588/large_thumb/large.jpg"
        },
        {
            "id": 622433,
            "name": "Veien til AA med tekstplakater",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622433/theora/2398_6b9f0ee6e980414a8692a0fa9f5a97ce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622433/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622433/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622433/broadcast/orig_8ad3758f603f4a24a08ded494b0a49df.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622433/large_thumb/large.jpg"
            },
            "creator": "jan.evjen@yahoo.no",
            "organization": {
                "id": 44,
                "name": "Anonyme Alkoholikere i Norge",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1220,
                "editorName": "Jan Evjen",
                "editorEmail": "jan.evjen@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:16:09",
            "durationSec": 969.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T15:58:00Z",
            "updatedTime": "2018-11-10T18:29:30.729709Z",
            "uploadedTime": "2009-01-02T15:58:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622433/theora/2398_6b9f0ee6e980414a8692a0fa9f5a97ce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622433/large_thumb/large.jpg"
        },
        {
            "id": 627623,
            "name": "Stopp NATO 5. november 2022, del 1",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/627623/theora/Stopp-NATO.ogv",
                "broadcast": "https://upload.frikanalen.no/media/627623/broadcast/Stopp-NATO.dv",
                "original": "https://upload.frikanalen.no/media/627623/original/Stopp-NATO.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/627623/large_thumb/Stopp-NATO.jpg"
            },
            "creator": "ghem@getmail.no",
            "organization": {
                "id": 152,
                "name": "Stopp NATO",
                "homepage": "https://stoppnato.no/",
                "description": "",
                "postalAddress": "Heimdalsgata 21",
                "streetAddress": "Heimdalsgata 21",
                "editorId": 2311,
                "editorName": "Geir Hem",
                "editorEmail": "ghem@getmail.no",
                "editorMsisdn": "+47 90 82 41 89",
                "fkmember": true
            },
            "duration": "00:52:29.640000",
            "durationSec": 3149.64,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2022-11-10T09:03:21.618672Z",
            "updatedTime": "2022-11-11T21:51:58.121956Z",
            "uploadedTime": "2022-11-10T09:17:09Z",
            "ogvUrl": "https://upload.frikanalen.no/media/627623/theora/Stopp-NATO.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/627623/large_thumb/Stopp-NATO.jpg"
        },
        {
            "id": 626447,
            "name": "Egotripp med Mattias Damsgaard",
            "header": "Podcast på Tv! Bare Egil blir med på Egotrippen til Mattias Damsgaard.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626447/broadcast/Egotripp på tv_Master.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg",
                "original": "https://upload.frikanalen.no/media/626447/original/Egotripp på tv_Master.mp4"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:38:18.080000",
            "durationSec": 2298.08,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-28T11:50:34.615276Z",
            "updatedTime": "2020-08-28T12:42:29.786776Z",
            "uploadedTime": "2020-08-28T12:23:12.713126Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626447/theora/Egotripp på tv_Master.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626447/large_thumb/Egotripp på tv_Master.jpg"
        },
        {
            "id": 624457,
            "name": "NM2011 - Tertnes Brass",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624457/theora/5585_9c35c86f7d1f48f08a9c054f198af16c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624457/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624457/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624457/broadcast/5585_830b80b8cc464fcfa128368bfaff83ef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624457/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:44.040000",
            "durationSec": 1724.04,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-05-07T19:19:57.313000Z",
            "updatedTime": "2018-11-10T18:29:28.492505Z",
            "uploadedTime": "2011-05-07T19:19:57.313000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624457/theora/5585_9c35c86f7d1f48f08a9c054f198af16c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624457/large_thumb/large.jpg"
        },
        {
            "id": 623366,
            "name": "Inside Israel Februar 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623366/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623366/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623366/broadcast/3934_10778f4810384298b6f96a0f29eb3e4a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623366/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:25:41.680000",
            "durationSec": 1541.68,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-01-29T08:17:27.807000Z",
            "updatedTime": "2018-11-10T18:29:29.887401Z",
            "uploadedTime": "2010-01-29T08:17:27.807000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623366/theora/3934_2da9ec51f4144cb2b2d61366ce421405.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623366/large_thumb/large.jpg"
        },
        {
            "id": 626445,
            "name": "Infoplakat Frikanalen",
            "header": "Informasjon om Frikanalen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626445/theora/Infoplakat Frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626445/broadcast/Infoplakat Frikanalen.dv",
                "original": "https://upload.frikanalen.no/media/626445/original/Infoplakat Frikanalen.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626445/large_thumb/Infoplakat Frikanalen.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:00:35.120000",
            "durationSec": 35.12,
            "categories": [
                "Annet"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-26T21:45:57.548744Z",
            "updatedTime": "2020-09-24T09:21:36.887742Z",
            "uploadedTime": "2020-08-26T21:47:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626445/theora/Infoplakat Frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626445/large_thumb/Infoplakat Frikanalen.jpg"
        },
        {
            "id": 625627,
            "name": "Enkel grafisk nettverksplanlegging med PrimeDesktop",
            "header": "Dette foredraget handler om PrimeDesktop - et kartleggingsverktøy spesielt rettet mot nettverksadministratorer, som skal hjelpe med driften av og rundt et nettverk. Verktøyet kan hjelpe med å holde oversikt over blant annet topologi, nettverks regler og brukergruppers rettigheter, samt hardware og software i nettverket.\r\n\r\nMålet med prosjektet er å gjøre drift av nettverk mer håndterlig, oversiktlig og kostnadseffektivt ved å hjelpe med opplæring, feilsøking og vedlikehold på et vis der selv nybegynnere kan komme igang med jobben.\r\n\r\nBahram gir en kort introduksjon til prosjektet, forteller litt om hvordan verktøyet kan være nyttig i forskjellige nettverk sammenheng og gir en demonstrasjon for å vise forskjellige egenskaper ved verktøyet.\r\n\r\nBahram Malaekeh er prosjektleder og utvikler i PrimeDesktop, og har funnet motivasjonen for prosjektet etter erfaringer han gjorde som nettverksadministrator hos Elkjøp. Bahram har studert ved Dataingeniør-linjen ved Høyskolen i Oslo hvor han oppdaget han ikke kunne bestemme seg om det var Mark Burgess eller Richard Stallman som var hans idol.\r\n\r\nNUUG-foredrag fra 2010-11-09.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
                "broadcast": "https://upload.frikanalen.no/media/625627/broadcast/20101109-primedesktop-frikanalen.dv",
                "largeThumb": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg",
                "smallThumb": "https://upload.frikanalen.no/media/625627/small_thumb/20101109-primedesktop-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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:08:22.120000",
            "durationSec": 4102.12,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-14T09:53:32.872382Z",
            "updatedTime": "2018-11-10T18:29:26.957816Z",
            "uploadedTime": "2016-06-14T09:55:41.376144Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625627/theora/20101109-primedesktop-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625627/large_thumb/20101109-primedesktop-frikanalen.jpg"
        },
        {
            "id": 622431,
            "name": "Think",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622431/theora/2300_9b33575627524c14bdfec59de0aace5c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622431/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622431/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622431/broadcast/orig_Think NY.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622431/large_thumb/large.jpg"
            },
            "creator": "leif_egge@yahoo.no",
            "organization": {
                "id": 107,
                "name": "ElectricAid.org",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1211,
                "editorName": "Leif Egge",
                "editorEmail": "leif_egge@yahoo.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:08:07.440000",
            "durationSec": 487.44,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T14:20:00Z",
            "updatedTime": "2018-11-10T18:29:30.732542Z",
            "uploadedTime": "2009-01-02T14:20:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622431/theora/2300_9b33575627524c14bdfec59de0aace5c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622431/large_thumb/large.jpg"
        },
        {
            "id": 625624,
            "name": "Common Lisp som praktisk verktøy",
            "header": "Lisp er et av verdens eldste programmeringsspråk, men er mest kjent som et akademisk verktøy innen kunstig intelligens. Det ble oppfunnet av John McCarthy i 1958, og koblingen lisp og kunstig intelligens ble oppfrisket i massemedia igjen for noen dager siden da McCarthy døde, 84 år gammel.\r\n\r\nMen den viktigste lisp-dialekten, industristandarden Common Lisp, egner seg også til praktiske programmeringsformål langt fra kunstig intelligens.\r\n\r\nForedragsholder Espen Vestre har brukt Common Lisp til større  prosjekter både hos Telenor og sin nåværende arbeidsgiver Netfonds Bank.\r\n\r\nNUUG-foredrag fra 2011-11-08.\r\n",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
                "largeThumb": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg",
                "broadcast": "https://upload.frikanalen.no/media/625624/broadcast/20111108-common-lisp-frikanalen.dv",
                "smallThumb": "https://upload.frikanalen.no/media/625624/small_thumb/20111108-common-lisp-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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:55:06.120000",
            "durationSec": 3306.12,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2016-06-13T09:23:59.558076Z",
            "updatedTime": "2018-11-10T18:29:26.962154Z",
            "uploadedTime": "2016-06-13T09:25:46.532750Z",
            "ogvUrl": "https://upload.frikanalen.no/media/625624/theora/20111108-common-lisp-frikanalen.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/625624/large_thumb/20111108-common-lisp-frikanalen.jpg"
        },
        {
            "id": 624102,
            "name": "Born to play del 4",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624102/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624102/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624102/broadcast/5051_8538ef23501543eabd7b3e539a66aceb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624102/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:00",
            "durationSec": 1740.0,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-12-07T11:59:00.687000Z",
            "updatedTime": "2018-11-10T18:29:28.950073Z",
            "uploadedTime": "2010-12-07T11:59:00.687000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624102/theora/5051_f55fc43354a147c29ccc7eebd2e85238.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624102/large_thumb/large.jpg"
        },
        {
            "id": 626444,
            "name": "Intervju med Erna Solberg",
            "header": "Empos Birgitte Falck-Jørgensen intervjuer statsminister Erna Solberg. Temaene som blir tatt opp er mobbing og arbeid for mennesker med utviklingshemming eller funksjonshemming.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626444/theora/Gjest i stolen - Erna Solberg_1.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626444/broadcast/Gjest i stolen - Erna Solberg_1.dv",
                "original": "https://upload.frikanalen.no/media/626444/original/Gjest i stolen - Erna Solberg_1.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626444/large_thumb/Gjest i stolen - Erna Solberg_1.jpg"
            },
            "creator": "rune.hagerup@empo.no",
            "organization": {
                "id": 66,
                "name": "Empo AS",
                "homepage": "https://www.empo.no/",
                "description": "",
                "postalAddress": "Teglevegen 27\r\n1400 SKI",
                "streetAddress": "",
                "editorId": 2159,
                "editorName": "Rune Hagerup",
                "editorEmail": "rune.hagerup@empo.no",
                "editorMsisdn": "+47 97 84 16 12",
                "fkmember": true
            },
            "duration": "00:19:45.880000",
            "durationSec": 1185.88,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-08-26T12:23:28.960882Z",
            "updatedTime": "2020-08-26T12:38:48.618306Z",
            "uploadedTime": "2020-08-26T12:30:19.622097Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626444/theora/Gjest i stolen - Erna Solberg_1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626444/large_thumb/Gjest i stolen - Erna Solberg_1.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:10.120000",
            "durationSec": 3670.12,
            "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": 628023,
            "name": "Diesen om Kinas framgang",
            "header": "",
            "description": "Diesen talks with Nelson Wong about the Unstoppable Rise of China",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628023/theora/Diesen_Wong.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628023/broadcast/Diesen_Wong.dv",
                "original": "https://upload.frikanalen.no/media/628023/original/Diesen_Wong.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628023/large_thumb/Diesen_Wong.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:59:48.760000",
            "durationSec": 3588.76,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-02-14T16:08:03.329057Z",
            "updatedTime": "2025-03-17T06:59:55.655448Z",
            "uploadedTime": "2025-02-14T16:13:23Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628023/theora/Diesen_Wong.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628023/large_thumb/Diesen_Wong.jpg"
        },
        {
            "id": 623580,
            "name": "Møteplassen - Kjærlighet 4",
            "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/623580/theora/4074_ce40fc9a2079478fbf96110522b17a34.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623580/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623580/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623580/broadcast/4074_bb013511b26243c7bd8222817d6fd7a8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623580/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",
            "durationSec": 900.0,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-03-15T13:36:32.480000Z",
            "updatedTime": "2018-11-10T18:29:29.630808Z",
            "uploadedTime": "2010-03-15T13:36:32.480000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623580/theora/4074_ce40fc9a2079478fbf96110522b17a34.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623580/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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:16:27.710000",
            "durationSec": 987.71,
            "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": 623577,
            "name": "Bazar Norges første kirkeblad for barn.",
            "header": "Bli med Bazar på releaseparty i prestegårdshagen! Nå får barna i Oddernes menighet eget kirkeblad i postkassa. Kristiansandsmenigheten mener at barna ikke er fremtiden -de er nå!",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623577/theora/4222_09cf986ab31945c5af8848c902f1f7f9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623577/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623577/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623577/broadcast/4222_7eef4ee8d9e7419e98f8b1125f2c29e6.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623577/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",
            "durationSec": 900.0,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-13T09:26:31.527000Z",
            "updatedTime": "2018-11-10T18:29:29.632219Z",
            "uploadedTime": "2010-04-13T09:26:31.527000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623577/theora/4222_09cf986ab31945c5af8848c902f1f7f9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623577/large_thumb/large.jpg"
        },
        {
            "id": 623832,
            "name": "Stemning på Storås",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623832/theora/4604_8767bb6e543146ea800b5a356ab6cab3.ogv",
                "original": "https://upload.frikanalen.no/media/623832/original/orig_fccde7812eb74bb5a2260fdb4d6371d7.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623832/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623832/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623832/broadcast/4604_4182efa24e6a429ebde05dc00c4d5c4b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623832/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:00:54.760000",
            "durationSec": 54.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-08-10T19:19:19.710000Z",
            "updatedTime": "2018-11-10T18:29:29.317399Z",
            "uploadedTime": "2010-08-10T19:19:19.710000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623832/theora/4604_8767bb6e543146ea800b5a356ab6cab3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623832/large_thumb/large.jpg"
        },
        {
            "id": 626497,
            "name": "Demo foran Stortinget",
            "header": "Demo foran Stortinget om avtalen mellom Bahrain, Israel, FAE og USA",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626497/broadcast/IMG_0096.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg",
                "original": "https://upload.frikanalen.no/media/626497/original/IMG_0096.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 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:03:15.295295",
            "durationSec": 195.295295,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-09-23T21:57:28.311665Z",
            "updatedTime": "2020-11-07T13:42:29.226819Z",
            "uploadedTime": "2020-09-23T22:12:14.754826Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626497/theora/IMG_0096.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626497/large_thumb/IMG_0096.jpg"
        },
        {
            "id": 623566,
            "name": "Warriors of the net",
            "header": "Har du noensinne lurt på hvordan Internet fungerer ? Hvordan en ruter ser ut ? Hvilken farge en IP pakke har ? Hvordan den kommer seg igjennom en brannmur ? Svaret på alt dette, og mere til, finner du i denne filmen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623566/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623566/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623566/broadcast/4250_dc0d809d0b1842889ca8a298c01535eb.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623566/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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:59.720000",
            "durationSec": 779.72,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-20T20:42:42.897000Z",
            "updatedTime": "2018-11-10T18:29:29.639012Z",
            "uploadedTime": "2010-04-20T20:42:42.897000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623566/theora/4250_3c469b9ee07143338920c61af9ad9fce.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623566/large_thumb/large.jpg"
        },
        {
            "id": 623564,
            "name": "Utrop TV - Flerkulturelt magasin nr 08",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
                "original": "https://upload.frikanalen.no/media/623564/original/orig_1567e20c86c747938ba05c1af6d1c690.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623564/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623564/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623564/broadcast/4206_82f63c13186442ba99f9aa29eca05b91.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623564/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:29:00.080000",
            "durationSec": 1740.08,
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-08T09:50:39.247000Z",
            "updatedTime": "2018-11-10T18:29:29.640391Z",
            "uploadedTime": "2010-04-08T09:50:39.247000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623564/theora/4206_46dfd4cfcfca4749aa8448c8294358e0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623564/large_thumb/large.jpg"
        },
        {
            "id": 628282,
            "name": "Diesen intervjuer Lieven om forhandlingene med Usa",
            "header": "",
            "description": "Professor Diesen intervjuer Anatol Lieven: Sikkerhetsgarantier og våpenhvile ikke lenger tema",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628282/webm_med/Diesen_Lieven.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628282/large_thumb/Diesen_Lieven.jpg",
                "original": "https://upload.frikanalen.no/media/628282/original/Diesen_Lieven.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:31:45.840000",
            "durationSec": 1905.84,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-08-22T14:11:33.778494Z",
            "updatedTime": "2025-08-27T15:46:23.938674Z",
            "uploadedTime": "2025-08-22T14:20:20Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628282/large_thumb/Diesen_Lieven.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:26:02.120000",
            "durationSec": 5162.12,
            "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": 628264,
            "name": "Diesen om Indias svar på Trumps sanksjoner",
            "header": "Professor Diesen og M. K. Bhadrakumar: India nonchalant til Trumps trusler om nye sanksjoner",
            "description": "Original tittel: M. K. Bhadrakumar: India Ignores Trump's Threats of Secondary Sanctions",
            "files": {
                "webmMed": "https://upload.frikanalen.no/media/628264/webm_med/Diesen_Bhadrakumar.webm",
                "largeThumb": "https://upload.frikanalen.no/media/628264/large_thumb/Diesen_Bhadrakumar.jpg",
                "original": "https://upload.frikanalen.no/media/628264/original/Diesen_Bhadrakumar.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:52:06.020000",
            "durationSec": 3126.02,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-08-16T08:28:13.673949Z",
            "updatedTime": "2025-08-18T06:46:10.253732Z",
            "uploadedTime": "2025-08-16T09:08:22Z",
            "ogvUrl": null,
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628264/large_thumb/Diesen_Bhadrakumar.jpg"
        },
        {
            "id": 628044,
            "name": "Diesen i samtale med MK Bhadrakumar",
            "header": "",
            "description": "Glenn Diesen, Alexander Mercouris & MK Bhadrakumar: Can India Become a Global Powerhouse",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628044/theora/Diesen_Bhadrakumar.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628044/broadcast/Diesen_Bhadrakumar.dv",
                "original": "https://upload.frikanalen.no/media/628044/original/Diesen_Bhadrakumar.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/628044/large_thumb/Diesen_Bhadrakumar.jpg"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:56:50.520000",
            "durationSec": 3410.52,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-03-16T12:44:55.354512Z",
            "updatedTime": "2025-04-30T12:08:58.244935Z",
            "uploadedTime": "2025-03-16T12:57:48Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628044/theora/Diesen_Bhadrakumar.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628044/large_thumb/Diesen_Bhadrakumar.jpg"
        },
        {
            "id": 622307,
            "name": "Medieinsp. - Religion",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622307/theora/2303_8f04b1d5519d47058aa79e885af1ef6c.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622307/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622307/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622307/broadcast/orig_ec4c9f314cd74ea9bf2ba86eb46861ac.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622307/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:11.200000",
            "durationSec": 191.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T14:23:00Z",
            "updatedTime": "2023-07-17T21:59:55.354234Z",
            "uploadedTime": "2009-01-02T14:23:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622307/theora/2303_8f04b1d5519d47058aa79e885af1ef6c.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622307/large_thumb/large.jpg"
        },
        {
            "id": 622996,
            "name": "Rundt frokostbordet",
            "header": "Presentasjon av institusjonen Stiftelsen P22. Vi driver avrusning og motivasjon av rusmisbrukere fra hele landet.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622996/theora/3265_fe0ff577892f421da7710f7a910f469f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622996/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622996/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622996/broadcast/orig_af9f10f215904ef1824a7c7422a22dc4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622996/large_thumb/large.jpg"
            },
            "creator": "matre@p22.no",
            "organization": {
                "id": 123,
                "name": "Stiftelsen P22",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1799,
                "editorName": "Torbjørn Matre",
                "editorEmail": "matre@p22.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:00:30",
            "durationSec": 30.0,
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.p22.no",
            "createdTime": "2009-08-20T08:51:25.460000Z",
            "updatedTime": "2018-11-10T18:29:30.354157Z",
            "uploadedTime": "2009-08-20T08:51:25.460000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622996/theora/3265_fe0ff577892f421da7710f7a910f469f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622996/large_thumb/large.jpg"
        },
        {
            "id": 628127,
            "name": "Diesen om Trumps \"Golden Dome\"",
            "header": "Professor Diesen snakker med professor Postol om Trumps \"Golden Dome\" og nukleær eskalering",
            "description": "Original tittel: Theodore Postol: Trump's Golden Dome Missile Defense & Nuclear Escalation",
            "files": {
                "theora": "https://upload.frikanalen.no/media/628127/theora/Diesen_Postol_dome.ogv",
                "broadcast": "https://upload.frikanalen.no/media/628127/broadcast/Diesen_Postol_dome.dv",
                "largeThumb": "https://upload.frikanalen.no/media/628127/large_thumb/Diesen_Postol_dome.jpg",
                "original": "https://upload.frikanalen.no/media/628127/original/Diesen_Postol_dome.mp4"
            },
            "creator": "ola@frikanalen.no",
            "organization": {
                "id": 112,
                "name": "PROION",
                "homepage": null,
                "description": "PROION er gresk og betyr gry som i morgengry. Akronymet står for Peace Research, Optimistic Initiatives, Oslo, Norway, som er et ordspill på PRIO. PROION ble dannet i 2001 som en studentorganisasjon og ga i sin tid ut tidsskriftet Transformator.",
                "postalAddress": "Åsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2249,
                "editorName": "Ola Tellesbø",
                "editorEmail": "ola@frikanalen.no",
                "editorMsisdn": "+47 40 04 18 13",
                "fkmember": true
            },
            "duration": "00:59:58.500000",
            "durationSec": 3598.5,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2025-06-14T15:20:42.872437Z",
            "updatedTime": "2025-06-15T13:31:46.874641Z",
            "uploadedTime": "2025-06-14T15:23:21Z",
            "ogvUrl": "https://upload.frikanalen.no/media/628127/theora/Diesen_Postol_dome.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/628127/large_thumb/Diesen_Postol_dome.jpg"
        },
        {
            "id": 624521,
            "name": "NM2011 - Sola Brassband",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624521/theora/5678_c5cbb5986c554b69aad98e9370444631.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624521/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624521/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624521/broadcast/5678_25aac2eda55a459182b9aee06bfd0250.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624521/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:57.810000",
            "durationSec": 1737.81,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-07-02T10:16:27.647000Z",
            "updatedTime": "2018-11-10T18:29:28.410813Z",
            "uploadedTime": "2011-07-02T10:16:27.647000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624521/theora/5678_c5cbb5986c554b69aad98e9370444631.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624521/large_thumb/large.jpg"
        },
        {
            "id": 624440,
            "name": "NM2011 - Jølster Musikklag",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624440/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624440/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624440/broadcast/5543_59ae806e971a4ca89bcec79c4a4f5c8e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:44.760000",
            "durationSec": 1664.76,
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-04-28T14:59:27.087000Z",
            "updatedTime": "2018-11-10T18:29:28.516654Z",
            "uploadedTime": "2011-04-28T14:59:27.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624440/theora/5543_59ae806e971a4ca89bcec79c4a4f5c8e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624440/large_thumb/large.jpg"
        },
        {
            "id": 622593,
            "name": "Vaffel-moms",
            "header": "Debatt om moms for frivillige organiasjosner",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622593/theora/2962_c22c2d3443e647f394a96a0e316ec5f4.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622593/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622593/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622593/broadcast/orig_9e752303c5804913a47b4ce8d0764c18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622593/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 3,
                "name": "Frikanalen",
                "homepage": "https://frikanalen.no",
                "description": "Frikanalen er sivilsamfunnets videoplatform.\r\n\r\nVi ønsker i samarbeid med våre medlemsorganisasjoner utvikle en videoplattform uten forhåndssensur, tilrettelagt for behovene til norsk demokrati, organisasjonsliv og frivillighet.",
                "postalAddress": "c/o Advokat Tellesbø\r\nÅsvegen 115\r\n2740 ROA",
                "streetAddress": "Åsvegen 115\r\n2740 ROA",
                "editorId": 2086,
                "editorName": "Tore Sinding Bekkedal",
                "editorEmail": "toresbe@protonmail.com",
                "editorMsisdn": "+47 91 85 95 08",
                "fkmember": true
            },
            "duration": "00:28:43.600000",
            "durationSec": 1723.6,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-05-28T14:32:30.803000Z",
            "updatedTime": "2023-07-12T21:30:11.964059Z",
            "uploadedTime": "2009-05-28T14:32:30Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622593/theora/2962_c22c2d3443e647f394a96a0e316ec5f4.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622593/large_thumb/large.jpg"
        },
        {
            "id": 622280,
            "name": "Medieinsp. - Pakke",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/622280/theora/2146_9d96f866999749d48dad370e8c7fd2d0.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/622280/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/622280/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/622280/broadcast/orig_Medieinspektørene - Pakke - Uke 5.avi",
                "largeThumb": "https://upload.frikanalen.no/media/622280/large_thumb/large.jpg"
            },
            "creator": "erik@frikanalen.no",
            "organization": {
                "id": 93,
                "name": "Ungdom & Medier",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1112,
                "editorName": "Geir Magnus Nyborg",
                "editorEmail": "gmn@fom.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:03:11.240000",
            "durationSec": 191.24,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2009-01-02T11:46:00Z",
            "updatedTime": "2023-07-17T22:05:44.294572Z",
            "uploadedTime": "2009-01-02T11:46:00Z",
            "ogvUrl": "https://upload.frikanalen.no/media/622280/theora/2146_9d96f866999749d48dad370e8c7fd2d0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/622280/large_thumb/large.jpg"
        },
        {
            "id": 624436,
            "name": "Utrop TV - Studio6",
            "header": "Studiodebatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
                "original": "https://upload.frikanalen.no/media/624436/original/orig_ac71c438126a4e13b8ecba688407da0b.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/624436/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624436/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624436/broadcast/5446_bc7ceb8dc6a347db94c8b5278249073d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624436/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:23:36.960000",
            "durationSec": 1416.96,
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2011-03-14T13:21:17.570000Z",
            "updatedTime": "2018-11-10T18:29:28.522245Z",
            "uploadedTime": "2011-03-14T13:21:17.570000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624436/theora/orig_ac71c438126a4e13b8ecba688407da0b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624436/large_thumb/large.jpg"
        },
        {
            "id": 626528,
            "name": "Shofar Israel er et tegn",
            "header": "Bladet Evangelisten\r\nprogram 38",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626528/theora/Shofar 60 Israel er et tegn.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626528/broadcast/Shofar 60 Israel er et tegn.dv",
                "largeThumb": "https://upload.frikanalen.no/media/626528/large_thumb/Shofar 60 Israel er et tegn.jpg",
                "original": "https://upload.frikanalen.no/media/626528/original/Shofar 60 Israel er et tegn.mp4"
            },
            "creator": "kurt@evangelisten.no",
            "organization": {
                "id": 135,
                "name": "Bladet Evangelisten AS",
                "homepage": "https://www.evangelisten.no",
                "description": "",
                "postalAddress": "5350 BRATTHOLMEN",
                "streetAddress": "Arefjordvegen 127",
                "editorId": 2188,
                "editorName": "Kurt Urhaug",
                "editorEmail": "kurt@evangelisten.no",
                "editorMsisdn": "+47 91 33 40 79",
                "fkmember": true
            },
            "duration": "00:23:49.200000",
            "durationSec": 1429.2,
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2020-10-17T22:15:38.218860Z",
            "updatedTime": "2020-10-17T22:35:34.619196Z",
            "uploadedTime": "2020-10-17T22:23:36.021971Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626528/theora/Shofar 60 Israel er et tegn.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626528/large_thumb/Shofar 60 Israel er et tegn.jpg"
        },
        {
            "id": 626772,
            "name": "The Blockade and The Dire Humanitarian Impact",
            "header": "Trond Ali Linstad was invited to a video conference regarding the humanitarian crisis in Yemen. The topic of the discussion was \"The Blockade and The Dire Humanitarian Impact\".",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626772/broadcast/The Blockade and The Dire Humanitarian Impact.dv",
                "original": "https://upload.frikanalen.no/media/626772/original/The Blockade and The Dire Humanitarian Impact.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.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 40 61 61 81",
                "fkmember": true
            },
            "duration": "01:06:32.073283",
            "durationSec": 3992.073283,
            "categories": [
                "Solidaritet og bistand"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2021-04-11T17:40:14.484923Z",
            "updatedTime": "2021-04-12T20:58:30.880090Z",
            "uploadedTime": "2021-04-11T17:44:15Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626772/theora/The Blockade and The Dire Humanitarian Impact.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626772/large_thumb/The Blockade and The Dire Humanitarian Impact.jpg"
        },
        {
            "id": 623555,
            "name": "Talentfabrikken 22. oktober 2010 (R)",
            "header": "Reprise fra uke 18, 2010",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623555/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623555/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623555/broadcast/4230_c9e8991ffc474611a0cb468b59fe1699.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623555/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:38.360000",
            "durationSec": 1718.36,
            "categories": [
                "Barn og ungdom"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-04-14T19:54:07.790000Z",
            "updatedTime": "2018-11-10T18:29:29.652537Z",
            "uploadedTime": "2010-04-14T19:54:07.790000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623555/theora/4230_2fc6aee2284d43b39d8e78784986838d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623555/large_thumb/large.jpg"
        },
        {
            "id": 626645,
            "name": "NUUG Meetup 2020-12-08: Cory Doctorow - Monopoly, Not Mind Control",
            "header": "What's Really Happening With \"Surveillance Capitalism\"\r\n\r\nMånedens tema er: «Monopoly, Not Mind Control: What's Really Happening With \"Surveillance Capitalism\"» med Cory Doctorow. Foredraget vil foregå på engelsk. Kort om presentasjonen:\r\n\r\nExtraordinary claims require extraordinary evidence, and the claim that Big Tech can use big data to bypass our cognitive faculties is a doozy. Whether the claim is being made by big tech or its critics, it's pretty thin, and if you're a tech critic, it's a kind of backhanded compliment: even if Big Tech is being run by evil geniuses, at least they're still geniuses.\r\n\r\nThere's a more parsimonious explanation: Big Tech are mediocre monopolists, engaged in the same deep-pocketed moneyball that allowed their robber-baron forebears to corner entire sectors of the economy. If that's true, then we have a range of options that don't require safeguarding the alleged mind-control rays hidden in their data centers.\r\n\r\nCory Doctorow (craphound.com) is a science fiction author, activist and journalist. He is the author of many books, most recently RADICALIZED and WALKAWAY, science fiction for adults; HOW TO DESTROY SURVEILLANCE CAPITALISM, nonfiction about monopoly and conspiracy which is now available in Norwegian; IN REAL LIFE, a graphic novel; and the picture book POESY THE MONSTER SLAYER. His latest book is ATTACK SURFACE, a standalone adult sequel to LITTLE BROTHER.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/626645/theora/20201208-doctorow.ogv",
                "broadcast": "https://upload.frikanalen.no/media/626645/broadcast/20201208-doctorow.dv",
                "original": "https://upload.frikanalen.no/media/626645/original/20201208-doctorow.mp4",
                "largeThumb": "https://upload.frikanalen.no/media/626645/large_thumb/20201208-doctorow.jpg"
            },
            "creator": "davidwnoble@gmail.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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:28:25.240000",
            "durationSec": 5305.24,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "https://www.nuug.no/aktiviteter/20201208-doctorow/",
            "createdTime": "2020-12-16T11:13:06.139163Z",
            "updatedTime": "2020-12-16T16:34:53.038232Z",
            "uploadedTime": "2020-12-16T13:02:42.362658Z",
            "ogvUrl": "https://upload.frikanalen.no/media/626645/theora/20201208-doctorow.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/626645/large_thumb/20201208-doctorow.jpg"
        },
        {
            "id": 624813,
            "name": "Skolelinux - skolenettløsning",
            "header": "Skolelinux tilbyr en ferdig oppsatt skolenettløsning, med tjenester,arbeidsplasser, PXE-installasjon og brukerprogrammer. Skolelinux blir ofte referert til som Debian Edu. Målet med Skolelinux-prosjektet er å sikre at elevene har dataprogram på sitt morsmål med et driftskonsept som er tilpasset og klargjort for sentralisert drift. Det følger med et opplegg for realistisk innføring og bruk av fri programvare i skolehverdagen. Hensikten er å gi universal tilgang til IKT og hindre digitale klasseskiller. Derfor brukes fri programvare fordi det også gir elever med interesse for teknologi og språk en mulighet til å skape sin egen framtid. Presentasjonen vil gå igjennom hva som er nytt i siste utgave av løsningen og fortelle litt fra prosjektets mer enn 10-årige historie.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/624813/theora/6122_7b795b824c48415f8851d19cf62b9dfd.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624813/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624813/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624813/broadcast/6122_445a34b0812f427db72248af9b3218a4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624813/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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:27:22.320000",
            "durationSec": 5242.32,
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2012-03-24T11:02:17Z",
            "updatedTime": "2018-11-10T18:29:28.025908Z",
            "uploadedTime": "2012-03-24T11:02:17Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624813/theora/6122_7b795b824c48415f8851d19cf62b9dfd.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624813/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 40 61 61 81",
                "fkmember": true
            },
            "duration": "00:22:01.560000",
            "durationSec": 1321.56,
            "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": 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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:09:53.110000",
            "durationSec": 593.11,
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:51:56.120000",
            "durationSec": 3116.12,
            "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": 2913,
                "editorName": "Thomas Hansen",
                "editorEmail": "thoh@ifi.uio.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:12:08.670000",
            "durationSec": 728.67,
            "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"
        }
    ]
}