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
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
This issue is tied to (#10), shouldn't be complete before that issue.
A feature should be added to scan all existing movies, including the user's movies and given a list to add found movies to vigilio.
Backend
Scan
Scan the media folder.
Filter the folders that does not contain a valid video.
Filter the folders that already exists on vigilio
Return the list of folders/files.
Add
Should receive each movie separately with the full path to the file and an imdb id.
Should acquire movie info, convert the movie file, download subtitles (feature already exists)
Frontend
A scan movies button that would make a request to the backend.
Should list all the folder that is found.
Upon selecting a movie, a search bar should be presented to enter imdb id (preferably, the user should be able to enter the movie's title and choose the correct movie and imdb id should be acquired)
Add button should be added.
Optional: Add multiple movies at once option could be beneficial.
The text was updated successfully, but these errors were encountered:
This issue is tied to (#10), shouldn't be complete before that issue.
A feature should be added to scan all existing movies, including the user's movies and given a list to add found movies to vigilio.
Backend
Scan
Add
Frontend
The text was updated successfully, but these errors were encountered: