Skip to content

stefanbohacek/public-domain-film-quote-search

Repository files navigation

Public Domain Film Quote Search

Adding a new film

  1. Start by adding information about the film to data/data.csv.
  • title: The name of the film.
  • year: The year when the film was released.
  • id: The id of the film follows the format film-title-YEAR.
  • video_page: Link to the movie on archive.org where it can be downloaded.
  • subtitle_page: Link to a page where the subtitles can be downloaded, typically on opensubtitles.org. (Be sure to update the Sources section below if you use a different website.)
  1. Download the subtitle file from the subtitle_page, save it in the format film-title-YEAR-en.srt, and move it to the data/subtitles folder.
  2. Add the movie poster (ideal size: 182px × 268px) to public/images/thumbnails. The file name should be in the format film-title-YEAR.jpg.

Here's a few links where you can find films in the public domain:

For comparison, here's the full list of films added to PDFQS.

Development

npm install
nodemon -L

Sources

Subtitles

Images

About

Find free vocal samples from public domain films.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published