From: <che...@us...> - 2010-06-19 01:05:24
|
Revision: 3633 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=3633&view=rev Author: chef_koch Date: 2010-06-19 01:05:18 +0000 (Sat, 19 Jun 2010) Log Message: ----------- updated copyright/author infos to "SilentException, chefkoch" Modified Paths: -------------- trunk/plugins/MyAlarm/MpeRelease/MyAlarm.xmp2 trunk/plugins/MyAlarm/MpeRelease/update.xml trunk/plugins/MyAlarm/MyAlarm/GUIAlarm.cs trunk/plugins/MyAlarm/MyAlarm/Properties/AssemblyInfo.cs Modified: trunk/plugins/MyAlarm/MpeRelease/MyAlarm.xmp2 =================================================================== --- trunk/plugins/MyAlarm/MpeRelease/MyAlarm.xmp2 2010-06-18 19:01:00 UTC (rev 3632) +++ trunk/plugins/MyAlarm/MpeRelease/MyAlarm.xmp2 2010-06-19 01:05:18 UTC (rev 3633) @@ -151,8 +151,8 @@ <Description /> </SectionParam> <SectionParam Name="Description"> - <Value>This will install [Name] version [Version] on your computer. -It is recommended that you close all other applications before continuing. + <Value>This will install [Name] version [Version] on your computer. +It is recommended that you close all other applications before continuing. Click Next to continue or Cancel to exit Setup.</Value> <ValueType>String</ValueType> <Description /> @@ -255,7 +255,7 @@ <GeneralInfo> <Name>MyAlarm</Name> <Id>be65661e-0603-4551-99ec-b27234c08403</Id> - <Author>chefkoch @ Team MediaPortal, Devo</Author> + <Author>SilentException, chefkoch</Author> <HomePage>http://wiki.team-mediaportal.com/Extensions-Plugins/MyAlarm</HomePage> <ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/myalarm-76551/</ForumPage> <UpdateUrl>http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/MyAlarm/MpeRelease/update.xml</UpdateUrl> @@ -265,16 +265,16 @@ <Build>2</Build> <Revision>3534</Revision> </Version> - <ExtensionDescription>The MyAlarm plugin can be used to wake you up at a specified time. -It can display a reminder message, play sound files or a playlist at this time. -It is a MediaPortal process plugin and works with a MediaPortal-only, MediaPortal SingleSeat (MP+TVClient+TVServer) and MediaPortal MultiSeat (MP+TVClient) installation. - -Extended settings to costomize the bahviour of the plugin when user stops alarm or track/playlist reached the end. + <ExtensionDescription>The MyAlarm plugin can be used to wake you up at a specified time. +It can display a reminder message, play sound files or a playlist at this time. +It is a MediaPortal process plugin and works with a MediaPortal-only, MediaPortal SingleSeat (MP+TVClient+TVServer) and MediaPortal MultiSeat (MP+TVClient) installation. + +Extended settings to costomize the bahviour of the plugin when user stops alarm or track/playlist reached the end. It is optional to disable scrobbling of music tracks while an alarm is active, to prevent scrobbling the same track(s) multiple times.</ExtensionDescription> - <VersionDescription>This is the initial release of v3 of the MyAlarm plugin. - - added support for PowerScheduler client plugin (includes support of TVServer) - - reworked configuration - - reworked userinterface, using dialog to select files and playlists + <VersionDescription>This is the initial release of v3 of the MyAlarm plugin. + - added support for PowerScheduler client plugin (includes support of TVServer) + - reworked configuration + - reworked userinterface, using dialog to select files and playlists - added option to disable audioscrobbler for during alarm media playback</VersionDescription> <DevelopmentStatus>Rc</DevelopmentStatus> <OnlineLocation>http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/MyAlarm/MpeRelease/MyAlarm.mpe1</OnlineLocation> @@ -296,8 +296,8 @@ <SectionParam Name="Configuration file"> <Value>%Plugins%\windows\MyAlarm.dll</Value> <ValueType>Template</ValueType> - <Description>The file used to configure the extension. - If have .exe extension the will be executed + <Description>The file used to configure the extension. + If have .exe extension the will be executed If have .dll extension used like MP plugin configuration</Description> </SectionParam> <SectionParam Name="Online Screenshots"> Modified: trunk/plugins/MyAlarm/MpeRelease/update.xml =================================================================== --- trunk/plugins/MyAlarm/MpeRelease/update.xml 2010-06-18 19:01:00 UTC (rev 3632) +++ trunk/plugins/MyAlarm/MpeRelease/update.xml 2010-06-19 01:05:18 UTC (rev 3633) @@ -40,7 +40,7 @@ <GeneralInfo> <Name>MyAlarm</Name> <Id>be65661e-0603-4551-99ec-b27234c08403</Id> - <Author>chefkoch @ Team MediaPortal, Devo</Author> + <Author>SilentException, chefkoch</Author> <HomePage>http://wiki.team-mediaportal.com/Extensions-Plugins/MyAlarm</HomePage> <ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/myalarm-76551/</ForumPage> <UpdateUrl>http://mp-plugins.svn.sourceforge.net/viewvc/mp-plugins/trunk/plugins/MyAlarm/MpeRelease/update.xml</UpdateUrl> Modified: trunk/plugins/MyAlarm/MyAlarm/GUIAlarm.cs =================================================================== --- trunk/plugins/MyAlarm/MyAlarm/GUIAlarm.cs 2010-06-18 19:01:00 UTC (rev 3632) +++ trunk/plugins/MyAlarm/MyAlarm/GUIAlarm.cs 2010-06-19 01:05:18 UTC (rev 3633) @@ -720,7 +720,7 @@ public string Author() { - return "chefkoch, based on work by Devo"; + return "SilentException, chefkoch"; } public bool CanEnable() Modified: trunk/plugins/MyAlarm/MyAlarm/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/MyAlarm/MyAlarm/Properties/AssemblyInfo.cs 2010-06-18 19:01:00 UTC (rev 3632) +++ trunk/plugins/MyAlarm/MyAlarm/Properties/AssemblyInfo.cs 2010-06-19 01:05:18 UTC (rev 3633) @@ -31,9 +31,9 @@ [assembly: AssemblyTitle("MyAlarm plugin for MediaPortal")] [assembly: AssemblyDescription(GUIAlarm.DESCRIPTION)] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("chefkoch @ Team MediaPortal")] +[assembly: AssemblyCompany("SilentException, chefkoch")] [assembly: AssemblyProduct("MyAlarm plugin for MediaPortal")] -[assembly: AssemblyCopyright("chefkoch @ Team MediaPortal")] +[assembly: AssemblyCopyright("SilentException, chefkoch")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |