mirror of
https://github.com/YunoHost-Apps/headphones_ynh.git
synced 2024-09-03 19:26:02 +02:00
commit
933d83d6a0
4 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
|
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.6.0~ynh2
|
**Shipped version:** 0.6.1~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
|
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.6.0~ynh2
|
**Version incluse :** 0.6.1~ynh1
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Headphones"
|
||||||
description.en = "Automated music downloader for NZB and Torrent"
|
description.en = "Automated music downloader for NZB and Torrent"
|
||||||
description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent"
|
description.fr = "Téléchargeur de musique automatisé pour NZB et Torrent"
|
||||||
|
|
||||||
version = "0.6.0~ynh2"
|
version = "0.6.1~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -38,8 +38,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.0.tar.gz"
|
url = "https://github.com/rembo10/headphones/archive/refs/tags/v0.6.1.tar.gz"
|
||||||
sha256 = "e96755547b6a6cd63f2a916d4bdfd5f5a3cc62e1b89db021de441c94c064ddc6"
|
sha256 = "e9b7d54efa06d869e4617ab9f9013d8096552c77ef35692632a8c61eb0a186f3"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
|
@ -46,7 +46,7 @@ ynh_script_progression --message="Adding a configuration file..."
|
||||||
mkdir -p "/etc/$app"
|
mkdir -p "/etc/$app"
|
||||||
ynh_add_config --template="../conf/headphones.ini" --destination="/etc/$app/headphones.ini"
|
ynh_add_config --template="../conf/headphones.ini" --destination="/etc/$app/headphones.ini"
|
||||||
|
|
||||||
chmod 600 "/etc/$app/headphones.ini"
|
chmod 650 "/etc/$app/headphones.ini"
|
||||||
chown $app:$app "/etc/$app/headphones.ini"
|
chown $app:$app "/etc/$app/headphones.ini"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue