docs: add Immich Folder Album Creator (#8666)

Update community-projects.tsx
This commit is contained in:
Matthew Momjian 2024-04-09 12:52:32 -04:00 committed by GitHub
parent 190e4b55eb
commit 1529b67e41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,19 @@ const projects: CommunityProjectProps[] = [
},
{
title: 'API Album Sync',
description: 'A python script to sync folders as albums.',
description: 'A Python script to sync folders as albums.',
url: 'https://git.orenit.solutions/open/immichalbumpull',
},
{
title: 'Remove offline files',
description: 'A python script to remove offline files.',
description: 'A Python script to remove offline files.',
url: 'https://gist.github.com/Thoroslives/ca5d8e1efd15111febc1e7b34ac72668',
},
{
title: 'Create albums from folders',
description: 'A Python script to create albums based on the folder structure of an external library.',
url: 'https://github.com/Salvoxia/immich-folder-album-creator',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {