comparison rdf/RDFFeatureWriter.cpp @ 714:eb741b4e8d21 library_integration

Remove the qutomatic updating of Vamp plugin RDF description files using netwoek access for the library edition
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 17 Oct 2011 14:07:54 +0100
parents 1424aa29ae95
children bcdb2a18d9bc
comparison
equal deleted inserted replaced
711:45e3ba1d5a1f 714:eb741b4e8d21
73 p.name = "maker-uri"; 73 p.name = "maker-uri";
74 p.description = "Link the track in the output RDF to the given foaf:maker URI."; 74 p.description = "Link the track in the output RDF to the given foaf:maker URI.";
75 p.hasArg = true; 75 p.hasArg = true;
76 pl.push_back(p); 76 pl.push_back(p);
77 77
78 p.name = "network"; 78 //mathieub: remove this functionality for the library edition
79 p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally"; 79 //p.name = "network";
80 p.hasArg = false; 80 //p.description = "Attempt to retrieve RDF descriptions of plugins from network, if not available locally";
81 pl.push_back(p); 81 //p.hasArg = false;
82 //pl.push_back(p);
82 83
83 return pl; 84 return pl;
84 } 85 }
85 86
86 void 87 void
100 m_userTrackUri = i->second.c_str(); 101 m_userTrackUri = i->second.c_str();
101 } 102 }
102 if (i->first == "maker-uri") { 103 if (i->first == "maker-uri") {
103 m_userMakerUri = i->second.c_str(); 104 m_userMakerUri = i->second.c_str();
104 } 105 }
105 if (i->first == "network") { 106 //mathieub: remove this functionality for the library edition
106 m_network = true; 107 //if (i->first == "network") {
107 } 108 // m_network = true;
109 //}
108 } 110 }
109 } 111 }
110 112
111 void 113 void
112 RDFFeatureWriter::setTrackMetadata(QString trackId, 114 RDFFeatureWriter::setTrackMetadata(QString trackId,