1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 03:45:56 +01:00
Commit Graph

4586 Commits

Author SHA1 Message Date
David Sansome
1208ba308f Add a parser for WPL playlists. Fixes issue 3437 2013-02-05 23:19:19 +11:00
David Sansome
4f4110c03a Support podcast items that use x-audio/* mime-types, like x-audio/m4a. Fixes issue 3448 2013-02-05 22:22:52 +11:00
David Sansome
6019afb097 Make the library sorting locale aware. Fixes issue 3456 2013-02-05 22:17:09 +11:00
Clementine Buildbot
ebafe52f19 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-02-04 10:03:37 +01:00
Andreas
f779e14df7 Fix connects for Repeat and Shuffle. They were never reached. 2013-02-03 21:09:48 +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
Joel Bradshaw
9578c6c647 Adding spot for a unique album ID and implementing on Spotify
To resolve albums with duplicate tracks

Fixes issue 3429
2013-02-02 15:05:11 +01:00
Alan Briolat
970a615846 Improve experience of setting up a subsonic connection 2013-01-30 13:22:04 +01:00
John Maguire
90803fa0e0 Remove use of deprecated gstreamer functions. 2013-01-29 13:19:26 +01:00
John Maguire
d34e3b5404 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-29 11:36:37 +01:00
Andreas
a4d26bc249 - Actually fix the SIGPIPE (Broken Pipe) Error. It was caused by the QTcpSocket::flush().
- Revert previous SIGPIPE fixes.
- Rename method in RemoteClient to match its function.
2013-01-28 22:45:26 +01:00
John Maguire
53608665e4 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-28 15:41:51 +01:00
Andreas
a2c07527bf Included signal header file in main.cpp. 2013-01-28 15:40:00 +01:00
Andreas
cf47331cf8 Small code style fix. 2013-01-28 14:40:04 +01:00
Andreas
fcc0da554b Moved signal(SIGPIPE, SIG_IGN) to main. 2013-01-28 14:39:31 +01:00
Andreas
a40aa6fb8d Added security methods to prevent SIGPIPE termination. 2013-01-28 14:21:04 +01:00
Martin Brodbeck
d5139ac2b2 Add opus support to transcoder.
Fixes issue #3453
2013-01-28 14:09:31 +01:00
Clementine Buildbot
63ff2539b4 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-01-28 10:06:22 +01:00
David Sansome
a004d66f3d Make the playlist parser recognise URLs with schemes of only 2 characters (eg, di://). Fixes issue 3452 2013-01-27 14:53:20 +00:00
Martin Brodbeck
d05041dfa1 Add support for Opus tags. 2013-01-26 11:18:24 +00:00
Andreas
4ed516ad1f Send the current track position when a client connects 2013-01-26 11:52:53 +01:00
Arnaud Bienner
a3dbfc0674 Avoid unnecessary copy 2013-01-25 01:48:39 +01:00
John Maguire
0d743a2065 Fix some style issues in subsonic. 2013-01-24 17:48:58 +01:00
John Maguire
fe2fb788d3 Merge branch 'subsonic'
Conflicts:
	data/data.qrc
2013-01-24 17:02:08 +01:00
John Maguire
66c0878b7e Change tinysvcmdns to use sockets instead of pipe on windows.
Should make it actually work on windows.
2013-01-23 20:20:26 +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
f27cf7b59f Change tinysvcmdns to use sockets instead of pipe on windows.
Should make it actually work on windows.
2013-01-23 16:05:32 +01:00
John Maguire
0e6ff8fdc6 Add missing include for std::floor(). 2013-01-23 12:11:59 +01:00
John Maguire
e6d16e7645 Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-23 11:49:21 +01:00
Alan Briolat
465015fe3c Don't fetch magnatune library until service is expanded. Fixes issue 3440 2013-01-22 23:30:15 +01:00
Andreas
78ad2fb517 Fixed an issue where clementine could crash: A client connects before the playlist manager is
initialized. This caused a null pointer exception. Now the server is started after the
playlist manager was initialized.
2013-01-22 22:58:32 +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
Piotr Strębski
f7cccb26fa Add Polish translations of GenericName and Comment in the .desktop file 2013-01-22 16:00:59 +01:00
David Sansome
df08c289bd Merge branch 'issue-222' of http://code.google.com/r/chrisdthroup-clementine-player/ 2013-01-22 13:20:38 +01:00
John Maguire
2d11e1da3b Merge branch 'master' of https://code.google.com/r/asfa194-clementineremote 2013-01-22 12:20:34 +01:00
Chris Throup
6cb083be30 Read comments from MP4 tags. 2013-01-22 08:58:28 +00:00
Alan Briolat
a5f6356be4 Subsonic global search provider and some extra UI polish 2013-01-21 22:13:48 +00:00
Chris Throup
f41d333788 Read and write extra metadata for MP4 tags. Fixes issue 222.
Now writes album artist, disc number, composer, compilation and bpm.
Now reads disc number and composer.
Previously read album artist.
Unconfirmed read for compilation and bpm.
2013-01-21 09:16:18 +00:00
Clementine Buildbot
756f90d28d Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-01-21 10:03:46 +01:00
Alan Briolat
d424ed93a4 Don't fetch subsonic library until service is expanded 2013-01-20 23:25:54 +00:00
Alan Briolat
a7fe1b693b Eliminate race condition for subsonic library TotalSongCountUpdated 2013-01-20 23:24:14 +00:00
Arnaud Bienner
8dfaac8bfb Sort providers according to user's preference instead of name 2013-01-19 16:06:48 +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
John Maguire
51d0664eb6 Merge branch 'remotecontrol' 2013-01-18 17:15:05 +01:00
John Maguire
139777cace Search for windows pthread library for tinysvcmdns. 2013-01-18 16:56:07 +01:00
John Maguire
6b4f4cde38 Oops, actually link winsock2. 2013-01-18 14:00:21 +01:00
John Maguire
de7ace16ec Link winsock2 and pthread to tinysvcmdns. 2013-01-18 13:59:10 +01:00
Alan Briolat
d8bc3a02fa Fix Magnatune library not being sorted after refresh
Fixes issue #3435
2013-01-18 13:50:20 +01:00
Alan Briolat
2d68315c22 Fix Subsonic library not being sorted after refresh 2013-01-18 10:35:47 +00:00