renanrt / periscope

Automatically exported from code.google.com/p/periscope
0 stars 0 forks source link

can I disable a plugin or order them? #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
My ignorance of python is preventing me from figuring out how to not use one of 
the plugins or order them to my liking. 

Subtitulos.py is returning spanish subs for Rubicon 1x1 even though I've 
specified EN so I figured I'd remove it, or at least try to set the order to 
prefer Addic7ed.com subs instead. But can't figure it out. 
Rob

Original issue reported on code.google.com by rob.bruce70@gmail.com on 18 Aug 2010 at 4:37

GoogleCodeExporter commented 8 years ago
oops, should have picked enhancement

Original comment by rob.bruce70@gmail.com on 18 Aug 2010 at 4:38

GoogleCodeExporter commented 8 years ago
If you're not afraid of touching the code, you can remove some plugin from the 
__init__.py file within the "plugins" folder to remove them. Just remove the 
corresponding line and you'll remove the plugin. Or you can comment it by 
adding a # in front of the line:
http://code.google.com/p/periscope/source/browse/trunk/periscope/plugins/__init_
_.py

The selection and ordering of plugins is on my TODO list.

About the Rubicon file, could you give me the filename so that I can make a 
test and reproduce your bug ?

Thanks

Original comment by patrick....@gmail.com on 18 Aug 2010 at 7:12

GoogleCodeExporter commented 8 years ago
Perfect, I'm a bit confused as to where the files get copied once I use the 
setup.py to 'install' them. Are they running out of the directory I installed 
them from or are they copied to another location (ignorant of python still) 
thanks. 

See what happens with "rubicon.s01e01.repack.hdtv.xvid-fqm.avi"

Original comment by rob.bruce70@gmail.com on 18 Aug 2010 at 3:56

GoogleCodeExporter commented 8 years ago
A Python setup.py usually installs the files into your Python directory.
It should go to 
/usr/local/lib/pythonX.Y/site-packages/
C:/Python

http://docs.python.org/install/#how-installation-works

Delete the .pyc first (they are compile python code, like .class in Java)

Original comment by patrick....@gmail.com on 19 Aug 2010 at 7:05

GoogleCodeExporter commented 8 years ago
About the Rubicon file, subtitulos mistakenly labels a Italian subtitle as an 
English subtitle. 

Original comment by patrick....@gmail.com on 21 Aug 2010 at 3:59

GoogleCodeExporter commented 8 years ago

Original comment by patrick....@gmail.com on 16 Oct 2010 at 7:02