Smiley-McSmiles / jellyman

Jellyman is a set of scripts to install/manage and update the jellyfin-combined tar.gz generic linux package
GNU General Public License v3.0
92 stars 4 forks source link

Installation script does not work #53

Closed Mr-Developer-X closed 9 months ago

Mr-Developer-X commented 1 year ago

When installing the script using the setup.sh file. The scripts asks for jellyfin installtion directory. It is looking for metadata folder in {path}//data/metadata but jellyfin stores metadata in /var/lib/jellyfin/metadata and the script doesn move forward from there

rbei17 commented 1 year ago

same error here. Is there any way to fix this ?

Smiley-McSmiles commented 1 year ago

That is the prompt to the currently installed jellyfin setup, if you don't have a current jellyfin install then just press enter to skip. This feature is still experimental and will require much more code to fully support every type of install. This does not import properly from docker installs.

dbolger commented 11 months ago

Also having this issue - Jellyfin is already installed on my system. Not installed via Docker but through the jellyfin-bin package (now defunct, I think the new one is jellyfin-server) on Arch Linux

Smiley-McSmiles commented 11 months ago

Also having this issue - Jellyfin is already installed on my system. Not installed via Docker but through the jellyfin-bin package (now defunct, I think the new one is jellyfin-server) on Arch Linux

This script does not account for current installs of Jellyfin, you must uninstall Jellyfin first before running this script. The import function is still buggy and can't account for every situation. I have tested the install on various arch distributions and it does work.