Giter Site home page Giter Site logo

Comments (5)

rednoah avatar rednoah commented on August 27, 2024

No it wouldn't cause it messes with the name. The default format needs to be simple and scraper friendly.

from scripts.

ssbarnea avatar ssbarnea commented on August 27, 2024

I guess your main concern is that once run this could break the re-scanning. How about applying this only for directories and not filenames, so we would be able to have: /Avengers (2010)/The Avengers (2010).

Is I am not wrong this could solve both problems: having good listing for TV (logical alphabetical), and still having standard filenames so additional executions would not mess the detection.

What do you think about this? Maybe you have another idea.

from scripts.

rednoah avatar rednoah commented on August 27, 2024

The movie is called "The Avengers" and not "Avengers", nor "Avengers, The". In other words, "The Avengers" is a unique ID, "Avengers" is just a search query. In most cases it works with/without the "The" and that's because there's already special cases in the search engine to account for that specific case.

So FILENAME == UNIQUE IDENTIFIER (model) but display values / sort order (view) can surely be configured in the media center software.

My idea is let the user decide. You CAN pass in your own format.

from scripts.

ssbarnea avatar ssbarnea commented on August 27, 2024

I agree with you that messing with the filename would create only problems.

Still, the Media Center client (TV in my case) is very limited, it will just display the directories so there is nothing to do on the client side.

So, what I want to do is to create a TV-friendly directory tree that would ease the browsing, probably using even hardlinks, allowing me to solve different browsing preferences: by year, by genre, and so on.

from scripts.

rednoah avatar rednoah commented on August 27, 2024

You do know what I mean by saying You CAN pass in your own format right?

http://www.filebot.net/naming.html
http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p51
http://www.filebot.net/forums/viewtopic.php?f=5&t=211#p1549
http://www.filebot.net/forums/viewtopic.php?f=4&t=215#p1561
http://www.filebot.net/forums/viewtopic.php?f=5&t=2#p4887

Suffice to say everything you want is nothing special at all, and supported perfectly fine out of the box, and does not require any code changes to script. You just need to check the docs and pass in the right parameters.

from scripts.

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.