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

Automatic annotation of video using external collections #35

Open
xavierfav opened this issue Jun 11, 2020 · 0 comments
Open

Automatic annotation of video using external collections #35

xavierfav opened this issue Jun 11, 2020 · 0 comments
Labels
backend enhancement New feature or request

Comments

@xavierfav
Copy link
Member

xavierfav commented Jun 11, 2020

Currently we rely on the subliminal parser to extract informations about the videos. It allows us to identify the type of content (movie or series), and extracts the episode and season number for series. This is purely based on the name of the video file. Sometimes, the parser makes mistakes and is not always robust to any type of character in the filenames. It would be nice to have a better way to extract the video informations for instance by using external collections such as IMDb.

In the code, get_video_type_and_info() takes care of that. The idea would be to improve it by using library for retrieving and managing the data of the IMDb database. IMDbPY seems like a good candidate to start with. We could store additional information such as the genre of the movies, and store it in our database, for improving our search engine.

@xavierfav xavierfav added enhancement New feature or request backend labels Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant