YunoHost-Apps / ampache_ynh

Ampache package for YunoHost
http://ampache.org/
GNU General Public License v3.0
17 stars 16 forks source link

can't edit id3 metadata #67

Open lefalaf opened 3 years ago

lefalaf commented 3 years ago

Hi, when changing info on a file (title, artist, etc.) nothing happens (no changes) in the Ampache user interface nor in file metadata.

Settings in /var/www/ampache/config/ampache.cfg.php

; This determines if we write the changes to files (as id3 tags) when modifying metadata, or only keep them in Ampache (the default).
; DEFAULT: false
write_id3 = "true"

When write_id3 is set on false or is uncommented, changes appear on the Apache user interface.

Bad config of my file ? Is it possible to access this setting via admin interface ?

Thanks !