|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
814b725fe3
|
Slightly improved progress indicator for file analyzer: Additional files from playlists are now taken into account earlier.
|
2012-05-08 01:12:26 +02:00 |
|
|
72e8558b5f
|
Added progress indicator to CueSheet import thread.
|
2012-05-06 23:58:18 +02:00 |
|
|
9b687fff9a
|
Happy New Year 2012!
|
2012-01-02 00:52:27 +01:00 |
|
|
1a238db3db
|
Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand.
|
2011-12-22 00:06:34 +01:00 |
|
|
84053a76f4
|
Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate.
|
2011-11-08 15:12:31 +01:00 |
|
|
9276645f1b
|
More fixes for the Cue Sheet parser: Strings don't have to be enclosed in quotes, if they don't contain any whitespace chars, so we should support that case. Also generate a title from the track number, if the Cue Sheet doesn't define a title for the track.
|
2011-09-24 00:15:50 +02:00 |
|
|
466d339d9d
|
Added support for the non-standard tags "REM DATE" and "REM GENRE" to the CUE Sheet parser.
|
2011-09-23 21:30:55 +02:00 |
|
|
93d4fb14ee
|
Make lamexp_clean_filename() a global function.
|
2011-08-04 20:35:40 +02:00 |
|
|
c0f13b2624
|
Fixed file name generation in Cue Sheet splitter: If the title of a track contains characters that are not allowed in a file name, we have to replace them.
|
2011-07-02 16:40:15 +02:00 |
|
|
e0131ac18b
|
Fixed compilation in Visual Studio 2008.
|
2011-06-21 22:07:22 +02:00 |
|
|
252d48ed6b
|
Increase process timeout interval to 180 seconds. Should avoid Timeout errors on "very slow" systems, although I think 30 seconds should be sufficient (so the actual problem might be something else).
|
2011-06-14 13:06:27 +02:00 |
|
|
a955f791e9
|
Generate nicer output file names in Cue Splitter.
|
2011-05-29 16:57:38 +02:00 |
|
|
45dd277e99
|
Much simplified indexToString() using a QTime object.
|
2011-05-18 00:36:51 +02:00 |
|
|
352bfd4864
|
Improved precision of the indexToString() function. The Cue Sheet splitter should be able cut more precise now!
|
2011-05-17 20:06:01 +02:00 |
|
|
489829fb37
|
Refactored Cue Sheet splitter thread: Now we simply pass a pointer to the Cue Sheet model into the Cue Sheet splitter thread instead of having to copying all the information in the Cue Sheet import dialog. Also the Cue Sheet import process can now be aborted by the user.
|
2011-05-16 18:05:50 +02:00 |
|
|
f8f792f23f
|
The Cue Sheet splitter will now also handle input files that are not PCM/Wave.
|
2011-05-15 18:53:44 +02:00 |
|
|
9296fc32b6
|
Cue Sheet splitter improvements/fixes + German translation updates.
|
2011-05-15 15:14:33 +02:00 |
|
|
55b5393768
|
Implemented Cue Sheet splitter thread. Basic Cue Sheet import should work now, but only uncompressed Wave/PCM files are supported.
|
2011-05-15 01:45:27 +02:00 |
|