Mô tả
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…
Ảnh màn hình
Cài đặt
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- 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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“LS IceCast ONAIR” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “LS IceCast ONAIR” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1.1
- error handling fix
- added error reporting
1.0
initial push