by275 / plex_autoscan

A maintained fork of Plex Autoscan
GNU General Public License v3.0
13 stars 2 forks source link

migrate to use API for scanning action #4

Closed by275 closed 2 years ago

by275 commented 2 years ago

As of Plex Media Server v1.28.1,

(Scanner) Mark ‘scan’ and ‘refresh’ CLI actions as deprecated (#13700)

and start printing

The '--scan' operation is deprecated and will be removed in future versions of Plex Media Server.

whenever you perform a scan/refresh action.

Main goal of this PR is to stop using CLI action for scan/refresh for future deprecation and use plexapi for everyone's convenience.

Important Changes

Added

Removed

Fixed/Improved