Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support using folder name metadata #185

Closed
Soitora opened this issue Feb 8, 2024 · 4 comments · Fixed by #188
Closed

Support using folder name metadata #185

Soitora opened this issue Feb 8, 2024 · 4 comments · Fixed by #188
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Soitora
Copy link

Soitora commented Feb 8, 2024

Is your feature request related to a problem? Please describe.
Having hundreds of shows, it's quite a lot of manual pressing and checking each windows

Describe the solution you'd like
For Plex, I use a supported standard for folder names.

The series/movie folder structure is TITLE (YEAR) {tmdb-ID}
Example: Chernobyl (2019) {tmdb-87108}, which would match to: Chernobyl (from 2019), with TMDB ID of 87108.

Describe alternatives you've considered
No clear alternative.

Additional context
I use Filebot to organize my files, with the size of my media library, this is most optimal for me. Especially as Plex reads them and uses it to know which series to force match.

I suggest, when it finds this in the folder, it forces the entry and doesn't prompt the window for manual confirmation.

@DineshSolanki
Copy link
Owner

Hi, Thanks for reporting this, have you tried using 'Ignore ambiguous title' option (see docs.

it will ignore all titles where no exact match is found, so that you will have your exact matches auto created first, this would at least create a poster quickly for all exact matches,
None the less your suggestion is a better improvement, taking it to development - thanks.

I'm also open to know how would you like the interface for this feature to be, such as should we declare some variables and let you chose where exactly these variable would be in the folder name (something like regex)

@DineshSolanki DineshSolanki added the enhancement New feature or request label Feb 8, 2024
@DineshSolanki DineshSolanki self-assigned this Feb 8, 2024
@DineshSolanki DineshSolanki added the help wanted Extra attention is needed label Feb 8, 2024
@Soitora
Copy link
Author

Soitora commented Feb 8, 2024

Hey, I have not tried ignore ambiguous title yet, I also can't get to have it manually create for folders

Either we run with the format of: Title, anything in (parenthesis) is year, and anything in {brackets} is service-id, or we let the user define using regex, and specify what regex match is for what field it looks at

DineshSolanki added a commit that referenced this issue Feb 11, 2024
The search functionality in TMDBService has been refactored to improve readability and maintainability. This refactor separates the search process into separate methods based on the media type - movie, collection, tv show, or multi.
@DineshSolanki
Copy link
Owner

@Soitora v3.14-beta released with this change, Feedback are appreciated and will help me get this version release ready,
https://github.com/DineshSolanki/FoliCon/releases/tag/v3.14-beta-1

@Soitora
Copy link
Author

Soitora commented Feb 11, 2024

@Soitora v3.14-beta released with this change, Feedback are appreciated and will help me get this version release ready, https://github.com/DineshSolanki/FoliCon/releases/tag/v3.14-beta-1

Awesome!
I made an issue #190 about initial feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
2 participants