aboutsummaryrefslogtreecommitdiff
path: root/audio/gonic
Commit message (Collapse)AuthorAgeFilesLines
* audio/gonic: update to 0.13.1Baptiste Daroussin2021-05-133-55/+56
| | | | | | | While here move gomods into its own files, making the maintenance easier: now make gomod-vendor > go-mod.mk will do it
* audio/gonic: update to 0.12.3Baptiste Daroussin2021-04-262-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.12.2Baptiste Daroussin2021-03-252-4/+4
| | | | Notes: svn path=/head/; revision=569209
* Update to 0.12.0Baptiste Daroussin2021-02-072-53/+78
| | | | Notes: svn path=/head/; revision=564591
* Update to 0.11.1Baptiste Daroussin2020-12-282-6/+6
| | | | Notes: svn path=/head/; revision=559456
* Update to 0.11.0Baptiste Daroussin2020-08-252-4/+7
| | | | Notes: svn path=/head/; revision=546167
* update to 0.10.0Baptiste Daroussin2020-07-202-4/+4
| | | | Notes: svn path=/head/; revision=542652
* Update to 0.9.5Baptiste Daroussin2020-07-072-4/+4
| | | | Notes: svn path=/head/; revision=541390
* Update distinfo part I forgot to commit beforeBaptiste Daroussin2020-06-091-49/+53
| | | | Notes: svn path=/head/; revision=538332
* Update to 0.9.0Baptiste Daroussin2020-06-082-32/+33
| | | | Notes: svn path=/head/; revision=538203
* Update to 0.8.8Baptiste Daroussin2020-04-272-14/+43
| | | | Notes: svn path=/head/; revision=533112
* audio/gonic: Fix USES=go usageTobias Kortkamp2020-04-101-11/+1
| | | | Notes: svn path=/head/; revision=531287
* New port audio/gonicBaptiste Daroussin2020-04-094-0/+195
music streaming server / subsonic server API implementation features * browsing by folder (keeping your full tree intact) * browsing by tags (using taglib - supports mp3, opus, flac, ape, m4a, wav, etc.) * on-the-fly audio transcoding and caching (requires ffmpeg) (thank you spijet) * pretty fast scanning (with my library of ~27k tracks, initial scan takes about 10m, and about 5s after incrementally) * multiple users, each with their own transcoding preferences, playlists, top tracks, top artists, etc. * last.fm scrobbling * artist similarities and biographies from the last.fm api * a web interface for configuration (set up last.fm, manage users, start scans, etc.) * support for the album-artist tag, to not clutter your artist list with compilation album appearances * written in go, so lightweight and suitable for a raspberry pi, etc. * newer salt and token auth * tested on dsub, jamstash, sublime music, and soundwaves WWW: https://github.com/sentriz/gonic Notes: svn path=/head/; revision=531197