Browse Source

Preparation for public release.

nosoop 7 years ago
parent
commit
76a959871e
2 changed files with 26 additions and 3 deletions
  1. 25 2
      README.md
  2. 1 1
      scripting/round_end_music.sp

+ 25 - 2
README.md

@@ -1,3 +1,26 @@
-# CSRD-RoundEndMusic
+# Round End Music
 
-Round End Music refresh.
+A full revision of my previous Round End Music plugin.
+
+Provides a fancy little queueing system to minimize download waste, and exposes a bunch of
+forwards to allow custom source connectors (e.g., you can pull songs off of a database or a flat
+file), and some for handling playback.
+
+I wrote this a while ago and intended to use it to replace the hacked-on build of the end round
+music plugin I was originally running, but it never really got there for one reason or another.
+
+Since I've pretty much superceded this and my previous plugin with a new streaming-based plugin,
+might as well push this one out publicly.
+
+However, this is still...
+
+## A "CSRD Internal" Plugin
+
+This is a plugin mainly intended for use in [Pikachu's Canadian Server of Romance and
+Drama][csrd].
+
+While I'm happy if you find some useful code for your own plugins, I can't provide any support
+for said code, nor will I offer any guarantees that the plugin will remain usable outside of its
+main use.
+
+[csrd]: https://csrd.science/

+ 1 - 1
scripting/round_end_music.sp

@@ -18,7 +18,7 @@ public Plugin myinfo = {
     author = "nosoop",
     description = "A fresh rewrite of the Round End Music plugin.",
     version = PLUGIN_VERSION,
-    url = "https://pika.nom-nom-nom.us/"
+    url = "https://git.csrd.science/"
 }
 
 // Note:  All lists share the same handle reference, they aren't cloned.