Go to file
ScottRapsey 8d4bb95d17 Added basic paging functionality
Added basic paging functionality to Search and Browse. Bascially using
.Skip and .Take to get the appropriate 'page' when that is requested -
WMP uses this and it was much much happier once I implemented it.
2013-03-05 15:21:11 +11:00
.nuget adding core plugins 2013-02-22 01:35:25 -05:00
MediaBrowser.Plugins.Dlna Added basic paging functionality 2013-03-05 15:21:11 +11:00
MediaBrowser.Plugins.MpcHc update to latest server 2013-03-04 01:17:19 -05:00
MediaBrowser.Plugins.Tmt5 update to latest server 2013-03-04 01:17:19 -05:00
MediaBrowser.Plugins.Trailers update to latest server 2013-03-04 01:17:19 -05:00
ThirdParty/UPnP New version of Platinum 2013-03-05 11:59:10 +11:00
.gitignore adding core plugins 2013-02-22 01:35:25 -05:00
MediaBrowser.Plugins.sln New version of Platinum 2013-03-05 11:59:10 +11:00
README.md updated readme 2013-03-03 12:07:00 -05:00

MediaBrowser.Plugins

This repository contains all of the plugins managed by the Media Browser core team.

Each of the projects has a build event that copies it's output to the programdata/plugins folder.

By default this assumes you have the server repository side by side in a folder called 'MediaBrowser'. If this is not the case, or if you've installed the server, than you'll need to update the build events manually in order to test code changes.

More Information

https://github.com/MediaBrowser/MediaBrowser/wiki/How-to-build-a-Server-Plugin