mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Add yunohost_multimedia_1.2
This commit is contained in:
parent
d453b19166
commit
13ba7b2803
3 changed files with 5 additions and 5 deletions
|
@ -65,6 +65,7 @@ sudo yunohost app upgrade calibreweb -u https://github.com/Yunohost-Apps/calibre
|
||||||
## Todo
|
## Todo
|
||||||
- [X] Multiinstance
|
- [X] Multiinstance
|
||||||
- [ ] Better Multimedia integration : Integrate in Yunohost.multimedia
|
- [ ] Better Multimedia integration : Integrate in Yunohost.multimedia
|
||||||
|
- [ ] User and possibly LDAP integration
|
||||||
- [X] Package_check integration
|
- [X] Package_check integration
|
||||||
- [X] On backup/remove/upgrade : check for database location to update settings
|
- [X] On backup/remove/upgrade : check for database location to update settings
|
||||||
|
|
||||||
|
|
|
@ -100,11 +100,11 @@ ynh_systemd_action() {
|
||||||
#
|
#
|
||||||
# usage: ynh_multimedia_build_main_dir
|
# usage: ynh_multimedia_build_main_dir
|
||||||
ynh_multimedia_build_main_dir () {
|
ynh_multimedia_build_main_dir () {
|
||||||
local ynh_media_release="v1.1"
|
local ynh_media_release="v1.2"
|
||||||
local checksum="9ec4321a92aa2c388af4ee0072735e3e"
|
local checksum="b933c446b4aff8a7619804480c06a879"
|
||||||
|
|
||||||
# Download yunohost.multimedia scripts
|
# 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
|
# Check the control sum
|
||||||
echo "${checksum} ${ynh_media_release}.tar.gz" | md5sum -c --status \
|
echo "${checksum} ${ynh_media_release}.tar.gz" | md5sum -c --status \
|
||||||
|
|
|
@ -135,8 +135,7 @@ if [ ! -e "$calibre_dir"/metadata.db ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
#ynh_multimedia_build_main_dir
|
ynh_multimedia_build_main_dir
|
||||||
#ynh_multimedia_addfolder "eBook" "$calibre_dir"
|
|
||||||
#ynh_multimedia_addaccess $app
|
#ynh_multimedia_addaccess $app
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue