3 Commits

Author SHA1 Message Date
Rob Weber
858bd6170a beta version 2019-11-26 13:45:15 -06:00
Rob Weber
1fb013f335 added custom zip file per #158 and #145 2019-11-26 13:43:55 -06:00
Rob Weber
9ae5545f6c use krypton as branch name 2019-10-10 13:24:48 -05:00
5 changed files with 1267 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Backup Addon
![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Frobweber%2Fxbmcbackup%2Fmaster%2Ftrue%2Ftrue) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/master)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
![Kodi Version](https://img.shields.io/endpoint?url=https%3A%2F%2Fweberjr.com%2Fkodi-shield%2Frobweber%2Fxbmcbackup%2Fkrypton%2Ftrue%2Ftrue) [![Build Status](https://img.shields.io/travis/robweber/xbmcbackup/krypton)](https://travis-ci.org/robweber/xbmcbackup) [![License](https://img.shields.io/github/license/robweber/xbmcbackup)](https://github.com/robweber/xbmcbackup/blob/master/LICENSE.txt)
## About

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmcbackup"
name="Backup" version="1.5.2" provider-name="robweber">
name="Backup" version="1.5.3~beta1" provider-name="robweber">
<requires>
<!-- jarvis -->
<import addon="xbmc.python" version="2.25.0"/>

View File

@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- added new badges for Kodi Version, TravisCI and license information from shields.io
- added custom zipfile.py version to replace built in zip module
## [Version 1.5.2](https://github.com/robweber/xbmcbackup/compare/krypton-1.5.1...robweber:krypton-1.5.2) - 2019-09-30

View File

@@ -1,7 +1,7 @@
import xbmc
import xbmcvfs
import xbmcgui
import zipfile
from . import zipfile
import os.path
import sys
import dropbox

1263
resources/lib/zipfile.py Normal file

File diff suppressed because it is too large Load Diff