Andreas
|
6c19acdf48
|
Memory optimization in network remote.
|
2013-07-16 17:47:49 +02:00 |
|
Andreas
|
150345f2a6
|
Fix build error with QT < 4.7
|
2013-07-12 13:27:52 +02:00 |
|
Andreas
|
c09d77f413
|
Network remote can now send songs to clients.
|
2013-07-12 12:31:27 +02:00 |
|
Andreas
|
6b92048c15
|
Code cleanup.
|
2013-07-10 20:00:52 +02:00 |
|
Andreas
|
c413beda8f
|
Only send lyrics from active providers.
|
2013-07-10 13:51:18 +02:00 |
|
Andreas
|
9e0b877e5a
|
The network remote can now send lyrics to clients.
|
2013-07-10 13:24:23 +02:00 |
|
Andreas
|
20e1f1b3d6
|
Rescale album art when heigt is greater than 1000px, too.
|
2013-06-01 13:52:39 +02:00 |
|
Andreas
|
bcaeac7a02
|
Track position update was sometimes not sent on first track.
|
2013-05-27 16:08:35 +02:00 |
|
Arnaud Bienner
|
e9f14d9f8a
|
Fix GetPlaylist and update network remote
|
2013-05-11 23:59:51 +02:00 |
|
Andreas
|
8888cc410a
|
Send closed playlists too if requested.
|
2013-04-16 13:57:04 +02:00 |
|
Andreas
|
a79834755b
|
Change connect message handling.
|
2013-03-27 16:54:02 +01:00 |
|
Andreas
|
3f2aae602e
|
- Send data to clients only if they are authenticated.
- Send songs of the active playlist if the active playlist changes.
|
2013-03-23 17:02:00 +01:00 |
|
Andreas
|
7939890545
|
- Send the playlisttracks from the currenly active one in SendFirstData().
- New proto type FIRST_DATA_SENT_COMPLETE: Is send, when the method SendFirstData() finishes.
|
2013-03-21 16:14:13 +01:00 |
|
Andreas
|
ed86c7b09b
|
- New protocol buffer type: ACTIVE_PLAYLIST_CHANGED. This type is sent when the currenly active playlist changes instead of sending all playlists to the clients.
|
2013-03-20 15:57:22 +01:00 |
|
Andreas
|
578e143cf1
|
Fix: playlist name with non ASCII characters was not transfered correctly.
|
2013-02-15 15:57:45 +01:00 |
|
Andreas
|
8175e23f91
|
Always send default version. With the default tag the version is not sent automatically.
|
2013-02-08 18:52:14 +01:00 |
|
Andreas
|
589816e82c
|
- Added various playlist signals.
- Bump Proto version to 3, so that people update Clementine when using new Android App Version is released.
|
2013-02-07 21:34:04 +01:00 |
|
Andreas
|
8a97e317a6
|
Send Random and Repeat Mode on connection.
|
2013-02-03 20:24:36 +01:00 |
|
Andreas
|
617c575ef4
|
Send all playlist on connect.
|
2013-02-02 16:51:48 +01:00 |
|
Andreas
|
4ed516ad1f
|
Send the current track position when a client connects
|
2013-01-26 11:52:53 +01:00 |
|
Andreas
|
9472c5ace2
|
- Fixed a bug where clementine crashed when restarting the server (e.g. changed setting). Cause by wrong connect statement.
- Added set track position feature in proto
- Added authentication method
- Clementine sends now a disconnect message when closed
|
2013-01-23 20:02:12 +01:00 |
|
John Maguire
|
0e6ff8fdc6
|
Add missing include for std::floor().
|
2013-01-23 12:11:59 +01:00 |
|
Andreas
|
0828115c74
|
- Display a qr code in the remote control settings to download the android app
- Transfer the current track position to clients
|
2013-01-22 22:02:16 +01:00 |
|
Andreas
|
e9fd09193c
|
This should fix the issue, that the coverart is not transfered on windows.
|
2013-01-18 19:03:25 +01:00 |
|
Andreas
|
51ba9f47dc
|
added repeat and shuffe functionality
|
2013-01-15 14:43:02 +01:00 |
|
Andreas
|
0a97623df3
|
Changed sending playlist songs
|
2013-01-15 14:03:00 +01:00 |
|
John Maguire
|
06568248fc
|
Tidy up some remote control protobuf usage and style quirks.
|
2013-01-15 13:05:43 +01:00 |
|
John Maguire
|
555467e764
|
Tidy up remote control protobuf.
|
2013-01-14 16:17:36 +01:00 |
|
Andreas
|
e915d2e993
|
Transfer coverart without base64
|
2013-01-14 16:09:22 +01:00 |
|
Andreas
|
04ccdbbf08
|
added version to protocol buffer message
changed client handling
only non public ips can connect (can change that in options)
|
2013-01-10 21:21:55 +01:00 |
|
Andreas
|
c732e70511
|
multiclient support and shuffle feature
|
2013-01-09 20:07:28 +01:00 |
|
Andreas
|
7187e2440f
|
removed base64 encoding
|
2013-01-09 17:38:24 +01:00 |
|
Andreas
|
fe0c1b5206
|
Changed xml to protocol buffers
|
2013-01-03 21:40:47 +01:00 |
|