You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-14 07:04:24 +02:00
docs: add immich-dl to community projects (#15005)
This commit is contained in:
@ -94,6 +94,11 @@ const projects: CommunityProjectProps[] = [
|
|||||||
description: 'Unofficial Kodi plugin for Immich.',
|
description: 'Unofficial Kodi plugin for Immich.',
|
||||||
url: 'https://github.com/vladd11/immich-kodi',
|
url: 'https://github.com/vladd11/immich-kodi',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Immich Downloader',
|
||||||
|
description: 'Downloads a configurable number of random photos based on people or album ID.',
|
||||||
|
url: 'https://github.com/jon6fingrs/immich-dl',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
Reference in New Issue
Block a user