{"id":19754937,"url":"https://github.com/mopidy/mopidy-orfradio","last_synced_at":"2025-09-02T15:33:10.516Z","repository":{"id":55413504,"uuid":"252226150","full_name":"mopidy/mopidy-orfradio","owner":"mopidy","description":"Mopidy extension to access the Austrian ORF radio stations' livestreams and 7 day archives","archived":false,"fork":false,"pushed_at":"2023-06-21T20:44:45.000Z","size":120,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-13T21:46:42.578Z","etag":null,"topics":["mopidy","mopidy-backend","radio"],"latest_commit_sha":null,"homepage":"https://mopidy.com/ext/orfradio/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mopidy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-01T16:16:44.000Z","updated_at":"2023-05-24T21:00:19.000Z","dependencies_parsed_at":"2023-01-22T17:15:14.541Z","dependency_job_id":null,"html_url":"https://github.com/mopidy/mopidy-orfradio","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-orfradio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-orfradio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-orfradio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mopidy%2Fmopidy-orfradio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mopidy","download_url":"https://codeload.github.com/mopidy/mopidy-orfradio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208101,"owners_count":17273674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mopidy","mopidy-backend","radio"],"created_at":"2024-11-12T03:06:46.651Z","updated_at":"2024-11-12T03:06:47.245Z","avatar_url":"https://github.com/mopidy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"****************************\nMopidy-ORFRadio\n****************************\n\n.. image:: https://img.shields.io/pypi/v/Mopidy-ORFRadio\n    :target: https://pypi.org/project/Mopidy-ORFRadio/\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/github/actions/workflow/status/mopidy/mopidy-orfradio/ci.yml?branch=main\n    :target: https://github.com/mopidy/mopidy-orfradio/actions\n    :alt: CI build status\n\n.. image:: https://img.shields.io/codecov/c/gh/mopidy/mopidy-orfradio\n    :target: https://codecov.io/gh/mopidy/mopidy-orfradio\n    :alt: Test coverage\n\n`Mopidy \u003chttp://www.mopidy.com/\u003e`_ extension to access the `Austrian ORF radio\nstations \u003chttps://radiothek.orf.at/\u003e`_.  It provides access to the live streams\nand the 7 day archive.\n\nNote that timestamps from the API are somewhat inaccurate (especially on\nnon-music segments). This can cause a slight glitch between tracks, or in very\nfew extreme cases the beginning getting cut off. The implementation avoids\ncutting off the end of tracks, with the trade off of sometimes appending a few\nseconds form the next to the previous.\n\nInstallation\n============\n\nInstall by running::\n\n    python3 -m pip install Mopidy-ORFRadio\n\nSee https://mopidy.com/ext/orfradio/ for alternative installation methods.\n\n\nConfiguration\n=============\n\nBefore starting Mopidy, you may add configuration for\nMopidy-ORFRadio to your Mopidy configuration file::\n\n    [orfradio]\n\n    # Stations to display\n    #\n    # Default:\n    stations =\n        oe1\n        oe3\n        fm4\n        campus\n        bgl\n        ktn\n        noe\n        ooe\n        sbg\n        stm\n        tir\n        vbg\n\n    # Remove from list to automatically skip tracks of the type.\n    #\n    # available types: [M]usik, [B]eitrag, [BJ]ournal, [N]achrichten,\n    # [J]ingle, [W]erbung, [S]onstiges\n    # Default:\n    archive_types =\n        M\n        B\n        BJ\n        N\n\n    # Live stream is available as 128 or 192 kbit/s. The archive always plays\n    # at 192 kbit/s.\n    #\n    # Default:\n    livestream_bitrate = 192\n\n\nProject resources\n=================\n\n- `Source code \u003chttps://github.com/mopidy/mopidy-orfradio\u003e`_\n- `Issue tracker \u003chttps://github.com/mopidy/mopidy-orfradio/issues\u003e`_\n- `Changelog \u003chttps://github.com/mopidy/mopidy-orfradio/releases\u003e`_\n\n\nCredits\n=======\n\n- Original author: `Tobias Girstmair \u003chttps://gir.st/\u003e`__, `David Tischler \u003chttps://github.com/tischlda\u003e`__\n- Current maintainer: `Tobias Girstmair \u003chttps://gir.st/\u003e`__\n- `Contributors \u003chttps://github.com/mopidy/mopidy-orfradio/graphs/contributors\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-orfradio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmopidy%2Fmopidy-orfradio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmopidy%2Fmopidy-orfradio/lists"}