fix default covers dir
authorNiki Roo <niki@nikiroo.be>
Sun, 3 Mar 2019 14:12:39 +0000 (15:12 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 3 Mar 2019 14:12:39 +0000 (15:12 +0100)
changelog-fr.md
changelog.md
src/be/nikiroo/fanfix/bundles/Config.java
src/be/nikiroo/fanfix/bundles/config.properties

index 58d7939544f815d815c87247d0ebe1d392b64540..f747c4a022150b5885a97b14e5b302f86fbf5ee0 100644 (file)
@@ -6,6 +6,7 @@
 - e621: correction pour /post/search/
 - remote: correction de certains problèmes de timeout
 - fix: permettre les erreurs I/O pour les CBZ (ignore l'image)
+- fix: corriger le répertoire des covers par défaut
 
 # Version 1.8.0
 
index bf263408c00118dbd5ed7e1733d5093c2b5c4182..b6466db42b319ad9a86e7f20985ac1d7767ddb75 100644 (file)
@@ -6,6 +6,7 @@
 - e621: fix for /post/search/
 - remote: fix some timeout issues
 - fix: allow I/O errors on CBZ files (skip image)
+- fix: fix the defaukt covers directory
 
 # Version 1.8.0
 
index 46edde9937d8c14638759612570d5b63892c0bfb..ecbfa3da9f0ce11ae8454106578c4f5f0f1c9b10 100644 (file)
@@ -28,7 +28,7 @@ public enum Config {
        CACHE_MAX_TIME_STABLE, //
        @Meta(def = "Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 -- ELinks/0.9.3 (Linux 2.6.11 i686; 80x24)", description = "string", info = "The user-agent to use to download files")
        USER_AGENT, //
-       @Meta(def = "$HOME/bin/epub/", description = "absolute path, $HOME variable supported, / is always accepted as dir separator", format = Format.DIRECTORY, info = "The directory where to get the default story covers")
+       @Meta(def = "$HOME/.fanfix/covers/", description = "absolute path, $HOME variable supported, / is always accepted as dir separator", format = Format.DIRECTORY, info = "The directory where to get the default story covers")
        DEFAULT_COVERS_DIR, //
        @Meta(description = "string", info = "The default library to use (KEY:SERVER:PORT), or empty for the local library")
        DEFAULT_LIBRARY, //
index a9c9399342c21b0101540b286379ad51a1079cda..8f22f9fb63e639e9a7af5be81fe3c06256a0ce40 100644 (file)
@@ -30,7 +30,7 @@ CACHE_MAX_TIME_STABLE = 720
 USER_AGENT = Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 -- ELinks/0.9.3 (Linux 2.6.11 i686; 80x24)
 # absolute path, $HOME variable supported, / is always accepted as dir separator
 # (FORMAT: DIRECTORY) The directory where to get the default story covers
-DEFAULT_COVERS_DIR = $HOME/bin/epub/
+DEFAULT_COVERS_DIR = $HOME/.fanfix/covers/
 # string (FORMAT: STRING) The default library to use (KEY:SERVER:PORT), or empty for the local library
 DEFAULT_LIBRARY = 
 # absolute path, $HOME variable supported, / is always accepted as dir separator