David Sansome
|
cb275f318f
|
Add an option to disable automatic crossfading between tracks on the same album or from the same cuesheet. Fixes issue 1479
|
2011-03-13 18:37:46 +00:00 |
David Sansome
|
f22f361f66
|
Revert "Do not cross-fade if two songs of the same CUE file are consecutively being played"
This reverts r2921.
|
2011-03-13 18:37:39 +00:00 |
John Maguire
|
e172765331
|
Some support for MediaStorageInterface.
|
2011-03-13 18:20:37 +00:00 |
David Sansome
|
002ae13817
|
Use the canonical file path (resolve symlinks and '..') when adding directories to the library, and when adding files to the playlist. Fixes issue #1494
|
2011-03-13 14:43:03 +00:00 |
David Sansome
|
3d593e696c
|
Make escape and backspace work in the library and radio views. Fixes issue 1510
|
2011-03-13 14:14:16 +00:00 |
David Sansome
|
d7dbd21438
|
Fixed some of the "metadata changed" when doing a library rescan
|
2011-03-13 13:40:24 +00:00 |
David Sansome
|
db8359838a
|
Set a timeout of 5 seconds on musicbrainz network requests. Fixes issue #1390
|
2011-03-13 13:17:35 +00:00 |
Paweł Bara
|
ad7223f8b3
|
code review
|
2011-03-13 13:02:48 +00:00 |
David Sansome
|
8690438ad4
|
Cancel network requests and outstanding fingerprint operations when cancelling musicbrainz lookups
|
2011-03-13 12:52:08 +00:00 |
Paweł Bara
|
e2cd6d02ee
|
the folder was not enough
|
2011-03-13 12:44:45 +00:00 |
Paweł Bara
|
548c666dcf
|
sample barf invoking script for the color API - rainbowizer
|
2011-03-13 11:45:35 +00:00 |
Paweł Bara
|
ce17d5f1c9
|
API for coloring rows in playlist view
graying out of broken songs on playback
David's POT?
|
2011-03-13 11:43:44 +00:00 |
David Sansome
|
1fb7dae446
|
Show a helpful error if the gstofa plugin isn't available
|
2011-03-12 22:29:13 +00:00 |
David Sansome
|
b74576cbd5
|
Fix build error on mac
|
2011-03-12 22:29:08 +00:00 |
David Sansome
|
3d696ad4f4
|
Add some docs for the musicbrainz stuff
|
2011-03-12 22:29:03 +00:00 |
David Sansome
|
5df2a5c790
|
Add libofa, libgstofa and libfftw3 to the Windows installer
|
2011-03-12 22:01:40 +00:00 |
David Sansome
|
b51566cdd9
|
Remove the dependencies on libtunepimp, libofa, libmusicbrainz. Use the gstreamer ofa plugin instead to fingerprint songs.
|
2011-03-12 21:19:41 +00:00 |
David Sansome
|
2c4102b060
|
Fix an error if you try to disable dbus, but enable wiimotedev. Fixes issue #1516
|
2011-03-12 21:19:32 +00:00 |
Paweł Bara
|
c8c394d200
|
don't push new URL into engine in the CurrentMetadataChanged slot - send it the beginning and end markers only
this means that Clementine still skips broken songs while at the same time fixes issue #1565
|
2011-03-12 20:20:13 +00:00 |
Paweł Bara
|
7f48c13dc9
|
fixing broken DI radio
|
2011-03-12 13:35:02 +00:00 |
Paweł Bara
|
e25e9efffc
|
Clementine now skips broken streams (radios for example). At least I hope it always does. ;) Fixes issue #1562.
|
2011-03-12 13:24:30 +00:00 |
Paweł Bara
|
47f5de6176
|
fixing tests
|
2011-03-10 22:05:56 +00:00 |
Paweł Bara
|
7c86b0c7a5
|
updating SIPs
|
2011-03-10 18:12:56 +00:00 |
Paweł Bara
|
8722e00103
|
Clementine now skips songs that don't exist anymore (updates issue #250)
|
2011-03-10 18:01:35 +00:00 |
John Maguire
|
d8cd7ae80a
|
Set name in identity stanza.
|
2011-03-10 15:10:31 +00:00 |
Andrea Decorte
|
f62f1a6df8
|
Middle click to append to playlist now works in the other views. Fixes issue #1546
|
2011-03-10 12:42:35 +00:00 |
Andrea Decorte
|
a356c5c425
|
Ctrl + Space to select/deselect in playlist. Fixes issue #1190
|
2011-03-09 13:03:52 +00:00 |
David Sansome
|
8e9c913605
|
Recreate the windows 7 thumbbar buttons if the window is hidden and then shown again. Fixes issue #1547
|
2011-03-09 00:13:50 +00:00 |
John Maguire
|
48b7dc3501
|
Massively hacky basic integration to tomahawk.
|
2011-03-08 21:16:09 +00:00 |
John Maguire
|
7ca69e009e
|
Add libportfwd and an async wrapper.
|
2011-03-08 16:34:20 +00:00 |
Arnaud Bienner
|
7fbd09954b
|
Using new actions (that doesn't display unusuable shorcuts) for the tray icon menu. Fixes issue 679
|
2011-03-07 21:33:01 +00:00 |
David Sansome
|
7a60b52704
|
Fix the size of the now-playing widget to make it line up exactly with the top of the player controls
|
2011-03-07 20:21:34 +00:00 |
David Sansome
|
6a64b8f8f3
|
Fix a bug that made it sometimes impossible to seek a track
|
2011-03-07 20:00:03 +00:00 |
David Sansome
|
961a97659e
|
Fix keyboard shortcuts on actions in the playlist menu that aren't added anywhere else.
|
2011-03-06 18:26:06 +00:00 |
David Sansome
|
5672fa90e7
|
Wait for the gstreamer pipeline to be connected and in either the PAUSED or PLAYING state before trying to do the initial seek. This should stop the occasional "seek failed" messages when playing tracks. Fixes issue #1292
|
2011-03-06 18:11:53 +00:00 |
John Maguire
|
19af887465
|
Disable automated tag encoding correction and instead just mark tags as "suspicious".
|
2011-03-06 16:39:36 +00:00 |
David Sansome
|
2cb8b8dba7
|
Stop cue sections at exactly the right place, and move seamlessly between consecutive sections of the same file. Fixes issue #1233. Fixes issue #1419.
|
2011-03-06 16:35:47 +00:00 |
Andrea Decorte
|
b8a008aaeb
|
Added middleclick to enqueue to playlist. Fixes issue #865
|
2011-03-06 15:53:08 +00:00 |
David Sansome
|
c4c7d8f82f
|
Fix compilation without libtunepimp
|
2011-03-06 15:11:52 +00:00 |
David Sansome
|
0acfbda94d
|
Don't crash when closing a playlist that has a pending SongLoaderInserter. Fixes issue #1471
|
2011-03-06 14:46:01 +00:00 |
David Sansome
|
8e70124830
|
When loading part of a cuesheet that wasn't in the library on startup, keep the metadata that was loaded last time instead of replacing it with what is in the file's tags
|
2011-03-06 14:45:56 +00:00 |
David Sansome
|
cce41f1372
|
Fix the scope when playing cue files. Fixes issue #1291
|
2011-03-06 14:18:53 +00:00 |
David Sansome
|
c2445edad5
|
Add a "complete tags automatically" shortcut to the playlist context menu. Fixes issue #1532
|
2011-03-06 14:07:41 +00:00 |
David Sansome
|
99101c8442
|
Add a "Show in file browser..." menu item to the playlist. Thanks dein.negativ. Fixes issue #465
|
2011-03-06 13:10:14 +00:00 |
Andrew Udvare
|
4fe36ad7b3
|
Do not test if both songs don't have CUE files
|
2011-03-06 03:31:04 +00:00 |
Andrew Udvare
|
dabeab9360
|
Do not cross-fade if two songs of the same CUE file are consecutively being played
|
2011-03-06 03:15:28 +00:00 |
David Sansome
|
4a020c0c04
|
Add support for fetching tags for multiple songs at once. Fixes issue #1399
|
2011-03-05 19:24:44 +00:00 |
Arnaud Bienner
|
34f8c124f5
|
Modif analyzers' framerate to make code cleaner. Adding 'very high' framerate
|
2011-03-05 18:53:48 +00:00 |
Andrea Decorte
|
cfe6b9e652
|
Added option to hide dividers in library view. Fixes issue #1125
|
2011-03-05 15:20:27 +00:00 |
David Sansome
|
2ca38cbe99
|
Don't turn off dynamic mode when adding an empty smart playlist. Fixes issue #1526
|
2011-03-05 13:01:08 +00:00 |