Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. # this is Subliminal.ini which resides in the same directory as Subliminal.py
  2. [main]
  3. # Update the timestamp of the file(s) just downloaded. This is a really good
  4. # idea. It gives us a reference time to work with when trying to determine
  5. # if there are subtitles available for it.
  6. UpdateTimestamp: Yes
  7.  
  8. # Identifies our languages you want to fetch subtitles for; separate multiple
  9. # entries (if more than one) with a comma and/or a space
  10. Languages: en
  11.  
  12. # The Category (if detected from the NZB-File) to clasify the video as a
  13. # tv (vs a movie). This just allows you more control later on when specifying
  14. # what providers to use. The default below is perfectly okay; there is
  15. # no reason to change this value unless you know what you're doing.
  16. TvCategories: tv
  17.  
  18. # Uncomment these if you have a login you wish to use for Addi7ed
  19. # Addic7edUser: somedude
  20. # Addic7edPass: hispassword
  21.  
  22. # If subtitles of your specified language was already detected in the video
  23. # do you want to ignore this and keep going anyway? Setting this to no
  24. # causes a bit more overhead (because the video needs to be scanned
  25. # to see if it has subtitles already in it), but it can be worth it as it will
  26. # prevent going off and fetching more subs later on.
  27. IgnoreEmbedded: no
  28.  
  29. # The providers you want to explicilty reference. By default all of them are
  30. # checked... but here you can filter the list if you choose:
  31. Providers: opensubtitles, tvsubtitles, podnapisi, addic7ed, thesubdb
  32.  
  33. # My version of subliminal is significantly forked/altered from the original one
  34. # so you can also help the filtering and accuracy of your response by telling
  35. # the tool what to use when the nzb is detected to be either a movie or tv show
  36. # by default these are not set (but it's really worth doing!) :)
  37. MovieProviders: opensubtitles, podnapisi, thesubdb
  38.  
  39. # If we detect the video file is for TV Show's only, then we just search the
  40. # following providers. Comment this entry out if you just want to use the
  41. # default values (defined by 'Providers' above).
  42. TVShowProviders: tvsubtitles, addic7ed
  43.  
  44. # Tidy subtitle post processing.
  45. # Open the downloaded subtitle file and perform some additional optimizations
  46. # to it. This is a work in progress, currently it does the following:
  47. # - Correct all EOL (End of Lines) in the event they're inconsistent
  48. # - Enforces the system encoding specified (if done so)
  49. TidySub: no
  50.  
  51. # Setting this to yes before creating a ticket would 'really' help me debug
  52. # any strange issues you have.
  53. Debug: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement