Search found 3 matches

by kalel
Tue Jul 07, 2020 7:02 am
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 304854

Re: ETA on 2.0.3 .app

I've been playing arround with Info.plist in Deluge.app/Contents I added: <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> <string>public.item</string> <string>com.bittorrent.torrent</string> </array> <key>UTTypeDescription</key> <...
by kalel
Mon Jul 06, 2020 8:37 am
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 304854

Re: ETA on 2.0.3 .app

Hello and thank you for this new release! In my experience, with the magnet handler still installed in my system, the magnet links work just fine. On the other hand, the add torrent window is not opening when double clicking a torrent file. This happens only when the program is already opened. When ...
by kalel
Thu May 28, 2020 11:10 pm
Forum: Mac OS
Topic: ETA on 2.0.3 .app
Replies: 56
Views: 304854

Re: ETA on 2.0.3 .app

Thanks for the update for this wonderful app! While using v2.0.3.post7 version from @Lord-Kamina, to import my old torrents from '/Users/MYUSER/.config/deluge/state/' I had to use this code before/during first start: with open('/Users/MYUSER/.config/deluge/state/torrents.state', 'rb') as fx1y: d = p...