Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nate Graham
Kid3
Commits
be7c45c4
Commit
be7c45c4
authored
Feb 18, 2009
by
Urs Fleisch
Browse files
version 1.2
parent
ec343dbe
Changes
13
Hide whitespace changes
Inline
Side-by-side
kid3/ChangeLog
View file @
be7c45c4
Sat Feb 14 17:45:43 CET 2009 Urs Fleisch <ufleisch@users.sourceforge.net>
Wed Feb 18 21:40:17 CET 2009 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 1.2
* New:
+ Import of album cover art from various sources.
...
...
@@ -15,6 +17,9 @@ Sat Feb 14 17:45:43 CET 2009 Urs Fleisch <ufleisch@users.sourceforge.net>
+ Charset for gnudb.org import.
+ ID3v1 fields are displayed correctly after saving when the
ID3v2.3 encoding is set to UTF16.
+ Correct header information for MP3 files with attached picture
or without ID3v1 tag.
+ Adapted to Discogs server update.
Sat Sep 27 15:51:35 CEST 2008 Urs Fleisch <ufleisch@users.sourceforge.net>
...
...
kid3/config.h.cmake
View file @
be7c45c4
/* config.h. Generated by cmake from config.h.cmake */
#define VERSION "1.
1
"
#define VERSION "1.
2
"
#cmakedefine CONFIG_USE_KDE 1
...
...
kid3/configure.in.in
View file @
be7c45c4
#MIN_CONFIG(3.0)
AM_INIT_AUTOMAKE(kid3,1.
1
)
AM_INIT_AUTOMAKE(kid3,1.
2
)
AC_LANG_CPLUSPLUS
...
...
kid3/deb/changelog
View file @
be7c45c4
kid3 (1.
1-2
) unstable; urgency=low
kid3 (1.
2-0
) unstable; urgency=low
*
Build with KDE 4
.
*
New upstream release
.
-- Urs Fleisch <ufleisch@users.sourceforge.net>
Sat, 07
Feb 2009
12:24:11
+0100
-- Urs Fleisch <ufleisch@users.sourceforge.net>
Wed, 18
Feb 2009
21:44:30
+0100
kid3 (1.1-1) unstable; urgency=low
* New u
s
ptream release:
* New up
s
tream release:
- Add support for .oga (Closes: #498352)
* Add call to dh_icons and dh_desktop. (Closes: #454526)
* Update do debhelper compat 6.
...
...
kid3/deb/copyright
View file @
be7c45c4
...
...
@@ -10,7 +10,7 @@ Upstream Author: Urs Fleisch <ufleisch@users.sourceforge.net>
Copyright:
Copyright 2003-200
8
Urs Fleisch <ufleisch@users.sourceforge.net>
Copyright 2003-200
9
Urs Fleisch <ufleisch@users.sourceforge.net>
License:
...
...
kid3/doc/de/index.docbook
View file @
be7c45c4
...
...
@@ -20,13 +20,13 @@
</authorgroup>
<copyright>
<year>
200
8
</year>
<year>
200
9
</year>
<holder>
Urs Fleisch
</holder>
</copyright>
<legalnotice
id=
"fdl-notice"
>
&FDLNotice;
</legalnotice>
<date>
200
8-09-27
</date>
<releaseinfo>
1.
1
</releaseinfo>
<date>
200
9-02-18
</date>
<releaseinfo>
1.
2
</releaseinfo>
<abstract>
<para>
...
...
kid3/doc/en/index.docbook
View file @
be7c45c4
...
...
@@ -20,13 +20,13 @@
</authorgroup>
<copyright>
<year>
200
8
</year>
<year>
200
9
</year>
<holder>
Urs Fleisch
</holder>
</copyright>
<legalnotice
id=
"fdl-notice"
>
&FDLNotice;
</legalnotice>
<date>
200
8-09-27
</date>
<releaseinfo>
1.
1
</releaseinfo>
<date>
200
9-02-18
</date>
<releaseinfo>
1.
2
</releaseinfo>
<abstract>
<para>
...
...
kid3/kid3-qt/configure-kid3-qt.pl
View file @
be7c45c4
...
...
@@ -343,7 +343,7 @@ if ($from_configure) {
}
}
my
$config_h
=
"
#define VERSION
\"
1.
1
\"\n
";
my
$config_h
=
"
#define VERSION
\"
1.
2
\"\n
";
my
$config_pri
;
if
(
$prefix
)
{
$config_h
.=
"
#define CFG_PREFIX
\"
$prefix
\"\n
";
...
...
kid3/kid3-qt/configure.in
View file @
be7c45c4
AC_INIT(kid3, 1.
1
)
VERSION=1.
1
AC_INIT(kid3, 1.
2
)
VERSION=1.
2
AC_CONFIG_HEADERS([config.h])
AC_LANG([C++])
AC_PROG_CXX
...
...
kid3/kid3.lsm
View file @
be7c45c4
Begin4
Title: Kid3 -- Efficient Audio Tagger
Version: 1.
1
Entered-date: 200
8-09-27
Version: 1.
2
Entered-date: 200
9-02-18
Description: ID3 tagger to edit ID3v1.1, ID3v2.3, ID3v2.4, Ogg/Vorbis, FLAC
and MPC tags, multiple files, generate tags from file names
and vice versa, import and export album data in various formats.
...
...
@@ -11,7 +11,7 @@ Maintained-by: Urs Fleisch <ufleisch@users.sourceforge.net>
Home-page: http://kid3.sourceforge.net
Alternate-site: http://www.kde-apps.org/content/show.php?content=10415
Primary-site: http://www.sourceforge.net/projects/kid3
http://prdownloads.sourceforge.net/kid3/kid3-1.
1
.tar.gz?download
http://prdownloads.sourceforge.net/kid3/kid3-1.
2
.tar.gz?download
Platform: Linux, Windows.
Copying-policy: GPL
End
kid3/kid3.spec
View file @
be7c45c4
...
...
@@ -6,7 +6,7 @@ Name: kid3
License: GPL
Group: Applications/Multimedia
Summary: Efficient ID3 tag editor
Version: 1.
1
Version: 1.
2
Release: 1%{?dist}
URL: http://kid3.sourceforge.net/
Source0: http://downloads.sourceforge.net/kid3/%{name}-%{version}.tar.gz
...
...
kid3/kid3/kid3.cpp
View file @
be7c45c4
...
...
@@ -1705,7 +1705,7 @@ void Kid3App::slotHelpAbout()
QMessageBox
::
about
(
(
Kid3App
*
)
parent
(),
"Kid3"
,
"Kid3 "
VERSION
"
\n
(c) 2003-200
8
Urs Fleisch
\n
ufleisch@users.sourceforge.net"
);
"
\n
(c) 2003-200
9
Urs Fleisch
\n
ufleisch@users.sourceforge.net"
);
}
/**
...
...
kid3/kid3/main.cpp
View file @
be7c45c4
...
...
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
KAboutData
aboutData
(
"kid3"
,
0
,
ki18n
(
"Kid3"
),
VERSION
,
ki18n
(
description
),
KAboutData
::
License_GPL
,
ki18n
(
"(c) 2003-200
8
Urs Fleisch"
),
KLocalizedString
(),
"http://kid3.sourceforge.net"
,
ki18n
(
"(c) 2003-200
9
Urs Fleisch"
),
KLocalizedString
(),
"http://kid3.sourceforge.net"
,
"ufleisch@users.sourceforge.net"
);
aboutData
.
addAuthor
(
ki18n
(
"Urs Fleisch"
),
KLocalizedString
(),
"ufleisch@users.sourceforge.net"
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
...
...
@@ -108,7 +108,7 @@ int main(int argc, char* argv[])
KAboutData
aboutData
(
"kid3"
,
I18N_NOOP
(
"Kid3"
),
VERSION
,
description
,
KAboutData
::
License_GPL
,
"(c) 2003-200
8
Urs Fleisch"
,
0
,
"http://kid3.sourceforge.net"
,
"(c) 2003-200
9
Urs Fleisch"
,
0
,
"http://kid3.sourceforge.net"
,
"ufleisch@users.sourceforge.net"
);
aboutData
.
addAuthor
(
"Urs Fleisch"
,
0
,
"ufleisch@users.sourceforge.net"
);
KCmdLineArgs
::
init
(
argc
,
argv
,
&
aboutData
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment