Git Product home page Git Product logo

Comments (5)

h3llrais3r avatar h3llrais3r commented on June 6, 2024

Will have a look this evening, but I think paths with , are not supported for now.
It's also related to the fact that this is not the official name of the series. The series name is The Legend of Bruce Lee. The system assumes that everything is stored in this way. But i'll have a look if I can do something about it.

Can you also provide a debug log, where I can see what it actually scans? (Perhaps a trial with only 2 episodes in it?)

@Zeusy123 I think I already mentioned the same for your movie naming. 😉

from auto-subliminal.

Zeusy123 avatar Zeusy123 commented on June 6, 2024

Thankyou, sonarr writes the folder name in this format for me as otherwise there would be hundreds of series beginning with letter T

from auto-subliminal.

h3llrais3r avatar h3llrais3r commented on June 6, 2024

@Zeusy123
You can configure sonar to save it in the correct format (use {Series Title} instead of {Series TitleThe}, see https://github.com/Sonarr/Sonarr/wiki/Sorting-and-Renaming).

I don't see why you don't want to store in the official title (beginning with the) because I assume you have tool (like kodi) to play it. I don't think you'll browse through hundreds of movies in your explorer... So I advise to adapt your naming to save it in the correct way.

But I already had a quick look and it has problems because the different video paths are stored in your config file as a , separated list. Since there is now a , in your path, it splits it and thinks it's a separate path.

See https://github.com/h3llrais3r/Auto-Subliminal/blob/development/autosubliminal/config.py#L41-L48

You should not have a , in your root video folders.
What did you give as video path folder(s) in your config? Normally you give the root folder, not an actual series folder. I think you have the problem because you are directly putting a series folder, with a , in the name, as video path.

from auto-subliminal.

h3llrais3r avatar h3llrais3r commented on June 6, 2024

@Zeusy123
I've just tried it myself, and my thoughts were correct.
You should not add a video directory with a , in the path.
Folders (with a , in the directory name) within that root video folder will be processed correctly.

Since property values are typically separated by a , in a properties file, I will not change anything to this.
The only requirement for listing video directories is that they don't have a , in their path.

from auto-subliminal.

Zeusy123 avatar Zeusy123 commented on June 6, 2024

@Zeusy123 Other discussion moved to #26

from auto-subliminal.

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.