github ampache/ampache 6.2.1

latest releases: 6.3.1, 6.3.0
3 months ago

6.2.1

php8.3
f1c2201b411c52bf6a4600cf2631f050 ./ampache-6.2.1_all_php8.3.zip
8470c9aacfa76c3f03582f6881461247 ./ampache-6.2.1_all_squashed_php8.3.zip

php8.2
4b1d0e540eec5d8301f61d5785fb25c0 ./ampache-6.2.1_all_php8.2.zip
30b9d6ef962cc0108b47235e70cc54b1 ./ampache-6.2.1_all_squashed_php8.2.zip

php8.1
8fb3905cb654c8db116853abdde25a3a ./ampache-6.2.1_all_php8.1.zip
c38001397524baf993e84a063352db24 ./ampache-6.2.1_all_squashed_php8.1.zip

php8.0
50a6206fc28a7885672d6d1b13c5089b ./ampache-6.2.1_all_php8.0.zip
acbf247a2f93ad455dab16544d9bee37 ./ampache-6.2.1_all_squashed_php8.0.zip

UNSUPPORTED php7.4 (will be built until it can't be done any more)
ea5f39383290c67a909824e1fa21e419 ./ampache-6.2.1_all_php7.4.zip
a0cfa90020efb6dc0b94cbadf6bb16fe ./ampache-6.2.1_all_squashed_php7.4.zip

UNSUPPORTED Code only release. (Requires composer install)
343b79bef491583a702137f22a82a973 ./ampache-6.2.1_public.zip
bc79dfb7f85c11927df82ef39fdbefde ./ampache-6.2.1_squashed.zip

Ampache 6.2.1

The catalog verify process has been reworked a little. There were some bugs that would prevent you being able to 'finish' a catalog.

Definitely set catalog_verify_by_time if you have a large catalog. This will allow you to do a verify in small batches over time and not repeat the same songs.

Added

  • Translations 2024-01
  • Add podcast opml export to the podcasts page
  • Advertise WebPlayer song info via MediaSession API / MPRIS

Changed

  • Replace all remaining occurrences of FILTER_SANITIZE_STRING
  • Enable user_no_email_confirm to disable email requirements for user registration. (When mail_enable is false registration was blocked)
  • Verify catalog by song instead of album
  • Catalog verify will now use the config option catalog_verify_by_time and only check songs not updated since the last full verify
  • Don't update counts and collect garbage after updating individual songs
  • PlayAction stream_select will now block until there is data

Fixed

  • Skipping non-songs would create a runtime error
  • db update_600005 shouldn't use $album->get_fullname which changed in update_600027
  • Upload page showing non-uploads
  • Showing extra title for podcasts
  • Captcha image generation
  • Registration check logic
  • Search error loading empty rules
  • Add from path on the catalog admin page
  • Reading tags on bad files would load the bad tags
  • Stop trying to read bad files before loading tags
  • Catalog update dates were set when the process was finished which negates update_time checks
  • Song update_time wasn't allowed to update
  • Check update_time in Catalog::count_table sql so you only verify what you need to
  • Transcode can't use range in headers
  • Empty result error on Stats::get_object_count
  • Subsonic
    • Search2 and Search3 ignored musicFolderId

API 6.2.1

NO CHANGE

Don't miss a new ampache release

NewReleases is sending notifications on new releases.