eebette / jellyfin-tools

Non-plugin tools for helping manage a Jellyfin library.
MIT License
36 stars 2 forks source link

Request to install a dll #8

Open Druidblack opened 5 days ago

Druidblack commented 5 days ago

Good afternoon, install the utility? Each time the command is run, a dll installation request is made, a restart repeats the dll installation request again


root@omv:~# jellyfin-cover create --image /root/3.png --title Эфир
libraqm and/or fribidi dll's are not found! This package will not work without t                                                             hese dll's. Install them now? [y/N] (default: y)
dll archive downloaded successfully.
System is 64-bit: True
Will filter for dlls for architecture type: x64
Default Python directory detected at: /usr/bin
Extracting the downloaded dll's to the Python directory...
Installation Done! Please run your command again.
root@omv:~# ^C
root@omv:~# ^C
root@omv:~# jellyfin-cover create --image /root/3.png --title Эфир
libraqm and/or fribidi dll's are not found! This package will not work without these dll's. Install them now? [y/N] (default: y)
dll archive downloaded successfully.
System is 64-bit: True
Will filter for dlls for architecture type: x64
Default Python directory detected at: /usr/bin
Extracting the downloaded dll's to the Python directory...
Installation Done! Please run your command again.
root@omv:~#
eebette commented 1 day ago

Can you please run the following commands and provide their output?

which python

It's odd that the Python directory is being detected as /usr/bin, instead of its own subdir. I think this might be an issue with your environment.

For example, when I run this on my machine, I get:

eric@eric-ubuntu:~$ which python
/usr/bin/python
Druidblack commented 6 minutes ago
root@omv:~# which python
/usr/bin/python
root@omv:~#