Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Advanced usage

Tommy Mikkelsen edited this page Jun 10, 2017 · 12 revisions

TODO:WORK FOR @pannel HERE. Look for TODO

Advanced Usage

Here you'll find information about adv. usage, and please only use the info below, if you know what you are doing

Remote access to the channel

The features available in the channel menu are in fact accessible and usable from the outside, just as any other channel with routes. This means, that if you're not happy with the scheduler's interval for example, you can take the following URL: http://plex_ip:32400/video/subzero/missing/refresh?X-Plex-Token=XXXXXXXXXXXXXXX (the X-Plex-Token part may not be needed outside of a Plex Home) and open the URL using your favourite command line tool or script (curl, wget, ...). This will trigger the same background task which would be started by the scheduler or by clicking the item in the channel menu.

You can find all available routes by querying http://plex_ip:32400/video/subzero (look for the key="" entries).

To lookup your personal token, take a peak here

Adv. Channel menu

In the Advanced channel menu, you'll see the following:

Advanced_1

  1. Return to Home menu
  2. Restart the plugin
    • This will restart Sub-Zero, and read the configuration
  3. Get my Logs
    • When selected, it'll show an url. Copy and paste that into a new browser tab to download SZ logs
  4. Trigger find better subtitles
    • This will make SZ go hunting for better subs, if avail

Advanced_2

  1. Trigger Subtitle storage maintenance
    • TODO PANNI !!!!!
  2. Trigger Subtitle storage migration
    • TODO PANNI !!!!!
  3. Apply configured Subtitle mods to all (active) stored subtitles
    • TODO PANNI !!!!!
  4. Re-Apply mods of all stored subtitles
    • TODO PANNI !!!!!

Advanced_3

  1. Log the plugin's scheduled task state storage
    • TODO PANNI !!!!!
  2. Log the plugin's internal ignorelist storage
    • TODO PANNI !!!!!
  3. Log the plugin's complete state storage

Advanced_4

  1. Reset the plugin's scheduled task state storage
    • TODO PANNI !!!!!
  2. Reset the plugin's internal ignorelist storage
    • TODO PANNI !!!!!
  3. Invalidate Sub-Zero metadata crashes (Subminimal)
    • TODO PANNI !!!!!

Next page

Back to main page

Clone this wiki locally