Skip to content

Commit

Permalink
Merge pull request ace20022#6 from rockrider69/v1.0.1
Browse files Browse the repository at this point in the history
V1.0.1 is OK as the new base/master
  • Loading branch information
rockrider69 authored Oct 18, 2023
2 parents b06fb42 + e0e82af commit 079fcb7
Show file tree
Hide file tree
Showing 7 changed files with 378 additions and 385 deletions.
39 changes: 0 additions & 39 deletions .gitignore

This file was deleted.

5 changes: 3 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<addon
id="service.languagepreferencemanager"
name="Language Preference Manager"
version="1.0.0"
version="1.0.1"
provider-name="ace20022/scott967/rockrider69"
>
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.service" library="default.py" start="login"/>
<extension point="xbmc.service" library="default.py"/>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
Expand All @@ -23,6 +23,7 @@
0.1.6 : Fix Custom CondSubs not working. Switch to ignore 'Signs' tracks. Add special 'Any' audio language code. Fix some typos
0.1.7BETA : New Keywords Blacklist to ignore chosen subtitles tracks based on name content.
1.0.0 : Mandatory clean-up to propose as candidate version for Kodi.tv addons repository.
1.0.1 : Initial version for main Kodi.tv addons repository

</news>
<assets>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
--- Version 1.0.1

- Initial version for main Kodi.tv addons repository

--- Version 1.0.0

- Mandatory clean-up to propose as candidate version for Kodi.tv addons repository.
Expand Down
346 changes: 2 additions & 344 deletions default.py

Large diffs are not rendered by default.

Binary file modified resources/fanart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
369 changes: 369 additions & 0 deletions resources/lib/prefutils.py

Large diffs are not rendered by default.

0 comments on commit 079fcb7

Please sign in to comment.