Git Product home page Git Product logo

Comments (12)

clinton-hall avatar clinton-hall commented on August 10, 2024

yeah. I tried to keep it such that other custom groups could be added, but creating a new class is probably the better way to go.
7.0 probably more reasonable... but if you have a way of handling this.... put it in ;)

from nzbtomedia.

berkona avatar berkona commented on August 10, 2024

How close is 6.0 to release? I could probably figure something simple but flexible tomorrow.

from nzbtomedia.

clinton-hall avatar clinton-hall commented on August 10, 2024

Looking to release 6 in the next week if possible...
Someone testing current dev at the moment... He just reported it failed to run due to circular logic..
TorrentToMedia imports extractor, extractor imports a function (create destination) from TorrentToMedia... But in doing so it tries to import extractor which tries to import TorrentToMedia...

I moved the create_destination call back before we call extractor and removed the import call in extractor...
Hoping this will allow a complete run

The only part I'm not sure of is the pausing and resuming of utorrent... But will know soon.

from nzbtomedia.

berkona avatar berkona commented on August 10, 2024

I saw that this morning but didn't have time to implement a fix. Since it's being called by couple different modules, I think it might be best to move it to util. I'll push a commit tonight. Right now I gotta go run a meet some people for dinner.

from nzbtomedia.

clinton-hall avatar clinton-hall commented on August 10, 2024

I thought you were heading out... we both just made the same changes at the same time ;)

from nzbtomedia.

clinton-hall avatar clinton-hall commented on August 10, 2024

lol... well.. you also added the logger to the util... that was the part I missed ;)

from nzbtomedia.

berkona avatar berkona commented on August 10, 2024

:)

from nzbtomedia.

clinton-hall avatar clinton-hall commented on August 10, 2024

there is also another function in extractor... which()
this could be moved to util... but I actually replaced this with call(['which', cmd]) since we have already imported call and we don't actually need to have the path returned... and since it was easier than trying to debug which()

so.. we could move which() or we could just remove it completely for now...

from nzbtomedia.

jkaberg avatar jkaberg commented on August 10, 2024

about uTorrent and stoping/starting, its rock solid on my machine ;)

one thing I didnt anticipate tho is "uTorrent Server" (linux release) uses a different api from what I understand

have a look at https://github.com/twistedfall/utorrentctl/blob/master/utorrentctl.py, classes "uTorrent" and "uTorrent Falcon" (falcon = linux?)

from nzbtomedia.

berkona avatar berkona commented on August 10, 2024

I pushed the changes for scene exceptions. The process now goes something like create function in nzbToMediaSceneExceptions for specific group. Then add the group stamp in lower case to the dict called __customgroups__

from nzbtomedia.

clinton-hall avatar clinton-hall commented on August 10, 2024

a few tweaks and all running ;)

as for api being different... they way it is handled on the system is different, but it looks like the api calls we pass in are the same... so in theory this should all be working now...

from nzbtomedia.

berkona avatar berkona commented on August 10, 2024

I think I can close this one now. Seems like scene exceptions is up and running.

from nzbtomedia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.