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

{
    "count": 3455,
    "next": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1600&ordering=-publish_on_web",
    "previous": "https://forrige.frikanalen.no/api/videos/?format=api&limit=50&offset=1500&ordering=-publish_on_web",
    "results": [
        {
            "id": 624005,
            "name": "Misjonsmøte 02",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624005/theora/4898_db047a4817da492e8c8410e3a3b8d21f.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/624005/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624005/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624005/broadcast/4898_db047a4817da492e8c8410e3a3b8d21f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624005/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-24T10:36:24.563000Z",
            "updatedTime": "2023-07-12T22:32:29.919697Z",
            "uploadedTime": "2010-10-24T10:36:24Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624005/theora/4898_db047a4817da492e8c8410e3a3b8d21f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624005/large_thumb/large.jpg"
        },
        {
            "id": 623997,
            "name": "43_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623997/theora/orig_4297f4f859e54234bbb44cad8df07d37.ogv",
                "original": "https://upload.frikanalen.no/media/623997/original/orig_4297f4f859e54234bbb44cad8df07d37.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623997/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623997/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623997/broadcast/4755_5f16a41c44684b06bd36bc4f6b59e752.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623997/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:54",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:26:27.990000Z",
            "updatedTime": "2018-11-10T18:29:29.087408Z",
            "uploadedTime": "2010-09-20T11:26:27.990000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623997/theora/orig_4297f4f859e54234bbb44cad8df07d37.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623997/large_thumb/large.jpg"
        },
        {
            "id": 623996,
            "name": "ShowKafé 2010 del 3 - 17.11.10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623996/theora/4893_0cec57adec66472283d286c1850c8d23.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623996/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623996/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623996/broadcast/4893_0e9f70c969a14bc48eafb60fa7332d85.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623996/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:23.600000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-19T08:42:57.317000Z",
            "updatedTime": "2018-11-10T18:29:29.088772Z",
            "uploadedTime": "2010-10-19T08:42:57.317000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623996/theora/4893_0cec57adec66472283d286c1850c8d23.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623996/large_thumb/large.jpg"
        },
        {
            "id": 623995,
            "name": "ShowKafé 2010 del 2 - 10.11.10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623995/theora/4892_d4e0e93618c8476584fe900340543618.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623995/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623995/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623995/broadcast/4892_fdd23bf1b96447e0bff3bbb0f296d98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623995/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:39.480000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-19T08:29:47.377000Z",
            "updatedTime": "2018-11-10T18:29:29.090111Z",
            "uploadedTime": "2010-10-19T08:29:47.377000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623995/theora/4892_d4e0e93618c8476584fe900340543618.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623995/large_thumb/large.jpg"
        },
        {
            "id": 623994,
            "name": "ShowKafé 2010 del 1 - 03.11.10",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623994/theora/4891_a2149ad72b2e498aa62ce539d7d6fcf3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623994/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623994/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623994/broadcast/4891_9937580a81434683bd7cfeb0a924994c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623994/large_thumb/large.jpg"
            },
            "creator": "stig@musikkorps.no",
            "organization": {
                "id": 40,
                "name": "Norges Musikkorps Forbund",
                "homepage": "https://musikkorps.no/",
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1090,
                "editorName": "Stig Ryland",
                "editorEmail": "stig@musikkorps.no",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:28:36.840000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-10-19T08:15:33.843000Z",
            "updatedTime": "2018-11-10T18:29:29.091466Z",
            "uploadedTime": "2010-10-19T08:15:33.843000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623994/theora/4891_a2149ad72b2e498aa62ce539d7d6fcf3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623994/large_thumb/large.jpg"
        },
        {
            "id": 623929,
            "name": "Guds Ord, 041010",
            "header": "Guds Ord med Björn Kristofersen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623929/theora/4760_903093d130ac4708852ac66580d916c1.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623929/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623929/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623929/broadcast/4760_903093d130ac4708852ac66580d916c1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623929/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.840000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T13:17:02.633000Z",
            "updatedTime": "2018-11-10T18:29:29.178746Z",
            "uploadedTime": "2010-09-21T13:17:02.633000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623929/theora/4760_903093d130ac4708852ac66580d916c1.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623929/large_thumb/large.jpg"
        },
        {
            "id": 623992,
            "name": "Elephants dream",
            "header": "Elephants Dream er historien om to  merkelige fyrer som utforsker  en uforutsigbar   og tilsynelatende uendelig maskine. Den eldre, Proog, opptrer som en veiviser og beskytter, som gladelig viser severdigheter og farer med maskinen til hans i utgangspunktet nysgjerrige men i økende grad skeptiske  protesjé Emo. Ettersom reisen utfolder seg oppdager vi tegn til at maskinen ikke er slik som Proog tror i det hele tatt, og veivisingen antar ett mer desperat aspekt. \n\nElephants Dream er en historie om kommunikasjon og fiksjon,  som med hensikt er laget med en åpen avslutning som verdens første 3D-animerte ?Åpne film?.  Filmen er utgitt under en Creative Commons lisens samme med alle produksjonsfilene benytte for å lage den (omtrent 7 Gigabyte med data). Filmen er utelukkende produsert med fri programvare, noe som gjør det mulig å re-mikse endre og bygge videre på materialet for å lage nye filmer/historier uten annet verktøy enn en datamaskin og kilde-filene til filmen.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623992/theora/4846_4acb448d8e964582a5a856c82eb7dac2.ogv",
                "original": "https://upload.frikanalen.no/media/623992/original/orig_f00614a380c6432a95e71b0d6f2781df.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623992/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623992/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623992/broadcast/4846_2ce450330c3f4af4ac0b478870c70fee.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623992/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:11:13.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-16T11:00:39.063000Z",
            "updatedTime": "2018-11-10T18:29:29.094210Z",
            "uploadedTime": "2010-10-16T11:00:39.063000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623992/theora/4846_4acb448d8e964582a5a856c82eb7dac2.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623992/large_thumb/large.jpg"
        },
        {
            "id": 623991,
            "name": "Akkurat Nå! 17 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623991/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623991/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623991/broadcast/4673_25d786f6fc5348ea80e375233d5a2d9f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:55:58.120000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:59:09.080000Z",
            "updatedTime": "2018-11-10T18:29:29.095747Z",
            "uploadedTime": "2010-08-28T04:59:09.080000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623991/theora/4673_d4efc7885f7b4774af169a9fe6bcd1c7.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623991/large_thumb/large.jpg"
        },
        {
            "id": 623990,
            "name": "Konfigurasjonsstyring med Chef",
            "header": "Chef er konfigurasjonsstyring som er lett å komme i gang med, og som er i stand til å vokse med deg. Fokus er ikke kun på enkeltmaskiner, men på hele arkitekturen. Chef har støtte for søk, god separasjon av oppskrifter og data og et veldefinert API som klienter bruker for å interagere med Chef-serveren. Vi vil se på designvalg, egenskaper og gå gjennom et enkelt eksempel på bruk av Chef. \r\n\r\nTollef Fog Heen har drevet med fri programvare siden en gang på 1990-tallet og vært Debian-utvikler i over ti år. Han jobber for tiden i Varnish Software som systemadministrator og bidrar til forskjellige fri programvare-prosjekter, herunder Chef.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623990/theora/orig_0bbd76cf59244089bf33fa1173164178.ogv",
                "original": "https://upload.frikanalen.no/media/623990/original/orig_0bbd76cf59244089bf33fa1173164178.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623990/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623990/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623990/broadcast/4844_407b8a8f1cde405bb218505fc76ab195.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623990/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:00:35.880000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-15T12:00:26Z",
            "updatedTime": "2018-11-10T18:29:29.097145Z",
            "uploadedTime": "2010-10-15T12:00:26Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623990/theora/orig_0bbd76cf59244089bf33fa1173164178.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623990/large_thumb/large.jpg"
        },
        {
            "id": 623987,
            "name": "Hjelp, jeg skal holde tale!",
            "header": "De fleste av oss kommer før eller siden opp i en situasjon hvor vi er nødt til å snakke til en forsamling, det være seg privat (konfirmasjon, bryllup, runde fødselsdager, generalforsamling i borettslaget o.l.) eller i yrkeslivet (julebord og andre firmafester, seminarer, fagforeningsmøter o.l.). Noen ganger skjer det spontant og uforberedt fordi munnen bobler over med det hjertet er fullt av. Andre ganger ? og de er som regel de vanskelige ? er det (mer eller mindre) nøye planlagt, og forventningene både fra en selv og fra forsamlingen kan virke lammende. Hva kan en skuespiller lære oss om å takle forventningspresset og å forene nøye forberedelse med spontanitet og entusiasme?",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623987/theora/orig_cdff8580bdee45f2ae5d3cf5926e7e73.ogv",
                "original": "https://upload.frikanalen.no/media/623987/original/orig_cdff8580bdee45f2ae5d3cf5926e7e73.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623987/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623987/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623987/broadcast/4834_703b9d1ffd314a57adef756b7d1b20ad.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623987/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:09.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-14T07:42:44Z",
            "updatedTime": "2018-11-10T18:29:29.099927Z",
            "uploadedTime": "2010-10-14T07:42:44Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623987/theora/orig_cdff8580bdee45f2ae5d3cf5926e7e73.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623987/large_thumb/large.jpg"
        },
        {
            "id": 624911,
            "name": "AR6075 Arena",
            "header": "Arena med Bjørn Gjellum samtaler med våre politikere og sentrale personer i og utenfor ES",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
                "original": "https://upload.frikanalen.no/media/624911/original/orig_f1124f309ee8491184a96ec26913f080.avi",
                "smallThumb": "https://upload.frikanalen.no/media/624911/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/624911/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/624911/broadcast/6283_74c20d9f75c742d6b7cb1c6bc3d609a3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:24:48.960000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2012-05-26T18:48:11.113000Z",
            "updatedTime": "2018-11-10T18:29:27.899889Z",
            "uploadedTime": "2012-05-26T18:48:11.113000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/624911/theora/orig_f1124f309ee8491184a96ec26913f080.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/624911/large_thumb/large.jpg"
        },
        {
            "id": 623982,
            "name": "Frikanalen, ytringsfrihet i TV",
            "header": "Frikanalen er en åpen TV-kanal der alle i dag sikres tilgang til eteren gjennom Riks TV sine sendinger. Fra 2010 vil vi også nå ut på kabel (Get og Canal Digital) via satellitt. Frikanalen er organisert som en forening der NUUG er medlem. Vi i frikanalen tror dette sammen med NUUG sin nett-satsning vil være avgjørende for å trekke yngre og mer kreative frivillige miljøer til kanalen. I dag er det i hovedsak de som hadde innhold, men ingen riksdekkende kanal å sende på, som bruker kanalen, altså de religiøse. Frikanalen er som en \"youtube på TV\". En 100% nettstyrt TV kanal der produsentene selv tar redaktøransvar, laster opp og legger video på sendeplanen. Vi håper at dette verktøyet med et utvidet nedslagsfelt vil medføre at flere blir produsenter og at mangfoldet med det øker. For å lykkes må verktøyet bli 100% tilgjengelig. Da kan vi ikke nøye oss med silverlight-løsningen vi har i dag, men satse videre på åpne standarder sammen med NUUG.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623982/theora/4831_0ab04b63a5434706a5707575e0b68850.ogv",
                "original": "https://upload.frikanalen.no/media/623982/original/orig_4a800fc1343645f899496efba854fab5.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623982/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623982/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623982/broadcast/4831_07f17eb3e2374487ad3d830e7b047ea3.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623982/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:03:49.800000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-13T06:04:05Z",
            "updatedTime": "2018-11-10T18:29:29.106707Z",
            "uploadedTime": "2010-10-13T06:04:05Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623982/theora/4831_0ab04b63a5434706a5707575e0b68850.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623982/large_thumb/large.jpg"
        },
        {
            "id": 623981,
            "name": "Utrop TV - nr 21",
            "header": "Reportasje og debatt om det flerkulturelle",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623981/theora/4683_8084ac51e186431bb40cc79ccef94374.ogv",
                "original": "https://upload.frikanalen.no/media/623981/original/orig_106c76a91a7945809cad10e1da1a3da5.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623981/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623981/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623981/broadcast/4683_8b0d994abd634e28a4d0e6427d31f7d8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623981/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",
            "categories": [
                "Minoriteter"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-08-30T13:59:19.240000Z",
            "updatedTime": "2018-11-10T18:29:29.108171Z",
            "uploadedTime": "2010-08-30T13:59:19.240000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623981/theora/4683_8084ac51e186431bb40cc79ccef94374.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623981/large_thumb/large.jpg"
        },
        {
            "id": 623980,
            "name": "Jesus I India del 7",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
                "original": "https://upload.frikanalen.no/media/623980/original/orig_d4cb0c58b2cd4e9183cf6cfd149767e0.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623980/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623980/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623980/broadcast/4826_12f76df8c0a44a1a91eb3f05bbd6aa56.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:03.080000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-12T13:11:12.713000Z",
            "updatedTime": "2018-11-10T18:29:29.109559Z",
            "uploadedTime": "2010-10-12T13:11:12.713000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623980/theora/4826_ee2e1621261d4603b105e901d4b2512b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623980/large_thumb/large.jpg"
        },
        {
            "id": 623979,
            "name": "Heidi Grande Røys om friprog",
            "header": "Intervju med tidligere fornyingsminister Heidi Grande Røys om satsingen på fri programvare og åpne standarder i fornyingsdepartementet",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623979/theora/4828_f2d31e5e6439412394fcf6b9edea86d5.ogv",
                "original": "https://upload.frikanalen.no/media/623979/original/orig_8da920f78dbc432d995ca2eb82ce0cb8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623979/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623979/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623979/broadcast/4828_f98b8f21487a4d559d1cc932325ecd18.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623979/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:10:16.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-12T14:58:45.757000Z",
            "updatedTime": "2018-11-10T18:29:29.110898Z",
            "uploadedTime": "2010-10-12T14:58:45.757000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623979/theora/4828_f2d31e5e6439412394fcf6b9edea86d5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623979/large_thumb/large.jpg"
        },
        {
            "id": 623978,
            "name": "Den norske kirke i eksil 68",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
                "original": "https://upload.frikanalen.no/media/623978/original/orig_cdc35e43d7f5424b862d357609799f0c.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623978/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623978/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623978/broadcast/4823_ac3363e4d2974d98b3281a4b79043f02.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623978/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:40.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-11T18:14:08.750000Z",
            "updatedTime": "2018-11-10T18:29:29.112284Z",
            "uploadedTime": "2010-10-11T18:14:08.750000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623978/theora/4823_45e7689378784149817ebd4b65477a4b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623978/large_thumb/large.jpg"
        },
        {
            "id": 623977,
            "name": "Jesus I India del 6",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623977/theora/4822_102d2a73546246a089accada9f4b2480.ogv",
                "original": "https://upload.frikanalen.no/media/623977/original/orig_b95c649fcea541ec8e07838839c63796.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623977/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623977/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623977/broadcast/4822_878d2df0edcc4fee9ffb4150d8529639.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623977/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:42.200000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-10T18:24:22.653000Z",
            "updatedTime": "2018-11-10T18:29:29.113617Z",
            "uploadedTime": "2010-10-10T18:24:22.653000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623977/theora/4822_102d2a73546246a089accada9f4b2480.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623977/large_thumb/large.jpg"
        },
        {
            "id": 623976,
            "name": "Akkurat Nå! 10 oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623976/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623976/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623976/broadcast/4672_6b3a706a6adc4c9db5c3b1b592ca1e7e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623976/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:52:05.640000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-28T04:57:45.623000Z",
            "updatedTime": "2018-11-10T18:29:29.114961Z",
            "uploadedTime": "2010-08-28T04:57:45.623000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623976/theora/4672_3f0dd778205e474f8ebd58106345b49b.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623976/large_thumb/large.jpg"
        },
        {
            "id": 623932,
            "name": "Bazar Hald internasjonale senter -del 3",
            "header": "Møt studentene fra Hald som bygger båt på Madagaskar, som jobber med barna i Mathareslummen i Kenya, og Ronald (Uganda) og Victor (Peru) som jobber med barn og ungdom i Vennesla/Norge. Bazar følger dem i gjøremålene under utenlandspraksisen.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623932/theora/4070_82a00c9d49af423ba39649f385fd0168.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623932/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623932/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623932/broadcast/4070_f5b18015d31e4c7d8e9d5d8364f3d9e8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623932/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-15T13:13:13Z",
            "updatedTime": "2018-11-10T18:29:29.174667Z",
            "uploadedTime": "2010-03-15T13:13:13Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623932/theora/4070_82a00c9d49af423ba39649f385fd0168.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623932/large_thumb/large.jpg"
        },
        {
            "id": 623931,
            "name": "Dem Gode nyheterna 111010",
            "header": "De gude Nyheterna med Erilng I. Nilssen",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623931/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623931/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623931/broadcast/4759_d40aa7fa06af404fb6df92e59683a98f.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623931/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:08.040000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T11:10:50.027000Z",
            "updatedTime": "2018-11-10T18:29:29.176061Z",
            "uploadedTime": "2010-09-21T11:10:50.027000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623931/theora/4759_8462679c0a2245db9b7b3b76fbe03ec9.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623931/large_thumb/large.jpg"
        },
        {
            "id": 623936,
            "name": "Den norske kirke i eksil 67",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623936/theora/4763_c213475171214bfdb77e9e240976b925.ogv",
                "original": "https://upload.frikanalen.no/media/623936/original/orig_246bab25b0844042ac0f248ded1b2406.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623936/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623936/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623936/broadcast/4763_3b7b4b09fde94eba94551696dfc9bc16.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623936/large_thumb/large.jpg"
            },
            "creator": "omoeg@broadpark.no",
            "organization": {
                "id": 86,
                "name": "Den norske kirke i eksil",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1086,
                "editorName": "Olav Grimdalen",
                "editorEmail": "omoeg@broadpark.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:05",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-22T06:39:16.457000Z",
            "updatedTime": "2018-11-10T18:29:29.169278Z",
            "uploadedTime": "2010-09-22T06:39:16.457000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623936/theora/4763_c213475171214bfdb77e9e240976b925.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623936/large_thumb/large.jpg"
        },
        {
            "id": 623930,
            "name": "Møteplassen - Bønn 3",
            "header": "Prest Sigve Ims i Gand kirke i Sandnes har refleksjoner rundt Fadervår, og Oddvar Søvik snakker om bønnens fem retninger.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623930/theora/4704_22b83011800b41b2980225c3d293895e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623930/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623930/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623930/broadcast/4704_313063d701f341c9985499a84ef6c386.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623930/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T08:46:25Z",
            "updatedTime": "2018-11-10T18:29:29.177404Z",
            "uploadedTime": "2010-09-03T08:46:25Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623930/theora/4704_22b83011800b41b2980225c3d293895e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623930/large_thumb/large.jpg"
        },
        {
            "id": 623928,
            "name": "Helse, Program5 061010",
            "header": "Helseprogam Avsnitt 5 med Eva-Britt Fjeldberg",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623928/theora/4758_97b63742f56b4736a69eb22e9c46c337.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623928/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623928/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623928/broadcast/4758_93276ea45df04aa8aca7ce935ca968a2.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623928/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:18:20.360000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-21T10:53:29.780000Z",
            "updatedTime": "2018-11-10T18:29:29.180127Z",
            "uploadedTime": "2010-09-21T10:53:29.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623928/theora/4758_97b63742f56b4736a69eb22e9c46c337.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623928/large_thumb/large.jpg"
        },
        {
            "id": 623993,
            "name": "Misjonsmøte 01",
            "header": "",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623993/theora/4847_7b17cab083ce4f64bba137f1e9b26cab.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623993/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623993/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623993/broadcast/4847_7b17cab083ce4f64bba137f1e9b26cab.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623993/large_thumb/large.jpg"
            },
            "creator": "linkas@c2i.net",
            "organization": {
                "id": 285,
                "name": "Care Mission",
                "homepage": null,
                "description": "",
                "postalAddress": "",
                "streetAddress": "",
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:28:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-17T21:21:06.763000Z",
            "updatedTime": "2023-07-12T22:32:51.709385Z",
            "uploadedTime": "2010-10-17T21:21:06Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623993/theora/4847_7b17cab083ce4f64bba137f1e9b26cab.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623993/large_thumb/large.jpg"
        },
        {
            "id": 623975,
            "name": "Radioamatørenes sporingssystem",
            "header": "APRS (Automatic Position Reporting System) er radioamatørenes system for GPS sporing og formidling av sporingsmeldinger via radio (og internett). Denne gangen vil Øyvind Hanssen fortelle hvordan radioamatørmiljøet i Tromsø utvikler APRS med tanke på den frivillige redningsstjenesten.\r\n\r\nDette inkluderer utbygging av infrastruktur, utvikling av fri programvarebaserte webapplikasjoner for presentasjon av sporingsinformasjon på kart og ikke minst at Tromsømiljøet utvikler en kompakt portabel tracker - en automatisk sporingssender for bruk i felten. Systemet har vært grundig testet både på bakken og i fly og vekker interesse også utenfor miljøet.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623975/theora/4820_c0207aa5844542239b9ff772acfbfb1d.ogv",
                "original": "https://upload.frikanalen.no/media/623975/original/orig_f82d51ab27094acab7c3c920161ce6f8.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623975/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623975/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623975/broadcast/4820_2935a672d90a46449dc2a43630f40dfc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623975/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "01:01:40",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-06T18:34:56Z",
            "updatedTime": "2018-11-10T18:29:29.116319Z",
            "uploadedTime": "2010-10-06T18:34:56Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623975/theora/4820_c0207aa5844542239b9ff772acfbfb1d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623975/large_thumb/large.jpg"
        },
        {
            "id": 623974,
            "name": "Inside Israel Oktober 2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623974/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623974/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623974/broadcast/4784_ac307a35725e4eddaa99dda7530b9c04.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623974/large_thumb/large.jpg"
            },
            "creator": "dagjul@frisurf.no",
            "organization": {
                "id": 110,
                "name": "IKAJ, Internasjonale Kristne Ambassade Jerusalem",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1076,
                "editorName": "Dag Øyvind Juliussen",
                "editorEmail": "dagjul@frisurf.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:26:04.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "",
            "createdTime": "2010-09-29T12:38:32.770000Z",
            "updatedTime": "2018-11-10T18:29:29.117691Z",
            "uploadedTime": "2010-09-29T12:38:32.770000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623974/theora/4784_ac307a35725e4eddaa99dda7530b9c04.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623974/large_thumb/large.jpg"
        },
        {
            "id": 623973,
            "name": "Ruby on Rails for enterprise behov",
            "header": "Presentasjon av erfaringer med Ruby on Rails og bruk i enterprise-sammenheng. Det blir fokus på større og mindre grep og verktøyvalg for å jobbe effektivt med rails. Det sees på datakonsistens, kildekodekontroll, utrullingsrutiner, tidspesparende plugins, testing og caching. Det blir spesiell fokus på verktøyene ruby, fkwebql, capistrano, git, active scaffold, memcached, samt noen plugins.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
                "original": "https://upload.frikanalen.no/media/623973/original/orig_52c53f3c0f4444d0a6d4d15f0bd8f839.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623973/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623973/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623973/broadcast/4818_2add26291df6475d84d061cab6cbda28.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623973/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:54:39.440000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T14:38:25.037000Z",
            "updatedTime": "2018-11-10T18:29:29.119084Z",
            "uploadedTime": "2010-10-05T14:38:25.037000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623973/theora/4818_8519aee34cab4e2d9d4c20943bed96a8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623973/large_thumb/large.jpg"
        },
        {
            "id": 623844,
            "name": "Time 4 Glory 180810",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623844/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623844/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623844/broadcast/4619_c152eea3d5044e36aaaac871c3017fa9.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:25:31.440000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-08-13T11:52:55.090000Z",
            "updatedTime": "2018-11-10T18:29:29.300727Z",
            "uploadedTime": "2010-08-13T11:52:55.090000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623844/theora/4619_fb65726321fb4240ab9a85d95df6b18d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623844/large_thumb/large.jpg"
        },
        {
            "id": 623970,
            "name": "OpenStreetmap og frie kartdata",
            "header": "OpenStreetMap er verdens største prosjekt for å samle inn og tilby frie kartdata. Mer enn 200 000 registrerte bidragsytere verden over leverer data. Prosjektet startet i England i 2004 og har i mange land kommet veldig langt. Foredragsholder vil fortelle om dette imponerende prosjektet som er i ferd med å kartlegge hele verden, hvordan du kan bidra og hvordan alle kan dra nytte av disse dataene. Allerede i dag bruker f.eks en rekke firmaer dataene i løsninger de leverer, og en rekke brukere av GPS i bilen eller ute på tur i skog og mark kan gratis laste ned nye oppdaterte kart.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
                "original": "https://upload.frikanalen.no/media/623970/original/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.avi",
                "smallThumb": "https://upload.frikanalen.no/media/623970/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623970/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623970/broadcast/4798_24eb07960d284976991c357f5533450a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623970/large_thumb/large.jpg"
            },
            "creator": "jarle@bjorgeengen.net",
            "organization": {
                "id": 82,
                "name": "NUUG",
                "homepage": "https://www.nuug.no/",
                "description": "Forening NUUG er for alle som er interessert i fri programvare, åpne standarder og Unix-lignende operativsystemer.",
                "postalAddress": "Norwegian Unix User Group\r\nCSS Mailboks 70, Middelthunsgate 25\r\n0368 OSLO",
                "streetAddress": "",
                "editorId": 2240,
                "editorName": "Peter M. M. Hansteen",
                "editorEmail": "peter@bsdly.net",
                "editorMsisdn": "",
                "fkmember": true
            },
            "duration": "00:57:08.560000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.nuug.no",
            "createdTime": "2010-10-05T07:01:07Z",
            "updatedTime": "2018-11-10T18:29:29.121821Z",
            "uploadedTime": "2010-10-05T07:01:07Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623970/theora/orig_bfaa6c2fbbfd4c3985c06855d3c5c465.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623970/large_thumb/large.jpg"
        },
        {
            "id": 623969,
            "name": "The New Wine",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623969/theora/4810_4a182d4bfdb24a5380364ed44700ac42.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623969/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623969/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623969/broadcast/4810_0974cf206fda4d4c8d90773fb4a15867.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623969/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:01:58.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-05T11:41:19Z",
            "updatedTime": "2018-11-10T18:29:29.123262Z",
            "uploadedTime": "2010-10-05T11:41:19Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623969/theora/4810_4a182d4bfdb24a5380364ed44700ac42.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623969/large_thumb/large.jpg"
        },
        {
            "id": 623968,
            "name": "Amerikansk fotball",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623968/theora/4809_8f63a1ff6c85410caa8d7f5a39bef4b8.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623968/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623968/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623968/broadcast/4809_58d7bb1b929b406883a2cd066353ecbc.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623968/large_thumb/large.jpg"
            },
            "creator": "gautebd@gmail.com",
            "organization": {
                "id": 116,
                "name": "Student TV Bergen",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1975,
                "editorName": "Gaute Bugge Drangsholt",
                "editorEmail": "gautebd@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:02:26.360000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-05T11:28:55Z",
            "updatedTime": "2018-11-10T18:29:29.124664Z",
            "uploadedTime": "2010-10-05T11:28:55Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623968/theora/4809_8f63a1ff6c85410caa8d7f5a39bef4b8.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623968/large_thumb/large.jpg"
        },
        {
            "id": 623967,
            "name": "41_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623967/theora/orig_26f0e80845a8447baf35280125872c6f.ogv",
                "original": "https://upload.frikanalen.no/media/623967/original/orig_26f0e80845a8447baf35280125872c6f.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623967/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623967/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623967/broadcast/4753_ede2cb9a55b9422d902b31cc8b3fe48e.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623967/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:27:51",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-09-20T11:24:17.863000Z",
            "updatedTime": "2018-11-10T18:29:29.126081Z",
            "uploadedTime": "2010-09-20T11:24:17.863000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623967/theora/orig_26f0e80845a8447baf35280125872c6f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623967/large_thumb/large.jpg"
        },
        {
            "id": 623966,
            "name": "Jesus I India del 5",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
                "original": "https://upload.frikanalen.no/media/623966/original/orig_a082960863db46c4a47d737528c97215.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623966/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623966/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623966/broadcast/4797_c567c08a709541fe96e35bd0f7172c8a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:29:18.800000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-10-03T20:45:05.057000Z",
            "updatedTime": "2018-11-10T18:29:29.127478Z",
            "uploadedTime": "2010-10-03T20:45:05.057000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623966/theora/4797_d9f3d22deca140c39612edabec8722f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623966/large_thumb/large.jpg"
        },
        {
            "id": 623964,
            "name": "Önskesangen",
            "header": "Önskesangen med sangevangelist Lennart Larsson, Programmet er spilt inn i Betania Eidskog, www.ckms.tv",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623964/theora/4793_4721f3d2a0844a31985c6313f3f66ce5.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623964/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623964/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623964/broadcast/4793_db5c2ffa7fd24a2f8fd8a2a22e4a2f59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623964/large_thumb/large.jpg"
            },
            "creator": "dan@ckms.tv",
            "organization": {
                "id": 9,
                "name": "Charisma kultur och media senter",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1952,
                "editorName": "Dan Sverre Nordstrand",
                "editorEmail": "dan@ckms.tv",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:39.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.ckms.tv",
            "createdTime": "2010-10-01T00:01:22.497000Z",
            "updatedTime": "2018-11-10T18:29:29.130450Z",
            "uploadedTime": "2010-10-01T00:01:22.497000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623964/theora/4793_4721f3d2a0844a31985c6313f3f66ce5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623964/large_thumb/large.jpg"
        },
        {
            "id": 623963,
            "name": "New Life 2010 del 12",
            "header": "Fra Ebenezer.",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623963/theora/orig_27c9ff84055f4c03a41a11d1fd3d62c6.ogv",
                "original": "https://upload.frikanalen.no/media/623963/original/orig_27c9ff84055f4c03a41a11d1fd3d62c6.dv",
                "smallThumb": "https://upload.frikanalen.no/media/623963/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623963/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623963/broadcast/4792_88ebf4bc726e45bb8f48b3a662149a79.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623963/large_thumb/large.jpg"
            },
            "creator": "gunnar@newlife.no",
            "organization": {
                "id": 81,
                "name": "New Life Mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1187,
                "editorName": "Gunnar Enok Nilsen",
                "editorEmail": "gunnar@newlife.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:25:09.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T15:23:10.780000Z",
            "updatedTime": "2018-11-10T18:29:29.132032Z",
            "uploadedTime": "2010-09-30T15:23:10.780000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623963/theora/orig_27c9ff84055f4c03a41a11d1fd3d62c6.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623963/large_thumb/large.jpg"
        },
        {
            "id": 623962,
            "name": "Møteplassen - Bønn 5",
            "header": "Prest Sigve Ims i Gand kirke i Sandnes har refleksjoner rundt Fadervår, og Oddvar Søvik snakker om bønnens fem retninger.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623962/theora/4706_a8fc5e4ba7274c7d8f086d598996330e.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623962/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623962/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623962/broadcast/4706_0ea2f4e9fd1d4c93a183fd5e3a6235b7.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623962/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-03T08:51:28Z",
            "updatedTime": "2018-11-10T18:29:29.133649Z",
            "uploadedTime": "2010-09-03T08:51:28Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623962/theora/4706_a8fc5e4ba7274c7d8f086d598996330e.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623962/large_thumb/large.jpg"
        },
        {
            "id": 623961,
            "name": "Jesus I India del 4",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
                "original": "https://upload.frikanalen.no/media/623961/original/orig_f6ccf0a5862440b7a1b551f9f24ae85a.mp4",
                "smallThumb": "https://upload.frikanalen.no/media/623961/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623961/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623961/broadcast/4791_f8ca8e82b5464defbd5eefe83083b27d.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
            },
            "creator": "77khalid@gmail.com",
            "organization": {
                "id": 7,
                "name": "islam Ahmadiyya",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1087,
                "editorName": "Khalid Mehmood",
                "editorEmail": "77khalid@gmail.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:41.320000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T14:35:51.517000Z",
            "updatedTime": "2018-11-10T18:29:29.135055Z",
            "uploadedTime": "2010-09-30T14:35:51.517000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623961/theora/4791_f4f56995c0bb404fa52f6b05bc419685.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623961/large_thumb/large.jpg"
        },
        {
            "id": 623960,
            "name": "Værldens Gjemfødelse 251010",
            "header": "Världens pånyttfödelse avsnitt 6 del 2",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623960/theora/4790_6fa65b965c994e55ab3e05c3e16ebfb3.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623960/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623960/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623960/broadcast/4790_c9a5a8ca03cf4e6eb54dba934e424bb8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623960/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "categories": [
                "Velferd"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T13:22:02.437000Z",
            "updatedTime": "2018-11-10T18:29:29.136444Z",
            "uploadedTime": "2010-09-30T13:22:02.437000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623960/theora/4790_6fa65b965c994e55ab3e05c3e16ebfb3.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623960/large_thumb/large.jpg"
        },
        {
            "id": 623959,
            "name": "Værldens Gjemfødelse 3 181010",
            "header": "Världens pånyttfödelse avsnitt 6 del 1",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623959/theora/4789_97aff4bb0c734f949e41964ff56d149d.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623959/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623959/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623959/broadcast/4789_10815a55489e4e55bc825e4ff9652347.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623959/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:15.120000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T13:17:17.680000Z",
            "updatedTime": "2018-11-10T18:29:29.137789Z",
            "uploadedTime": "2010-09-30T13:17:17.680000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623959/theora/4789_97aff4bb0c734f949e41964ff56d149d.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623959/large_thumb/large.jpg"
        },
        {
            "id": 623958,
            "name": "10min med Svenn Tommy 131010",
            "header": "Tio minuter med Svenn Thommy Fjeldberg, följt av Levande Ord",
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623958/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623958/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623958/broadcast/4788_48866e61f3114cfe91dc798c1354dc25.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
            },
            "creator": "tvom@glorynet.eu",
            "organization": {
                "id": 12,
                "name": "The voice of mission",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:29:54.680000",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-09-30T12:05:25.343000Z",
            "updatedTime": "2018-11-10T18:29:29.139184Z",
            "uploadedTime": "2010-09-30T12:05:25.343000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623958/theora/4788_7678bc6c6cc643f9862c26eb15f24ecc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623958/large_thumb/large.jpg"
        },
        {
            "id": 623957,
            "name": "40_10 Østfoldkirken",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623957/theora/4645_c39837b9daa647e99c30197b9d7ade99.ogv",
                "original": "https://upload.frikanalen.no/media/623957/original/orig_49f97836626a46daa7df2a399eb40853.mpg",
                "smallThumb": "https://upload.frikanalen.no/media/623957/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623957/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623957/broadcast/4645_78b00522c36f4add8f50b3d61b5d9cef.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623957/large_thumb/large.jpg"
            },
            "creator": "post@lundeandersen.com",
            "organization": {
                "id": 51,
                "name": "Østfoldkirken",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1437,
                "editorName": "Thomas Andersen",
                "editorEmail": "post@lundeandersen.com",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:28:41",
            "categories": [
                "Religion og livssyn"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.la-media.no",
            "createdTime": "2010-08-23T11:55:53.087000Z",
            "updatedTime": "2018-11-10T18:29:29.140632Z",
            "uploadedTime": "2010-08-23T11:55:53.087000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623957/theora/4645_c39837b9daa647e99c30197b9d7ade99.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623957/large_thumb/large.jpg"
        },
        {
            "id": 623955,
            "name": "Interaktive Rockheim",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
                "original": "https://upload.frikanalen.no/media/623955/original/orig_7325de6d1b904dc889be933d7373c6e6.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623955/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623955/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623955/broadcast/4781_8789f5b122444f20a76d2019dfc4316a.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623955/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:02:17.640000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:26:20Z",
            "updatedTime": "2018-11-10T18:29:29.143362Z",
            "uploadedTime": "2010-09-29T07:26:20Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623955/theora/4781_37282fb010d945978d8978b202a7fe35.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623955/large_thumb/large.jpg"
        },
        {
            "id": 623954,
            "name": "Tak over hodet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
                "original": "https://upload.frikanalen.no/media/623954/original/orig_c9ae26cf2a2c464ca396de13c8f252e8.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623954/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623954/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623954/broadcast/4780_3316e2ef1af349b7a4c4539a1812389c.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623954/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:24.280000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:22:01.160000Z",
            "updatedTime": "2018-11-10T18:29:29.144749Z",
            "uploadedTime": "2010-09-29T07:22:01.160000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623954/theora/4780_ba30e625b7f240979548768fb8ba78dc.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623954/large_thumb/large.jpg"
        },
        {
            "id": 623953,
            "name": "Skuretfestivalen",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
                "original": "https://upload.frikanalen.no/media/623953/original/orig_15fbbb2a6eaa480c85685a805d089665.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623953/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623953/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623953/broadcast/4783_7d09fcde73cd416dbd95626ee9e8f9f8.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623953/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:53.560000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:33:05.983000Z",
            "updatedTime": "2018-11-10T18:29:29.146090Z",
            "uploadedTime": "2010-09-29T07:33:05.983000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623953/theora/4783_535b4a7ce97846c3a65162880a2a4c0f.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623953/large_thumb/large.jpg"
        },
        {
            "id": 623952,
            "name": "Raveparty",
            "header": "",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623952/theora/4782_c999515071dd4d0896e39922137fde79.ogv",
                "original": "https://upload.frikanalen.no/media/623952/original/orig_0ab38b9b56224a759688bd609e7cc8fb.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623952/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623952/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623952/broadcast/4782_46f30f44a1984c6a83d6be292b672a80.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623952/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:29.520000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:29:33Z",
            "updatedTime": "2018-11-10T18:29:29.147440Z",
            "uploadedTime": "2010-09-29T07:29:33Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623952/theora/4782_c999515071dd4d0896e39922137fde79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623952/large_thumb/large.jpg"
        },
        {
            "id": 623951,
            "name": "Økonomitips",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
                "original": "https://upload.frikanalen.no/media/623951/original/orig_e30f0874fa134755b243320da56fbff3.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623951/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623951/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623951/broadcast/4779_9c3f2be653c648aeaa8e691604191c59.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623951/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:02:09",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:19:53.593000Z",
            "updatedTime": "2018-11-10T18:29:29.148800Z",
            "uploadedTime": "2010-09-29T07:19:53.593000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623951/theora/4779_86b2e054f22d4eed91f879a04dfc67a5.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623951/large_thumb/large.jpg"
        },
        {
            "id": 623950,
            "name": "Ut av skapet",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
                "original": "https://upload.frikanalen.no/media/623950/original/orig_d468ab8789e94d4cb7f7f4f631b5a57b.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623950/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623950/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623950/broadcast/4778_e9fbd4413204460086ea191909b265fd.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623950/large_thumb/large.jpg"
            },
            "creator": "red@stv.no",
            "organization": {
                "id": 19,
                "name": "Student TV Trondheim",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:01:35.800000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:17:48.840000Z",
            "updatedTime": "2018-11-10T18:29:29.150161Z",
            "uploadedTime": "2010-09-29T07:17:48.840000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623950/theora/4778_dbfdefb850ff4e0388044084ce228a79.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623950/large_thumb/large.jpg"
        },
        {
            "id": 623949,
            "name": "Apropos: Festival",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
                "original": "https://upload.frikanalen.no/media/623949/original/orig_f1e503d636a44632862692750830cf40.mov",
                "smallThumb": "https://upload.frikanalen.no/media/623949/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623949/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623949/broadcast/4777_27d8194132dc4e92b0f2198691e9a9f1.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623949/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:04:22.880000",
            "categories": [
                "Kultur"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": true,
            "refUrl": "http://www.stv.no/",
            "createdTime": "2010-09-29T07:15:16.133000Z",
            "updatedTime": "2018-11-10T18:29:29.151580Z",
            "uploadedTime": "2010-09-29T07:15:16.133000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623949/theora/4777_d65a1e2dd32e4f28a6dc993af935d7f0.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623949/large_thumb/large.jpg"
        },
        {
            "id": 623948,
            "name": "Bazar Sommerstevner 2010",
            "header": "Bazar tar deg med rundt på ulike sommerstevner.",
            "description": "",
            "files": {
                "theora": "https://upload.frikanalen.no/media/623948/theora/4436_17a865a00c2b4fa9a7061791fcf86095.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623948/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623948/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623948/broadcast/4436_4a97ec8cab3f49a8846964ec27f3023b.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623948/large_thumb/large.jpg"
            },
            "creator": "geir.sandvik@norea.no",
            "organization": {
                "id": 60,
                "name": "Norea Mediemisjon",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": 1062,
                "editorName": "Geir Sandvik",
                "editorEmail": "geir.sandvik@norea.no",
                "editorMsisdn": "",
                "fkmember": false
            },
            "duration": "00:15:00",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": true,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-06-22T09:25:29Z",
            "updatedTime": "2018-11-10T18:29:29.152927Z",
            "uploadedTime": "2010-06-22T09:25:29Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623948/theora/4436_17a865a00c2b4fa9a7061791fcf86095.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623948/large_thumb/large.jpg"
        },
        {
            "id": 623694,
            "name": "Akkurat Nå 20.06.2010",
            "header": null,
            "description": null,
            "files": {
                "theora": "https://upload.frikanalen.no/media/623694/theora/4160_5e7151635b7b48d2a033e8d9aac9d445.ogv",
                "smallThumb": "https://upload.frikanalen.no/media/623694/small_thumb/small.jpg",
                "medThumb": "https://upload.frikanalen.no/media/623694/med_thumb/medium.jpg",
                "broadcast": "https://upload.frikanalen.no/media/623694/broadcast/4160_ffdd71e98a6c49279c9b2e6ae272c1c4.avi",
                "largeThumb": "https://upload.frikanalen.no/media/623694/large_thumb/large.jpg"
            },
            "creator": "bjorn.gjellum@estv.no",
            "organization": {
                "id": 36,
                "name": "Evangeliesenteret",
                "homepage": null,
                "description": "",
                "postalAddress": null,
                "streetAddress": null,
                "editorId": null,
                "editorName": "Ingen redaktør!",
                "editorEmail": null,
                "editorMsisdn": null,
                "fkmember": false
            },
            "duration": "00:54:50.920000",
            "categories": [
                "Samfunn og politikk"
            ],
            "framerate": 25000,
            "properImport": true,
            "hasTonoRecords": false,
            "publishOnWeb": true,
            "isFiller": false,
            "refUrl": "",
            "createdTime": "2010-03-25T11:00:34.023000Z",
            "updatedTime": "2018-11-10T18:29:29.493313Z",
            "uploadedTime": "2010-03-25T11:00:34.023000Z",
            "ogvUrl": "https://upload.frikanalen.no/media/623694/theora/4160_5e7151635b7b48d2a033e8d9aac9d445.ogv",
            "largeThumbnailUrl": "https://upload.frikanalen.no/media/623694/large_thumb/large.jpg"
        }
    ]
}