ejurgensen
2a69869816
[scan] Update iTunes scanner to use new filescanner util functions
2020-02-08 10:55:15 +01:00
ejurgensen
46a9114948
[scan] Support for nested playlists
...
Also includes some refactoring of the playlist filescanner and some
rearrangement of filescanner.c functions.
2020-02-08 10:55:15 +01:00
ejurgensen
ba1c536ca3
[library] Let library_media_save() return errors
2020-02-08 10:55:15 +01:00
ejurgensen
c5988665b0
[db] Expose db_pl_fetch_byid()
2020-02-08 10:55:15 +01:00
ejurgensen
abdc0d6d27
[library] Some refactoring of the library module
...
Misc refactoring, e.g. alignment of how modules save tracks and playlists, incl
use of mfi and pli. Also try to avoid direct calls between library and player.
2020-02-08 10:55:15 +01:00
ejurgensen
08e89ffd4f
[db] Use prepared statements for playlists (add/update)
2020-02-08 10:55:15 +01:00
ejurgensen
942628f914
[library] Check for all scanning methods in library_init()
2020-02-08 10:53:59 +01:00
ejurgensen
c5340e350f
Merge pull request #895 from whatdoineed2do/library-metarescan-fix
...
Library metarescan fix
2020-02-08 10:48:02 +01:00
ejurgensen
f112525949
[docs] Spotify no longer pushes updates + mention librespot
2020-02-08 10:42:12 +01:00
whatdoineed2do/Ray
a1a49b9497
[library] validate mandatory methods for source or die
2020-02-06 19:37:16 +00:00
whatdoineed2do/Ray
6120551cf5
[spotify/library] add missing metarescan
2020-02-06 18:38:21 +00:00
ejurgensen
e642147f6e
Bump to version 27.1
2020-01-29 12:09:19 -08:00
ejurgensen
e4588867ad
ChangeLog and README for forked-daapd 27.1
2020-01-29 12:08:21 -08:00
Christian Meffert
aee916a63f
Merge pull request #875 from chme/web
...
Update player web interface v0.6.0
2020-01-25 07:41:04 +01:00
ejurgensen
b565df1d87
[raop] Add ATV 4k mdns announcement
2020-01-19 13:50:16 -08:00
ejurgensen
16cfca1bfe
[scan] Remove some id3 tags that ffmpeg parses better (issue #882 )
...
ffmpeg parses TDA, TDAT, TYE, TYER and TDR these days, so there is no need
to do that in forked-daapd. Also the parsing of TDA/TDAT was incorrect,
since it is MMDD.
2020-01-14 20:33:39 +01:00
chme
4a28b8878a
[htdocs] Rebuild player web interface v0.6.0
2020-01-12 10:45:11 +01:00
chme
cbd7001fb3
[web-src] Show album type and release date for spotify albums
2020-01-12 10:45:10 +01:00
chme
ccb54322c4
[web-src] Add online services and pairing/verification settings pages
2020-01-12 10:45:10 +01:00
chme
9a709f40e8
[web-src] Update dependencies and set version to 0.6.0
2020-01-12 10:45:10 +01:00
ejurgensen
dfd2a4ab14
[dacp] Increase current revision number even if there are no open requests
...
This change aligns with iTunes behavior. It also means that a client that is
not long polling can use the revision number (cmsr) value to check for changes.
2020-01-12 01:06:34 +01:00
ejurgensen
919906233c
[logger] Adjust log repeat max
2020-01-12 01:06:34 +01:00
ejurgensen
92dee0386d
[daap/dacp] Workaround so that libevent cleans up when a long poll is disconnected
...
See https://github.com/ejurgensen/forked-daapd/issues/870
2020-01-12 01:06:34 +01:00
ejurgensen
87cb3b8b58
[logger] Always limit repeated logging no matter the log level
2020-01-12 01:06:34 +01:00
ejurgensen
4fa7eb98a0
[daap/dacp] Fix for memleak when client hangs up
2020-01-12 01:05:59 +01:00
ejurgensen
8d21a66493
[logger] Suppress logging of many similar repeated messages
2020-01-12 01:05:59 +01:00
ejurgensen
04a43919a9
Merge pull request #876 from whatdoineed2do/multi-alsa-nickname-fix
...
[alsa] multi alsa cfg section SEGV with no nickname
2020-01-06 17:09:56 +01:00
whatdoineed2do/Ray
609cba5f04
[alsa] multi alsa cfg section SEGV with no nickname - use 'card' when not specified
2020-01-06 15:38:32 +00:00
ejurgensen
cc78926721
[dacp] Support for volumeup, volumedown and mutetoggle (issue #873 )
...
Mute toggle only supported via enable/disable
2020-01-03 23:40:16 +01:00
ejurgensen
501adee650
Merge pull request #874 from whatdoineed2do/alsa-section-cfg-mixer-devname
...
[alsa] cfg section typo using 'mixer_device_name'
2020-01-03 21:01:12 +01:00
whatdoineed2do/Ray
7ea8eeae05
[alsa] cfg section typo using 'mixer_device_name'
2020-01-03 19:37:07 +00:00
ejurgensen
e61e98bcbb
[player] Reverse args to player_speaker_get_byid() for consistency
2020-01-03 19:38:52 +01:00
ejurgensen
af1bc27dd5
[dacp] Support for dmcp.device-prevent-playback (issue #855 )
2020-01-03 19:36:35 +01:00
ejurgensen
80b183c7ff
[dacp] Fix for genres that have single quotes in their name ( fixes #869 )
2020-01-03 19:05:48 +01:00
ejurgensen
4e1e5efedc
[alsa] Changes to commit 0cb4e0b: multiple devices
2020-01-03 19:02:39 +01:00
whatdoineed2do/Ray
0cb4e0b862
[outputs/conf] New multiple 'alsa' sections split from 'audio'
2020-01-02 23:51:59 +01:00
ejurgensen
8248d2fe9f
[scan] Fix access violation if pls line has no '='
2019-12-27 23:58:57 +01:00
ejurgensen
251080344e
[alsa] Fix missing unsubscription when closing session (ref. #866 )
2019-12-27 11:29:36 +01:00
ejurgensen
0c08e83811
[outputs] Fix segv due to incorrect array size (fix for issue #866 )
...
If the number of quality subscriptions reaches max then this bug will be
triggered, because we will incorrectly use the last element of the
output_buffer for a subscription, thus losing the zero terminator.
2019-12-27 00:10:32 +01:00
ejurgensen
33f97f55f3
[player] Fix for #860 , going to next track when consume is enabled
2019-12-17 20:58:47 +01:00
ejurgensen
60920343ff
[docs] Remove dead link to jblache sources at debian
2019-12-12 09:27:42 +01:00
ejurgensen
b83023356b
[db] Fix for time_added incorrectly updated (issue #852 )
2019-12-04 20:57:21 +01:00
Christian Meffert
db060074a1
Merge pull request #850 from chme/admin_back_link
...
Add link to player web interface to admin page
2019-12-03 20:55:41 +01:00
chme
c8f9864036
[htdocs] Turn "forked-daapd" title in navbar into a link to the player
...
web interface
2019-11-28 22:49:43 +01:00
ejurgensen
9b1bf5d3d9
[config] Don't promote %v as part of library name (ref issue #847 )
2019-11-26 19:52:33 +01:00
ejurgensen
5ac3a27276
Bump to version 27.0
2019-11-20 20:32:57 +01:00
ejurgensen
2042b12981
ChangeLog and README for forked-daapd 27.0
2019-11-20 20:32:26 +01:00
ejurgensen
395b33d007
[config] Clean up whitespace in conf file
2019-11-17 20:24:25 +01:00
Will Saxon
f3ebb574ba
Recognize '@' as an operator identical to ':' ( #841 )
...
* Recognize '@' as an operator identical to ':'
* Add comments
* Add shortened example query
2019-11-16 12:27:43 +01:00
ejurgensen
f5e59c9b26
[pipe] Allow sample rate of 88200
...
Ref. issue #838
2019-11-05 00:13:33 +01:00