pannal / Sub-Zero.bundle

Subtitles for Plex, as good you would expect them to be.
Other
1.76k stars 120 forks source link

What is the fastest way to see the output of all variables in python #709

Closed saitoh183 closed 4 years ago

saitoh183 commented 4 years ago

Basically i want to see what i have to use in my script if i want to upload the sub with rclone to my gdrive into the propose location.

saitoh183 commented 4 years ago

nvm figured something out

ukdtom commented 4 years ago

Thanks for sharing :(

pannal commented 4 years ago

Well, this wiki page has all the available variables, which you can simply include.

saitoh183 commented 4 years ago

Thanks for sharing :(

@ukdtom Sorry I forgot to add what I did. I used python but an easier method is to just put all the variable you want output for in the post-processing field. Maybe with some indications.. for example:

subpath : %(subtitle_path)s

Then check the SZ log for a line staring with the word Calling. Then you will see what the variable represents.

@pannal You could add examples in the wiki so we dont have to do this operation in the future