-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
54 lines (45 loc) · 2.07 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
[B]Version 0.0.10[/B]
- bump plexapi from 3.5.0 to 4.6.0
- map GUIDs to Kodi's unique IDs
- manually perform an optimized reload of media item metadata
- support skipping detected episode intros (closes #24)
- add context menu integration with the option to refresh the metadata on the PMS
- add synchronize entry to context menu to synchronize single items
- add play entry to context menu to choose how to play an item
- add "Play Version ..." entry to "Play ..." context menu if an imported item has multiple versions (closes #29)
- use multiple threads to convert media items retrieved from PMS into ListItems
- add retry logic if retrieving media items from PMS (temporarily) fails
- bump plexapi from 4.6.1 to 4.7.0
- support skipping detected ads / commercials in episodes
[B]Version 0.0.9[/B]
- replace custom PMS network discovery with plexapi.gdm.GDM
- show hint after using force full synchronization
- support actor thumbnails
- add advanced option to change the URL of a media provider
- pass the retrieved items in chunks back to Kodi
- use explicit setters in InfoTagVideo instead of ListItem.setInfo()
[B]Version 0.0.8[/B]
- properly handle empty movie collections (fixes #25)
- use add-on's icon for detected media providers
- adjust add-on to changes in Kodi's Python API
[B]Version 0.0.7[/B]
- support fast (re-)synchronization (closes #10)
- retrieve library items in batches of 100 items
- add a setting to force full synchronization
- add the library name as a tag
- support direct play (closes #12)
[B]Version 0.0.6[/B]
- adjust kodi.mediaimporter extension point to changes in Kodi
[B]Version 0.0.5[/B]
- don't abort the whole import process if a single item is broken (thanks @enen92)
- bump xbmc.python version to 3.0.0 for Matrix (Python 3) compatibility
[B]Version 0.0.4[/B]
- Add support for external subtitles
[B]Version 0.0.3[/B]
- Support reporting playback progress / status to PMS
- Improve PMS access URL detection (including relays)
- Support importing collections / sets along with movies
[B]Version 0.0.2[/B]
- Support for Python 2 and 3
[B]Version 0.0.1[/B]
- Initial version