streamaserver / streama

Self hosted streaming media server. https://docs.streama-project.com/
MIT License
9.65k stars 985 forks source link

[Feature Request] Is it possible to bulk create files without matching TMDb #822

Open JavanWang opened 5 years ago

JavanWang commented 5 years ago

bulk create files without matching TMDb information

I have a bunch of open-courses video files in my folder, and I named them to follow syntax as 'title.sxxexx.mp4', I can't pass over 'run-match' button, because of them have not any basic information on theMovieDb, of course, they don't So, I think if it is possible to bulk create files without matching TMDb, just parsing title, serial, episode, and files link to the database, there shall be great. thank you very much.

jaroslaw-weber commented 5 years ago

this. i cannot create account on tmdb but i want to add files...

salim0786 commented 4 years ago

+1.... Can we do that? Is this a feature in the list for your upcoming release?

Nargren commented 3 years ago

Bulk adding videos using local data only - without searching TMDB - was brought up in #937 and #886 as well. Additionally, an import/export feature of the movie database was mentioned in #1030, which is somewhat related.

It seems that such a feature would be appreciated. Perhaps the other two issues can be closed, with reference to this one, and keep track of progress here.

Would it be possible to implement this feature using a local data parser instead of API calls to TMDB? Potentially home videos, online courses and alike could be added by mere filename parsing, whereas TV Shows and movies could (alternatively) be added by parsing nfo files, provided those exist.