Giter Club home page Giter Club logo

Comments (3)

palla89 avatar palla89 commented on May 22, 2024

I have the same problem, did you solve it?

from autoscan.

jamitupya avatar jamitupya commented on May 22, 2024

I'm also having the same issues with non-music media. seems to be random across multiple plex libraries. did anyone happen to solve?

i just ran a mass rename in radarr and it (the error) started to show up

e: clarified the error showed up.

from autoscan.

plmcgrn avatar plmcgrn commented on May 22, 2024

EDIT: For those hitting this, ensure your Plex library folders and the rewrite rules in config.yml are the same case. While the file systems likely don't care, the code for this project does.

I ended up just creating rewrite rules to cover all my use cases.

It's ugly, but it works perfectly now:

      rewrite:
        - from: /media/TV
          to: /Volumes/tv/tv
        - from: /media/tv
          to: /Volumes/tv/tv
        - from: /media/Anime
          to: /Volumes/tv/anime
        - from: /media/anime
          to: /Volumes/tv/anime

I'm hitting this with Sonarr, bot only on a specific Plex library.

Running Plex on a Mac and mapping /Volumes/TV to /media in Sonarr. Plex sees two libraries
/Volumes/TV/TV (my TV shows)
/Volumes/TV/Anime (anime)

When Sonarr triggers autoscan, it works for the Anime library, but not the TV one. Running the autoscan docker in trace mode nets no addition clues from the logging.

from autoscan.

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.