abbi031892 / periscope

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

Nautilus integration not working #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Ubuntu 11.10 (installed over 11.04)
2. Unity or Gnome-Shell in Nautilus right button on a video file ¡No menu!

What is the expected output? What do you see instead?
Nautilus contextual menu

What version of the product are you using? On what operating system?
Ubuntu 11.10, Gnome Shell, periscope-gnome 0.2.5-1, python-periscope 0.2.5-1

Please provide any additional information below.
Periscope works fine from terminal.

Original issue reported on code.google.com by jose.ang...@gmail.com on 5 Nov 2011 at 6:59

GoogleCodeExporter commented 8 years ago
Yes, Nautilus went to version 3 (along with Gnome) in Ubuntu 11.10

I'm still trying to find a package that works in Nautilus 3.X so that I can 
figure out how it works.

Original comment by patrick....@gmail.com on 5 Nov 2011 at 7:08

GoogleCodeExporter commented 8 years ago
Hi.

Same as Dropbox.

This thread shows a possible clue

http://ubuntuforums.org/showthread.php?t=1864164

Thanks for a great job!

Original comment by jose.ang...@gmail.com on 5 Nov 2011 at 10:02

GoogleCodeExporter commented 8 years ago
I did a port of periscope-nautilus.py to Nautilus3/GTK3/PyGI with 
multiprocessing which works on Ubuntu 11.10. You can find the file attached.

The file needs to be placed in /usr/share/nautilus-python/extensions (this is 
different from Nautilus2).

Cheers.

Original comment by shoc...@gmail.com on 10 Nov 2011 at 4:10

Attachments:

GoogleCodeExporter commented 8 years ago
Woaw, thanks. I'll release this as soon as possible.

Thanks again

Original comment by patrick....@gmail.com on 10 Nov 2011 at 4:53

GoogleCodeExporter commented 8 years ago
Hi. I can see the contextual menu in Nautilus, but nothing found, neither 
Nautilus notifications... 

Is config file ok?

lang = es

I also tried 

[DEFAULT]
lang = es

and 

lang=es

Original comment by jose.ang...@gmail.com on 10 Nov 2011 at 5:25

GoogleCodeExporter commented 8 years ago
Try to run it in the command line
periscope <path/to/your.file>

It should say something along the lines of "language not specified, looking 
into the config file" and then say which language it picked up from there.

Otherwise, remove the config file, periscope will create a new one and then you 
can just change the language from there.
More details about the config file:
http://code.google.com/p/periscope/wiki/NautilusSupport

If the rea

Original comment by patrick....@gmail.com on 10 Nov 2011 at 5:32

GoogleCodeExporter commented 8 years ago
:(

Seems to seek the language. Using terminal, it works like a charm.

Don't worry, I wouldn't get this into a support ticket. I'll find it out!

*****

pepe@MOE:~$ periscope /media/2TERAS/06.Pelis/10.Series/16.\ House\ 
s08/House.S08E01.HDTV.XviD-LOL.avi 
INFO:__main__:No lang given, looking into config file
INFO:periscope.periscope:lang read from config: es
INFO:periscope.periscope:Searching subtitles for 
/media/2TERAS/06.Pelis/10.Series/16. House s08/House.S08E01.HDTV.XviD-LOL.avi 
with langs ['es']
INFO:periscope.periscope:Searching on OpenSubtitles 
INFO:periscope.periscope:Searching on Subtitulos 
INFO:periscope.periscope:Searching on Podnapisi 
INFO:periscope.periscope:Searching on TheSubDB 
INFO:periscope.periscope:Searching on BierDopje 
INFO:periscope.periscope:Searching on SubsWiki 
INFO:periscope.plugins.SubtitleDatabase:BierDopje writing 0 items to queue

Original comment by jose.ang...@gmail.com on 10 Nov 2011 at 5:49

GoogleCodeExporter commented 8 years ago
Ok. I get it. ;)

If I run the Nautilus script from a CIFS mounted unit, it doesn't work.  If I 
do it from smb://myserver/whatever... it works.

Thanks for your help!

Original comment by jose.ang...@gmail.com on 10 Nov 2011 at 5:52

GoogleCodeExporter commented 8 years ago
I've just pushed periscope-gnome 0.2.6

Original comment by patrick....@gmail.com on 12 Nov 2011 at 12:15