Craig Drummond
|
b6bd94c236
|
Update (c) year
|
2022-01-08 21:24:07 +00:00 |
|
Craig Drummond
|
b65b182629
|
Misc fixes - taken from https://github.com/fenuks/cantata
|
2021-12-27 17:05:24 +00:00 |
|
Craig Drummond
|
059aceb95d
|
Fix build issues due to previous change. #1727
|
2021-07-29 12:13:42 +01:00 |
|
Craig Drummond
|
31b8a6d9b9
|
Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
|
2021-07-29 12:00:04 +01:00 |
|
Craig Drummond
|
be9c1e74e0
|
Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
|
2021-07-28 19:44:57 +01:00 |
|
John Regan
|
cc0d116986
|
fix deprecation: QString::SkipEmptyParts is now Qt::SkipEmptyParts
|
2021-07-19 15:00:32 -04:00 |
|
Craig Drummond
|
848dc5a6b3
|
Fix decoding URLs when playing local files via in-built HTTP server.
Closes #1664
|
2021-01-14 19:33:40 +00:00 |
|
Craig Drummond
|
11bb7571c9
|
Update (c) year
|
2021-01-01 10:06:43 +00:00 |
|
Craig Drummond
|
d7b3965b9b
|
Update (c) year
|
2020-01-01 11:51:13 +00:00 |
|
Craig Drummond
|
cb9efe205f
|
Update (c) year
|
2019-09-15 15:56:58 +01:00 |
|
Craig Drummond
|
841769c86a
|
Add 'paranoiaOffset' config item to set cdparanoia offset whe reading
discs.
Issue #1341
|
2018-08-10 11:31:24 +01:00 |
|
Craig Drummond
|
04402bf02f
|
Remove user-agent checking when serving local files, this is easily fake-able and breaks playback to forked-daap (and mopidy?)
Issue #1339
|
2018-08-10 09:37:17 +01:00 |
|
Craig Drummond
|
a2350ec740
|
Ensure local playback enbled for user mpd
Issue #1293
|
2018-05-28 22:11:02 +01:00 |
|
Craig Drummond
|
ea402d2bc0
|
Fix playback of local non-MPD files under Windows.
Issue #1250
|
2018-04-30 22:18:32 +01:00 |
|
Craig Drummond
|
ab60d6225b
|
For windows, when adding local files (served via internal HTTP server) add
the real file path as a query item.
Issue #1250
|
2018-04-30 18:00:15 +01:00 |
|
Craig Drummond
|
eff0e66d39
|
Use AUTOMOC
|
2018-03-07 19:04:14 +00:00 |
|
Craig Drummond
|
2bd461756a
|
Tags not needed to serve files?
|
2018-02-05 20:05:32 +00:00 |
|
Craig Drummond
|
1a2354904a
|
Support dragging folder of music files onto playqueue.
Closes #1181
|
2018-01-31 20:09:57 +00:00 |
|
padertux
|
4f26eb686e
|
Refactor code to use C++11 nullptr
|
2018-01-08 23:01:25 +01:00 |
|
padertux
|
dc8cbed1eb
|
Refactor code to use C++11 overriding
|
2018-01-08 22:51:48 +01:00 |
|
Craig Drummond
|
2139d3dbb8
|
Update (c) year
|
2018-01-01 10:11:39 +00:00 |
|
Craig Drummond
|
6e100a5ef5
|
Use for(var: list) and not foreach(var, list)
|
2017-11-27 22:36:53 +00:00 |
|
Craig Drummond
|
00fd9d68ff
|
Check socket, and use deleteLater to delete
|
2017-11-03 16:17:13 +00:00 |
|
Craig Drummond
|
ee516aa2fe
|
When creating list of streams to allow, decode paths
|
2017-11-03 16:11:52 +00:00 |
|
Craig Drummond
|
08b32733f7
|
Check socket is not null
|
2017-11-03 16:00:18 +00:00 |
|
Jonas Wielicki
|
040bc96f3a
|
http: make HTTP server support configurable
This allows to configure the local files streaming option
per-connection. It defaults to enabled.
|
2017-10-15 16:11:42 +02:00 |
|
Craig Drummond
|
d3cf584fb4
|
Reject HTTP requests which cannot be parsed
Issue #1072
|
2017-08-20 14:10:34 +01:00 |
|
Craig Drummond
|
37045525d8
|
Reject HTTP requests that are greater than 32k
Issue #1072
|
2017-08-20 14:09:46 +01:00 |
|
Craig Drummond
|
c2c02b559b
|
Reject HTTP incomming connections quicker if host does not match.
Issue #1072
|
2017-08-20 14:08:51 +01:00 |
|
Craig Drummond
|
f4c48915d4
|
Always use external helper for tags
|
2017-04-09 00:31:44 +01:00 |
|
Craig Drummond
|
b3bc9b456c
|
Reduce number of advanced config items - there was just too many.
|
2017-04-08 19:27:18 +01:00 |
|
Craig Drummond
|
0a73215867
|
Update (c) year
|
2017-04-02 18:45:30 +01:00 |
|
Craig Drummond
|
b0b0140d98
|
Remove Qt4 support
|
2017-04-02 18:43:34 +01:00 |
|
Craig Drummond
|
a517bf4f17
|
Remove KDE4 and Ubuntu Touch support
|
2017-04-01 22:55:27 +01:00 |
|
Craig Drummond
|
84ca06c2a5
|
Fix local file playback on remote MPD when MPD's curl is using IPv6
Issue #907
|
2016-11-02 22:24:00 +00:00 |
|
Craig Drummond
|
eaca1f34f3
|
When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
Issue #896
|
2016-10-16 22:33:41 +01:00 |
|
Craig Drummond
|
7546ec45e2
|
Fix AudioCD playback when MPD's curl is using IPv6
|
2016-06-03 16:30:48 +01:00 |
|
Craig Drummond
|
658788645b
|
Fix playback of AudioCDs
|
2016-03-17 23:12:29 +00:00 |
|
Craig Drummond
|
705648420a
|
Update (c) year
|
2016-01-08 18:55:13 +00:00 |
|
Craig Drummond
|
77ae58a9d0
|
Set HTTP server to listen on all addresses, but use IP address of socket
connected to MPD for HTTP URLs.
|
2015-08-14 18:57:15 +01:00 |
|
Craig Drummond
|
9533f12881
|
Update (c) year
|
2015-08-13 21:12:34 +01:00 |
|
Craig Drummond
|
69159da4af
|
Re-arange layouts so that note labels are in correct place if make OSX
pref dialog not do its resize thingy...
|
2015-07-23 21:01:01 +01:00 |
|
Craig Drummond
|
67507362d5
|
Always build support for Dynamic, Online, and Streams
|
2015-06-26 21:18:25 +01:00 |
|
craig.p.drummond
|
93b70ec240
|
Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
|
2015-03-16 19:18:52 +00:00 |
|
craig.p.drummond
|
ecc13bd11d
|
Resize config dialog when page changes
|
2014-10-08 14:39:08 +00:00 |
|
craig.p.drummond
|
1da5eea8a0
|
Detect lo as well as loX as loopback
|
2014-10-07 18:48:42 +00:00 |
|
craig.p.drummond
|
e383546083
|
Use newConnection not incommingConnection to handle new connections
BUG: 554
|
2014-10-04 08:44:44 +00:00 |
|
craig.p.drummond
|
6a66fbd2c6
|
Fix playback of local files by inbuilt HTTP server.
BUG 554
|
2014-10-03 18:10:11 +00:00 |
|
craig.p.drummond
|
cb743758d9
|
Better display of interface details.
|
2014-09-29 16:08:57 +00:00 |
|
craig.p.drummond
|
0d681a4d78
|
Add note-label classes to ensure consistency
|
2014-08-21 16:40:46 +00:00 |
|