• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Torrents

    [Software Release] GayTor.rent Upload Utility

    Uploading
    guu upload torrent qtm quicktorrent
    11
    73
    611
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vancer last edited by

      GayTor.rent Upload Utility (GUU) is a program that allows you to easily create, upload and seed your torrents!

      Screenshot from 2024-09-04 02-24-22.png

      Features

      • Easy, Reliable and Configurable
      • Cross-Platform (Windows, macOS, Linux)
      • Automatic Seeding with qBitTorrent, uTorrent (and more in the future!)
      • Projects / Templates
      • Automatic Login
      • ...much more

      Download

      • Download for Windows
      • Download for macOS
      • Download for Linux

      (The above links will always download the latest version of the program.)

      GitHub Repository: https://github.com/vancer0/guu-cpp

      Possible Questions

      Q: How can I update when a new version is released?

      A: Each time a new version is released, I will create a post/reply on this thread. To update on Windows, run the installer of the new version, and on macOS or Linux, you just replace the old executable with the new one. Your preferences will be kept.

      Q: I found a bug, where do I report it?

      A: You can report bugs by leaving a comment on this thread. Please make sure to include info such as: operating system, GUU version and how the bug was discovered

      Q: How do I connect qBitTorrent with GUU?

      A: First you need to open qBitTorrent and go to Preferences. Then select Web UI and tick on the box that says "Web User Interface (Remote control)". On the Authentication field, check "Bypass authentication for clients on localhost" and then Apply the changes. Now when you launch GUU (or you refresh the status), qBitTorrent should be connected.

      Q: Why did you make this?

      A: I created GUU because I wanted an easy way to upload torrents to the site since I always had issues using QTM (plus it is created for Windows only and I have moved away from it). Also I use qBitTorrent, because uTorrent is bloated and the old versions do not work for me.

      Q: Didn't this already exist before?

      A: Yes! The project was originally created in 2022 and written in Python. Although back then I had very little programming experience and the program wasn't very well coded, so I decided now to rewrite it completely in C++ and make it more stable and seamless.

      1 Reply Last reply Reply Quote 2
      • Pinned by  raphjd raphjd 
      • ianfontinell 0
        ianfontinell 0 last edited by

        Cool to see that you are back with GUU, I was just checking the git page a few days ago to see when it was last updated. Personally I think qbittorrent's api limits the potential it could have but it's still way better than the ancient QTM app.

        V 1 Reply Last reply Reply Quote 0
        • V
          vancer @ianfontinell 0 last edited by

          @ianfontinell-0 Thank you! I have also added support for uTorrent in this version (for Windows users). Although personally I use qBitTorrent because it doesn't have any ads or bloatware.

          Though if you have any suggestions about the program, feel more than free to let me know!

          ianfontinell 0 1 Reply Last reply Reply Quote 0
          • L
            lololulu19 last edited by

            have you written similar utilities for GTO and GTN and PornoLab?

            V 1 Reply Last reply Reply Quote 0
            • V
              vancer @lololulu19 last edited by

              @lololulu19 I am not familiar with those sites, but if they work in a similar way to GayTorrent, I guess I could make this program support those too upon request.

              1 Reply Last reply Reply Quote 0
              • ianfontinell 0
                ianfontinell 0 @vancer last edited by

                @vancer said in [Software Release] GayTor.rent Upload Utility:

                Though if you have any suggestions about the program, feel more than free to let me know!

                For now my only suggestion is to qbt developers to add more command line features for managing new torrents, it sucks that we're requried to rely on the web ui, specially considering how hard it can be to handle. For instance, if I use it in HTTPS mode GUU won't be able to find it, from my past experience.

                V 1 Reply Last reply Reply Quote 0
                • V
                  vancer @ianfontinell 0 last edited by

                  @ianfontinell-0 Indeed, command line options for qBT would be useful.
                  By the way you can now connect to qBT using HTTPS if you specify it in the host field (with https://...). That being said, if qBT is running on the same computer as GUU, you do not need to use HTTPS.

                  ianfontinell 0 1 Reply Last reply Reply Quote 0
                  • V
                    vancer last edited by

                    GayTor.rent Upload Utility v11 has been released!

                    Changelog:

                    • Better picture management
                    • Small fixes

                    Download:

                    • Download for Windows
                    • Download for macOS
                    • Download for Linux
                    1 Reply Last reply Reply Quote 0
                    • Referenced by  ianfontinell 0 ianfontinell 0 
                    • Referenced by  T tnar 
                    • V
                      vancer last edited by

                      GayTor.rent Upload Utility v12 has been released!

                      Changelog

                      • Drag & Drop support for pictures
                      • Redesigned some GUI elements
                      • Automatic update installation for Windows users
                      • Several improvements & fixes

                      Download

                      • Download for Windows
                      • Download for macOS
                      • Download for Linux
                      1 Reply Last reply Reply Quote 0
                      • ianfontinell 0
                        ianfontinell 0 @vancer last edited by

                        @vancer said in [Software Release] GayTor.rent Upload Utility:

                        Indeed, command line options for qBT would be useful.

                        Hi vancer, I was sniffing qbt source and found out that those command lines we were discussing have already been present for a while. So I believe you no longer need to rely on the web api to add files, making it much more reliable imo.

                        Arguments go as follows:

                        qbittorent "path/to/torrent" --save-path="<path>" --skip-dialog=true
                        
                        V 1 Reply Last reply Reply Quote 0
                        • V
                          vancer @ianfontinell 0 last edited by

                          @ianfontinell-0 Hi! Thanks for lettings me know, I wasn't aware this option existed. I'll definitely have a look at this some time.
                          Although one I can say for sure is that this will not be more reliable than the web API, since there is direct communication with qBT, while by using the command line interface I have to make additional system calls which may produce unwanted errors. Plus I don't think it will be possible on macOS.
                          That being said I will still give it a try because it may be easier for users to set up.

                          1 Reply Last reply Reply Quote 1
                          • D
                            dhougie last edited by

                            I have a problem with login, telling me to check the username and password, but it is correct.

                            V 1 Reply Last reply Reply Quote 0
                            • V
                              vancer @dhougie last edited by

                              @dhougie Hi, thanks for reporting! Could you tell me what your operating system is? (Window/Mac/Linux)
                              Also at the bottom of the program, what is the status of gaytor.rent?

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                dhougie @vancer last edited by

                                @vancer Thanks for replying. So I use Windows 11 and the status is unreachable. I thought it could be the Windows firewall but I created inbound and outbound rules, enabling both, but still no luck.!Captura de tela 2024-09-11 081322.png

                                V 1 Reply Last reply Reply Quote 0
                                • Referenced by  courbinjc 0 courbinjc 0 
                                • V
                                  vancer last edited by

                                  GayTor.rent Upload Utility v14 has been released!

                                  Changelog

                                  • Added support for local instances of qBitTorrent & for the system's default torrent client
                                  • Fixed loading project files from outside the program
                                  • Added logs
                                  • Updated web request dependencies
                                  • Small QoL fixes

                                  Download

                                  • Download for Windows
                                  • Download for macOS
                                  • Download for Linux
                                  1 Reply Last reply Reply Quote 1
                                  • V
                                    vancer @dhougie last edited by

                                    @dhougie Hi again! I wasn't able to reproduce this on my end, however I did make some changes in the latest release (v14) which might potentially fix your issue. So give it a try if you want and let me know if it worked.

                                    If it still does not work, please let me know and also make sure to send me the program logs too (by selecting Tools -> Open logs).

                                    D 2 Replies Last reply Reply Quote 0
                                    • D
                                      dhougie @vancer last edited by

                                      @vancer The program worked for login, but it says: An error occurred while crating torrent file.

                                      I tried with 80 GB torrents and a smaller 3 GB torrent, it didn't work for any of them. (torrent client qbtorrent and utorrent)

                                      L 1 Reply Last reply Reply Quote 0
                                      • D
                                        dhougie @vancer last edited by

                                        @vancer Captura de tela 2024-09-14 092343.png

                                        V 1 Reply Last reply Reply Quote 1
                                        • V
                                          vancer @dhougie last edited by

                                          @dhougie Thanks for letting me know about this issue! I found the problem and I will fix it in the next release of GUU.

                                          D 1 Reply Last reply Reply Quote 1
                                          • D
                                            dhougie @vancer last edited by

                                            @vancer tnkx

                                            1 Reply Last reply Reply Quote 0

                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 1 / 4
                                            • First post
                                              Last post