- 18 Feb, 2009 3 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
Urs Fleisch authored
Fixed bug: The wrong header info was displayed for some files with ID3v2 but without ID3v1. Check first ID3v2 header info, then ID3v1 header info.
-
- 15 Feb, 2009 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
Fixed bug: The information (bitrate, length, etc. ) is often missing if an ID3v2.3 tag contains a picture and id3lib is used
-
- 14 Feb, 2009 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 08 Feb, 2009 2 commits
-
-
Urs Fleisch authored
Fixed bug: When ID3v2 text encoding is set to UTF16 and id3lib (ID3v2.3) is used for MP3 files, after saving a file with changed ID3v1 tags, the changed ID3v1 fields are displayed incorrectly.
-
Urs Fleisch authored
improved the debian build system for Ubuntu 9.04, it can now create a KDE 3 and a Qt 3 package, or a KDE 4 and a Qt 4 package
-
- 07 Feb, 2009 1 commit
-
-
Urs Fleisch authored
-
- 03 Feb, 2009 1 commit
-
-
Urs Fleisch authored
-
- 01 Feb, 2009 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 27 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 10 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 03 Jan, 2009 1 commit
-
-
Urs Fleisch authored
-
- 01 Jan, 2009 2 commits
-
-
Urs Fleisch authored
refactored and improved HTTP download stuff out of ImportSourceClient into HttpClient, DownloadDialog for progress of HTTP downloads, automatically download pictures if a picture, Google Images or Amazon URL is dropped
-
Urs Fleisch authored
-
- 29 Dec, 2008 1 commit
-
-
Urs Fleisch authored
-
- 28 Dec, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
Fixed bug in gnudb.org import: non-ascii characters were not imported correctly because UTF-8 encoding was assumed but ISO-8859-1 encoding received. Now check charset in HTML header and use CDDB Protocol Level 6.
-
- 27 Dec, 2008 1 commit
-
-
Urs Fleisch authored
do not change track number if the difference is only having "track/total" or "track", do not change genre if the difference is only "(GenreNumber)" or "GenreText"
-
- 26 Dec, 2008 1 commit
-
-
Urs Fleisch authored
Only update selection before "Number Tracks", "Copy", "Paste", "From Filename", "From Tags 1/2" if only a single file is selected to avoid marking files as changed which are not changed. This happened if multiple files were selected, only a subset of the fields was marked and then for example "From Tags 2" was clicked. updateCurrentSelection() set fields with different values (e.g. Track) to an empty value and marked them as changed, before the probably old value was set again by copyV2toV1().
-
- 22 Dec, 2008 1 commit
-
-
Urs Fleisch authored
-
- 17 Dec, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
do not return null string in getReplacement() if code found but value empty, this caused %c, %y, ... being replaced by %c, %y, ... instead of empty when comment, year, ... field was empty
-
- 22 Nov, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
use one debian directory instead of three ("deb-kde3", "deb-kde4", "deb-qt") for all binary packages
-
- 25 Oct, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
- 21 Oct, 2008 1 commit
-
-
Urs Fleisch authored
for Kubuntu 8.10: separate debian directory deb-qt and script build-deb-qt.sh to build kid3-qt package, deb-kde3 now only creates a KDE 3 package, updated deb-kde4/cdbs files with files from other projects such as darkroom and yakuka
-
- 30 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 28 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 11 Sep, 2008 2 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
revert default extension to ".ogg" instead of ".oga", the latter should be used for Ogg FLAC, see http://wiki.xiph.org/index.php/MIME-Migration.
-
- 10 Sep, 2008 1 commit
-
-
Urs Fleisch authored
-
- 06 Sep, 2008 4 commits
-
-
Urs Fleisch authored
-
Urs Fleisch authored
-
Urs Fleisch authored
convert track numbers of the form "track/total number of tracks" to numbers before use for copy of format
-
Urs Fleisch authored
fixed bug in Qt4 versions: the track times were not assigned to the correct tracks when some track times were missing
-