Skip to content

Commit

Permalink
Merge pull request #6 from Nux007/dev
Browse files Browse the repository at this point in the history
Version 1.3.0
  • Loading branch information
Nux007 authored Dec 12, 2018
2 parents f48e2c0 + 80d3ba6 commit 73ba1f7
Show file tree
Hide file tree
Showing 13 changed files with 806 additions and 399 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.project
/.pydevproject
/.settings
*.pyo
21 changes: 9 additions & 12 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.playlistLoader" name="Playlist Loader" version="1.2.2" provider-name="Avigdor and Nux007">
<addon id="plugin.video.playlistLoader" name="Playlist Loader" version="1.3.0" provider-name="Avigdor and Nux007">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.requests" version="2.9.1"/>
Expand All @@ -14,12 +14,14 @@
<description lang="he">Playlist Loader</description>
<platform>all</platform>
<news>

1.2.2
- Fixed logo error grouping items.

1.2.1.1
- Fixed missing import
1.3.0
- Added default icons.
- Added transparency to existing icons for better themes integration.
- Added virtual directories feature allowing a better categorization of m3u lists.
- Refresh favourites list when moving an item.
- Ability to move playlists root and directories sides.
- Refresh playlists and directories when moving an item.
- Disabled TvDb and MovieDb for now ( waiting for improvements )

1.2.1
- Taking ownership of the addon, see : https://github.com/avigdork/xbmc-avigdork/pull/8#issuecomment-416955692
Expand All @@ -28,11 +30,6 @@
- Regex fix for title containing comas.
- Added TheTvDb scan for each lists in contextual menu ( beta ).

1.2.0
- (fix) support strings.xml (old Kodi versions).

1.1.9
- Added an option to show groups in channels lists.
</news>
</extension>
</addon>
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.3.0
- Added default icons.
- Added transparency to existing icons for better themes integration.
- Added virtual directories feature allowing a better categorization of m3u lists.
- Refresh favourites list when moving an item.
- Ability to move playlists root and directories sides.
- Refresh playlists and directories when moving an item.
- Disabled TvDb and MovieDb for now ( waiting for improvements )

1.2.2
- Fixed logo error grouping items: #4 from Nux007/dev

Expand Down
Loading

0 comments on commit 73ba1f7

Please sign in to comment.