Skip to content

Commit

Permalink
Published v3.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienhaynes committed Nov 29, 2013
1 parent f1a5c5a commit 61a4523
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 13 deletions.
25 changes: 16 additions & 9 deletions MPEI/TraktInstaller.xmp2
Original file line number Diff line number Diff line change
Expand Up @@ -2057,21 +2057,28 @@ Click Next to continue or Cancel to exit Setup.
<Version>
<Major>3</Major>
<Minor>1</Minor>
<Build>2</Build>
<Revision>0</Revision>
<Build>3</Build>
<Revision>1</Revision>
</Version>
<ExtensionDescription>Trakt actively keeps a record of what TV shows and movies you are watching. Based on your favorites, your friends, and the community, trakt recommends other TV shows and movies.

Trakt will also synchronize your watched flags across multiple installations.</ExtensionDescription>
<VersionDescription>* Added ability to load anyone's UserProfile as long as they're not protected or they're your friends.
* Added ability to 'Follow' a user from the Activity dashboard if you're viewing 'Community' activities.
* Fixed a few skin issues in the Default skins for SearchPeople and SearchUsers.
* Fixed 'Network' not loading the Network GUI from the External Context Menu for Movies (only when invoked from the API).
* Remap unsupported characters in Facade list items, previously only the skin properties were remapped.
* Updated translations from Transifex.</VersionDescription>
<VersionDescription>* Fixed Fanart not downloading for Shouts window. This is required when loading into the window without local fanart already available e.g. from the dashboard.
* Added support for DVD scrobbling from MovingPictures.
* Added an advanced setting to automatically scrobble regardless of watched percentage (for DVDs only because user may have finished movie and re-enter the menu).
* Added support to search and play trailers via the new 'Trailers' plugin (by yours truly). This can be enabled from advanced settings.
* Added a new skin property to the Trending Shows GUI which displays the current TV Show status (Ended / Continuing). Skinners will need to conditionally hide it from other screens if sharing properties, unfortuately not available on API for other methods.
* Improved Trailer search for tv specials (Season 0), will now use the episode title rather than the season / episode numbers.
* Improved syncing of watched states for movies (MovingPictures and My Videos) to also send the last or first watched date if available. This is useful for back filling your history on initial sync. This is only applicable for movies that have not already been synced e.g. new users.
* Improved shouts window to only hide spoilers when setting is enabled and item is not watched. This of course is only possible when the watched data is available.
* Updated the Search API to use standard query strings which basically means better search capability esp. with special characters.
* Fixed a possible crash when switching windows with/without a dashboard (reported by user Rochess).
* Updated translations from Transifex.

Note: Last Watched Dates for movie watched sync appears to be broken on the trakt side from my tests, hopefully this gets fixed soon (issue has been reported).</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>http://www.team-mediaportal.com/index.php?option=com_mtree&amp;task=att_download&amp;link_id=142&amp;cf_id=24</OnlineLocation>
<ReleaseDate>2013-10-12T10:00:00</ReleaseDate>
<ReleaseDate>2013-11-29T10:00:00</ReleaseDate>
<Tags>trakt,tv shows,movies,mp-tvseries,movingpictures,my videos,my films</Tags>
<Location>.\Release\TraktPlugin.mpe1</Location>
<Params>
Expand Down
148 changes: 147 additions & 1 deletion MPEI/update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Trakt will also synchronize your watched flags across multiple installations.</E
* Remap unsupported characters in Facade list items, previously only the skin properties were remapped.
* Updated translations from Transifex.</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>http://www.team-mediaportal.com/index.php?option=com_mtree&amp;task=att_download&amp;link_id=142&amp;cf_id=24</OnlineLocation>
<OnlineLocation>https://github.com/Technicolour/Trakt-for-Mediaportal/releases/download/3.1.2.0/TraktPlugin_v3.1.2.mpe1</OnlineLocation>
<ReleaseDate>2013-10-13T10:00:00</ReleaseDate>
<Tags>trakt,tv shows,movies,mp-tvseries,movingpictures,my videos,my films</Tags>
<Location>.\Release\TraktPlugin.mpe1</Location>
Expand Down Expand Up @@ -746,5 +746,151 @@ Trakt will also synchronize your watched flags across multiple installations.</E
</ProjectSettings>
<IsSkin>false</IsSkin>
</PackageClass>
<PackageClass>
<Version>2.0</Version>
<Groups>
<Items>
<GroupItem Name="Default">
<DisplayName>Default</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Default</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Languages">
<DisplayName>Languages</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Languages</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="DefaultSkin">
<DisplayName>DefaultSkin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>DefaultSkin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="DefaultWideSkin">
<DisplayName>DefaultWideSkin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>DefaultWideSkin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Settings">
<DisplayName>Settings</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Settings</Description>
<Files>
<Items />
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
<Items />
</Sections>
<Dependencies>
<Items>
<DependencyItem>
<Type>MediaPortal</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>1</Minor>
<Build>6</Build>
<Revision>27644</Revision>
</MinVersion>
<MaxVersion>
<Major>1</Major>
<Minor>1</Minor>
<Build>6</Build>
<Revision>27644</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message>This version of Trakt plugin is only supported on MediaPortal 1.3 or above. Please download version that is supported by your version of MediaPortal.</Message>
<Name>MediaPortal</Name>
</DependencyItem>
</Items>
</Dependencies>
<PluginDependencies>
<Items />
</PluginDependencies>
<GeneralInfo>
<Name>Trakt for MediaPortal</Name>
<Id>a9c3845a-8718-4712-85cc-26f56520bb9a</Id>
<Author>Technicolour, ltfearme</Author>
<HomePage>http://github.com/Technicolour/Trakt-for-Mediaportal</HomePage>
<ForumPage>http://forum.team-mediaportal.com/mediaportal-plugins-47/1-0-0-trakt-mediaportal-97807/</ForumPage>
<UpdateUrl>https://raw.github.com/Technicolour/Trakt-for-Mediaportal/master/MPEI/update.xml</UpdateUrl>
<Version>
<Major>3</Major>
<Minor>1</Minor>
<Build>3</Build>
<Revision>1</Revision>
</Version>
<ExtensionDescription>Trakt actively keeps a record of what TV shows and movies you are watching. Based on your favorites, your friends, and the community, trakt recommends other TV shows and movies.

