Skip to content

Server-like script capable of merging multiple xbmc repositories.

Notifications You must be signed in to change notification settings

unobtanium/xbmc_repo_aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XBMC Repository Aggregator

Server-like script capable of merging multiple xbmc repositories.

Currently unstable. Do not use yet.

v0

Credits

Thanks to the original unknown author of addons_xml_generator.py , whose code is used in repo_prep.py

All other code copyleft (GNU GPL v3) by Unobtanium @ XBMC Forums

Instructions

To execute, run execute.py

You must read through, understand and adjust settings.py before executing.

If calling from another python script do this

import xbmc_repo_aggregator
xbmc_repo_aggregator.execute()

Extra information about settings.py

settings.py already contains extensive annotation for the various settings, but here is some more information for some settings.

Merge Rules

Within the rules dictionary, add a entry specifying: key) name of the addon you want to solve the conflict for value) name of the preferred repo you would like to pull it from

Example:

rules = {
    
          'plugin.video.troublesomeaddon' : 'repository.preferredsource',
          'plugin.video.anothertroublesomeaddon' : 'repository.anotherpreferredsource'

        }

About

Server-like script capable of merging multiple xbmc repositories.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages