assuming your using the plugin example to communicate with RR the command would be var = RRSDK.GETINFO("<LABELNAME>")
I am developing a very simple plugin that needs access to information in a standard RR label ("TRACKPATH"). In the plugin code how do I read the information in that label?
I'll continue my searching but I haven't found anything yet.
My Work Thread:
http://www.mp3car.com/vbulletin/show-off-your-project/72552-mp3-project-for-land-cruiser-done.html
Source switcher for Lill
http://www.mp3car.com/vbulletin/show...d=1#post841007
assuming your using the plugin example to communicate with RR the command would be var = RRSDK.GETINFO("<LABELNAME>")
NOVA, MD, DC Monthly Meets Here
Ride Runner and Centrafuse 3 plugin creator
mp3Car.com Senior Tech Blogger (Want a product reviewed? Contact me.)
Find my plugins on the MP3Car App Store!
Follow Me on Twitter or Facebook
Live mp3Car Facebook Chat
Excellent, thank you.
My Work Thread:
http://www.mp3car.com/vbulletin/showthread.php?t=72552
Source switcher for Lill
http://www.mp3car.com/vbulletin/show...d=1#post841007
Next problem. I have found that I can issue a command (like "RRNEXT") but it will not execute until I leave the function. So in this case I want to make RR play the next song and then I want to delete the song. But I can't delete while in the function because I can't make RR move off that song until I leave the function. Is there any way to force RR to execute my command while I'm in the function?
My Work Thread:
http://www.mp3car.com/vbulletin/showthread.php?t=72552
Source switcher for Lill
http://www.mp3car.com/vbulletin/show...d=1#post841007
Any command you send will be added to the execute queue.
try
sending RRNEXT||RRERICE_DELETESONG
and then have your plugin process the RRERIC_DELETESONG command.
obviously you will need to have a variable in your plugin that holds the path of the file to delete.
Bookmarks