clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
671 stars 176 forks source link

Current support status. #1999

Closed bengalih closed 1 day ago

bengalih commented 1 week ago

Hey Clinton.

I'm just curious as to the current state of this project. I'm asking because I had this configured on my setup (mostly for Sonarr usage, but other stuff was configured but not highly used). I have a deluge post download script that is calling TorrentToMedia.py, but on review of my setup it doesn't look like that script is running due to me changing directories and never updating the script? Maybe?

I have the watch_dir configured wrong, but I call the script directly with parameters from deluge: torrent id, name, directory

So honestly I don't even know if this thing is doing anything on my system anymore. I remember when I set it up I had a need for it and it solved my issues, but that was 5 years ago and I can't recall everything I did and the eccentricities of what I learned about the scripts.

So I'm wondering: 1) How can I figure out if the script is actually doing anything 2) Should this script actually still be compatible with all the latest versions of the supported apps? 3) Is it still being supported when changes are made? 4) Has everyone just moved on? If so to what newer solutions??

I appreciate your time coding this and for any answers you can provide.

clinton-hall commented 1 day ago

Ok, firstly, the project is still being maintained, but without any significant new development work, i.e. I just try to keep it running for those who need it.

To answer the specific questions:

  1. How can I figure out if the script is actually doing anything Check the logs at nzbToMedia/logs/nzbToMedia.log If there are no recent entries, then the script isn't even being called/run. If there are entries, reading through these should clarify what processing are being used.
  2. Should this script actually still be compatible with all the latest versions of the supported apps? Yes. As any changes to apps are identified, I update nzbToMedia to match.
  3. Is it still being supported when changes are made? Yes.
  4. Has everyone just moved on? If so to what newer solutions?? To be honest, I believe a lot of people have moved on for various reasons:

I am sure there are a number of other changes. To be honest I don't know all of the different setups that exist, and I don't really have visibility as to how many people are still using this project (I can see there were 35 unique clones in the last 2 weeks, and 329 unique visitors to the project...)

You could try turning off nzbToMedia and see if everything still works. If so, it isn't required. If you have a specific requirement that nzbToMedia meets, then by all means feel free to use it.

bengalih commented 1 day ago

Thanks for the in-depth reply. Looking deeper into my config it appears that the script hasn't been running for me, perhaps for a couple of years now ever since a drive letter change. I think that I was using it mostly with CouchPotato as well, which I too still use, but barely. I will be redoing my setup soon and not sure if I will have the need for this, but great to know it is still functional and you still support. Appreciate your efforts!