This channel is no longer maintained, and has been replaced by WebTools
Yep....A release in the Dev foras, but that's where it belongs :D
This is a small bundle, that can assist 3. Party developers, running outside the Plex framework to still access information from the framework
Currently return information, that can not be grasped from the http interface, or manipulate the file-system.
Need something, then do come with suggestions on what to do, and I'll see what I can do, or even better, fork it, implement it, and create a pull request for it
The information/functions it currently provide is the following:
V0.0.0.8:
- Removed DelSRT function
- Added DelSub function
<p style="margin-left:40px;">* Initially same function, but now also works for other ext. than srt</p>
<p style="margin-left:40px;">* DelSub(Secret, MediaID, SubFileID)</p>
<p style="margin-left:40px;">* Call like: <a data-ipb='nomediaparse' href='http://PMS:32400/utils/devtools?Func=DelSub&Secret=1234&MediaID=2&SubFileID=109'>http://PMS:32400/utils/devtools?Func=DelSub&Secret=1234&MediaID=2&SubFileID=109</a></p>
- ShowSRT
<p style="margin-left:40px;">Fixed (Hopefully) error when detecting an non UTF-8 caracter</p>
V0.0.0.7:
- Added the following:
<p style="margin-left:40px;">DelFile now refuse to delete an srt file</p>