From: <an...@us...> - 2007-01-30 03:10:59
|
Revision: 53 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=53&view=rev Author: and-81 Date: 2007-01-29 19:10:57 -0800 (Mon, 29 Jan 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/TV3ExtChannelChanger/TV3ExtChannelChanger.csproj Added Paths: ----------- trunk/plugins/TV3ExtChannelChanger/ReadMe.txt Added: trunk/plugins/TV3ExtChannelChanger/ReadMe.txt =================================================================== --- trunk/plugins/TV3ExtChannelChanger/ReadMe.txt (rev 0) +++ trunk/plugins/TV3ExtChannelChanger/ReadMe.txt 2007-01-30 03:10:57 UTC (rev 53) @@ -0,0 +1,33 @@ +TV3 External Channel Changer v1.0.2 +------------------------------------- + +Adds External Channel Changing to the TV Server. +Supports External Programs, Serial communication, Sending Window Messages, +and Simulating Keystrokes. + +Installation: + +1. Copy the contents of the AppData folder to: +C:\Documents and Settings\All Users\Application Data\MediaPortal TV Server + +Your location may vary, just search for the "MediaPortal TV Server" folder +and put it there. + +2. Copy the contents of the plugin folder to: +C:\Program Files\Team MediaPortal\MediaPortal TV Server\Plugins + +Again, your location may be different. + +For more information on how to use this plugin, refer to the documentation +from my MCE Replacement Plugin. That's what this plugin is derived from. + +If you find a bug or would like to make a suggestions or would just like some +help with the plugin please go to the MCE Replacement Plugin forum here: +http://forum.team-mediaportal.com/forumdisplay.php?f=165 + +Cheers, + + - Aaron. + + + Modified: trunk/plugins/TV3ExtChannelChanger/TV3ExtChannelChanger.csproj =================================================================== --- trunk/plugins/TV3ExtChannelChanger/TV3ExtChannelChanger.csproj 2007-01-30 02:58:31 UTC (rev 52) +++ trunk/plugins/TV3ExtChannelChanger/TV3ExtChannelChanger.csproj 2007-01-30 03:10:57 UTC (rev 53) @@ -214,10 +214,16 @@ <DependentUpon>PluginSetup.cs</DependentUpon> </EmbeddedResource> </ItemGroup> + <ItemGroup> + <None Include="ReadMe.txt"> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </None> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent> </PreBuildEvent> - <PostBuildEvent>copy "*.*" "C:\MediaPortal Development\Plugin Releases\TV3ExtChannelChanger\Release\"</PostBuildEvent> + <PostBuildEvent>copy "$(TargetPath)" "C:\MediaPortal Development\Plugin Releases\TV3ExtChannelChanger\Release\" +copy "ReadMe.txt" "C:\MediaPortal Development\Plugin Releases\TV3ExtChannelChanger\"</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |