Search Criteria
Package Details: headphones-git 0.5.18.r159.gda9287d7-5
Git Clone URL: | https://aur.archlinux.org/headphones-git.git (read-only, click to copy) |
---|---|
Package Base: | headphones-git |
Description: | Music downloader for usenet and torrents. |
Upstream URL: | https://github.com/rembo10/headphones |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Anthony25 |
Maintainer: | Anthony25 (fryfrog) |
Last Packager: | lfleischer |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-02 15:51 |
Last Updated: | 2019-11-23 15:06 |
Dependencies (10)
- python2
- git (git-git) (make)
- deluge (deluge1, deluge-stable-git, deluge-git) (optional) – torrent downloader
- jackett (jackett-mono, jackett-bin) (optional) – torrent indexer proxy
- nzbget (nzbget-git) (optional) – usenet downloader
- rtorrent (rtorrent-vi-color, rtorrent-git, rtorrent-color, rtorrent-ipv6, rtorrent-ps-ch, rtorrent-pyro-git, rtorrent-ps) (optional) – torrent downloader
- sabnzbd (sabnzbd-git) (optional) – usenet downloader
- transmission-cli (transmission-cli-git, transmission-cmake-cli, transmission-sequential-cli, transmission-noxunlei-cli) (optional) – torrent downloader (CLI and daemon)
- transmission-gtk (transmission-csd-git, transmission-cmake-gtk, transmission-sequential-gtk, transmission-noxunlei-gtk, transmission-gtk-git) (optional) – torrent downloader (GTK+)
- transmission-qt (transmission-qt-git, transmission-cmake-qt, transmission-sequential-qt, transmission-noxunlei-qt) (optional) – torrent downloader (Qt)
Required by (1)
- nzbget-ppscript-nzbtomedia-git (requires headphones) (optional)
Latest Comments
arbitar commented on 2018-03-22 01:48
Experienced the same issue @10479 did. Resolved after manually performing a copy of relevant files from the old directory and tweaking config.ini to align to new path.
10479 commented on 2018-03-22 01:35
No worries. Thanks for maintaining the package!
Anthony25 commented on 2018-03-22 00:25
Hi @10479, sorry for the breakage.
The issue is that the
post_upgrade
function starts before the pacman hooks, which create/var/lib/headphones
and the headphones user. It's a bit dirty because I prefer relying on hooks, but I forced the creation of tmpfiles and users in the .install file.10479 commented on 2018-03-20 19:08
This latest update gave me a bit of trouble.
I don't know if it would have helped to stop headphones first, but I ended up with a default config after updte. Fortunately I just had to copy my
opt/headphones/config.ini
andheadphones.db
over to the new/var/lib/headphones
directory and restart the service. I did follow the instructions running that list of recommended commands as well at the end of that output.Had a bit of a scare that all configs/db were gone.