From 5b41be0ec44d5c845d8421bbafce9eb56f7baad3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Fri, 18 Nov 2016 18:32:11 +0100 Subject: [PATCH] Improve info about download --- README.md | 23 ++++-- translations/tageditor_de_DE.ts | 140 ++++++++++++++++---------------- translations/tageditor_en_US.ts | 140 ++++++++++++++++---------------- 3 files changed, 158 insertions(+), 145 deletions(-) diff --git a/README.md b/README.md index d44a09f..7584b07 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,25 @@ The relevant CLI options are `--min-padding`, `--max-padding` and `--force-rewri Taking advantage of padding is currently not supported when dealing with Ogg streams (it is supported when dealing with raw FLAC streams). -## Download / binary repository -I currently provide packages for Arch Linux and Windows. Sources for those packages can be found in a -separate [repository](https://github.com/Martchus/PKGBUILDs). For binaries checkout my -[website](http://martchus.no-ip.biz/website/page.php?name=programming). +## Download +### Source +See the release section on GitHub. -Gentoo packages are provided by perfect7gentleman. Checkout his [repository](https://github.com/perfect7gentleman/pg_overlay). +### Packages and binaries +* Arch Linux + * for PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) or + [the AUR](https://aur.archlinux.org/packages?SeB=m&K=Martchus) + * for binary repository checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming) +* Tumbleweed + * for RPM \*.spec files and binary repository checkout + [openSUSE Build Servide](https://build.opensuse.org/project/show/home:mkittler) +* Gentoo + * packages are provided by perfect7gentleman; checkout his + [repository](https://github.com/perfect7gentleman/pg_overlay) +* Windows + * for mingw-w64 PKGBUILDs checkout [my GitHub repository](https://github.com/Martchus/PKGBUILDs) + * for binaries checkout [my website](http://martchus.no-ip.biz/website/page.php?name=programming) and the + release section on GitHub ## Usage The Tag Editor has a GUI (Qt 5) and a command line interface. For a C++ library diff --git a/translations/tageditor_de_DE.ts b/translations/tageditor_de_DE.ts index fdc5b02..fe99547 100644 --- a/translations/tageditor_de_DE.ts +++ b/translations/tageditor_de_DE.ts @@ -1606,27 +1606,27 @@ another position would prevent rewriting the entire file QtGui::HttpResultsModel - + <p>Do you want to redirect form <i>%1</i> to <i>%2</i>?</p> - + Search - + Redirection to: - + Server replied no data. - + Aborted by user. @@ -2013,22 +2013,22 @@ another position would prevent rewriting the entire file - + Save file information - - + No file is opened. - + Unable to save file information because the current process hasn't been finished yet. - + Unable to write to file. %1 @@ -2039,12 +2039,12 @@ another position would prevent rewriting the entire file - + Unable to open file. - + No file information available. @@ -2381,47 +2381,47 @@ another position would prevent rewriting the entire file QtGui::QueryResultsModel - + Song title - + Album - + Artist - + Year - + Track - + Total tracks - + Genre - + Fetching cover is not implemented for this provider - + Fetching lyrics is not implemented for this provider @@ -2774,7 +2774,7 @@ the file reverting all unsaved changings. - + Abort @@ -2901,117 +2901,117 @@ the file reverting all unsaved changings. - + Unable to load the selected file "%1" because the current process hasn't finished yet. - + The file is beeing parsed ... - + Unable to reload the file because the current process hasn't finished yet. - + Currently is not file opened. - + The file could not be opened because an IO error occurred. - + File could be parsed correctly. - + File couldn't be parsed correctly. - + There are critical parsing notifications. - + There are warnings. - + There is no (supported) tag assigned. - + File format is not supported (an ID3 tag can be added anyways). - + The file %1 has been opened. - + Unable to apply the entered tags to the file because the current process hasn't finished yet. - + Saving tags ... - + No file has been opened. - + Unable to delete all tags from the file because the current process hasn't been finished yet. - + Do you really want to delete all tags from the file? - + don't show this message again - + Deleting all tags ... - + The selected file stores no tag (at least no supported), so there is nothing to delete. - + No file has been opened, so no tags can be deleted. - + Unable to start saving process because there an other process hasn't finished yet. - + Cancelling ... @@ -3026,27 +3026,27 @@ the file reverting all unsaved changings. - + Opening file - %1 - + Opening file: - + No write access; the file has been opened in read-only mode. - + The file is composed of multiple segments. Dealing with such files has not been tested yet and might be broken. - + The tags have been saved, but there is/are %1 warning(s) @@ -3054,7 +3054,7 @@ the file reverting all unsaved changings. - + and %1 error(s). @@ -3062,7 +3062,7 @@ the file reverting all unsaved changings. - + The tags have been saved, but there is/are %1 warning(s). @@ -3070,72 +3070,72 @@ the file reverting all unsaved changings. - + The tags have been saved. - + The tags couldn't be saved. See the info box for detail. - + The tags couldn't be saved because an IO error occured. - + Automatic tag management - + The container format of the selected file is not supported. The file can be treated as MP3 file (an ID3 tag according to the settings will be created). This might break the file. Do you want to continue? - + Treat file as MP3 file - + The currently opened file changed on the disk. - + A tag (with the selected target) already exists. - + The tag can not be created. - + Unable to remove the tag because the current process hasn't been finished yet. - + Unable to remove the tag because no file is opened. - + Unable to change the target because the current process hasn't been finished yet. - + Unable to change the target because no file is opened. - + Can not change the target of the selected tag because the tag does not support targets. @@ -4152,7 +4152,7 @@ the file reverting all unsaved changings. - + Handling of unknown/unsupported fields @@ -4177,23 +4177,23 @@ the file reverting all unsaved changings. - + Ignore &them but keep them when saving - + Dis&card them when saving - + <span style="font-weight: bold;">Automatic tag management</span> <br>If enabled, appropriate tags will be created and removed according to the settings automatically when opening a file. Otherwise you have to do this manually (eg. adding an ID3 tag if none is present yet) and settings like ID3 usage have no effect. - + enable automatic tag management (default) diff --git a/translations/tageditor_en_US.ts b/translations/tageditor_en_US.ts index 25395e9..c36e47a 100644 --- a/translations/tageditor_en_US.ts +++ b/translations/tageditor_en_US.ts @@ -1606,27 +1606,27 @@ another position would prevent rewriting the entire file QtGui::HttpResultsModel - + <p>Do you want to redirect form <i>%1</i> to <i>%2</i>?</p> - + Search - + Redirection to: - + Server replied no data. - + Aborted by user. @@ -2018,33 +2018,33 @@ another position would prevent rewriting the entire file - + Save file information - - + Unable to write to file. %1 - + Unable to open file. - + No file information available. - + No file is opened. - + Unable to save file information because the current process hasn't been finished yet. @@ -2381,47 +2381,47 @@ another position would prevent rewriting the entire file QtGui::QueryResultsModel - + Song title - + Album - + Artist - + Year - + Track - + Total tracks - + Genre - + Fetching cover is not implemented for this provider - + Fetching lyrics is not implemented for this provider @@ -2781,142 +2781,142 @@ Error in line %1: %3 - + The file is beeing parsed ... - + Unable to load the selected file "%1" because the current process hasn't finished yet. - + Currently is not file opened. - + Unable to reload the file because the current process hasn't finished yet. - + The file could not be opened because an IO error occurred. - + Opening file - %1 - + Opening file: - + File could be parsed correctly. - + File couldn't be parsed correctly. - + There are critical parsing notifications. - + There are warnings. - + No write access; the file has been opened in read-only mode. - + File format is not supported (an ID3 tag can be added anyways). - + The file is composed of multiple segments. Dealing with such files has not been tested yet and might be broken. - + There is no (supported) tag assigned. - + The file %1 has been opened. - + Saving tags ... - + No file has been opened. - + Unable to apply the entered tags to the file because the current process hasn't finished yet. - + Do you really want to delete all tags from the file? - + don't show this message again - + Deleting all tags ... - + The selected file stores no tag (at least no supported), so there is nothing to delete. - + No file has been opened, so no tags can be deleted. - + Unable to delete all tags from the file because the current process hasn't been finished yet. - + Cancelling ... - + Unable to start saving process because there an other process hasn't finished yet. - + The tags have been saved, but there is/are %1 warning(s) The tags have been saved, but there is %1 warning @@ -2924,7 +2924,7 @@ Error in line %1: %3 - + and %1 error(s). and %1 error. @@ -2932,7 +2932,7 @@ Error in line %1: %3 - + The tags have been saved, but there is/are %1 warning(s). The tags have been saved, but there is %1 warning. @@ -2940,72 +2940,72 @@ Error in line %1: %3 - + The tags have been saved. - + The tags couldn't be saved. See the info box for detail. - + The tags couldn't be saved because an IO error occured. - + Automatic tag management - + The container format of the selected file is not supported. The file can be treated as MP3 file (an ID3 tag according to the settings will be created). This might break the file. Do you want to continue? - + Treat file as MP3 file - + The currently opened file changed on the disk. - + A tag (with the selected target) already exists. - + The tag can not be created. - + Unable to remove the tag because no file is opened. - + Unable to remove the tag because the current process hasn't been finished yet. - + Unable to change the target because no file is opened. - + Can not change the target of the selected tag because the tag does not support targets. - + Unable to change the target because the current process hasn't been finished yet. @@ -3075,7 +3075,7 @@ the file reverting all unsaved changings. - + Abort @@ -4177,28 +4177,28 @@ the file reverting all unsaved changings. - + Handling of unknown/unsupported fields - + Ignore &them but keep them when saving - + Dis&card them when saving - + <span style="font-weight: bold;">Automatic tag management</span> <br>If enabled, appropriate tags will be created and removed according to the settings automatically when opening a file. Otherwise you have to do this manually (eg. adding an ID3 tag if none is present yet) and settings like ID3 usage have no effect. - + enable automatic tag management (default)