Andreas
|
cf1dfe0d58
|
Clementine will offer a song before download first. The client can deceide if it want to download it or not. Only when the client accepted the file, Clementine sends it.
|
2013-07-23 16:59:50 +02:00 |
Andreas
|
1e4819f2df
|
Add stop after current track feature to network remote.
|
2013-07-20 19:38:37 +02:00 |
Andreas
|
f67083c92e
|
Network remote: Each song will be send after client confirms that the previous track was received. Saves a lot of memory especially when sendings lossless files.
|
2013-07-18 11:28:53 +02:00 |
Andreas
|
c09d77f413
|
Network remote can now send songs to clients.
|
2013-07-12 12:31:27 +02:00 |
Andreas
|
9e0b877e5a
|
The network remote can now send lyrics to clients.
|
2013-07-10 13:24:23 +02:00 |
Andreas
|
7406057e5f
|
Bump proto version, so users have to update Clementine in order to use the new features.
|
2013-05-07 18:33:45 +02:00 |
Andreas
|
4bb433e912
|
- Correct filename in coverexport when textfield is empty.
- Network clients can now love and ban tracks.
|
2013-05-07 17:57:53 +02:00 |
Andreas
|
5fe0f3402a
|
New requests for opening and closing playlists in the network remote.
|
2013-04-20 16:11:57 +02:00 |
Andreas
|
8888cc410a
|
Send closed playlists too if requested.
|
2013-04-16 13:57:04 +02:00 |
pie.or.paj
|
18e8d6ca20
|
- Added basic playlist management (add and remove tracks) in network remote.
|
2013-04-13 11:57:05 +02:00 |
Andreas
|
a79834755b
|
Change connect message handling.
|
2013-03-27 16:54:02 +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
|
be68c9f702
|
If use auth code is enabled, check if the client has sent the correct auth code before processing any messages.
|
2013-03-21 10:57:52 +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
|
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
|
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 |
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
|
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 |
Andreas
|
8cb0b3d349
|
fixed commit
|
2013-01-14 22:00:56 +01:00 |
Andreas
|
570b4f9e88
|
Corrected proto
|
2013-01-14 21:42:08 +01:00 |
Andreas
|
aa8d512444
|
Merge remote-tracking branch 'remote/remotecontrol'
Conflicts:
ext/libclementine-remote/remotecontrolmessages.proto
src/networkremote/networkremote.cpp
|
2013-01-14 21:39:01 +01:00 |
Andreas
|
516e58fbc9
|
Changed proto
|
2013-01-14 19:07:34 +01:00 |
John Maguire
|
d1a1f70bf9
|
Make version and msgType optional for better backwards-compatibility.
|
2013-01-14 16:53:57 +01:00 |
John Maguire
|
088d179e9b
|
Add UNKNOWN to remote control proto to make backwards compatible changes
easier later.
|
2013-01-14 16:50:00 +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
|
6bb02d2731
|
Transfer coverart without base64
|
2013-01-12 17:22:40 +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
|
fe0c1b5206
|
Changed xml to protocol buffers
|
2013-01-03 21:40:47 +01:00 |