Search found 14 matches

by phpjunkie
Mon Jan 01, 2024 4:18 pm
Forum: Plugins
Topic: YaRSS2 Email Authentication
Replies: 0
Views: 105383

YaRSS2 Email Authentication

The username and password are greyed out after checking and applying settings for Enable authentication.
by phpjunkie
Sun Dec 31, 2023 11:12 am
Forum: Off-topic Discussion
Topic: Announcing Trireme for Deluge, the Deluge thin client for Android
Replies: 32
Views: 234692

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Can you add an Update Tracker option for re-announcing to the torrent engines?
by phpjunkie
Sun Dec 31, 2023 6:24 am
Forum: Windows OS
Topic: What python file generates this list?
Replies: 5
Views: 8496

Re: What python file generates this list?

It's freezed inside deluge-console.exe unfortunetly - if using my zip archive I posted earlier, well you are as even works, then 'deluge\ui\console\cmdline\commands\info.py' is the file to edit, but the freezed version takes precedense - I was lazy and just included all the files, despite not all n...
by phpjunkie
Sun Dec 31, 2023 5:58 am
Forum: Windows OS
Topic: What python file generates this list?
Replies: 5
Views: 8496

Re: What python file generates this list?

I've commented out a huge chunk of code to prevent the parsing of the files and the are still being parsed. The output in the console is still the same. def show_file_info(self, torrent_id, status): ... for index, torrent_file in enumerate(status['files']): ... # col_filename = indent + filename # c...
by phpjunkie
Sat Dec 30, 2023 6:50 pm
Forum: Off-topic Discussion
Topic: Announcing Trireme for Deluge, the Deluge thin client for Android
Replies: 32
Views: 234692

Re: Announcing Trireme for Deluge, the Deluge thin client for Android

Are there any screenshots of this app and does this app need the webui installed, or can I use it as an RPC?
by phpjunkie
Sat Dec 30, 2023 6:38 pm
Forum: Windows OS
Topic: What python file generates this list?
Replies: 5
Views: 8496

What python file generates this list?

I'd like to expand it so it shows the entire filenames. "C:\Program Files\Deluge\deluge-console.exe" --daemon deluge --port 58846 --username ********* --password ********** info --detailed **************************************** Name: *********.S01.720p.ATVP.WEB-DL.DDP5.1.Atmos.H.264-NTb[...
by phpjunkie
Sat Dec 30, 2023 6:32 pm
Forum: Windows OS
Topic: webui error (1.3)
Replies: 7
Views: 16008

Re: webui error (1.3)

Transdrone as an RPC. I'm using deluge 2.1.1 and I connect to it with the Deluge 2 RPC. You don't need the webui for it.
by phpjunkie
Wed Dec 27, 2023 2:59 pm
Forum: Windows OS
Topic: Trying to use the deluge-console v2.1.1
Replies: 6
Views: 9187

Re: Trying to use the deluge-console v2.1.1

i got it kinda figured out. 'C:\Program Files\Deluge\deluge-console.exe --daemon deluge --port 58846 --username phpjunkie --password ********** info' deluge is set in the host file ( C:\Windows\System32\drivers\etc\host ) to point to the IP of the computer that deluged.exe is running on and it did g...
by phpjunkie
Wed Dec 27, 2023 1:06 pm
Forum: Windows OS
Topic: Trying to use the deluge-console v2.1.1
Replies: 6
Views: 9187

Re: Trying to use the deluge-console v2.1.1

This time I was able to get something from it other than it crashing, but now it is freezing and doesn't respond when it loads in the terminal.