2024-07-23, 09:31 PM
(This post was last modified: 2024-07-23, 10:11 PM by grumpycat. Edited 1 time in total.)
Ok after dorking around with it today I was able to get it to build but the behavior I was expecting is still not fixed.
To build on ubuntu noble
sudo apt-get install python-git
cd jellyfin-packaging
./checkout.py master
change the file (./src/Jellyfin.LiveTv/Listings/XmlTvListingsProvider.cs) to the patch given. Line 170 IsSeries = program.Episode is not null,
run
sudo ./build.py auto ubuntu amd64 noble
cd out/ubuntu
files shown
jellyfin_2024072316+ubu2404_all.deb jellyfin_2024072316+ubu2404_amd64.changes jellyfin_2024072316+ubu2404.tar.gz jellyfin-web_2024072316+ubu2404_all.deb
jellyfin_2024072316+ubu2404_amd64.buildinfo jellyfin_2024072316+ubu2404.dsc jellyfin-server_2024072316+ubu2404_amd64.deb
sudo dpkg -i jellyfin_*.deb
sudo service jellyfin restart
Clear browser cache (In case anything is cached). Go into the guide and look at Good Morning America. The expected results are that the record series button would display but the actual result is that the record series button is NOT displayed. Attaching picture.
Let me know if I am missing any install steps.
With docker involved you never know.
I am tired of my wife asking me if I recorded Good Morning America every single morning ladies and gentlemen.
Please assist with a fix.
Thank you.