Skip to content

Commit

Permalink
Merge pull request #1156 from felix920506/jellychord
Browse files Browse the repository at this point in the history
Add Jellychord to clients list
  • Loading branch information
nielsvanvelzen authored Oct 12, 2024
2 parents 312303a + 4b3ab30 commit 4aaebce
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions src/data/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,22 @@ export const Clients: Array<Client> = [
}
]
},
{
id: 'jellychord',
name: 'Jellychord',
description: 'A modern Discord music bot for Jellyfin using slash commands, written in python.',
clientType: ClientType.ThirdParty,
deviceTypes: [],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Discord],
primaryLinks: [
{
id: 'github',
name: 'GitHub',
url: 'https://github.com/felix920506/jellychord'
}
]
},
{
id: 'jellycli',
name: 'Jellycli',
Expand Down Expand Up @@ -860,37 +876,36 @@ export const Clients: Array<Client> = [
]
},
{
id: "streamyfin",
name: "Streamyfin",
description:
"A third-party client for iOS, iPadOS and Android with download capability",
id: 'streamyfin',
name: 'Streamyfin',
description: 'A third-party client for iOS, iPadOS and Android with download capability',
clientType: ClientType.ThirdParty,
deviceTypes: [DeviceType.Mobile],
licenseType: LicenseType.OpenSource,
platforms: [Platform.Android, Platform.IOS, Platform.iPadOS],
primaryLinks: [
{
id: "app-store",
name: "App Store",
url: "https://apps.apple.com/app/streamyfin/id6593660679",
id: 'app-store',
name: 'App Store',
url: 'https://apps.apple.com/app/streamyfin/id6593660679'
},
{
id: "play-store",
name: "Play Store",
url: "https://play.google.com/store/apps/details?id=com.fredrikburmester.streamyfin",
},
id: 'play-store',
name: 'Play Store',
url: 'https://play.google.com/store/apps/details?id=com.fredrikburmester.streamyfin'
}
],
secondaryLinks: [
{
id: "github",
name: "GitHub",
url: "https://github.com/fredrikburmester/streamyfin",
id: 'github',
name: 'GitHub',
url: 'https://github.com/fredrikburmester/streamyfin'
},
{
id: 'website',
name: 'Website',
url: 'https://streamyfin.app'
}
}
]
}
];

0 comments on commit 4aaebce

Please sign in to comment.