Code Monkey home page Code Monkey logo

Comments (10)

archshift2 avatar archshift2 commented on June 3, 2024 1

There are some inconsistencies in the yml file. Some of the directories use /downloads some use /data and some use /media. It would be nice to re-write the yml file and be consistence across all the platforms, but unfortunately an update like that would break everyone existing install base. There is a way to fix this within sonarr, add a remote path mapping in the download client section.

Remote Path: /downloads/completed/
Local Path: /data/completed/

You might also want to consider using the category tag within sonarr & radarr to help them from stay organized (same with deluge as well).

from mediabox.

rickyxnguyen avatar rickyxnguyen commented on June 3, 2024 1

from mediabox.

rickyxnguyen avatar rickyxnguyen commented on June 3, 2024

Only occurs when using usenet

from mediabox.

tom472 avatar tom472 commented on June 3, 2024

Hmm -- I have no way to test that - no usenet access.
But I'll recheck the folder mappings and make sure they have the correct entries.

from mediabox.

tom472 avatar tom472 commented on June 3, 2024

So I did some checking to lay it out:

The docker-compose file maps this volume for NZBGet: ${DLDIR}:/downloads
${DLDIR} should equate to [path]/mediabox/content

NGBGet has MainDir: Root directory for all tasks.
/downloads so from above would equate to [path]/mediabox/content

Then has DestDir: Destination directory for downloaded files.
${MainDir}/completed which would equate to [path]/mediabox/content/completed

Then has InterDir: Directory to store intermediate files
${MainDir}/incomplete which would equate to [path]/mediabox/content/incomplete

Sonarr has this volume mapped in the docker-compose file: ${DLDIR}/completed:/data/completed
Which again equates to: [path]/mediabox/content/completed

So all of the path mappings appear to match up and be correct -- Are the files ending up anywhere?
Like still sitting in:
[path]/mediabox/content/incomplete
or
[path]/mediabox/content/completed

Also -- anything showing in the logs for NZBGet?

Let me know - Hope we can figure this out.

from mediabox.

rickyxnguyen avatar rickyxnguyen commented on June 3, 2024

from mediabox.

tom472 avatar tom472 commented on June 3, 2024

OK so NZBGet appears to be doing the correct steps and getting completed downloads to the completed folder.
Are there any errors in the Sonarr logs related to post-processing for getting the items to the TV folder?

from mediabox.

tom472 avatar tom472 commented on June 3, 2024

@rickyxnguyen -- any chance the recommendation from @archshift2 helps/helped with the issue?

from mediabox.

rickyxnguyen avatar rickyxnguyen commented on June 3, 2024

Worked perfectly

from mediabox.

tom472 avatar tom472 commented on June 3, 2024

Excellent .. thanks!

from mediabox.

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.