{"id":16566893,"url":"https://github.com/alan-null/medialibrarysynchronizer","last_synced_at":"2025-12-06T06:03:03.811Z","repository":{"id":96585611,"uuid":"41390074","full_name":"alan-null/MediaLibrarySynchronizer","owner":"alan-null","description":"Console application for Sitecore media library serialization data synchronization.","archived":false,"fork":false,"pushed_at":"2015-08-30T20:43:41.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:47:10.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/alan-null.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}},"created_at":"2015-08-25T21:59:51.000Z","updated_at":"2015-09-01T20:14:58.000Z","dependencies_parsed_at":"2023-03-13T16:29:14.146Z","dependency_job_id":null,"html_url":"https://github.com/alan-null/MediaLibrarySynchronizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alan-null/MediaLibrarySynchronizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2FMediaLibrarySynchronizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2FMediaLibrarySynchronizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2FMediaLibrarySynchronizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2FMediaLibrarySynchronizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan-null","download_url":"https://codeload.github.com/alan-null/MediaLibrarySynchronizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2FMediaLibrarySynchronizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27536591,"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-12-06T02:00:06.463Z","response_time":60,"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":"2024-10-11T21:04:59.652Z","updated_at":"2025-12-06T06:03:03.791Z","avatar_url":"https://github.com/alan-null.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Media Library Synchronizer\nConsole application for media library serialization data synchronization. \n\n\n## Why?\nWhat if I want to modify serialized media library items but I don't have Sitecore instance?\nI cannot. Out of the box I am only able to attach media to the Sitecore item and then update serialization file via Sitecore.\n\nThis case can be easily covered by MediaLibrarySynchronizer.   \n\n\n## How it works?\nSerialization data will be modified or created depending on config file. Application acts like a Sitecore but the power of MediaLibrarySynchronizer is that it doesn't require IIS and SQL. All you need is just a one exe file with few dlls.\n\nApplication will scan source folder and then recreate whole structure using Sitecore items, serialized into **.item* files, so you can easily update tree in Sitecore, to fetch media into database later.         \n\n## Features\n* serialization without Sitecore instance\n* file system to serialization data synchronization\n* can be used like Sitecore *upload* folder, but due to its most important job I would call it *serialize* instead, because it operates with **.items* not a database\n\n## How use it?\n**1**  Download MediaLibrarySynchronizer and build it\n\n**2**  Copy *config.json.example* file and change the name to *config.json*\n\n**3**  Update json file with your environment configuration\n\n**SerializationManagerConfig**      \n```json\n    \"SerializationManagerConfig\": {\n        \"CurrentUser\": \"sitecore/admin\",\n        \"DefaultVersion\": {\n            \"Language\": \"en\",\n            \"Version\": \"1\"\n        }\n    },\n```\nCurrentUser - *Updated serialization items will be updated with a given user,*\n\nDefaultVersion - *Updated serialization items will be updated with a given default version*\n\n**SynchronizationConfig**   \n\nSynchronization configurations table. \n```json\n    \"SynchronizationConfig\": [\n        {\n            \"SourcePath\": \"C:/REPOSITORIES/Example/UI/themes/theme1\",\n            \"Destination\": {\n                \"DataFolder\": \"C:/WWW/Example/Data\",\n                \"Database\": \"master\",\n                \"SitecorePath\": \"sitecore/media library/themes/theme1\"\n            }\n        }\n    ]\n```\nSourcePath - *folder location where source media files are located (regular files),*\n\nDataFolder - *Sitecore data folder where serialization node exists,*\n\nDatabase - *destination database for serialization items,*\n\nSitecorePath - *destination location in media library*\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fmedialibrarysynchronizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan-null%2Fmedialibrarysynchronizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fmedialibrarysynchronizer/lists"}