OliCat
November 25, 2020, 11:54am
1
Hello,
For our radio , we use airtime (v2.5.2) and Wordpress with the Onair2 theme.
We are using a wp plugin which connected to the airtime API, displays what is on the air and retrieves the image of the show.
The code is here: https://github.com/OliCat/onair-wp-plugin
A plugin that displays the week’s program on the same principle would undoubtedly be interesting.
Feel free to contribute to the existing code
1 Like
We’re using a shortcode plugin “Insert PHP Code Snippet” https://wordpress.org/plugins/insert-php-code-snippet/ and some custom code to generate our weekly schedule: https://radiowaterloo.ca/schedule
After today’s Dev conference I’ll post the code…
I’m also working on a “week-info-2-ics” script, so you can view the schedule in any iCal conformant calendar, but that hasn’t progressed beyond the thinking stage yet.
–Bob.
1 Like
gusaus
December 1, 2020, 9:51pm
3
Not yet possible with LibreTime since there’s not yet a stable API? There might be some potential for integration with the Radio Station plugin . See Planning out an API - #7 by djtonyz
OliCat
December 1, 2020, 10:40pm
4
Hello,
The plugin was written for our wordpress theme but it’s necessarily adaptable. Besides, it also works with current versions of LibreTime.
OliCat
1 Like
robbt
December 5, 2020, 5:01pm
5
Thanks for sharing this. This is cool.
1 Like
gusaus
December 16, 2020, 10:48pm
6
Is this supposed to appear as a widget when enabled? Would be ideal if WordPress could pull in additional data via the API
I maintain the Radio Station plugin for WordPress and we are looking to pull the following from LibreTime:
Shows
Show Schedule
DJ (user)
Playlists
Live Stream URL
We would love to read/write though back into LibreTime, so once the show schedule is passed into WordPress on the first connection, the show schedule can be updated in WordPress the push up into LibreTime.
We’d want to create in WordPress new shows that are crated and scheduled in LibreTime, so they publish into WordPress automatic…
Better yet, integration with a player, similar to OnAir2/Pro.Radio - Radio Player with non-stop music, compatible with any mp3/aac stream | Pro.Radio
OliCat
December 17, 2020, 9:59am
7
Hello @gusaus , it appears as a plugin not a widget. It is possible via wordpress to retrieve any information from the API. We are currently looking for a developer to create a calendar plugin and also improve the player.
gusaus
December 17, 2020, 7:30pm
8
Thanks OliCat
I downloaded and enabled the plugin to test - it wasn’t clear how to use or where the settings can be accessed.
These would be addons to the same plugin? If yes, I’d recommend taking a look at what @djtonyz is planning for the Radio station plugin and possibly contributing to that effort.
gusaus
January 19, 2021, 9:09pm
9
This related issue in the Radio Station plugin queue references MetaRadio . Curious how many LibreTime folks use or are aware of their service/plugin.
opened 10:23PM - 18 Jan 21 UTC
Describe the solution you'd like
If a custom play button was implemented can it have a widget/shortcode so it shows up to...
enhancement