diff --git a/data/com.github.geigi.cozy.appdata.xml b/data/com.github.geigi.cozy.appdata.xml index 1cd56aa9..b4aecf05 100644 --- a/data/com.github.geigi.cozy.appdata.xml +++ b/data/com.github.geigi.cozy.appdata.xml @@ -49,6 +49,29 @@ https://www.patreon.com/geigi cozy@geigi.de + + +

+ This version of Cozy features an important change in library management. + Previously every file which was imported in your library but couldn't be found anymore was removed from the library during a scan. + Now audiobooks are not removed from your library automatically anymore. This prevents accidentally loosing the progress of a audiobook when a file can't be found temporarily. + To remove an audiobook from the library simply right-click on it and choose the remove from library option. +

+
    +
  • The download option will be enabled for audiobooks on removable or network drives automatically for each new storage location you add.
  • +
  • Unavailable books (books where a file can't be found) can now be opened to display the book detail view. They will be flagged with a little unavailable tag
  • +
  • Under the hood improvements in the media importer
  • +
  • Media playback is rewritten from ground up. It's far more stable than before.
  • +
  • Fix: When a different system language than English is used Cozy created two folders in the users home directory on the first startup, a translated and a English one. Now only the translated folder will be created.
  • +
  • Fix: A wrong mouse pointer was displayed with some pointer themes
  • +
  • Fix: A memory leak in the importer
  • +
  • Fix: The playback speed of a book was not remembered correctly
  • +
  • Fix: The desktop integration did not respect the switch author and reader setting
  • +
  • Many other small fixes that make Cozy more reliable
  • +
  • As always, updated translations thanks to all of the translators!
  • +
+
+

diff --git a/meson.build b/meson.build index 8cef44b2..ed2db3c5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.geigi.cozy', version: '0.9.1') +project('com.github.geigi.cozy', version: '0.9.2') python = import('python3') i18n = import('i18n') diff --git a/po/com.github.geigi.cozy.pot b/po/com.github.geigi.cozy.pot index 3b17143a..6a3accd6 100644 --- a/po/com.github.geigi.cozy.pot +++ b/po/com.github.geigi.cozy.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: com.github.geigi.cozy\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-04-18 22:29+0200\n" +"POT-Creation-Date: 2021-04-19 22:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,23 +109,23 @@ msgstr "" msgid "Download" msgstr "" -#: cozy/ui/book_element.py:37 +#: cozy/ui/book_element.py:36 msgid "Open book overview" msgstr "" -#: cozy/ui/book_element.py:38 +#: cozy/ui/book_element.py:37 msgid "Currently offline" msgstr "" -#: cozy/ui/book_element.py:124 +#: cozy/ui/book_element.py:123 msgid "Mark as read" msgstr "" -#: cozy/ui/book_element.py:127 +#: cozy/ui/book_element.py:126 msgid "Open in file browser" msgstr "" -#: cozy/ui/book_element.py:130 +#: cozy/ui/book_element.py:129 msgid "Remove from library" msgstr "" diff --git a/po/extra/extra.pot b/po/extra/extra.pot index 1026cff2..a361a176 100644 --- a/po/extra/extra.pot +++ b/po/extra/extra.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: extra\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-04-18 22:25+0200\n" +"POT-Creation-Date: 2021-04-19 22:59+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -97,6 +97,8 @@ msgid "Julian Geywitz" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:54 +#: data/com.github.geigi.cozy.appdata.xml:77 +#: data/com.github.geigi.cozy.appdata.xml:99 msgid "" "This version of Cozy features an important change in library management. " "Previously every file which was imported in your library but couldn't be " @@ -108,12 +110,16 @@ msgid "" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:61 +#: data/com.github.geigi.cozy.appdata.xml:84 +#: data/com.github.geigi.cozy.appdata.xml:106 msgid "" "The download option will be enabled for audiobooks on removable or network " "drives automatically for each new storage location you add." msgstr "" #: data/com.github.geigi.cozy.appdata.xml:62 +#: data/com.github.geigi.cozy.appdata.xml:85 +#: data/com.github.geigi.cozy.appdata.xml:107 msgid "" "Unavailable books (books where a file can't be found) can now be opened to " "display the book detail view. They will be flagged with a little unavailable " @@ -121,15 +127,21 @@ msgid "" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:63 +#: data/com.github.geigi.cozy.appdata.xml:86 +#: data/com.github.geigi.cozy.appdata.xml:108 msgid "Under the hood improvements in the media importer" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:64 +#: data/com.github.geigi.cozy.appdata.xml:87 +#: data/com.github.geigi.cozy.appdata.xml:109 msgid "" "Media playback is rewritten from ground up. It's far more stable than before." msgstr "" #: data/com.github.geigi.cozy.appdata.xml:65 +#: data/com.github.geigi.cozy.appdata.xml:88 +#: data/com.github.geigi.cozy.appdata.xml:110 msgid "" "Fix: When a different system language than English is used Cozy created two " "folders in the users home directory on the first startup, a translated and a " @@ -137,440 +149,451 @@ msgid "" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:66 +#: data/com.github.geigi.cozy.appdata.xml:89 +#: data/com.github.geigi.cozy.appdata.xml:111 msgid "Fix: A wrong mouse pointer was displayed with some pointer themes" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:67 +#: data/com.github.geigi.cozy.appdata.xml:90 +#: data/com.github.geigi.cozy.appdata.xml:112 msgid "Fix: A memory leak in the importer" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:68 +#: data/com.github.geigi.cozy.appdata.xml:91 +#: data/com.github.geigi.cozy.appdata.xml:113 msgid "Fix: The playback speed of a book was not remembered correctly" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:69 +#: data/com.github.geigi.cozy.appdata.xml:92 +#: data/com.github.geigi.cozy.appdata.xml:114 msgid "" "Fix: The desktop integration did not respect the switch author and reader " "setting" msgstr "" #: data/com.github.geigi.cozy.appdata.xml:70 -#: data/com.github.geigi.cozy.appdata.xml:86 -#: data/com.github.geigi.cozy.appdata.xml:102 -#: data/com.github.geigi.cozy.appdata.xml:113 -#: data/com.github.geigi.cozy.appdata.xml:129 -#: data/com.github.geigi.cozy.appdata.xml:141 -#: data/com.github.geigi.cozy.appdata.xml:156 -#: data/com.github.geigi.cozy.appdata.xml:171 -#: data/com.github.geigi.cozy.appdata.xml:185 -#: data/com.github.geigi.cozy.appdata.xml:208 -#: data/com.github.geigi.cozy.appdata.xml:220 +#: data/com.github.geigi.cozy.appdata.xml:173 +msgid "Many other small fixes that make Cozy more reliable" +msgstr "" + +#: data/com.github.geigi.cozy.appdata.xml:71 +#: data/com.github.geigi.cozy.appdata.xml:93 +#: data/com.github.geigi.cozy.appdata.xml:115 +#: data/com.github.geigi.cozy.appdata.xml:131 +#: data/com.github.geigi.cozy.appdata.xml:147 +#: data/com.github.geigi.cozy.appdata.xml:158 +#: data/com.github.geigi.cozy.appdata.xml:174 +#: data/com.github.geigi.cozy.appdata.xml:186 +#: data/com.github.geigi.cozy.appdata.xml:201 +#: data/com.github.geigi.cozy.appdata.xml:216 +#: data/com.github.geigi.cozy.appdata.xml:230 +#: data/com.github.geigi.cozy.appdata.xml:253 +#: data/com.github.geigi.cozy.appdata.xml:265 msgid "As always, updated translations thanks to all of the translators!" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:76 -#: data/com.github.geigi.cozy.appdata.xml:92 +#: data/com.github.geigi.cozy.appdata.xml:121 +#: data/com.github.geigi.cozy.appdata.xml:137 msgid "" "Surprise! Cozy features a new icon thanks to jimmac! This updates also " "features some smaller fixes and a small redesign of the headerbar." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:80 -#: data/com.github.geigi.cozy.appdata.xml:96 +#: data/com.github.geigi.cozy.appdata.xml:125 +#: data/com.github.geigi.cozy.appdata.xml:141 msgid "A new icon! Thanks jimmac :)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:81 -#: data/com.github.geigi.cozy.appdata.xml:97 +#: data/com.github.geigi.cozy.appdata.xml:126 +#: data/com.github.geigi.cozy.appdata.xml:142 msgid "Refined headerbar" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:82 -#: data/com.github.geigi.cozy.appdata.xml:98 +#: data/com.github.geigi.cozy.appdata.xml:127 +#: data/com.github.geigi.cozy.appdata.xml:143 msgid "A click on the cover image in the headerbar opens the book detail view" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:83 -#: data/com.github.geigi.cozy.appdata.xml:99 +#: data/com.github.geigi.cozy.appdata.xml:128 +#: data/com.github.geigi.cozy.appdata.xml:144 msgid "" "Book detail view: Pressing the back button on the mouse brings you back to " "the library" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:84 -#: data/com.github.geigi.cozy.appdata.xml:100 +#: data/com.github.geigi.cozy.appdata.xml:129 +#: data/com.github.geigi.cozy.appdata.xml:145 msgid "Fix: Aborting the download of a book is now handled more gracefully" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:85 -#: data/com.github.geigi.cozy.appdata.xml:101 +#: data/com.github.geigi.cozy.appdata.xml:130 +#: data/com.github.geigi.cozy.appdata.xml:146 msgid "Fix: Opening a book using the return key now works as expected" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:108 -#: data/com.github.geigi.cozy.appdata.xml:147 -#: data/com.github.geigi.cozy.appdata.xml:162 -#: data/com.github.geigi.cozy.appdata.xml:177 +#: data/com.github.geigi.cozy.appdata.xml:153 +#: data/com.github.geigi.cozy.appdata.xml:192 +#: data/com.github.geigi.cozy.appdata.xml:207 +#: data/com.github.geigi.cozy.appdata.xml:222 msgid "A small bugfix release which makes Cozy more reliable." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:112 +#: data/com.github.geigi.cozy.appdata.xml:157 msgid "Cozy is now compatible with Python 3.9 (thanks phpwutz!)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:119 +#: data/com.github.geigi.cozy.appdata.xml:164 msgid "This release features a lot of bug fixes." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:123 +#: data/com.github.geigi.cozy.appdata.xml:168 msgid "" "The rewind and fast forward buttons in the desktop integration now jump 30 " "seconds back and forth instead of jumping a whole chapter" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:124 +#: data/com.github.geigi.cozy.appdata.xml:169 msgid "Fix: the rewind button in the toolbar is now working again" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:125 +#: data/com.github.geigi.cozy.appdata.xml:170 msgid "Fix: automatic rewind, when enabled in settings, is now working again" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:126 +#: data/com.github.geigi.cozy.appdata.xml:171 msgid "" "Fix: when rewinding at the beginning of a book Cozy did jump to the end of " "the book" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:127 +#: data/com.github.geigi.cozy.appdata.xml:172 msgid "Fix: pressing escape to leave the book detail view is now working again" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:128 -msgid "Many other small fixes that make Cozy more reliable" -msgstr "" - -#: data/com.github.geigi.cozy.appdata.xml:135 +#: data/com.github.geigi.cozy.appdata.xml:180 msgid "" "This release features a rewrite of the book detail view to prepare " "everything for chapter support with m4b files which will follow in a later " "update. If something isn't working as expected let me know!" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:139 +#: data/com.github.geigi.cozy.appdata.xml:184 msgid "" "Fix: If an audiobook directory contained a lot of non audio files, Cozy " "could skip all other files on import (thanks foliva!)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:140 +#: data/com.github.geigi.cozy.appdata.xml:185 msgid "" "Fix: When copying files via Drag and Drop sometimes the progress bar " "reported an incorrect progress" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:151 -#: data/com.github.geigi.cozy.appdata.xml:166 -#: data/com.github.geigi.cozy.appdata.xml:181 +#: data/com.github.geigi.cozy.appdata.xml:196 +#: data/com.github.geigi.cozy.appdata.xml:211 +#: data/com.github.geigi.cozy.appdata.xml:226 msgid "Increase maximum playback speed to 3.5x" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:152 -#: data/com.github.geigi.cozy.appdata.xml:167 -#: data/com.github.geigi.cozy.appdata.xml:182 +#: data/com.github.geigi.cozy.appdata.xml:197 +#: data/com.github.geigi.cozy.appdata.xml:212 +#: data/com.github.geigi.cozy.appdata.xml:227 msgid "" "Fix: audio files with uppercase extensions where not detected (thanks to " "leuc)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:153 -#: data/com.github.geigi.cozy.appdata.xml:168 +#: data/com.github.geigi.cozy.appdata.xml:198 +#: data/com.github.geigi.cozy.appdata.xml:213 msgid "" "Fix: when using drag and drop some files where not copied and imported " "correctly" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:154 -#: data/com.github.geigi.cozy.appdata.xml:169 -#: data/com.github.geigi.cozy.appdata.xml:183 +#: data/com.github.geigi.cozy.appdata.xml:199 +#: data/com.github.geigi.cozy.appdata.xml:214 +#: data/com.github.geigi.cozy.appdata.xml:228 msgid "Fix: removing a book from the library was sometimes not possible" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:155 -#: data/com.github.geigi.cozy.appdata.xml:170 -#: data/com.github.geigi.cozy.appdata.xml:184 +#: data/com.github.geigi.cozy.appdata.xml:200 +#: data/com.github.geigi.cozy.appdata.xml:215 +#: data/com.github.geigi.cozy.appdata.xml:229 msgid "" "Fix: sometimes Cozy's database ran into a locking issue, which could lead to " "unexpected behaviour of Cozy" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:191 +#: data/com.github.geigi.cozy.appdata.xml:236 msgid "" "Many of you have been waiting for it: Support for m4b audio books! This " "version features basic support for m4b files without chapter support, which " "will follow in a later update. Stay tuned!" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:195 +#: data/com.github.geigi.cozy.appdata.xml:240 msgid "Basic support for m4b audio books (chapters are not supported yet)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:196 +#: data/com.github.geigi.cozy.appdata.xml:241 msgid "Fixed multiple bugs when using drag and drop to import files" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:202 -#: data/com.github.geigi.cozy.appdata.xml:214 +#: data/com.github.geigi.cozy.appdata.xml:247 +#: data/com.github.geigi.cozy.appdata.xml:259 msgid "" "Some of your files where not recognized by Cozy despite being valid audio " "files? Not anymore! This version features a completely rewritten importer " "which is far more reliable. Enjoy!" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:206 -#: data/com.github.geigi.cozy.appdata.xml:218 +#: data/com.github.geigi.cozy.appdata.xml:251 +#: data/com.github.geigi.cozy.appdata.xml:263 msgid "A completely rewritten and far more reliable media importer" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:207 -#: data/com.github.geigi.cozy.appdata.xml:219 +#: data/com.github.geigi.cozy.appdata.xml:252 +#: data/com.github.geigi.cozy.appdata.xml:264 msgid "Optional error reporting on crashes" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:227 +#: data/com.github.geigi.cozy.appdata.xml:272 msgid "Multiple author and readers are now separated in the library view" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:228 +#: data/com.github.geigi.cozy.appdata.xml:273 msgid "Increase maximum playback speed to 3x" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:229 +#: data/com.github.geigi.cozy.appdata.xml:274 msgid "" "Fix: playback speed was not saved correctly under some circumstances, thanks " "to magnickolas" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:230 +#: data/com.github.geigi.cozy.appdata.xml:275 msgid "Updated translations thanks to all of the translators!" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:237 +#: data/com.github.geigi.cozy.appdata.xml:282 msgid "Fix: Jump to folder was not working" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:238 +#: data/com.github.geigi.cozy.appdata.xml:283 msgid "Fix: Removing a book from the library did not work as expected" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:239 +#: data/com.github.geigi.cozy.appdata.xml:284 msgid "Fix: Error that could occur when opening the book overview" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:240 -#: data/com.github.geigi.cozy.appdata.xml:255 -#: data/com.github.geigi.cozy.appdata.xml:267 -#: data/com.github.geigi.cozy.appdata.xml:275 -#: data/com.github.geigi.cozy.appdata.xml:289 -#: data/com.github.geigi.cozy.appdata.xml:297 -#: data/com.github.geigi.cozy.appdata.xml:314 -#: data/com.github.geigi.cozy.appdata.xml:323 -#: data/com.github.geigi.cozy.appdata.xml:335 -#: data/com.github.geigi.cozy.appdata.xml:345 -#: data/com.github.geigi.cozy.appdata.xml:376 -#: data/com.github.geigi.cozy.appdata.xml:395 +#: data/com.github.geigi.cozy.appdata.xml:285 +#: data/com.github.geigi.cozy.appdata.xml:300 +#: data/com.github.geigi.cozy.appdata.xml:312 +#: data/com.github.geigi.cozy.appdata.xml:320 +#: data/com.github.geigi.cozy.appdata.xml:334 +#: data/com.github.geigi.cozy.appdata.xml:342 +#: data/com.github.geigi.cozy.appdata.xml:359 +#: data/com.github.geigi.cozy.appdata.xml:368 +#: data/com.github.geigi.cozy.appdata.xml:380 +#: data/com.github.geigi.cozy.appdata.xml:390 +#: data/com.github.geigi.cozy.appdata.xml:421 +#: data/com.github.geigi.cozy.appdata.xml:440 msgid "Updated translations" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:247 +#: data/com.github.geigi.cozy.appdata.xml:292 msgid "Support for more mp3 files! Let me know if you have problems." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:248 +#: data/com.github.geigi.cozy.appdata.xml:293 msgid "Preparations to support chapters within audio files" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:249 +#: data/com.github.geigi.cozy.appdata.xml:294 msgid "The beginning of the biggest cleanup and refactoring under the hood" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:250 +#: data/com.github.geigi.cozy.appdata.xml:295 msgid "Visual improvements in book overview, thanks to elya5" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:251 +#: data/com.github.geigi.cozy.appdata.xml:296 msgid "Support for smaller screen sizes, thanks again to elya5" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:252 +#: data/com.github.geigi.cozy.appdata.xml:297 msgid "Fix: Some book titles where not displayed, thanks to naglis" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:253 +#: data/com.github.geigi.cozy.appdata.xml:298 msgid "Fix: Empty books could crash the application" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:254 +#: data/com.github.geigi.cozy.appdata.xml:299 msgid "Fix: Author and reader can now be swapped from settings" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:262 +#: data/com.github.geigi.cozy.appdata.xml:307 msgid "Fix: Crash which could occur while changing the titlebar display mode" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:263 +#: data/com.github.geigi.cozy.appdata.xml:308 msgid "Fix: Better handling of resources that cannot be found" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:264 +#: data/com.github.geigi.cozy.appdata.xml:309 msgid "Fix: Fira font is now readable on the welcome screen" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:265 +#: data/com.github.geigi.cozy.appdata.xml:310 msgid "Fix: Multiple bugs regarding the titlebar" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:266 +#: data/com.github.geigi.cozy.appdata.xml:311 msgid "Fix: File not found dialog was not displayed for external devices" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:274 +#: data/com.github.geigi.cozy.appdata.xml:319 msgid "Fix: Files with missing tags failed to import" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:282 +#: data/com.github.geigi.cozy.appdata.xml:327 msgid "" "A warning is displayed in the titlebar if network/external drives are not " "connected" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:283 +#: data/com.github.geigi.cozy.appdata.xml:328 msgid "MPRIS desktop integration is more stable" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:284 +#: data/com.github.geigi.cozy.appdata.xml:329 msgid "" "Fix: Last book was loaded on startup even when the storage medium was offline" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:285 +#: data/com.github.geigi.cozy.appdata.xml:330 msgid "Fix: Bugs in audiobook location settings window" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:286 +#: data/com.github.geigi.cozy.appdata.xml:331 msgid "Fix: Bug which sometimes could prevent playback of an audiobook" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:287 +#: data/com.github.geigi.cozy.appdata.xml:332 msgid "Fix: Crash which could occur on startup" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:288 +#: data/com.github.geigi.cozy.appdata.xml:333 msgid "" "Fix: Jumping in titlebar while dragging the position slider with long audio " "files" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:296 +#: data/com.github.geigi.cozy.appdata.xml:341 msgid "Sleep timer: Automatic system power control" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:304 +#: data/com.github.geigi.cozy.appdata.xml:349 msgid "Support for opus files" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:305 +#: data/com.github.geigi.cozy.appdata.xml:350 msgid "Better support for ogg cover art" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:306 +#: data/com.github.geigi.cozy.appdata.xml:351 msgid "Swedish translation" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:313 +#: data/com.github.geigi.cozy.appdata.xml:358 msgid "Fix: some valid media files were not detected" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:315 -#: data/com.github.geigi.cozy.appdata.xml:326 +#: data/com.github.geigi.cozy.appdata.xml:360 +#: data/com.github.geigi.cozy.appdata.xml:371 msgid "Other small fixes" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:322 +#: data/com.github.geigi.cozy.appdata.xml:367 msgid "Support for python 3.8. Cheers to emmaliddell" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:324 +#: data/com.github.geigi.cozy.appdata.xml:369 msgid "Fixes in the titlebar" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:325 +#: data/com.github.geigi.cozy.appdata.xml:370 msgid "Fix: show navigation bar when searching from book overview" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:333 -#: data/com.github.geigi.cozy.appdata.xml:343 +#: data/com.github.geigi.cozy.appdata.xml:378 +#: data/com.github.geigi.cozy.appdata.xml:388 msgid "Cozy features a new icon! Cheers to Fatih20" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:334 -#: data/com.github.geigi.cozy.appdata.xml:344 +#: data/com.github.geigi.cozy.appdata.xml:379 +#: data/com.github.geigi.cozy.appdata.xml:389 msgid "App information is now translated! Cheers to NathanBnm" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:336 -#: data/com.github.geigi.cozy.appdata.xml:346 +#: data/com.github.geigi.cozy.appdata.xml:381 +#: data/com.github.geigi.cozy.appdata.xml:391 msgid "Fix: Sometimes the app name was not correctly displayed" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:353 -#: data/com.github.geigi.cozy.appdata.xml:360 +#: data/com.github.geigi.cozy.appdata.xml:398 +#: data/com.github.geigi.cozy.appdata.xml:405 msgid "" "Fix: Cozy crashed on startup when prefering cover image files over embedded " "album art" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:367 +#: data/com.github.geigi.cozy.appdata.xml:412 msgid "Fixed startup crash on elementary OS 5.0 Juno" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:374 +#: data/com.github.geigi.cozy.appdata.xml:419 msgid "Support for elementary OS 5.0 Juno" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:375 +#: data/com.github.geigi.cozy.appdata.xml:420 msgid "" "Fixed a bug which prevented Cozy from automatically playing the next chapter" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:383 +#: data/com.github.geigi.cozy.appdata.xml:428 msgid "" "Fixed a bug which prevented cozy from automatically playing the next chapter" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:390 +#: data/com.github.geigi.cozy.appdata.xml:435 msgid "Improved artwork image quality" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:391 +#: data/com.github.geigi.cozy.appdata.xml:436 msgid "The book overview now supports multiple disks in audiobooks" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:392 +#: data/com.github.geigi.cozy.appdata.xml:437 msgid "" "The file not found window will only open when the file is on the internal " "drive" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:393 +#: data/com.github.geigi.cozy.appdata.xml:438 msgid "Fixed a typo" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:394 +#: data/com.github.geigi.cozy.appdata.xml:439 msgid "Support for elementary OS 5.0" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:402 +#: data/com.github.geigi.cozy.appdata.xml:447 msgid "" "Offline Mode! If your audiobooks are on an external or network drive, you " "can switch the download button to keep a local cached copy of the book to " @@ -578,57 +601,57 @@ msgid "" "location to external in the settings." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:403 +#: data/com.github.geigi.cozy.appdata.xml:448 msgid "Detect online/offline storage devices" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:404 +#: data/com.github.geigi.cozy.appdata.xml:449 msgid "Option to hide unavailable books" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:405 +#: data/com.github.geigi.cozy.appdata.xml:450 msgid "Support for wav files" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:406 +#: data/com.github.geigi.cozy.appdata.xml:451 msgid "Support for audio files that have no tags at all" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:407 +#: data/com.github.geigi.cozy.appdata.xml:452 msgid "You can mark books as read using the right click menu" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:408 +#: data/com.github.geigi.cozy.appdata.xml:453 msgid "New setting: Prefer cover image file over embedded covers" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:409 +#: data/com.github.geigi.cozy.appdata.xml:454 msgid "Redesigned Sleep Timer" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:410 +#: data/com.github.geigi.cozy.appdata.xml:455 msgid "" "More Sleep Timer: You can now stop the playback after the current chapter" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:411 +#: data/com.github.geigi.cozy.appdata.xml:456 msgid "And even more: Fadeout on timer end (in settings)" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:412 +#: data/com.github.geigi.cozy.appdata.xml:457 msgid "Redesigned hello screen and settings" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:413 +#: data/com.github.geigi.cozy.appdata.xml:458 msgid "Fixed bug where cozy would not start on GTK older than 3.22" msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:414 +#: data/com.github.geigi.cozy.appdata.xml:459 msgid "" "If no author field is present, the reader field will be used as author. This " "requires a force reimport (settings) on already imported books." msgstr "" -#: data/com.github.geigi.cozy.appdata.xml:415 +#: data/com.github.geigi.cozy.appdata.xml:460 msgid "Optimizations under the hood" msgstr ""