Results 1 to 5 of 5
Hello,
I am trying to write a plugin that can send some track info to another process using tcp/ip.
Does anyone know how to create/open a socket in a plugin? ...
- 12-24-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 17
opening a tcp/ip socket in a rhythmbox plugin
Hello,
I am trying to write a plugin that can send some track info to another process using tcp/ip.
Does anyone know how to create/open a socket in a plugin? (I am using python for writing the plugin).
I have seen examples that copy track info to the clipboard (or output it to xml. I have thrown together a py script that sets up a socket and does what I want, but not in the plugin.
any ideas? thanks,
Ron
- 12-24-2009 #2
Probably the easiest way is to go to this web-site and see how they did it
Downloads - rhythmote - Project Hosting on Google Code
Just download the zip file(rhythmbox web interface plugin) it contains a python file with socket access..Make mine Arch Linux
- 12-24-2009 #3Just Joined!
- Join Date
- Aug 2008
- Posts
- 17
- 12-24-2009 #4
Figured it out in 31 minutes...it must have been a desperate problem..
Make mine Arch Linux
- 12-28-2009 #5Just Joined!
- Join Date
- Aug 2008
- Posts
- 17


Reply With Quote
