{"id":37077787,"url":"https://github.com/cjcodeproj/medialibrary","last_synced_at":"2026-01-14T09:01:35.173Z","repository":{"id":43308208,"uuid":"403402359","full_name":"cjcodeproj/medialibrary","owner":"cjcodeproj","description":"Python code to read XML media files","archived":false,"fork":false,"pushed_at":"2025-10-31T02:14:28.000Z","size":390,"stargazers_count":2,"open_issues_count":86,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T03:36:37.189Z","etag":null,"topics":["audio-cds","dvds","movies","music","vinyl-records","xml"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cjcodeproj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-05T20:04:05.000Z","updated_at":"2025-10-31T02:12:03.000Z","dependencies_parsed_at":"2023-12-18T09:24:16.738Z","dependency_job_id":"87468b7c-e659-49de-b528-269c6d55c525","html_url":"https://github.com/cjcodeproj/medialibrary","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/cjcodeproj/medialibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjcodeproj%2Fmedialibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjcodeproj%2Fmedialibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjcodeproj%2Fmedialibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjcodeproj%2Fmedialibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cjcodeproj","download_url":"https://codeload.github.com/cjcodeproj/medialibrary/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cjcodeproj%2Fmedialibrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio-cds","dvds","movies","music","vinyl-records","xml"],"created_at":"2026-01-14T09:01:34.474Z","updated_at":"2026-01-14T09:01:35.168Z","avatar_url":"https://github.com/cjcodeproj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Media Library Reader\n\nThe `medialibrary` module is a Python module for reading files containing entertainment media\ndata adhering to the vtmedia schema; which is an XML schema that records details on movies\nand other works of art.\n\n```\n$ python -m media.tools.movies.list --sort runtime --random 5 --stats --mediapath ~/xml/movies\nTitle                                              Year Runtime  Genre                                             \n================================================== ==== ======== ==================================================\nTotal Excess: How Carolco Changed Hollywood        2020  0:59:00 [NONFICTION] Documentary \"Hollywood Tell-All\"     \nThe Big Easy                                       1986  1:40:29 [FICTION] Drama/Comedy/Crime \"Murder Investigation\"\nKlute                                              1971  1:54:10 [FICTION] Mystery/Thriller \"Witness Protection\"   \nAir Force One                                      1997  2:04:36 [FICTION] Action/Thriller \"President Plane Thriller\"\nThe Hot Spot                                       1990  2:10:21 [FICTION] Drama/Thriller/Romance \"Con Artist Scheming\"\n================================================== ==== ======== ==================================================\n  Movie count :   545\n  Sample size :     5  ( 0.92%)\n```\n\nThe following repositories contain the XMLSchema definition and a sample dataset for testing the\ncode.\n\n\n| Repository | Purpose |\n| --- | --- |\n| [vtmedia-schema](https://github.com/cjcodeproj/vtmedia-schema) | Schema and XML validation for media data |\n| [mediadata](https://github.com/cjcodeproj/mediadata) | A large dataset of sample media/movie data |\n\n\nNeither of these are required for module operation, but they both contain sample data and documentation on\nhow to build your own files.\n\n\n## Package Distribution\n\n[![PyPi version](https://img.shields.io/pypi/v/medialibrary)](https://pypi.org/project/medialibrary/)\n\n## Installing\n\nInstallation of the module wheel file.\n\n```\n$ python -m pip install --user medialibrary\n```\n\n### Quick Start\n\nOnce you have the software installed, and you have a repository (either your own, or something you downloaded), you can\nimmediately start using the software.\n\n```\n$ export MEDIAPATH=~/xml/mediafiles\n$ python -m media.tools.movies.list\n```\n\n\n## Building\n\nSee the BUILDING.md file in the source code distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjcodeproj%2Fmedialibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcjcodeproj%2Fmedialibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcjcodeproj%2Fmedialibrary/lists"}