Trakt will also synchronize your watched flags across multiple installations.</ExtensionDescription>
<VersionDescription>* Fixed Fanart not downloading for Shouts window. This is required when loading into the window without local fanart already available e.g. from the dashboard.
* Added support for DVD scrobbling from MovingPictures.
* Added an advanced setting to automatically scrobble regardless of watched percentage (for DVDs only because user may have finished movie and re-enter the menu).
* Added support to search and play trailers via the new 'Trailers' plugin (by yours truly). This can be enabled from advanced settings.
* Added a new skin property to the Trending Shows GUI which displays the current TV Show status (Ended / Continuing). Skinners will need to conditionally hide it from other screens if sharing properties, unfortuately not available on API for other methods.
* Improved Trailer search for tv specials (Season 0), will now use the episode title rather than the season / episode numbers.
* Improved syncing of watched states for movies (MovingPictures and My Videos) to also send the last or first watched date if available. This is useful for back filling your history on initial sync. This is only applicable for movies that have not already been synced e.g. new users.
* Improved shouts window to only hide spoilers when setting is enabled and item is not watched. This of course is only possible when the watched data is available.
* Updated the Search API to use standard query strings which basically means better search capability esp. with special characters.
* Fixed a possible crash when switching windows with/without a dashboard (reported by user Rochess).
* Updated translations from Transifex.

Note: Last Watched Dates for movie watched sync appears to be broken on the trakt side from my tests, hopefully this gets fixed soon (issue has been reported).</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>http://www.team-mediaportal.com/index.php?option=com_mtree&amp;task=att_download&amp;link_id=142&amp;cf_id=24</OnlineLocation>
<ReleaseDate>2013-11-29T10:00:00</ReleaseDate>
<Tags>trakt,tv shows,movies,mp-tvseries,movingpictures,my videos,my films</Tags>
<Location>.\Release\TraktPlugin.mpe1</Location>
<Params>
<Items>
<SectionParam Name="Online Icon">
<Value>https://github.com/Technicolour/Trakt-for-Mediaportal/raw/master/TraktPlugin/Resources/Images/trakt.png</Value>
<ValueType>String</ValueType>
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
</SectionParam>
<SectionParam Name="Configuration file">
<Value>%Plugins%\Windows\TraktPlugin.dll</Value>
<ValueType>Template</ValueType>
<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">
<Value>https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktTrendingMovies.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktTrendingShows.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktMain.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktCalendar.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktFriends.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktRecommendedShows.jpg;https://github.com/Technicolour/Trakt-for-Mediaportal/wiki/Screenshots/traktRecommendedMovies.jpg</Value>
<ValueType>String</ValueType>
<Description>Online stored screenshot urls separated by ; </Description>
</SectionParam>
<SectionParam Name="Force to uninstall on update">
<Value>YES</Value>
<ValueType>Bool</ValueType>
<Description>Show dialog and force to uninstall previous version when updating an extension. Should only be disabled if you are using an NSIS/MSI installer.</Description>
</SectionParam>
</Items>
</Params>
</GeneralInfo>
<UniqueFileList>
<Items />
</UniqueFileList>
<ProjectSettings>
<FolderGroups />
</ProjectSettings>
<IsSkin>false</IsSkin>
</PackageClass>
</Items>
</ExtensionCollection>
6 changes: 3 additions & 3 deletions TraktPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("TraktPlugin")]
[assembly: AssemblyDescription("Adds Trakt Support to MediaPortal")]
[assembly: AssemblyDescription("Adds trakt.tv support to MediaPortal")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("TraktPlugin")]
Expand All @@ -33,8 +33,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.1.2.0")]
[assembly: AssemblyFileVersion("3.1.2.0")]
[assembly: AssemblyVersion("3.1.3.0")]
[assembly: AssemblyFileVersion("3.1.3.0")]

#region MediaPortal Compatibility
[assembly: CompatibleVersion("1.1.6.27644")]
Expand Down

0 comments on commit 61a4523

Please sign in to comment.