mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-23 13:49:45 +00:00
8d4bb95d17
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. |
||
---|---|---|
.nuget | ||
MediaBrowser.Plugins.Dlna | ||
MediaBrowser.Plugins.MpcHc | ||
MediaBrowser.Plugins.Tmt5 | ||
MediaBrowser.Plugins.Trailers | ||
ThirdParty/UPnP | ||
.gitignore | ||
MediaBrowser.Plugins.sln | ||
README.md |
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