https://github.com/karrukola/plugin.audio.deejayit
A Kodi plugin to access the ondemand section of http://www.deejay.it
https://github.com/karrukola/plugin.audio.deejayit
deejay kodi kodi-plugin podcasts
Last synced: 5 months ago
JSON representation
A Kodi plugin to access the ondemand section of http://www.deejay.it
- Host: GitHub
- URL: https://github.com/karrukola/plugin.audio.deejayit
- Owner: karrukola
- License: unlicense
- Created: 2019-08-10T19:56:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T03:26:06.000Z (over 2 years ago)
- Last Synced: 2024-02-15T04:20:10.762Z (over 2 years ago)
- Topics: deejay, kodi, kodi-plugin, podcasts
- Language: Python
- Homepage:
- Size: 654 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plugin.audio.deejayit
[](https://github.com/astral-sh/ruff)
[IT]
_Reloaded_, _podcast_ e _webradio_ di Radio DeeJay su Kodi. Da Deejay Chiama Italia a
Tropical Pizza, da Asganaway al Deejay Time, i programmi di
[Radio Deejay](http://www.deejay.it) da riascoltare quando e dove vuoi.
[EN]
A Kodi plugin that lets you access [Radio Deejay](http://www.deejay.it)'s ondemand archive.
Radio DeeJay is an Italian radio station. It was founded on 1 February 1982 by the
Italian radio and television personality Claudio Cecchetto and was acquired by the
Gruppo Editoriale L'Espresso in 1989 (which also owns DeeJay TV, Repubblica Radio TV,
m2o and Radio Capital). [source: Wikipedia]
## Why does this exist?
So I am able to access all episodes of [**Cordialmente**](https://www.deejay.it/programmi/cordialmente/)
and play them on long road trips.
## Technical details
Version 2 of this plugin relies on the API used by the official mobile apps, sniffed
using [Fiddler Classic](https://www.telerik.com/fiddler).
The JSON output is then parsed and used to present data on screen.
## List of API calls
### Home page
[Reloaded list](https://www.deejay.it/api/pub/v2/all/mhub/programs?brand_id=deejay&page=1&pagination_rows=15&sort=desc)
[Podcasts](https://www.deejay.it/api/pub/v2/all/mhub/series?brand_id=deejay&page=1&pagination_rows=15&sort=desc)
[Webradios](https://www.deejay.it/api/pub/v2/all/mhub/webradios/deejay)
### Get latest episode(s)
Once you know the `program_id` you can query for its latest episodes.
[Show's episodes: Cordialmente](https://www.deejay.it/api/pub/v2/all/mhub/search?program_id=15&audio_type=episode&page=1&pagination_rows=15&sort=desc)