![]() |
Getting started! - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Server Development (https://forum.jellyfin.org/f-server-development) +--- Thread: Getting started! (/t-getting-started) |
Getting started! - renegadeandy - 2024-11-05 Hi all. I am getting started with Jellyfin development. My motivation is so I can lead the way with developing the solution for this feature request I made : https://features.jellyfin.org/posts/2942/i-would-like-jellyfin-to-have-a-compatible-sonos-content-service-for-first-class-sonos-integration I have already done the following:
Looking forward for some simple guidance on a step I am surely missing - thank you in advance! RE: Getting started! - renegadeandy - 2024-11-06 Turns out I had defined JELLYFIN_WEB-DIR But the variable is actualy JELLYFIN_WEB_DIR - changing this and hitting Run -> Run and the project starts! Great! RE: Getting started! - omencloud - 2024-11-19 Mixing underscores and hyphens? You monster. RE: Getting started! - Matt Hudson - 2024-12-03 (2024-11-06, 09:25 AM)renegadeandy Wrote: Turns out I had defined Encouraging dev kickstart story! I am considering the same for some unrelated feature and/or plugin work. Thanks for posting. |