mirror of
https://github.com/immich-app/immich.git
synced 2025-06-03 05:34:32 -04:00
docs: add Immich Folder Album Creator (#8666)
Update community-projects.tsx
This commit is contained in:
parent
190e4b55eb
commit
1529b67e41
@ -20,14 +20,19 @@ const projects: CommunityProjectProps[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'API Album Sync',
|
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',
|
url: 'https://git.orenit.solutions/open/immichalbumpull',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Remove offline files',
|
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',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user