ejurgensen
3395282591
Merge pull request #590 from chme/automatic-rating
...
Add automatic calculation of ratings based on played/skipped
2018-09-16 13:07:06 -07:00
chme
7252b3e509
[db] Add support to add items to the queue at specified position
2018-09-16 09:36:43 +02:00
chme
f84e67ed5e
[db/conf] Add automatic calculation of ratings based on played/skipped
...
If activated in the configuration file, rating is updated after playing
or skipping a song. The calculation is based on how it is done in the
mpdstats plugin for beets
(https://beets.readthedocs.io/en/latest/plugins/mpdstats.html ).
2018-09-16 08:46:16 +02:00
ejurgensen
197fc6402e
Merge pull request #588 from chme/dacp_queue
...
[dacp] Only return requested number of queue item (fixes #556 )
2018-09-13 12:28:09 -07:00
chme
3ca5402638
[dacp] Only return requested number of queue item ( fixes #556 )
2018-09-13 21:11:41 +02:00
ejurgensen
2c1f2f1b15
[mdns] connection test: don't wait if connect() succeeds immediately
2018-09-10 20:18:06 +02:00
ejurgensen
475c598d0e
[mdns] Check return values of avahi_address_snprint()
2018-09-09 22:17:31 +02:00
ejurgensen
d97358f612
Bump to version 26.3
2018-09-08 16:50:54 +02:00
ejurgensen
d1796c71a5
ChangeLog and README for forked-daapd 26.3
2018-09-08 16:50:33 +02:00
ejurgensen
1b754f141c
Merge pull request #586 from chme/lastfm
...
Fix error logs for non persistent queue items
2018-09-08 16:02:16 +02:00
chme
461a1d55bf
[player] Only add persistent items to history
...
The current logic in httpd_dacp.c cannot handle non persistent items
correctly. The items are always shown with the dummy_mfi with "unkown
artist" etc.
2018-09-08 09:14:24 +02:00
chme
9a47335a05
[player] Only increment playcount and scrobble persistent items
...
Ommits useless update query for playcount for items that are not in the
library. Also avoids trying to scrobble these items (fixes error log
message "lastfm: Scrobble failed, track id 9999999 is unknown")
2018-09-08 08:32:49 +02:00
ejurgensen
ce1bf8f40d
[web] Lower log level of libwebsockets
2018-09-08 00:24:49 +02:00
ejurgensen
b3fc87170e
[mdns] Fix missing check of the value-result from getsockopt(SO_ERROR)
...
The connection test would not catch "No route to host", as this is returned
through the value-result buffer.
This fix might partially solve issue #498 .
2018-09-07 23:19:46 +02:00
ejurgensen
93730281f4
[dacp] Map discrete-pause to playpause command handler
2018-09-07 21:40:23 +02:00
ejurgensen
3ba92aa860
[httpd] Better logging of unauthorized requests
2018-09-07 17:01:32 +02:00
ejurgensen
f5721b7a18
Merge pull request #582 from cosinekitty/master
...
[docs] Added documentation about harmless warnings to INSTALL file
2018-09-04 22:50:41 +02:00
Don Cross
0e0a891138
Added documentation about harmless warnings to INSTALL file.
...
It is not simple to fix build warnings from antlr3.
For now, document them so users know they are safe to ignore.
2018-09-04 16:35:48 -04:00
ejurgensen
16e375e637
[db/misc] Cast ARRAY_SIZE to unsigned (avoids compiler warnings)
2018-09-04 20:07:05 +02:00
ejurgensen
350361e8bb
[db] Be forwards compatible with tables that have additional columns
2018-09-02 23:38:46 +02:00
ejurgensen
a29772e8be
[raop] Fix AirPlay 2 issue #557 , fix for stream metadata, better logging
...
AirPlay 2 devices like Sonos One and AirPort Express with firmware 7.8
require auth-setup before ANNOUNCE, otherwise they will return 403.
Also fixed a problem where metadata did not get sent when toggling
a speaker on/off if we were playing an endless stream.
2018-09-02 20:22:38 +02:00
whatdoineed2do
e3ce003190
genre search functionality ( #559 )
...
* [jsonapi] Add support for listing albums for genres
2018-09-02 09:05:18 +02:00
ejurgensen
48f11a8250
Merge pull request #578 from chme/avahilog
...
[mdns] Fix compile warning "directive output may be truncated" (provided
2018-09-02 08:24:48 +02:00
chme
ef3ab53562
[mdns] Fix compile warning "directive output may be truncated" (provided
...
string length might not be big enough for ipv6 addresses)
2018-09-02 07:46:50 +02:00
ejurgensen
697338d118
Merge pull request #567 from whatdoineed2do/bug/httpd-dir-check
...
[bugfix] httpd dir check does not like symlinks to directories
2018-08-26 00:24:45 +02:00
ejurgensen
7632113767
Merge pull request #572 from rokm/missing-ua-fix
...
daap_request: cache the query result only if user agent was provided
2018-08-24 17:23:41 +02:00
Rok Mandeljc
083f58abf7
daap_request: cache the query result only if user agent was provided
...
Avoid calling cache_daap_add() when hreq->user_agent is NULL
(user agent is not provided by the client), because it will
trigger a segfault when strdup() is called with that NULL pointer.
Fixes #571 .
2018-08-24 17:05:11 +02:00
ejurgensen
f8205c0780
[config] Check for libcurl if configured with --enable-spotify
...
Also remove useless per-feature checks for libjson, since it has become
a required dependency.
2018-08-23 22:26:21 +02:00
ejurgensen
231b5615f1
[main] Just show version info when called with -v argument
2018-08-18 23:59:57 +02:00
ejurgensen
fde0a28142
Support for skip_count and time_skipped file metadata
2018-08-18 22:56:27 +02:00
whatdoineed2do
8b7c19a299
[httpd] allow webdir (htdocs) to be symlink to dir
2018-08-18 11:34:03 +01:00
ejurgensen
5ee0b69d39
[transcode] Set ffmpeg options so that it will attempt to reconnect streams
2018-08-12 19:50:54 +02:00
ejurgensen
ab1ded35e4
[config] Make user_agent configurable + don't use ffmpeg default (ref issue #562 )
2018-08-12 19:49:23 +02:00
ejurgensen
970769cab6
[mdns] Fix mdns problems with ATV4 and ipv6
...
Avahi gives us several ipv6 addresses for an ATV4 that aren't actually
connectable. Here we simply try to make a connection to the address,
and if it is not possible within a timeout we ignore the announcement.
We also now don't start a mdns record browser if the address from the
resolver passes the connection test and isn't link-local.
2018-06-25 21:44:07 +02:00
ejurgensen
0d4dd06b51
[filescanner] iTunes XML mapping of Play Count and Play Date
...
See issue #549
2018-06-25 20:03:38 +02:00
ejurgensen
975d75d607
[daap] Add mapping of dmap.persistentid
...
Used by rtRemote when starting playback of a searched item
2018-06-17 23:11:05 +02:00
ejurgensen
33ffa780ba
[docs] Add rtRemote for Windows to supported clients
2018-06-17 22:57:03 +02:00
ejurgensen
a7a8efd34f
Bump to version 26.2
2018-06-16 21:56:45 +02:00
ejurgensen
d78162c5f6
ChangeLog and README for forked-daapd 26.2
2018-06-16 21:56:10 +02:00
ejurgensen
9d95466e09
[db] Use ANALYZE instead of PRAGMA optimize (reverts commit cd96ec5
)
...
Turns out PRAGMA optimize does not analyze tables on a fresh install,
which means that sqlite_stat1 is not available for the query planner,
which means that wrong indexes are used.
See https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=49928&sid=1e5d1d418315d7565ae027d751dd94a0&start=1350#p1328964
2018-06-16 21:43:58 +02:00
ejurgensen
cf6813f2e4
Bump to version 26.1
2018-06-09 00:23:09 +02:00
ejurgensen
1acaa05923
ChangeLog and README for forked-daapd 26.1
2018-06-09 00:22:10 +02:00
ejurgensen
428912d43f
Merge pull request #545 from chme/readme
...
[README] Add link to JSON API documentation
2018-06-08 20:53:32 +03:00
chme
f5878c3207
[README] Add link to JSON API documentation
2018-06-08 15:36:08 +02:00
ejurgensen
3325b2d9ce
[transcode] Use proper const for avfilter_get_by_name() result
2018-06-06 00:00:22 +02:00
ejurgensen
565f0b07bd
[docs] Update to reflect player web interface and libwebsockets dependency
2018-06-05 23:04:34 +02:00
ejurgensen
db6bbd76bd
[config] Improve error message if no or old libwebsockets (issue #542 )
2018-06-04 23:18:57 +02:00
chme
168fc26c69
[travis] Disable webinterface in travis-ci builds
2018-06-03 23:39:37 +03:00
chme
f4422e9cf4
[MAKEFILE/misc] Add option to disable inclusion of default webinterface
2018-06-03 23:39:37 +03:00
chme
cbee169729
[htdocs] Add forked-daapd-web (v0.1.1) as default webinterface
2018-06-03 23:39:37 +03:00