Laharah / deluge-FileBotTool

A plugin to integrate simple FileBot functionality into Deluge
GNU General Public License v3.0
114 stars 10 forks source link

New Database TheMovieDB::Tv #46

Closed Linney closed 4 years ago

Linney commented 4 years ago

Enhancement / Question

After spending some time on the Filebot forums, it seems like you are able to use the IMDb database but specify that you're only interested in TV show results by appending --db TheMovieDB::TV onto the CLI input.

Would it be possible to incorporate IMDb::TV into the FilebotTool database list?

Or is there a way to correctly pass in arguments such as --db TheMovieDB::TV when using FilebotTool?

Thank you.

Laharah commented 4 years ago

I've added TheMovieDB::TV database in the newest release. Looking through the forums it doesn't look like the ::TV flag is used on any other databases (IMDb isn't supported in filebot).

If you use the tag on some other db, can you let me know and show me a working command line example?

Gonna close this for now, feel free to re-open if you want some other db tag.

rednoah commented 4 years ago

TheMovieDB::TV is a database identifier like any other. The ::TV has no meaning, other than that TheMovieDB was already taken.

Laharah commented 4 years ago

@rednoah cool, that's what I thought.

Linney commented 4 years ago

Thanks again for such a quick reply and response.

Thank you for continuing the improve FilebotTool.