-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade to Java 15 - Respect Linux Enviroment Variable XDG_CONFIG_HOME - Added Appstream metada.xml for Flathub
- Loading branch information
Showing
11 changed files
with
116 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ This file is part of NTag (audio file tag editor). | ||
~ | ||
~ NTag is free software: you can redistribute it and/or modify | ||
~ it under the terms of the GNU General Public License as published by | ||
~ the Free Software Foundation, either version 3 of the License, or | ||
~ (at your option) any later version. | ||
~ | ||
~ NTag is distributed in the hope that it will be useful, | ||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
~ GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License | ||
~ along with NTag. If not, see <http://www.gnu.org/licenses/>. | ||
~ | ||
~ Copyright 2021, Nico Rittstieg | ||
~ | ||
--> | ||
<component type="desktop-application"> | ||
<id>com.github.nrittsti.NTag</id> | ||
<launchable type="desktop-id">com.github.nrittsti.NTag.desktop</launchable> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0</project_license> | ||
<name>NTag (audio file tag editor)</name> | ||
<summary>NTag is a cross platform-graphical tag editor focused on everyday life use cases.</summary> | ||
<description> | ||
<p>List of main features:</p> | ||
<ul> | ||
<li>Viewing and editing tags in audio files</li> | ||
<li>Supported tag fields: title, artist, album, track, disc, year, date, comment, composer, album artist, language, lyrics, genre, compilation</li> | ||
<li>Supported audio formats: MP3, MP4 (M4A, M4B), FLAC, OGG and WMA</li> | ||
<li>Supported tag formats: ID3v1.1, ID3v2.3, ID3v2.4, MP4, ASF and Vorbis Comment</li> | ||
<li>Batch editing of multiple files</li> | ||
<li>Extended tag field editor (create, edit, delete)</li> | ||
<li>Supported cover artwork formats : JPG, PNG</li> | ||
<li>Resize/Shrink cover artwork</li> | ||
<li>Rename files based on the tag information</li> | ||
<li>Filter files by missing artwork/lyrics/metadata</li> | ||
</ul> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/nrittsti/ntag/master/ntag.png</image> | ||
<caption>NTag Main Window</caption> | ||
</screenshot> | ||
</screenshots> | ||
<developer_name>Nico Rittstieg</developer_name> | ||
<releases> | ||
<release version="1.2.9" date="2021-01-19"> | ||
<url>https://github.com/nrittsti/ntag/releases/tag/v1.2.9</url> | ||
</release> | ||
</releases> | ||
<content_rating type="oars-1.1"/> | ||
<url type="bugtracker">https://github.com/nrittsti/ntag/issues</url> | ||
<url type="homepage">https://github.com/nrittsti/ntag</url> | ||
<url type="help">https://github.com/nrittsti/ntag/wiki</url> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters