summaryrefslogtreecommitdiff
path: root/src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs')
-rw-r--r--src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs b/src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs
new file mode 100644
index 0000000..723ad59
--- /dev/null
+++ b/src/CueSheets/Banshee.CueSheets/Version/CS_Info.cs
@@ -0,0 +1,28 @@
+using System;
+
+namespace Banshee.CueSheets
+{
+ public class CS_Info
+ {
+ public CS_Info ()
+ {
+ }
+
+ public static string Version() {
+ return "0.0.7";
+ }
+
+ public static string [] Authors() {
+ return new string[] {"Hans Oesterholt"};
+ }
+
+ public static string Website() {
+ return "http://oesterholt.net?env=data&page=banshee-cuesheets";
+ }
+
+ public static string Info() {
+ return "CueSheets is an extension that allows you to play music from cuesheets in banshee";
+ }
+ }
+}
+