MineRadio

MineRadio - Radio statistics for Shoutcast and Icecast

Logo

Ever wanted to see your Icecast or Shoutcast song info in Minecraft? Now you can.

With MineRadio, you are able to get the song info and listeners with just one simple command (/radio).

In action

Features:

  • Automatically broadcasts song info from a SHOUTcast or Icecast server.
  • Upon typing /radio, you get the information (like song title, listeners, URL, etc.)
  • All configurable in the config.yml file. Just edit and type /radio reload!

Example config.yml:

# Enter in the host, port, and mount of the radio station (Icecast or Shoutcast) 
# DO NOT type in http://, as it's already provided in the code

host: example.com
port: 8000
mount: /stream.mp3

# The two supported types of services are Shoutcast or Icecast.
# Case insensitive.
# For Shoutcast, enter in 's', 'shout', or 'shoutcast'.
# For Icecast, enter in 'i', 'ice', or 'icecast'.
service: Icecast

# Here's an optional listen link to display to players. Look at 'show.listenlink'.
listen-link: http://www.example.com/listen.php

# Radio Title
radio-name: Example Radio

# After default (15) minutes, the plugin will announce the current radio info.
announce:
  enable: true
  minutes: 15

show:

  # To show the song name (includes Artist)
  song: true

  # To show the amount of listeners on the radio. (Only works on Icecast)
  listeners: true

  # To show the radio's genre.
  genre: false

  # To show the radio's URL for each mount.
  uri: false

  # To show the listen link for your radio (see 'listen-link')
  listenlink: true

Command Reference:

  • /radio - Shows server stats
  • /radio reload - reloads the config
  • /radio debug - tells you what it found from the config

NOTE: This plugin does not use permissions as of yet. In future updates, there will be permissions!


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    73074
  • Created
    Jan 23, 2014
  • Last Released File
    Jan 23, 2014
  • Total Downloads
    859
  • License

Categories

Members

Recent Files