mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
commit
dab98a01b5
2 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@
|
||||||
"id": "airsonic",
|
"id": "airsonic",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Airsonic is an open source, web-based media server.",
|
"en": "Stream and manage your music collection",
|
||||||
"fr": "Airsonic est un server multimedia open-source."
|
"fr": "Streamez et gérez votre collection de musique"
|
||||||
},
|
},
|
||||||
"version": "10.5.0~ynh1",
|
"version": "10.5.0~ynh2",
|
||||||
"url": "http://airsonic.github.io",
|
"url": "http://airsonic.github.io",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="openjdk-8-jre ffmpeg"
|
pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
@ -59,4 +59,4 @@ ynh_multimedia_addfolder () {
|
||||||
ynh_handle_getopts_args "$@"
|
ynh_handle_getopts_args "$@"
|
||||||
|
|
||||||
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
|
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue