このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

LS IceCast ONAIR

説明

Simple WordPress plugin to display onair song fetched from IceCast server (v2).
You just need to setup icecast server address and publish point name (via admin panel). Data are fetched using CRON.
Insert using shortcode to any post or directly to template using do_shortcode();

Usage example

[icecast live=0]

Parameters

live:
0 – simple text
1 – live update via JavaScript

NOTE

You need to update your IceCast web folder with “xml.xsl” file (included with plugin). See Installation for more information…

スクリーンショット

  • Settings of plugin

インストール

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to plugin settings and set server address and publishpoint name

Icecast server configuration:

You need to update your IceCast configuration with one file “xml.xsl” (embeded with this plugin).
Just upload this file to “/web” folder of your IceCast installation dir. This will open XML stats to everyone… XML will output public data as the default IceCast page do.
This will allow this plugin to read publish point info without IceCast admin password. This is mainly for security of your IceCast instalation.

評価

このプラグインにはレビューがありません。

貢献者と開発者

LS IceCast ONAIR はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“LS IceCast ONAIR” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.1.1

  • error handling fix
  • added error reporting

1.0

initial push