Jellyfin installation on Qnap TS-230 without qpkg package

DLNA, AirPlay, Chromecast, PS3, XBOX, iTunes, & other media players
anipad
New here
Posts: 2
Joined: Sat Oct 29, 2022 7:14 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by anipad »

serge35 wrote: Wed Oct 26, 2022 9:36 pm Hi Ciderboy
here is the link QPKG Jellyfin 10.8.5

https://drive.google.com/file/d/1eVYmKQ ... sp=sharing

check it and give me feedback
Dear serge,

I just stumbled over your QPKG Jellyfin package for arm devices. I would also like to try it. Can you provide a new link? The old one is not valid anymore.

Thank you in advance.
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

here is the link QPKG Jellyfin 10.8.5
https://drive.google.com/file/d/18aeTyM ... share_link

here is the link QPKG Jellyfin 10.9.0 (unstable)
https://drive.google.com/file/d/1btbx5L ... share_link

check it and give me feedback
anipad
New here
Posts: 2
Joined: Sat Oct 29, 2022 7:14 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by anipad »

Thank you. unfortunately i need an arm 32 bit package (armv7). Installation with your arm 64 bit packages failes with errors. Any chance you also have those packed?
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

ok I will try give me one hour
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

So here is link
https://drive.google.com/file/d/1A7o3Po ... share_link
QDK did 3 files for another arm arch
check these

but I think it is better if you will do qpkg file on your NAS with your arch
User avatar
Moogle Stiltzkin
Guru
Posts: 11448
Joined: Thu Dec 04, 2008 12:21 am
Location: Around the world....
Contact:

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by Moogle Stiltzkin »

serge35 wrote: Mon Aug 15, 2022 1:31 am Step 1
Ok, first of all check where Qnap saves installed qpkg packages on your HDD/SSD
On my SSD it is: /share/CACHEDEV2_DATA/.qpkg/
Here you must see all app which have been installed via App Center of Qnap
Then make here new dir Jellyfin_new
Go into this dir - cd Jellyfin_new
Then from https://repo.jellyfin.org/releases/server/linux/stable/
download tar.gz file according to your arc
make unzip here in the dir Jellyfin_new
tar xvzf *.tar.gz
you wll have new dir jellyfin_10.8.3
Create a symbolic link to the Jellyfin 10.8.3 directory
ln -s jellyfin_10.8.3 jellyfin
then make four new dirs
mkdir data cache config log
then isung vi editor make new file Jellyfin.sh
vi Jellyfin.sh
Here paste the following commands:
#!/bin/sh
JELLYFINDIR="/share/CACHEDEV2_DATA/.qpkg/Jellyfin_new"
FFMPEGDIR="/share/CACHEDEV2_DATA/.qpkg/Jellyfin_new/bin"
$JELLYFINDIR/jellyfin/jellyfin \
-d $JELLYFINDIR/data \
-C $JELLYFINDIR/cache \
-c $JELLYFINDIR/config \
-l $JELLYFINDIR/log \
--ffmpeg $FFMPEGDIR/ffmpeg

After make
chmod u+x Jellyfin.sh

Try to execute
./Jellyfin.sh
i noticed there is a fmpeg qpkg available
https://www.myqnap.org/product/ffmpeg-static/

which points to here
/opt/ffmpeg



so using that existing fmpeg qpkg, is there a solution for jellyfin docker app, to point to that fmpeg location? i tried but was unable too :' any ideas?
NAS
[Main Server] QNAP TS-877 (QTS) w. 4tb [ 3x HGST Deskstar NAS & 1x WD RED NAS ] EXT4 Raid5 & 2 x m.2 SATA Samsung 850 Evo raid1 +16gb ddr4 Crucial+ QWA-AC2600 wireless+QXP PCIE
[Backup] QNAP TS-653A (Truenas Core) w. 4x 2TB Samsung F3 (HD203WI) RaidZ1 ZFS + 8gb ddr3 Crucial
[^] QNAP TL-D400S 2x 4TB WD Red Nas (WD40EFRX) 2x 4TB Seagate Ironwolf, Raid5
[^] QNAP TS-509 Pro w. 4x 1TB WD RE3 (WD1002FBYS) EXT4 Raid5
[^] QNAP TS-253D (Truenas Scale)
[Mobile NAS] TBS-453DX w. 2x Crucial MX500 500gb EXT4 raid1

