diff --git a/README.md b/README.md index abaa53d..1cc2eb8 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre ## Todo - [X] Multiinstance - [ ] Better Multimedia integration : Integrate in Yunohost.multimedia +- [ ] User and possibly LDAP integration - [X] Package_check integration - [X] On backup/remove/upgrade : check for database location to update settings diff --git a/scripts/_common.sh b/scripts/_common.sh index 12deedc..ac230db 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -100,11 +100,11 @@ ynh_systemd_action() { # # usage: ynh_multimedia_build_main_dir ynh_multimedia_build_main_dir () { - local ynh_media_release="v1.1" - local checksum="9ec4321a92aa2c388af4ee0072735e3e" + local ynh_media_release="v1.2" + local checksum="b933c446b4aff8a7619804480c06a879" # Download yunohost.multimedia scripts - wget -nv https://github.com/YunoHost-Apps/yunohost.multimedia/archive/${ynh_media_release}.tar.gz + wget -nv https://github.com/Krakinou/yunohost.multimedia/archive/${ynh_media_release}.tar.gz # Check the control sum echo "${checksum} ${ynh_media_release}.tar.gz" | md5sum -c --status \ diff --git a/scripts/install b/scripts/install index b235d84..6f933d6 100755 --- a/scripts/install +++ b/scripts/install @@ -135,8 +135,7 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then fi -#ynh_multimedia_build_main_dir -#ynh_multimedia_addfolder "eBook" "$calibre_dir" +ynh_multimedia_build_main_dir #ynh_multimedia_addaccess $app