summaryrefslogtreecommitdiff
path: root/src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs')
-rw-r--r--src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs b/src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs
index 32bd18d..2c6a582 100644
--- a/src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs
+++ b/src/CueSheets/Banshee.CueSheets/CueSheetEntry.cs
@@ -36,6 +36,8 @@ namespace Banshee.CueSheets
{
double _offset;
string _performer;
+ string _composer="";
+ string _piece="";
string _title;
string _file;
double _length;
@@ -73,6 +75,22 @@ namespace Banshee.CueSheets
return _length;
}
+ public void setComposer(string c) {
+ _composer=c;
+ }
+
+ public void setPiece(string p) {
+ _piece=p;
+ }
+
+ public string getPiece() {
+ return _piece;
+ }
+
+ public string getComposer() {
+ return _composer;
+ }
+
public void setLength(double l) {
_length=l;
System.Int64 ticks_100nanosecs=(System.Int64) (l*10000000); // 10 miljoen