wBuddha

Results 7 comments of wBuddha

Thank you for that. Pyroscope uses xmlrpc, in your updated version is xml still supported? I doubt Rakshasa will make any changes, he just seems to wake up once a...

**Rakshasa:** I'm sympathetic, and recognize what you are saying, I'm just not as sympathetic as I once once. And angry at the ghosting an entire community saw after expressing their...

Weird. Queue4Download.sh deals with odd character embedded names without a problem on my end. That would point towards pyrosimple. I need to spin up a rtorrent instance and take a...

You can run Queue4Download.sh from the command line with the d.name, bash has two parameters to assist in debugging: bash -xv ~/.Q4D/Queue4Download.sh "[group] Some Title of content - 10 (SOME...

Glad you've made progress. There is a embedded function in BASH you can use "quote". so for example: payloadDetails[KEY]=$(quote "${payloadDetails[PATH]}") Mosquitto mqtt does support JSON. I chose to use plaintext...

Use _rtcFile=\"${1//\'/\'\\\'\'}\" in Queue4Download.sh This appears to be related to python3, not required if using rtcontrol under 2.7. Working on refactoring the torrent client interface now.