{"id":23048663,"url":"https://github.com/bor/moviedb","last_synced_at":"2025-10-28T07:08:09.016Z","repository":{"id":1608387,"uuid":"2214332","full_name":"bor/moviedb","owner":"bor","description":"simple storage system for movies","archived":false,"fork":false,"pushed_at":"2013-09-19T20:15:02.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T17:15:35.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bor.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-16T06:53:28.000Z","updated_at":"2014-09-08T23:01:21.000Z","dependencies_parsed_at":"2022-09-01T13:02:08.973Z","dependency_job_id":null,"html_url":"https://github.com/bor/moviedb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fmoviedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fmoviedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fmoviedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bor%2Fmoviedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bor","download_url":"https://codeload.github.com/bor/moviedb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927845,"owners_count":20856198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T22:55:32.769Z","updated_at":"2025-10-28T07:08:03.980Z","avatar_url":"https://github.com/bor.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"moviedb\n\nThis simple app that implement a storage system for movies.\nThe interface is command line.\nMovie information stored persistently in database(like SQLite, MySQL, etc).\nFor more information see perldoc App/moviedb.pm\n\n\nDEPENDENCIES\n\nperl v5.10+\nConfig::Tiny\nDBI\nDBD::SQLite / maybe another in future\nIO::Prompt\nTry::Tiny\n\n\nINSTALLATION\n\nTo install this app, run the following commands:\n\n\tperl Makefile.PL\n\tmake\n\tmake test\n\tmake install (currently not supported)\n\n\nSETUP\n\nCreate database\n  for SQLite like:\n    $ sqlite3 data/moviedb.sqlite \u003c conf/moviedb.schema.sql\n  for MySQL like(not tested yet):\n    $ mysqladmin create moviedb\n    $ mysql -e \"GRANT ALL PRIVILEGES ON moviedb.* TO moviedb@localhost IDENTIFIED BY 'password'\"\n    $ mysql -umoviedb -ppassword moviedb \u003c conf/moviedb.schema.sql\n    $ mysql -umoviedb -ppassword moviedb -e \"ALTER TABLE movie MODIFY movie_id SERIAL; ALTER TABLE star MODIFY star_id SERIAL;\"\n\nCopy conf/moviedb.conf.example to conf/moviedb.conf\n  and edit it\n\n\nUSE\n\nRun bin/moviedb and analyze output\n\n\nCOPYRIGHT AND LICENCE\n\nCopyright (C) 2011-2013, Sergiy Borodych\n\nThis library is free software; you can redistribute it and/or modify\nit under the same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor%2Fmoviedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbor%2Fmoviedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbor%2Fmoviedb/lists"}