Closed by275 closed 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.
plexapi
tabulate[widechars]
loudness
deep
basic
PLEX_FIX_MISMATCHED
authorize
As of Plex Media Server v1.28.1,
and start printing
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
plexapi
tabulate[widechars]
Added
loudness
along withdeep
andbasic
Removed
PLEX_FIX_MISMATCHED
Fixed/Improved
authorize
menu to work after OOB Oauth flow deprecation