Well as far as subtitles go, we have core support for downloading through OpenSubtitles, however, it's actually a modular architecture and additional sources can be provided just by creating a plugin and implementing ISubtitleProvider:
Then the user will be able to prioritize the available sources as well as manually search them on demand whenever they need to.
Armand - I am starting to work on multi-server connectivity guidelines for clients, and there is a new ConnectionManager class within ApiClient to help facilitate that:
Even if you don't intend to support multi-server connectivity, using ConnectionManager has advantages such as creating your ApiClient instance for you, opening & closing the web socket, wake on lan, automatic server discovery, automatic switching from lan to wan address when appropriate, etc.
Many of these functions are already available to you now but this class will handle the workflow of what to call and when, and will tell you what to present to the user.
@armandp
Can you explain please how to define different facades for different views?
eg. For Music Albums, what to write instead of Mediabrowser.Facade.Default?
You can use MediaBrowser.Facade.<TYPE> where type is the parent type (Movie, Season, TvShow, UserView, etc..)
Because of recent changes with the user views it will not work yet for all sub views.
Should this work with the latest Beta?
Here always the default facade is used. If i change the order, first MediaBrowser.Facade.Season, second MediaBrowser.Facade.Default
the log still shows the default facade is used but in MP nothing is selectable