Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[script.xbmcbackup] 1.7.0 #2612

Merged
merged 1 commit into from
Apr 21, 2024
Merged

[script.xbmcbackup] 1.7.0 #2612

merged 1 commit into from
Apr 21, 2024

Conversation

robweber
Copy link

Description

Added

  • You can now append a suffix to the end of each backup name (folder or zip file). This is only available in the Advanced or Expert settings.
  • validation file now saves a list of all installed addons and versions
  • prompt to close Kodi at the end of successful restore

Changed

  • added new line between file size and file name, was unreadable on some systems due to string resizing
  • modified GitHub issue template slightly
  • translations sync
  • token files are stored in a .json instead of a .txt file
  • file discovery process now flags directories with an is_dir metadata property instead of prefixing with a dash (-). This was done for legacy reasons and there is no reason for it.

Fixed

  • fixed minor UI issues
  • division error when transferSize = 0
  • fixed Dropbox tokens expiring by using refresh tokens

Checklist:

  • My code follows the add-on rules and piracy stance of this project.
  • I have read the CONTRIBUTING document
  • Each add-on submission should be a single commit with using the following style: [script.foo.bar] 1.0.0

Additional information :

  • Submitting your add-on to this specific branch makes it available to any Kodi version equal or higher than the branch name with the applicable Kodi dependencies limits.
  • add-on development wiki page.
  • Kodi pydocs provide information about the Python API
  • PEP8 codingstyle which is considered best practise but not mandatory.
  • This add-on repository has automated code guideline check which could help you improve your coding. You can find the results of these check at Codacy. You can create your own account as well to continuously monitor your python coding before submitting to repo.
  • Development questions can be asked in the add-on development section on the Kodi forum.

@basrieter basrieter merged commit 26fc0ca into xbmc:matrix Apr 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants