Ampache v5.0.0-pre Release Notes

Release Date: 2020-12-07 // over 3 years ago
  • ๐Ÿš€ ffcbc5923d1ffc908cf3bafe05c4bb3c ../ampache-5.0.0-pre-release1_all.zip

    ๐Ÿš€ This pre-release is for the brave of heart as well as so i can add a docker image preview release.
    โšก๏ธ The preview will be updated while we work on documenting and socializing the changes with users.

    โฌ†๏ธ DO NOT UPGRADE YOUR MAIN AMPACHE INSTANCE

    โฌ†๏ธ Seriously, make a copy of your conf and put this in a new folder (or try the docker) before upgrading your main Ampache

    ๐Ÿณ There are now Docker Images available for testing!

    ๐Ÿ“ฆ This package requires php >=7.4 || >=8.0

    This is a major rewrite and will break if you aren't aware of the changes .

    • โšก๏ธ You will need to update the web server to point to the new base folder. (/public)
    • You will need to make sure you've run composer install again. (composer install)
    • โšก๏ธ You will need to update scripts and commands (the /bin folder has combined each script into a single application)
    • if you used php-cs-fixer it's still there in the vender folder (/vendor/bin/php-cs-fixer)

    The Ampache website now resides in the public folder
    image

    The bin folder has combined all the separate application files into a single cli application
    image


Previous changes from v4.2.5

  • (MD5SUM 57564e04433a98b12cc641205ab13cad) ../ampache-4.2.5_all.zip

    ๐Ÿš€ Ampache 4.2.5-release

    ๐Ÿ›  A few important bug fixes that make playlists and stream URLs faster to create as well as some fixes to Democratic playback.

    โž• Added

    • โž• Use _add_urls when building a stream playlist

    ๐Ÿ”„ Changed

    • โœ‚ Removed the forced random from search
    • ๐Ÿ”Œ Put the browse header at the top above plugins
    • ๐Ÿ‘‰ Make the webplayer class a bit faster at deciding what to transcode

    ๐Ÿ›  Fixed

    • Ampache Debug, cron.lib.php missing from init
    • Slow playlist creation when inserting a large amount of items
    • Stream_URL properties were inconsistently applied
    • ๐Ÿ›  Fix streaming when play_type is Democratic
    • ๐Ÿ’พ Save your limit and random settings when creating a smartlist

    API 4.2.5

    NO CHANGE