2025-09-15, 12:53 PM
Yes, of course it is possible. Jellyfin plugins can define new library types by extending -BasePlugin and creating their own Item types with their own metadata fields, similar to how the Music or Music Video libraries work. You can then reference the existing metadata classes in the Jellyfin GitHub plugin examples for instructions.