GNOME Bugzilla – Bug 724093
videos 3.11.4, subtitle downloader plugin not working
Last modified: 2014-03-24 13:24:38 UTC
I enabled the subtitle plugin, restarted videos, but when I play a video and try "Subtitle->Download Movie Subtitle" it won't do anything. Nothing!
Errors on the command-line?
Traceback (most recent call last):
+ Trace 233158
self._build_dialog ()
self)
fedora 21 x86_64
Could we modify this nautilus subtitle downloader python script to work with gnome-videos? thanks. we need wget installed (yum install wget) https://github.com/emericg/OpenSubtitlesDownload ------- Installation Quick installation as a nautilus script, under GNOME 3 desktop environment: $ git clone https://github.com/emericg/OpenSubtitlesDownload.git $ mkdir -p ~/.local/share/nautilus/scripts/ $ cp OpenSubtitlesDownload/OpenSubtitlesDownload.py ~/.local/share/nautilus/scripts/OpenSubtitlesDownload.py $ chmod u+x ~/.local/share/nautilus/scripts/OpenSubtitlesDownload.py -------
(In reply to comment #3) > Could we modify this nautilus subtitle downloader python script to work with > gnome-videos? thanks. You can do whatever you want. But how does that fix bugs in Totem? I can't reproduce the problem here, it will have to wait until I upgrade, or somebody else hits that bug and fixes it.
I've got the exact same problem with videos 3.10.1 (in Ubuntu 14.04). Any way I can help getting this sorted out?
3.11.4 was never an actual release, can you please test with Totem from the master or gnome-3-10 branch (for M. Niess that sees that problem in GNOME 3.10), or try 3.11.90. I'm using pygobject3-3.10.2-1.fc20.x86_64 and I don't see any of those warnings.
Ubuntu seems to ship pygobject-3.11.91.
@Bastien: This is marked NEEDINFO. I'm unsure on what info I can provide you with, to progress this bug.
(In reply to comment #8) > @Bastien: This is marked NEEDINFO. I'm unsure on what info I can provide you > with, to progress this bug. I couldn't reproduce the bug with master and the newer PyGObject, but could with the 3.10 version with the new PyGObject. commit 960aaa5a566d614b760c54cb86e9e445ae12109a Author: Bastien Nocera <hadess@hadess.net> Date: Sun Mar 23 14:05:11 2014 +0100 opensubtitles: Fix error with newer version of PyGObject We cannot pass an object as user_data, as pygobject stopped handling non-integers, non-capsules or not None as possible arguments. As we do not use Totem.plugin_load_interface()'s signal connection feature, pass None instead. https://bugzilla.gnome.org/show_bug.cgi?id=724093 Will be fixed in master shortly.
I can confirm this fixes it! Thanks!
Fixed in master for 3.12.0 as well.