2024-03-28, 11:33 AM
Hi Jellyfin Community,
As stated in the title, I am encountering an issue with the Jellyfin preroll plugin. Initially, I attempted to use this plugin (https://github.com/dkanada/jellyfin-plugin-intros) after watching a video, but unfortunately, it did not work for me and others on the internet. Subsequently, I discovered this plugin (https://github.com/jellyfin/jellyfin-plugin-intros), which is an official plugin from Jellyfin. Since there was no download link provided, I decided do build it myself.
Firstly, i downloaded .NET 6 from the link provided in the readme. Then, I downloaded the zip file and extracted its contents. Within the jellyfin-plugin-intros-master directory, I opened CMD. However, when I type "dotnet publish --configuration release --output bin", I receive the following error message (translated):
E:\jellyfin -plugin-intros-master>dotnet publish --configuration release --output bin
The command "dotnet" is either misspelled or could not be found.
What steps should I take to resolve this issue?
As stated in the title, I am encountering an issue with the Jellyfin preroll plugin. Initially, I attempted to use this plugin (https://github.com/dkanada/jellyfin-plugin-intros) after watching a video, but unfortunately, it did not work for me and others on the internet. Subsequently, I discovered this plugin (https://github.com/jellyfin/jellyfin-plugin-intros), which is an official plugin from Jellyfin. Since there was no download link provided, I decided do build it myself.
Firstly, i downloaded .NET 6 from the link provided in the readme. Then, I downloaded the zip file and extracted its contents. Within the jellyfin-plugin-intros-master directory, I opened CMD. However, when I type "dotnet publish --configuration release --output bin", I receive the following error message (translated):
E:\jellyfin -plugin-intros-master>dotnet publish --configuration release --output bin
The command "dotnet" is either misspelled or could not be found.
What steps should I take to resolve this issue?