Network
Qotom Pfsense|100mbps FTTH | Win11, Ryzen 5600X Desktop (1x2tb Crucial P50 Plus M.2 SSD, 1x 8tb seagate Ironwolf,1x 4tb HGST Ultrastar 7K4000)


Resources
[Review] Moogle's QNAP experience
[Review] Moogle's TS-877 review
https://www.patreon.com/mooglestiltzkin
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

So, I installed ffmpeg qpkg using link from you.
The installation path is /share/CACHEDEV2_DATA/.qpkg/ffmpeg
Also you can find installed ffmpeg in path /opt but this is for symbolic pathes (so use path /share/)
Then using Jellyfin Panel in Play section you must reconnect ffmpeg path to the new installed from ffmpeg qpkg
I did it and it worked
dkmaster
Starting out
Posts: 16
Joined: Wed Jan 05, 2011 8:01 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by dkmaster »

serge35 wrote: Sat Oct 29, 2022 9:48 pm here is the link QPKG Jellyfin 10.8.5
https://drive.google.com/file/d/18aeTyM ... share_link

here is the link QPKG Jellyfin 10.9.0 (unstable)
https://drive.google.com/file/d/1btbx5L ... share_link

check it and give me feedback
Dear serge35, I was playing around with jellyfin docker and had many issues but I just found your post and got my hopes up. I have the same nas model TS-230 could you please share your qpkg again please?

Thank you very much for your time
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

ENJOY42
New here
Posts: 4
Joined: Fri Jun 23, 2023 1:26 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by ENJOY42 »

Hi Serge,

First of all thankyou for compiling the .qpkg I just try to run it on TS-230 but get the error:
Unable to install package. For details, see ''System Event Log''
In the Log I don't see anything regarding the .qpkg install.

I already enabled permission to install app without valid signature.

Do you have any idea why I get this error and did anyone else have it?
Thanks!
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

ENJOY42 wrote: Fri Jun 23, 2023 1:35 pm Hi Serge,

First of all thankyou for compiling the .qpkg I just try to run it on TS-230 but get the error:
Unable to install package. For details, see ''System Event Log''
In the Log I don't see anything regarding the .qpkg install.

I already enabled permission to install app without valid signature.

Do you have any idea why I get this error and did anyone else have it?
Thanks!
- can you tell me which ver of QTS you use on your TS-230
- delete old ver Jellyfin if you have
ENJOY42
New here
Posts: 4
Joined: Fri Jun 23, 2023 1:26 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by ENJOY42 »

Thankyou for the quick reply!
version: QTS 5.0.1.2376
i found the error in the system log:
App Installation [App Center] Failed to install Jellyfin_10.8.10_arm_64 (1).qpkg. The file upload timed out.

No old version installed.
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

ENJOY42 wrote: Sun Jun 25, 2023 11:07 pm Thankyou for the quick reply!
version: QTS 5.0.1.2376
i found the error in the system log:
App Installation [App Center] Failed to install Jellyfin_10.8.10_arm_64 (1).qpkg. The file upload timed out.

No old version installed.
try to install it once again
Last edited by serge35 on Mon Jun 26, 2023 2:35 am, edited 1 time in total.
serge35
Know my way around
Posts: 108
Joined: Wed Aug 10, 2022 6:30 pm
Location: Kyiv Ukraine

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by serge35 »

before do upgrade of QTS to QTS 5.0.1.2425
ENJOY42
New here
Posts: 4
Joined: Fri Jun 23, 2023 1:26 pm

Re: Jellyfin installation on Qnap TS-230 without qpkg package

Post by ENJOY42 »

Thankyou for the quick reply again!

I tried to install many time didn't work. Maybe arround 20-40 times.
Now I just did the update to QTS 5.0.1.2425 still the same error :(
Anyone know what it could be?

App Installation [App Center] Failed to install Jellyfin_10.8.10_arm_64 (1).qpkg. The file upload timed out.
Post Reply

Return to “Media Streaming”