Adding subzero to Plex
Posted: 22 Feb 2021, 19:24
Hi does anyone know how add the subzero subtitle plugin to Plex ? I have found the Plugin folder but I am unable to paste subzero folder in there. I am using f5-221 nas running TOS 4.2.08
Bug Reports, Operation Guides, and Experience Sharing
https://forum.terra-master.com/en/
TMRyan wrote: ↑24 Feb 2021, 13:52 Sorry,
My countermeasure is somewhat wrong. The configuration folder is not interoperable with other folders in the file management, and the folder cannot be transferred to Plex. You need to log in to the terminal tool to operate.
If you don't know how to use terminal tools, you can learn it online.
The steps are as follows:
1. First, you can upload the plug-in to TNAS, such as a public shared folder.
2. Enable SSH in the control panel.
3. Then use a terminal tool (such as PuTTY) to log in, enter the IP, SSH port, username: root, and the password is the same as the admin account password.
4. Enter the command:
cp -r /mnt/md0/public/Sub-Zero.bundle "/mnt/md0/User/plex/home/Library/Application Support/Plex Media Server/Plug-ins"
or
cp -r /mnt/md0/public/sub-zero.bundle / mnt / md0 / application / lib / plexmediaserver / Resources / Plug-ins-b0c7a97d9
Press Enter.
5. After transferring the plugin to the target directory, go to the management plug-in in the settings in Plex.
Note: The sub-zero.bundle in /mnt/md0/public/sub-zero.bundle is the folder name of the required plug-in. You can transfer the plug-in folder via SMB.
Are you using the root user or switched to the root user?supreetv wrote: ↑26 May 2021, 20:26TMRyan wrote: ↑24 Feb 2021, 13:52 Sorry,
My countermeasure is somewhat wrong. The configuration folder is not interoperable with other folders in the file management, and the folder cannot be transferred to Plex. You need to log in to the terminal tool to operate.
If you don't know how to use terminal tools, you can learn it online.
The steps are as follows:
1. First, you can upload the plug-in to TNAS, such as a public shared folder.
2. Enable SSH in the control panel.
3. Then use a terminal tool (such as PuTTY) to log in, enter the IP, SSH port, username: root, and the password is the same as the admin account password.
4. Enter the command:
cp -r /mnt/md0/public/Sub-Zero.bundle "/mnt/md0/User/plex/home/Library/Application Support/Plex Media Server/Plug-ins"
or
cp -r /mnt/md0/public/sub-zero.bundle / mnt / md0 / application / lib / plexmediaserver / Resources / Plug-ins-b0c7a97d9
Press Enter.
5. After transferring the plugin to the target directory, go to the management plug-in in the settings in Plex.
Note: The sub-zero.bundle in /mnt/md0/public/sub-zero.bundle is the folder name of the required plug-in. You can transfer the plug-in folder via SMB.
Tried this command, but getting a Permission denied Error