Skip to content

Releases: Montellese/mediaimporter.plex

Plex Mediaimporter v0.0.9

20 May 06:57
Compare
Choose a tag to compare

Features

  • support actor thumbnails
  • add advanced option to change the URL of a media provider

Improvements

  • replace custom PMS network discovery with plexapi.gdm.GDM
    show a hint that the settings need to be saved after using Force full synchronisation
  • improve overall performance by using explicit setters in InfoTagVideo instead of ListItem.setInfo()

Plex Mediaimporter v0.0.8

13 Feb 09:41
Compare
Choose a tag to compare

Improvements

  • use add-on's icon for detected media providers

Bugfixes

  • properly handle empty movie collections (fixes #25)

Plex Mediaimporter v0.0.7

05 Oct 06:16
Compare
Choose a tag to compare

Features

  • Support fast (re-)synchronization (thanks @JeordyR; closes #10)
  • Add a setting to force full synchronization (thanks @JeordyR)
  • Support Direct Play (thanks @JeordyR; closes #12)

Improvements

  • Retrieve library items in batches of 100 items (instead of all at once)
  • Add the library name as a tag

Plex Mediaimporter v0.0.6

11 Apr 19:06
Compare
Choose a tag to compare
  • adjust kodi.mediaimporter extension point to changes in Kodi

Plex Mediaimporter v0.0.5

06 Apr 04:48
Compare
Choose a tag to compare

Improvements

  • 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

Plex Mediaimporter v0.0.4

10 Feb 10:22
Compare
Choose a tag to compare

Features

  • Add support for external subtitles (thanks @enen92)

Plex Mediaimporter v0.0.3

10 Feb 10:23
Compare
Choose a tag to compare

Features

  • Support reporting playback progress / status to PMS (thanks @enen92)
  • Support importing collections / sets along with movies

Improvements

  • Improve PMS access URL detection (including relays)

Plex Mediaimporter v0.0.2

10 Feb 10:24
Compare
Choose a tag to compare

Improvements

  • Support for Python 2 and 3