Zeedif
Zeedif
I'm having 3 issues when trying to use Kavita: ## Issue 1: This error occurs when a title ` ` is inside a ` ` tag on the ` toc.xhtml...
I have a similar problem with epubs. 2 or more books from the same SERIES in different folders, which I would like to merge into one when scanning, but Kavita...
I also have a problem where I have different translations of the same series in the same folder. For example: ``` |- Goblin Slayer. Side Story II | |- Goblin...
> @zeedif this is due to epub not using folders for parsing. You need to update the series name in each epubs metadata, so they differ. I know it does...
Thanks, I'll give that a try. Still hope this can be integrated as a task that can be run from the web UI eventually.
My files do have extensions. The folder name is just the same as the filename, so `ls` hides the extension in the first command. Here's the content of one of...
After digging a bit more, the issue seems to occur with `_should_get_rom_files` in `endpoints/sockets/scan.py`. `romm\backend\endpoints\sockets\scan.py` ```python def _should_get_rom_files( scan_type: ScanType, rom: Rom, newly_added: bool, roms_ids: list[int] ) -> bool: """Decide...
@gantoine I updated to 4.4.0, deleted the database and all local RomM files. Then I started the container without mounting the library volume, letting the initial scans finish instantly. After...
I used a dot because I wanted to avoid creating a separate 'roms' folder and just put the 'bios' folder in the same directory. I saw that 'rom' solved the...
So, just to clarify, if I remove the `roms_folder` line entirely, will it default to looking for a `roms` folder inside my library path? After removing the line something went...