2023-10-13, 08:48 AM
Hi All,
Would it be possible to create an Audio/Music Analyser Plugin that can store waveform data in the Jellyfin database and have it sent back through the API?
Would I need to create my own API route in order to access this data? Is this even possible?
I am just trying to see if I can even do this, or do Jellyfin Plugins not allow for this kind of functionality.
The idea behind this is to create waveform data from the audio analysis. This will also be used for creating visualisers as well.
The alternative is to do it Client side, but that would only work for locally downloaded songs and not for anything streamed off of the server. This would also take time from the Client to process and really should be something that is done server-side.
Would it be possible to create an Audio/Music Analyser Plugin that can store waveform data in the Jellyfin database and have it sent back through the API?
Would I need to create my own API route in order to access this data? Is this even possible?
I am just trying to see if I can even do this, or do Jellyfin Plugins not allow for this kind of functionality.
The idea behind this is to create waveform data from the audio analysis. This will also be used for creating visualisers as well.
The alternative is to do it Client side, but that would only work for locally downloaded songs and not for anything streamed off of the server. This would also take time from the Client to process and really should be something that is done server-side.