{"id":24684807,"url":"https://github.com/codewithivy/python-movie-scripts","last_synced_at":"2025-03-21T20:28:26.952Z","repository":{"id":273806367,"uuid":"920946507","full_name":"codewithivy/python-movie-scripts","owner":"codewithivy","description":"My python scripts to manage Plex movie server content. Automating tedious tasks like renaming, organizing, and syncing.","archived":false,"fork":false,"pushed_at":"2025-01-23T04:24:43.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T04:25:20.276Z","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/codewithivy.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}},"created_at":"2025-01-23T03:50:22.000Z","updated_at":"2025-01-23T04:24:47.000Z","dependencies_parsed_at":"2025-01-23T04:25:22.624Z","dependency_job_id":"7daebb12-f8e7-438f-8094-70e769cc864b","html_url":"https://github.com/codewithivy/python-movie-scripts","commit_stats":null,"previous_names":["codewithivy/python-movie-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithivy%2Fpython-movie-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithivy%2Fpython-movie-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithivy%2Fpython-movie-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithivy%2Fpython-movie-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithivy","download_url":"https://codeload.github.com/codewithivy/python-movie-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244863975,"owners_count":20523070,"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":"2025-01-26T15:16:49.732Z","updated_at":"2025-03-21T20:28:26.930Z","avatar_url":"https://github.com/codewithivy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-movie-scripts\nMy python scripts to manage Plex movie server content. \nAutomating tedious tasks like renaming, organizing, and syncing.\n\nEnsure that the script is run in a directory where you have permission to rename files.\n\n### rename-to-conventions.py\nBatch Renaming Files (to match Plex naming conventions)\nThis script batch renames movie files to match the correct Plex naming conventions, which generally follow a format like: MovieName (Year).ext.\n\nExample input\n\n``` lua\nTheMatrix1999.mkv\nInception2010.mp4\nAvatar2009.avi\n```\n\nExample output\n\n```lua\nRenamed: TheMatrix1999.mkv -\u003e TheMatrix (1999).mkv\nRenamed: Inception2010.mp4 -\u003e Inception (2010).mp4\nRenamed: Avatar2009.avi -\u003e Avatar (2009).avi\n```\nAfter running the script, your directory /path/to/your/movies will have the following renamed files\n\n```lua \nTheMatrix (1999).mkv\nInception (2010).mp4\nAvatar (2009).avi\n```\n\n### moves-movie-files-on-keyword.py\nThis script moves movie files into different folders based on certain keywords in the filename (e.g., genre or type).\n\n### filter-by-year.py\nThis script filters movies from a directory based on their release year and sorts them accordingly.\n\n## imdb-scraping.py\n\nFirst install the IMDb library\n```bash\npip install IMDbPY\n```\n\nThis script scrapes movie metadata from IMDb (e.g., rating, genre, plot) and stores it in a CSV file for organizing and updating Plex content.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithivy%2Fpython-movie-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithivy%2Fpython-movie-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithivy%2Fpython-movie-scripts/lists"}