Actions
Feature #241
closedInclude xbmcvfs library to ship with xbmc4xbox
Start date:
13/07/2013
Due date:
% Done:
100%
Resolution:
fixed
Description
The xbmcvfs library is currently not shipped with xbmc4xbox. It gets installed by the addons4xbox installer if an addon requires it by specifying in the addon.xml in the repository. This in itself is not an issue, however if you wish to use the same addon.xml in a main branch xbmc repo, it will cause main xbmc to flag the addon as broken in the repository because it wont find the xbmcvfs library.
If the xbmcvfs lib. were to ship with xbmc4xbox we wont need to include it in the <requires> tags of the addon.xml and it will solve the issue with forward porting addons to a main branch compatible repo and help developers by only needing to work with 1 codebase across all xbmc platforms.
Actions