BobHasNoSoul / jellyfin-mods

This is just a guide for various modifications and dumping ground for jellyfin mods so i dont have to make a new jftool for every platform and revision
307 stars 16 forks source link

addsnow doesnt work #4

Closed zer0nem0 closed 2 years ago

zer0nem0 commented 2 years ago

Hi

for me doesnt work..

(Debian 9) id moved the files to /usr/share/jellyfin/web/seasonal

chmod +x /usr/share/jellyfin/web/seasonal/addsnow.sh

cd /usr/share/jellyfin/web/seasonal/

./addsnow.sh

./addsnow.sh: line 3: /usr/bin/sed: No such file or directory adding snowstorm ./addsnow.sh: line 5: /usr/bin/sed: No such file or directory

seems like something wrong..

service jellyfin restart but still doesnt work.

Its possible is the prolem maybe with the Skinmanager? Forced CSS ?

Anyway how can i start it? Or should i just copie to some other folders? :)

Regards,

Zero.

zer0nem0 commented 2 years ago

Ok i found the problem..

not /usr/bin/sed -i '/seasonal/d' /usr/share/jellyfin/web/index.html

--> sed -i '/seasonal/d' /usr/share/jellyfin/web/index.html

Regards