{"id":24064710,"url":"https://github.com/jeninsutradhar/vidiform","last_synced_at":"2026-02-14T07:01:47.615Z","repository":{"id":262436357,"uuid":"887232856","full_name":"JeninSutradhar/vidiform","owner":"JeninSutradhar","description":"intuitive web application for managing and editing video metadata. Built with React and TypeScript","archived":false,"fork":false,"pushed_at":"2024-11-13T14:34:52.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T20:42:07.111Z","etag":null,"topics":["metadata","metadata-editor","metadata-extraction","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JeninSutradhar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-12T11:52:18.000Z","updated_at":"2025-01-19T16:54:34.000Z","dependencies_parsed_at":"2024-11-12T12:45:02.809Z","dependency_job_id":"fd43650b-bcc6-4f53-9b47-702a3f389301","html_url":"https://github.com/JeninSutradhar/vidiform","commit_stats":null,"previous_names":["jeninsutradhar/vidiform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JeninSutradhar/vidiform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeninSutradhar%2Fvidiform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeninSutradhar%2Fvidiform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeninSutradhar%2Fvidiform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeninSutradhar%2Fvidiform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeninSutradhar","download_url":"https://codeload.github.com/JeninSutradhar/vidiform/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeninSutradhar%2Fvidiform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29438977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T05:24:35.651Z","status":"ssl_error","status_checked_at":"2026-02-14T05:24:34.830Z","response_time":53,"last_error":"SSL_read: 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":["metadata","metadata-editor","metadata-extraction","react","typescript"],"created_at":"2025-01-09T10:39:50.185Z","updated_at":"2026-02-14T07:01:47.598Z","avatar_url":"https://github.com/JeninSutradhar.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vidiform - Video Metadata Editor\n\n![Vidiform Logo](https://images.unsplash.com/photo-1536240478700-b869070f9279?auto=format\u0026fit=crop\u0026w=1200\u0026h=400)\n\n## 🎥 Overview\n\nVidiform is a modern, intuitive web application for managing and editing video metadata. Built with React and TypeScript, it provides a seamless interface for video content creators and managers to organize their media files efficiently.\n\n## ✨ Features\n\n### Core Functionality\n\n-  Drag-and-drop file upload\n-  Multi-file support\n-  Editable metadata fields\n-  Auto-metadata extraction\n-  Custom field support\n\n### Export Options\n\n- JSON format\n- CSV format\n- XML format\n\n### Technical Features\n\n- ⚡ Fast and responsive UI\n-  Modern design with smooth transitions\n-  Fully responsive layout\n-  Real-time preview\n-  Type-safe with TypeScript\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/jeninsutradhar/vidiform.git\n```\n\n2. Install dependencies:\n\n```bash\ncd vidiform\nnpm install\n```\n\n3. Start the development server:\n\n```bash\nnpm run dev\n```\n\n![image](https://github.com/user-attachments/assets/5d342a92-4f4a-4591-80c6-140d0f012197)\n\n\n##  Usage\n\n1. **Upload Files**\n\n   - Drag and drop video files into the upload area\n   - Or click \"Browse Files\" to select manually\n\n2. **Edit Metadata**\n\n   - Select a file from the list\n   - Edit basic metadata (title, year, genre)\n   - Add custom fields as needed\n   - Save changes\n\n3. **Export Data**\n   - Click the Export button\n   - Choose your preferred format (JSON/CSV/XML)\n   - Download the exported file\n\n##  Key Features in Detail\n\n### Metadata Management\n\n- **Auto-extraction**: Automatically extracts basic video metadata\n- **Custom Fields**: Add unlimited custom metadata fields\n- **Batch Processing**: Handle multiple files simultaneously\n\n### User Interface\n\n- **File List**: Easy-to-navigate file management\n- **Preview Panel**: Quick metadata overview\n- **Responsive Design**: Works on all device sizes\n\n### Data Handling\n\n- **Type Safety**: Full TypeScript implementation\n- **Error Handling**: Robust error management\n- **Data Validation**: Input validation for all fields\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeninsutradhar%2Fvidiform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeninsutradhar%2Fvidiform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeninsutradhar%2Fvidiform/lists"}