Giter VIP home page Giter VIP logo

audio-api's Introduction

Audio-API

This projects aims to provide a unified way to access different data sources relevant for the podcast space:

  • Episodes including all metadata related to them, e.g. Contributors, Chapters, Topics and other linked Articles.
  • structural information about these episodes, to the Podcast feeds itself but also the corresponding Groupings e.g. Series, Seasons, etc. – combined with information about the publishing Organisation/Network/Label.
  • In a later milestone: Collections of podcasts, groupings or episodes curated by users similar to playlists.

Entities

Goals

The primary goal is to decouple data storage/access from the individual apps, e.g. when someone wants to create a visual graph with Podcasts connected by contributors, they do not need to think about, how to get the corresponding data from a directory (like Fyyd.de, Panoptikum.io or PodcastIndex.org); and concentrate on providing a good UI/UX.

Components

Datamodel

Components

audio-api's People

Contributors

dependabot[bot] avatar saerdnaer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

openaudiosearch

audio-api's Issues

Interoperability with schema.org Types

e.g. https://schema.org/PodcastEpisode

{
	"@context": "https://schema.org/",
	"@type": "PodcastEpisode",
	"encodingFormat": "audio/mp3",
	"inLanguage": "de-DE",
	"isAccessibleForFree": "true",
	"partOfSeries": {
		"@type": "PodcastSeries",
		"name": "Players - Der Sportpodcast",
		"url": "https://www.ardaudiothek.de/sendung/players-der-sportpodcast/96688904/",
		"about": "Der Sportpodcast \"Players\" von Deutschlandfunk ist zurück und berichtet jeden Tag über die Olympischen Winterspiele in Peking. Neben dem Sport steht die Politik im Mittelpunkt: der Vorwurf der Menschenrechtsverletzungen in China, dazu Zensur- und Abhörsorgen im Athletenkreis. Und das alles in Pandemiezeiten. Sportliche und sportpolitische Hintergründe der Spiele gibt es täglich ab 17 Uhr."
	},
	"identifier": "96766482",
	"name": "Instrumentalisierung von Olympia: Wieso hilft keiner den Uiguren? ",
	"url": "https://www.ardaudiothek.de/episode/players-der-sportpodcast/instrumentalisierung-von-olympia-wieso-hilft-keiner-den-uiguren/deutschlandfunk/96766482/",
	"description": "Durch die Olympischen Spiele wird zwar viel auf die Lage der Uiguren geschaut, aber wirklich Unterstützung bekommen sie nicht. Auch nicht vom IOC, das sich und die Spiele bereitwillig instrumentalisieren lässt. Warum hilft den Uiguren niemand und was bedeutet das für das Erbe der olympischen Spiele? Sturmberg, Jessica",
	"image": "https://img.ardmediathek.de/standard/00/96/76/64/86/-1774185891/1x1/1280?mandant=ard",
	"datePublished": "2022-02-08T17:10:00+01:00",
	"timeRequired": 573,
	"associatedMedia": {
		"@type": "MediaObject",
		"contentUrl": "https://podcast-mp3.dradio.de/podcast/2022/02/08/wieso_hilft_keiner_den_uiguren_dlf_20220208_1710_b0448edc.mp3"
	},
	"productionCompany": "Deutschlandfunk"
}

see also: https://github.com/cape-io/graphql-schema-org

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.