Skip to content

Releases: Smiley-McSmiles/jellyman

Jellyfin v1.5.5

23 Aug 06:12
a1c69f8
Compare
Choose a tag to compare

Added

  • Added ability in setup.sh to keep Jellyman's installer files.
    • This helps people test Jellyman on their systems without having to re-download
    • their version of Jellyfin every time.

Fixed

  • Fixed jellyman -rn only displaying 6 names when given a directory.

Changed

  • Changed pinted message for Jellymans check for media directory funcion for better readability
  • jellyman -U now checks if there is an update available for Jellyman before downloading a new version.

What's Changed

Full Changelog: v1.5.4...v1.5.5

Jellyfin v1.5.4

22 Aug 05:24
08c7d99
Compare
Choose a tag to compare

Fixes

-Fixed setup.sh to install to on Alma, Rocky Linux, and RHEL

Changes

-Changed how setup.sh detects your OS and installs dependencies.

Jellyfin v1.5.3

20 Aug 20:08
ec98f10
Compare
Choose a tag to compare

Fixes

-Fixed setup.sh not updating where jellyfin.service is located. This is useful for deletion of the jellyfin.service file.
-Fixed terminal grossness when updating Jellyman
-Fixed jellyman -u error due to setup.sh not properly updating jellyman.conf with architecture variable

Changes

-Changed how Jellyman searches for new updates. More changes to come here.

Jellyfin v1.5.2

20 Aug 18:18
322b15e
Compare
Choose a tag to compare

Fixes

-Fixed jellyman -cp and jellyman -cps to check if the user has done the first time Jellyfin setup.
-Fixed setup.sh not putting the jellyfin.service file in the right spot on arm based debian distrobutions.

Changes

-Changed some of the printed messages in setup.sh for better clarity

Jellyman v1.5.1 Hotfix

19 Aug 06:30
544c9ac
Compare
Choose a tag to compare

Jellyfin v1.5.1 HOTFIX

Fixes a jellyfin -rn and jellyfin -p bugs... They were trickier than I expected, and I'm super exhausted. More work coming for these two functions for sure.

Jellyfin v1.5.0

19 Aug 02:44
55dc6c2
Compare
Choose a tag to compare

Additions

Added support for aarch64 CPU's.
Added ability to supply jellyman -p with a specific directory so it doesn't have to update your whole media library every time.
Added ability to jellyman -rn to reset permissions for that directory after it's done renaming everything.
Added function jellyman -vd (version download) - Lets you choose a version in the terminal to download off of the official stable Jellyfin repository.

Fixes

Fixed https setup in the main setup.
Fixed uninstall function not blocking ports 8096 and 8920.
Fixed uninstall function not removing Jellyman man files.
Fixed update command not properly displaying your architecture when given an incompatible jellyfin archive.
Fixed jellyman -u to actually download and install custom version link.

Changes

Changed many of the printed messages to be easier to read
Changed 'jellyman -rc' to check for /opt/jellyfin/config/network.xml before setting everything up. - This ensures that Jellyfin is actually ready.
Changed how Jellyman handles updating itself.

Jellman 1.4.9 HOTFIX

17 Aug 06:39
c40643e
Compare
Choose a tag to compare

Jellyman v1.4.9 - Hotfix for a program breaking bug.

If your Jellyman won't let you upgrade to a new version of Jellyman please run the following command to fix it:

git clone https:/smiley-mcsmiles/jellyman; chmod +x jellyman/scripts/jellyman; sudo rm -fv /bin/jellyman; sudo mv -v jellyman/scripts/jellyman /bin/jellyman; rm -rfv jellyman

Sorry if anything broke...

Jellyman v1.4.7

15 Aug 18:11
8eeb9d5
Compare
Choose a tag to compare

Initial Jellyman release - v1.4.7

bug fix from jellyfin-cli, where if choosing a user for jellyfin other than 'jellyfin' it would not launch as the jellyfin.service had the user set to 'jellyfin' and nothing to update it to the inputted user...

-Duplicated from the original Jellyfin-cli