{"id":27287738,"url":"https://github.com/bbougon/videotheque","last_synced_at":"2025-09-11T08:45:57.014Z","repository":{"id":233381214,"uuid":"608372453","full_name":"bbougon/videotheque","owner":"bbougon","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-15T19:18:46.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T20:32:44.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/bbougon.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}},"created_at":"2023-03-01T22:04:53.000Z","updated_at":"2023-03-01T22:05:27.000Z","dependencies_parsed_at":"2024-04-16T01:42:11.248Z","dependency_job_id":"65ed686d-664e-42e5-bb25-9204f7271f8c","html_url":"https://github.com/bbougon/videotheque","commit_stats":null,"previous_names":["bbougon/videotheque"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bbougon/videotheque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbougon%2Fvideotheque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbougon%2Fvideotheque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbougon%2Fvideotheque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbougon%2Fvideotheque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbougon","download_url":"https://codeload.github.com/bbougon/videotheque/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbougon%2Fvideotheque/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274603103,"owners_count":25315270,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-11T20:27:19.078Z","updated_at":"2025-09-11T08:45:56.936Z","avatar_url":"https://github.com/bbougon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Videotheque\n\nVideotheque is a simple python command cli that can be use to:\n\n- rename all files and directories in a given path with the following format `MOVIE_TITLE_LANGUAGE`\n- search movies in a given path for given keywords and print the result in a table format:\n\n  `python3 videotheque.py /share/Films/ search` will produce something like:\n\n  | Title          | Duration       | Languages  |\n  |----------------|----------------|------------|\n  | The_Impossible | 1:53:31.904000 | ['French'] |\n  | ...            | ...            | ...        |\n\n\n## Installation\nYou need at least a python `3.9` functional env.\n\n- Create a venv `python -m venv venv`\n- Activate the venv `source venv/bin/activate`\n- Run pip installation `pip install -r requirements.txt`\n\nIn order to perform searches, you need to have [ffprobe](https://ffmpeg.org/ffprobe.html) installed\n\n### Configuration\nEdit the `settings.ini` file:\n- RUNNER: the path to ffprobe binary or simply `ffprobe` if already in your path\n\n## Usage\n\nrun `python3 videotheque.py -h` to get the list of availabe commands and their usages\n\n## Development\nfollow [installation](#installation) process and run this final step:\n- `pip install -r requirements-dev.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbougon%2Fvideotheque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbougon%2Fvideotheque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbougon%2Fvideotheque/lists"}