Francisco Lopes

Results 376 comments of Francisco Lopes

I wished this project provided download option, for torrent files, or magnet links, because even though I could be using a "torrent client", there's actually no good torrent search tool...

I just noticed there's the `-o` option, it will send magnet/torrent file to the default application set for those. Wished there was an option to simply print the link.

So, to answer the OP question, yes there's, this is what I did to send torrents/magnets to `transmission-daemon`. `~/.local/share/applications/transmission-remote.desktop` ```desktop [Desktop Entry] Type=Application Name=Transmission (remote) Comment=Add torrent to transmission Exec=/usr/bin/transmission-remote...

You may also use `torrentflix -oe` there.

> You may also use `torrentflix -oe` there. Correction, this stopped working on latest release, have to use flags separately.

I'm getting this error message too. I'm on Arch Linux using [an aur package (current version 1.1.1-1)](https://aur.archlinux.org/packages/scudcloud). I got here because of the message when starting from console but currently...

@raelgc but as I've stated, I'm running 1.1.1-1. Do you mean master's tip?

@raelgc is it the reason for the "always loading" behavior too?

@raelgc This is what I have there: ``` python def webSettings(self): self.cookiesjar = PersistentCookieJar(self) self.zoom = self.readZoom() # Required by Youtube videos (HTML5 video support only on Qt5) QWebSettings.globalSettings().setAttribute(QWebSettings.PluginsEnabled, self.plugins)...

I've checked sources on GitHub at the 1.1.1 tag and it's the same as the one I've pasted.