Ok i currently with the help of a friend modified the music plugin for it to put the song in the CurrentMedia , but when i unload the plugin it remains there, is there something i can add to the music.tcl, so that i can remove the song when i unload the plugin ?

Thanks,
Edgar

Attachment: musicpsm.tcl
Description: Binary data


<?xml version="1.0"?>
<plugin>
	<name>Music PSM</name>
	<author>Rhys Evans & Edgar C. Rodriguez (Original Music Plugin by Jerome Gagnon-Voyer & Le Philousophe)</author>
	<description>Music plugin compatible with iTunes, XMMS, Amarok and Winamp. Show current playing song as the Personal Message</description>
	<amsn_version>0.95</amsn_version>
	<plugin_version>0.1</plugin_version>
	<plugin_file>musicpsm.tcl</plugin_file>
	<plugin_namespace>musicpsm</plugin_namespace>
	<init_procedure>InitPlugin</init_procedure>
	<deinit_procedure>DeInit</deinit_procedure>
	<cvs_version>1.21</cvs_version>

	<lang>
		<langcode>en</langcode>
		<version>1.5</version>
	</lang>

	<lang>
		<langcode>fr</langcode>
		<version>1.5</version>
	</lang>

	<lang>
		<langcode>fr_CA</langcode>
		<version>1.4</version>
	</lang>

	<lang>
		<langcode>ee</langcode>
		<version>1.2</version>
	</lang>

	<lang>
		<langcode>da</langcode>
		<version>1.1</version>
	</lang>

	<file>
		<path>display_and_send.scpt</path>
		<version>1.9</version>
	</file>

	<file>
		<path>infoamarok</path>
		<version>1.3</version>
	</file>

	<file>
		<path>MusicWA.exe</path>
		<version>1.3</version>
	</file>
	<file>
		<path>readme.txt</path>
		<version>1.2</version>
	</file>
	<file>
		<path>pixmaps/notesdispic.gif</path>
		<version>1.1</version>
	</file>
		<file>
		<path>pixmaps/notespic.gif</path>
		<version>1.1</version>
	</file>
</plugin>




Reply via email to