You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use "flexget" to download stuff and automatically store the imdb_id in the filename.
Would be great to have guessit recognize those IDs for later sortings.
since imdb_ids always starts with "tt" this should be easy or not?!
tmdb/tvdb could be a little bit more difficult, but most naming-schemes i saw containing tmdb/imdb/tvdb, in "[ ]". So at least this could be extracted aswell?
besides flexget, sonarr/radarr and filebot are also able to store imdb_ids in title. so there are a couple of usecases.
to clarify;
i saw 1-2 requests for "searching the imdb_id from imdb.com",
but this is not what i mean. i would just like to have guessit extracting the ID, if there is one in the title.
thank you
The text was updated successfully, but these errors were encountered:
sorry, there are no release-names with ids.
but flexget/sonarr/radarr for example are able to rename the title with imdb_ids in it, directly while creating them - because they run lookups before.
so this would be the usecase. already renamed files by other apps - for later recognition, would be helpful if guessit could parse those ids back to other apps. you get it?^^
Personally I think there are way too many naming formats across various apps to expect guessit to unparse them. If you already have a known format its much better to have a parser for that specific format and handle it directly.
i use "flexget" to download stuff and automatically store the imdb_id in the filename.
Would be great to have guessit recognize those IDs for later sortings.
since imdb_ids always starts with "tt" this should be easy or not?!
tmdb/tvdb could be a little bit more difficult, but most naming-schemes i saw containing tmdb/imdb/tvdb, in "[ ]". So at least this could be extracted aswell?
besides flexget, sonarr/radarr and filebot are also able to store imdb_ids in title. so there are a couple of usecases.
to clarify;
i saw 1-2 requests for "searching the imdb_id from imdb.com",
but this is not what i mean. i would just like to have guessit extracting the ID, if there is one in the title.
thank you
The text was updated successfully, but these errors were encountered: