-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog.txt
161 lines (126 loc) · 3.89 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
5.0.3
[fix] Kodi 19 not working
[fix] remove LOGNOTICE AND LOGSEVERE, both removed in Kodi 19
[fix] use xbmcvfs.translatePath when available
[fix] mitigate busy dialog related crashes
5.0.2
[upd] Use new settings format on Kodi 19
5.0.1
[fix] progress dialog in Kodi 19 nightlies
[fix] inputstream property in Kodi 19 nightlies
[fix] handling of inputstream.adaptive not being installed
5.0.0
[chg] only use youtube-dl to resolve content
4.0.1
[rem] URLResolver as optional dependency
4.0.0
[add] use YouTube add-on to resolve YouTube links if the add-on is available
[add] reuse language invoker
[add] Python 3 compat.
[upd] use SPDX license identifiers
[upd] resolve inspections and cosmetics
3.5.0
- URLResolver is now optional
3.4.6
- cosmetic
3.4.5
- fix resolving urls with spaces
3.4.4
- fix Facebook videos having no audio
3.4.3
- update reddit video resolver
- fix m3u8 check missing urls with parameters
- add shout: to direct play
- filter .css
- remove unused dialog
3.4.2
- fix executable items
3.4.1
- update strings path
- add debug log to failed head requests
- add reddit resolver
3.4.0
- Kodi 16 + required
- use inputstream.adaptive for hls if supported
- expand check for dash content type
- fix single source return
3.3.0.6
- minor refactor of xxx
3.3.0.5
- add xxx smu resolvers
3.3.0.3
- remove external resolver plugins
- resolve requiring to back out of add-on twice
3.3.0.1
- add external resolvers
3.2.2
- resolve breaking change from urlresolver
3.2.1
- jsonrpc now uses POST instead of GET
3.2.0
- add inputstream.rtmp and inputstream.hls
- remove twitch from runplugin exceptions
3.1.1
- add Setting to 'Remote/Send' - 'Resolve/scrape locally'
- minor progress dialog fixes
- minor string updates
3.1.0
- add 'Send to remote PlayThis'
- add 'Export to .strm'
- add thumbnail support
- performance improvement
- update and improve dash support
- update context menu layout
- change cookie handling
- change settings category 'Cache' -> 'Maintenance', and add 'Clear Cookies'
- other minor adjusts, bug fixes, refactoring
3.0.0
- add generalized scraping for sources as fallback if url does not resolve
- add dash and smil support
- add basic mimetype detection
- add content type support (video audio image executable)
- add attempt to identify and support quicktime atom ** thanks @tknorris
- increased history size limits, applies to ALL content types as use cases my still be limited to one type
- export to M3U exports content specific list
- delay adding to history until potentially valid source found
- add labels/rename
- add function caching, expire time and reset in settings
- add youtube-dl support
- add progress dialog
2.2.5
- export to .m3u now exports PlayThis plugin url instead of resolved url
allows resolution at playback, resolves expired session/token/ip issues, m3u only usable in Kodi w/ PlayThis
2.2.3
- external resolver updates
+ ol, use api until updated in urlresolver
- twitch, included in urlresolver
2.2.2
- add 'Add to history on play' to Settings
- reorganize Settings menu
2.2.1
- fix error on 'New ...' if no input
2.2.0
- delete now uses row_id instead of url
- add Export to M3U
2.1.3
- add route to add to history without playback
- ?mode=add&path=http%3A%2F%2Fexample.com%2F
2.1.2
- twitch resolver updates
2.1.1
- add URLResolver Settings action to Settings
- add twitch resolver, resolve twitch urls and play using plugin.video.twitch
2.1.0
- add directory listing of history
- add 'Delete from history' context menu for directory listing
- enables 'Delete from history', 'Add to favorites', and the rest of the Kodi default context items
- set directory listing to default
- add optional &history=true/false to mode=play
- history=true default, keeps history of items played from plugin url
2.0.2
- fix playback from strm files
- changes to url/route for strm files |req'd| &player=false
2.0.1
- fix improper resolver issue
2.0.0
- re-write of smokdpi's PlayThis