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

Advanced usage

pannal edited this page Jun 28, 2017 · 12 revisions

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 peek 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. If you miss the popup, the url is also in the title.
  4. Trigger find better subtitles
    • This will make SZ go hunting for better subs, if avail

Advanced_2

  1. Trigger Subtitle storage maintenance
    • Cleans up the internal subtitle storage for missing items. Is ran periodically.
  2. Trigger Subtitle storage migration
    • When coming from 1.4 or early 2.0 beta versions, this migrates all known internal subtitle associations to the new format. Not needed normally, as the storage for an item gets auto-migrated when accessed.
  3. Apply configured Subtitle mods to all (active) stored subtitles
    • If you've changed your default subtitle modification configuration, you might want to apply them to all previously stored subtitles, where there has been no manual modifications.
  4. Re-Apply mods of all stored subtitles
    • Reapplies all modifications of all stored subtitles. Useful when modifications get updated by the developer to fix already downloaded subtitles.

Advanced_3

  1. Log the plugin's scheduled task state storage
    • Logs info about the task scheduler into the log file.
  2. Log the plugin's internal ignorelist storage
    • Logs the internal ignore list into the log file.
  3. Log the plugin's complete state storage
    • Logs all internal state information including the above and more into the log file.

Advanced_4

  1. Reset the plugin's scheduled task state storage
    • Resets the scheduler task state storage. Not needed normally.
  2. Reset the plugin's internal ignorelist storage
    • Resets the ignore list.
  3. Invalidate Sub-Zero metadata crashes (Subliminal)
    • Resets the currently cached subtitle provider cache data from subliminal. Not needed normally.

Next page

Back to main page