Hi all,
I migrated from a windows based setup to plex in docker on ubuntu. As I’ve been trying to get my environment back up and running, it looks like the support page which describes what variables are available to me for the post processing script is no longer up. Can anyone say what the different capabilities are? I had a partial snip of that page which included:
Windows:
%~d1 = drive only
%~p1 = path only
%~n1 = filename only without path or extension
In Windows %1 should not be in quotes, but you’ll need to quote any partial reference as the path/filename will have spaces in it.
Does anyone have the equivalent for linux? Are the above still valid?
Thanks! Will.