Craig Drummond
|
1e13266613
|
Ensure local playback enbled for user mpd
Issue #1293
|
2018-05-28 22:11:02 +01:00 |
|
Craig Drummond
|
eeb55435f3
|
Fix playback of local non-MPD files under Windows.
Issue #1250
|
2018-04-30 22:18:32 +01:00 |
|
Craig Drummond
|
e729e785f1
|
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
|
c5e7fa9c0d
|
Use AUTOMOC
|
2018-03-07 19:04:14 +00:00 |
|
Craig Drummond
|
b38b25fa6f
|
Tags not needed to serve files?
|
2018-02-05 20:05:32 +00:00 |
|
Craig Drummond
|
60270f5eef
|
Support dragging folder of music files onto playqueue.
Closes #1181
|
2018-01-31 20:09:57 +00:00 |
|
padertux
|
d01f915b4a
|
Refactor code to use C++11 nullptr
|
2018-01-08 23:01:25 +01:00 |
|
Craig Drummond
|
445d1497ac
|
Update (c) year
|
2018-01-01 10:11:39 +00:00 |
|
Craig Drummond
|
948026d73b
|
Use for(var: list) and not foreach(var, list)
|
2017-11-27 22:36:53 +00:00 |
|
Jonas Wielicki
|
e4a18332a0
|
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
|
4f7357c5bd
|
Reduce number of advanced config items - there was just too many.
|
2017-04-08 19:27:18 +01:00 |
|
Craig Drummond
|
a2f007a2b7
|
Update (c) year
|
2017-04-02 18:45:30 +01:00 |
|
Craig Drummond
|
18e2fb6dcf
|
Remove Qt4 support
|
2017-04-02 18:43:34 +01:00 |
|
Craig Drummond
|
98936e0504
|
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
|
a35899e8e9
|
Fix playback of AudioCDs
|
2016-03-17 23:12:29 +00:00 |
|
Craig Drummond
|
05647dca0f
|
Update (c) year
|
2016-01-08 18:55:13 +00:00 |
|
Craig Drummond
|
7eeb6fa7d3
|
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
|
2406289303
|
Update (c) year
|
2015-08-13 21:12:34 +01:00 |
|
Craig Drummond
|
406f99be02
|
Always build support for Dynamic, Online, and Streams
|
2015-06-26 21:18:25 +01:00 |
|
craig.p.drummond
|
5f6bf689a2
|
Fix playback of local files by inbuilt HTTP server.
BUG 554
|
2014-10-03 18:10:11 +00:00 |
|
craig.p.drummond
|
bae0cf19a1
|
Use QUrl with server details to build HTTP address used to compare MPD http file paths against.
|
2014-07-19 10:29:06 +00:00 |
|
craig.p.drummond
|
bf74e4a78f
|
Fix grouping of local and non-local podcasts in playqueue
|
2014-07-17 16:13:20 +00:00 |
|
craig.p.drummond
|
eac245fd65
|
Also read performer for display in context view
|
2014-06-11 18:25:29 +00:00 |
|
craig.p.drummond
|
d29d9a8781
|
Alter includes to have su-folder - e.g. utils.h -> support/utils.h
|
2014-05-13 18:37:52 +00:00 |
|
craig.p.drummond
|
0f320b7631
|
Use Q_GLOBAL_STATIC for Qt only builds
|
2014-03-17 19:52:47 +00:00 |
|
craig.p.drummond
|
ab7ffecca3
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
b320bcf210
|
Add CMake option to disable building of internal HTTP server.
BUG: 373
|
2014-01-02 19:07:59 +00:00 |
|
craig.p.drummond
|
3f24e2006a
|
If connected to MPD via a UNIX-domain socket, then send non-MPD files as file:/// URLs to MPD - i.e. dont use internal HTTP server. To foce usage of HTTP server - set alwaysUseHttp to true in Cantata's config file.
BUG: 373
|
2014-01-02 19:06:13 +00:00 |
|
craig.p.drummond
|
a7c810e3c0
|
Only start internal HTTP server when required, and stop 1 second after last Cantata stream is removed.
BUG: 369
|
2014-01-02 19:05:06 +00:00 |
|
craig.p.drummond
|
c8e9844aa9
|
Fix Qt5 build - setEncodedUrl is deprecated in Qt5, and doesn't seem to be required.
BUG: 344
|
2013-12-07 22:23:09 +00:00 |
|
craig.p.drummond
|
e59c09204b
|
Better handling of Cantata stream URLs with special characters (e.g. question marks)
|
2013-12-05 19:43:37 +00:00 |
|
craig.p.drummond
|
b609fe77fd
|
Revert reading/writing of tags in external helper - its not working correctly
BUG: 319
|
2013-10-25 20:01:33 +00:00 |
|
craig.p.drummond
|
99bccf6281
|
Read/write tags in an external app - as per Clementine and Amarok. Isolates Cantata from TagLib crashes.
|
2013-10-22 18:22:41 +00:00 |
|
craig.p.drummond
|
d0bec55b37
|
Allow local file playback without taglib
|
2013-10-18 18:58:33 +00:00 |
|
craig.p.drummond
|
a0453663a1
|
Can still use HTTP server without TagLib - its just not as good...
|
2013-10-18 18:57:44 +00:00 |
|
craig.p.drummond
|
00120245b4
|
Fix playing of files from windows share
|
2013-10-16 18:24:04 +00:00 |
|
craig.p.drummond
|
3d39aa60c3
|
Set/read composer field with HTTP files
|
2013-10-15 17:17:44 +00:00 |
|
craig.p.drummond
|
7c5c01974d
|
Fix HTTP server under windows when passed a local file
|
2013-10-15 17:14:51 +00:00 |
|
craig.p.drummond
|
38c3e86418
|
Fix AudioCD playback.
|
2013-05-21 19:22:22 +00:00 |
|
craig.p.drummond
|
70046145b8
|
Simplify HTTP server settings. Now only the interface can be chosen. HTTP server is used for all non-MPD files. If computer has no active network connection (e.g. lo is the only interface), then the HTTP server settings page is hidden.
|
2013-05-13 20:40:37 +00:00 |
|
craig.p.drummond
|
ab3c63410f
|
- Fix deletion of threads.
- Enable online services for windows builds.
|
2013-05-04 10:35:06 +00:00 |
|
craig.p.drummond
|
30b53a4e71
|
If we dynamically allocate a HTTP port, then attempt to reuse that port when Cantata restarts
|
2013-05-01 07:03:55 +00:00 |
|
craig.p.drummond
|
35a6a52133
|
Use 0 for 'Dynamic' setting
|
2013-03-19 19:29:54 +00:00 |
|
craig.p.drummond
|
8995a80be8
|
- Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
|
2013-03-14 19:50:59 +00:00 |
|
craig.p.drummond
|
66496d60d3
|
MusicBrainz lookup
|
2013-03-13 20:01:51 +00:00 |
|
craig.p.drummond
|
ce489a9afb
|
Intial attempt at audio-cd playback support. DOES NOT WORK!
|
2013-03-11 19:50:27 +00:00 |
|
craig.p.drummond
|
948c2b3ba9
|
Some valgrind fixes
|
2013-02-15 17:21:44 +00:00 |
|
craig.p.drummond
|
c65fc7713c
|
Support for Qt5
|
2013-02-08 17:57:02 +00:00 |
|
craig.p.drummond
|
a2cad3d269
|
Better thread termination
|
2013-01-30 19:16:03 +00:00 |
|
craig.p.drummond
|
09374f37a4
|
Remove Qt module prefix from includes - will make Qt5 port a little easier!
|
2013-01-28 19:33:42 +00:00 |
|