Closed sebinum closed 7 months ago
Weird. It works for me and your setting looks correct:
"BooksDirectory":"\\\\?\\C:\\Users\\sebas\\Libation\\Books"
If you right click a book and "Re-download this audiobook", where does the new one end up?
Another thing to try: if you do this with a folder not named 'books', do you get the same error?
Sorry, maybe wasn't fully clear. I started off with one of the default locations. Here Books
as a target works for the options:
Here it automatically uses *\Books
as the target path.
Once I select custom path literally every path is possible, as long as the target folder is NOT Books
or books
.
C:\Users\sebas\Downloads\Books
Output from Settings.json
"Books": "\\\\?\\C:\\Users\\sebas\\Downloads",
C:\Users\sebas\Downloads\Books\Random
Output from Settings.json
"Books": "\\\\?\\C:\\Users\\sebas\\Downloads\\Books\\Random",
To me it seems, that for the custom path it doesn't allow for the target path to end in Books
, maybe because it is somehow reserved for the pre-selectable options from the default selection mentioned above?
Once I select custom path literally every path is possible, as long as the target folder is NOT Books or books.
Wacky. This works just fine for me.
Mhh weird... any idea what could prevent it? I just tried to manually overwrite it in Settings.json
, but it will just dump it in the Downloads folder (one hierarchy above).
Edit: I re-checked the logs on Windows 10 and Linux Mint XFCE (VM), I can see the following 2 errrors popping up irrespective of OS:
{}2024-04-02 23:55:56.488 +02:00 [ERR] (at LibationFileManager.InteropFactory.CurrentDomain_AssemblyResolve(System.Object, System.ResolveEventArgs)) Unable to load module Windows, Culture=neutral, PublicKeyToken=null, ContentType=WindowsRuntime
{}2024-04-02 23:55:56.495 +02:00 [ERR] (at LibationFileManager.InteropFactory.CurrentDomain_AssemblyResolve(System.Object, System.ResolveEventArgs)) Unable to load module Microsoft.Windows.SDK.NET, Culture=neutral, PublicKeyToken=null
Peculiar.
Describe the bug Changing the
Books Location
to a custom path which targets a*\Books
or*\books
location is not possible.To Reproduce Steps to reproduce the behavior:
Settings
Important Settings
...
Expected behavior It should be possible to define a custom path for the Books Location that targets a Books / books folder
Screenshots
Platform
Windows 10 (see logs), Linux (Ubuntu/Linux Mint Xfce)]
Log Files