DineshSolanki / FoliCon

Creates Folder icons for Movies, Serials, Music,Anime and Games Folders
https://dineshsolanki.github.io/FoliCon/
GNU General Public License v3.0
57 stars 6 forks source link

Support using folder name metadata #185

Closed Soitora closed 4 months ago

Soitora commented 5 months ago

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 commented 5 months ago

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)

Soitora commented 5 months ago

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 commented 4 months ago

@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 commented 4 months ago

@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